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

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

{
    "count": 3207,
    "next": "https://api.open5e.com/monsters/?format=api&ordering=-subtype&page=5",
    "previous": "https://api.open5e.com/monsters/?format=api&ordering=-subtype&page=3",
    "results": [
        {
            "slug": "ouroban",
            "desc": "",
            "name": "Ouroban",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "dragonborn",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 18,
            "armor_desc": "plate",
            "hit_points": 209,
            "hit_dice": "38d8+38",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 13,
            "intelligence": 12,
            "wisdom": 12,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 8,
            "perception": null,
            "skills": {
                "athletics": 8,
                "intimidation": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "poisoned",
            "senses": "passive Perception 11",
            "languages": "Common, Draconic",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "desc": "The ouroban makes three attacks with its greatsword.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "2d6+4",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage plus 3 (1d6) fire damage.",
                    "name": "Greatsword"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d10+4",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 100/400 ft., one target. Hit: 9 (1d10 + 4) piercing damage.",
                    "name": "Heavy Crossbow"
                },
                {
                    "desc": "The ouroban exhales fire in a 15-foot cone. Each creature in that area must make a DC 13 Constitution saving throw, taking 14 (4d6) fire damage on a failed save, or half as much damage on a successful one.",
                    "name": "Fire Breath (Recharge after a Short or Long Rest)"
                },
                {
                    "desc": "The ouroban summons green flames under up to five creatures within 30 feet of it. Each target must succeed on a DC 17 Dexterity saving throw or take 18 (4d8) fire damage and be poisoned for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself with a success.\n\nThe ouroban has advantage on attack rolls and ability checks against a creature poisoned by its Abyssal Fires.",
                    "name": "Abyssal Fires (Recharges after a Short or Long Rest)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "As a bonus action, the ouroban imbues its greatsword with dark power. All of its greatsword attacks do an additional 10 (3d6) necrotic damage per hit until the start of its next turn.",
                    "name": "Devastate (Recharge 5-6)"
                },
                {
                    "desc": "Whenever the ouroban is subjected to fire damage, it takes no damage and instead regains a number of hp equal to the fire damage dealt.",
                    "name": "Fire Absorption"
                },
                {
                    "desc": "The ouroban is a 14th-level spellcaster. Its spellcasting ability is Charisma (spell save DC 16, +8 to hit with spell attacks). It has the following paladin spells prepared:\n1st level (4 slots): command, cure wounds, detect evil and good, detect magic, divine favor (fire damage instead of radiant)\n2nd level (3 slots): branding smite, lesser restoration, zone of truth\n3rd level (3 slots): dispel magic, elemental weapon\n4th level (1 slot): banishment",
                    "name": "Spellcasting"
                }
            ],
            "spell_list": [],
            "page_no": 293,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_ouroban/"
        },
        {
            "slug": "dhampir",
            "desc": "",
            "name": "Dhampir",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "dhampir",
            "group": null,
            "alignment": "any alignment",
            "armor_class": 15,
            "armor_desc": "leather, shield",
            "hit_points": 32,
            "hit_dice": "5d8+10",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 5,
            "perception": null,
            "skills": {
                "athletics": 3,
                "deception": 5,
                "persuasion": 5,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Common",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "desc": "The dhampir makes two rapier or two shortbow attacks. It can make a grapple attack or Dark Thirst attack in place of any attack.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d8+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) piercing damage.",
                    "name": "Rapier"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d6+2",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 80/320 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "name": "Shortbow"
                },
                {
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature that is grappled by the dhampir, incapacitated, or restrained. Hit: 1 piercing damage plus 3 (1d6) necrotic damage. The dhampir regains hp equal to the amount of necrotic damage dealt.",
                    "name": "Dark Thirst"
                },
                {
                    "desc": "The dhampir magically beguiles the mind of one humanoid it can see within 30 feet for 1 hour. The target must succeed on a DC 13 Charisma saving throw or the dhampir has advantage on Charisma checks against the target. If the dhampir or any of its allies damage the target, the effect ends. If the target's saving throw is successful or the effect ends, the target is immune to this dhampir's Predatory Charm for the next 24 hours. A creature immune to being charmed is immune to this effect. A dhampir can have only one target affected by its Predatory Charm at a time. If it uses its Predatory Charm on another target, the effect on the previous target ends.",
                    "name": "Predatory Charm"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The dhampir has advantage on saving throws against disease.",
                    "name": "Undead Resistance"
                }
            ],
            "spell_list": [],
            "page_no": 106,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_dhampir/"
        },
        {
            "slug": "dhampir-commander",
            "desc": "",
            "name": "Dhampir Commander",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "dhampir",
            "group": null,
            "alignment": "any alignment",
            "armor_class": 17,
            "armor_desc": "studded leather, shield",
            "hit_points": 97,
            "hit_dice": "13d8+39",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "dexterity": 17,
            "constitution": 16,
            "intelligence": 14,
            "wisdom": 12,
            "charisma": 19,
            "strength_save": 5,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": 7,
            "perception": null,
            "skills": {
                "athletics": 5,
                "deception": 7,
                "intimidation": 7,
                "persuasion": 7,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "desc": "The dhampir makes four rapier or four shortbow attacks. It can make a grapple attack or Dark Thirst attack in place of any attack.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d8+3",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) piercing damage.",
                    "name": "Rapier"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d6+3",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 80/320 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "name": "Shortbow"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d4+3",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one creature that is grappled by the dhampir, incapactitated, or restrained. Hit: 5 (1d4 + 3) piercing damage plus 7 (2d6) necrotic damage. The dhampir commander regains hp equal to the amount of necrotic damage dealt.",
                    "name": "Dark Thirst"
                },
                {
                    "desc": "The dhampir magically beguiles the mind of one humanoid it can see within 30 feet for 1 hour. The target must succeed on a DC 15 Charisma saving throw or the dhampir has advantage on Charisma checks against the target. If the dhampir or any of its allies damage the target, the effect ends. If the target's saving throw is successful or the effect ends, the target is immune to this dhampir's Predatory Charm for the next 24 hours. A creature immune to being charmed is immune to this effect. A dhampir can have only one target affected by its Predatory Charm at a time. If it uses its Predatory Charm on another target, the effect on the previous target ends.",
                    "name": "Predatory Charm"
                },
                {
                    "desc": "For 1 minute, the dhampir can utter a special command or warning whenever a nonhostile creature that it can see within 30 feet of it makes an attack roll or a saving throw. The creature can add a d4 to its roll provided it can hear and understand the dhampir. A creature can benefit from only one Leadership die at a time. This effect ends if the dhampir is incapacitated. Dinosaur",
                    "name": "Leadership (Recharges after a Short or Long Rest)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "Each ally within 30 feet of the dhampir that can see it can make one melee attack as a bonus action.",
                    "name": "Inspiring Savagery"
                },
                {
                    "desc": "The dhampir has advantage on saving throws against disease.",
                    "name": "Undead Resistance"
                }
            ],
            "spell_list": [],
            "page_no": 107,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_dhampir-commander/"
        },
        {
            "slug": "arachnocrat",
            "desc": "A portly gentleman with slender arms and legs keeps his face and hands carefully concealed._  \nArachnocrats are spider-like fiends who enjoy masquerading as members of high society. They eat haute cuisine and drink fine wine in the company of humans.  \n**Finer Tastes.** Viewing the wealth and standing of their victims as the greatest measure of taste, these devils delight in aristocratic prey, though they most often feed on the liquefied innards of servants of the aristocracy to avoid detection. They use local spiders as spies and informants to get closer to their quarries or discover dark secrets their quarries would rather keep hidden. Ever patient in their schemes of corruption, arachnocrats often court their quarries over months of theatre, dinner parties, and elaborate balls.  \n**Hidden in Plain Sight.** Arachnocrats are adept at disguising themselves as aristocrats. Their most noticeable features are their clawed hands and their spider-like faces, which they cover with gloves, masks, scarves, voluminous robes, and similar attire. The eccentricities of the well-to-do help to cast off any suspicion over their odd coverings.  \n**As Good As Gold.** The arachnocrat’s preferred prey comes at a high price. Blessed by the Arch-Devil of Greed, Mammon, arachnocrats have a second stomach that can turn common rocks into faux gemstones. The fiends vomit up the gemstones after digesting the rocks for a few months, and they use the gemstones to fund their endeavors. The counterfeit nature of the gems is detectable by only true craftsmen.",
            "name": "Arachnocrat",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 93,
            "hit_dice": "17d8+17",
            "speed": {
                "walk": 30,
                "climb": 40
            },
            "strength": 13,
            "dexterity": 17,
            "constitution": 12,
            "intelligence": 16,
            "wisdom": 14,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": 4,
            "wisdom_save": null,
            "charisma_save": 6,
            "perception": null,
            "skills": {
                "deception": 8,
                "insight": 4,
                "persuasion": 6,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "blindsight 10 ft., darkvision 60 ft., passive Perception 12",
            "languages": "Common, Infernal, telepathy 120 ft.",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The arachnocrat makes two claw attacks. If both claws hit a Medium or smaller target, the target is restrained in gilded webbing. As an action, the restrained target can make a DC 13 Strength check, bursting the webbing on a success. The webbing can also be attacked and destroyed (AC 12; hp 8; immunity to bludgeoning, poison, and psychic damage)."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d8+3"
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage, and the target must make a DC 14 Constitution saving throw, taking 21 (6d6) poison damage on a failed save, or half as much damage on a successful one. If the poison damage reduces the target to 0 hp, the target is stable but poisoned for 1 hour, even after regaining hp, and is paralyzed while poisoned in this way. The skin of a creature that dies while poisoned takes on a golden hue.",
                    "attack_bonus": 6,
                    "damage_dice": "1d6+3"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Aristocratic Disguise",
                    "desc": "An arachnocrat in a prepared disguise has advantage on Charisma (Deception) checks made to pass as a humanoid aristocrat."
                },
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the arachnocrat's darkvision."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The arachnocrat has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Speak with Spiders",
                    "desc": "The arachnocrat can communicate with spiders and other arachnids as if they shared a language."
                },
                {
                    "name": "Spider Climb",
                    "desc": "The arachnocrat can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                }
            ],
            "spell_list": [],
            "page_no": 102,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_arachnocrat/"
        },
        {
            "slug": "blood-imp",
            "desc": "Blood drips from the lips of this crimson fiend._  \n**Agents of Death.** Blood imps are the devilish servants of gods of blood, death, and decay. On the Material Plane they are often found hastening the deaths of sacrifices and drinking spilled blood in the names of their masters.  \n**Temple Bane.** Blood imps despise the temples of gods of life and healing. The devils are driven to a mad rage when close to the altar of such a deity and go out of their way to defile or destroy it.",
            "name": "Blood Imp",
            "size": "Tiny",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 14,
            "hit_dice": "4d4+4",
            "speed": {
                "walk": 20,
                "fly": 40
            },
            "strength": 6,
            "dexterity": 14,
            "constitution": 13,
            "intelligence": 12,
            "wisdom": 11,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "persuasion": 4,
                "religion": 5,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 10",
            "languages": "Common, Infernal",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Sting",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d4+2"
                },
                {
                    "name": "Spew Blood",
                    "desc": "Ranged Spell Attack: +4 to hit, range 20/60 ft., one target. Hit: 5 (2d4) poison damage, and the target must succeed on a DC 10 Constitution saving throw or be poisoned until the end of its next turn.",
                    "attack_bonus": 4,
                    "damage_dice": "2d4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Bleed the Dying",
                    "desc": "The imp's sting has greater efficacy against injured creatures. When the imp hits a creature that doesn't have all its hit points with its sting, the sting deals an extra 1d4 poison damage."
                },
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the imp's darkvision."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The imp has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 103,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_blood-imp/"
        },
        {
            "slug": "nephirron-devil",
            "desc": "This devilish monster has a draconic body covered in thick, greenish-gold scales and the head of a handsome giant with gleaming red eyes. It opens its mouth in a sardonic smile, and the head of a serpent appears between its lips, hissing with malevolent, mirthful relish._  \n**Devilish Infiltrators.** Nephirron devils are powerful fiends with draconic features that are adept at corrupting good-aligned dragons and bending evil dragons to their will. The older and more powerful the dragon, the bigger the challenge in the eyes of the nephirron devil. When two of these devils meet, they typically boast about the number and types of dragons they have manipulated and destroyed. This pride can also be a nephirron devil’s undoing, however, for it often overlooks humanoids attempting to interfere with its plans, and more than one nephirron devil has been brought low by a band of mortal heroes.  \n**Hellish Nobles.** Nephirron devils are treated as lesser nobility in the hells, second only to pit fiends and arch-devils in the infernal pecking order. A nephirron devil is often served by Open Game License",
            "name": "Nephirron Devil",
            "size": "Huge",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 225,
            "hit_dice": "18d12+108",
            "speed": {
                "walk": 40,
                "fly": 80
            },
            "strength": 27,
            "dexterity": 14,
            "constitution": 23,
            "intelligence": 22,
            "wisdom": 19,
            "charisma": 25,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 11,
            "intelligence_save": null,
            "wisdom_save": 9,
            "charisma_save": null,
            "perception": 9,
            "skills": {
                "arcana": 11,
                "deception": 12,
                "insight": 9,
                "intimidation": 12,
                "perception": 9,
                "persuasion": 12
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "frightened, poisoned",
            "senses": "truesight 90 ft., passive Perception 19",
            "languages": "Draconic, Infernal, telepathy 120 ft.",
            "challenge_rating": "16",
            "cr": 16.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The nephirron devil makes one bite attack and two claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 26 (4d8 + 8) piercing damage. If the target is a creature, it must succeed on a DC 19 Constitution saving throw or fall unconscious for 1 minute, or until it takes damage or someone uses an action to shake or slap it awake. Dragons and dragon-like creatures, such as dragonborn, have disadvantage on this saving throw.",
                    "attack_bonus": 13,
                    "damage_dice": "4d8+8"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 15 (2d6 + 8) slashing damage.",
                    "attack_bonus": 13,
                    "damage_dice": "2d6+8"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Sculpt Breath (Recharge 6)",
                    "desc": "When the nephirron is in the area of a spell, such as fireball, or a breath weapon, it can create a hole in the spell or breath weapon, protecting itself from the effects. If it does so, the nephirron automatically succeeds on its saving throw against the spell or breath weapon and takes no damage if it would normally take half damage on a successful save."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the nephirron's darkvision."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The nephirron has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Master Liar",
                    "desc": "The nephirron has advantage on Charisma (Deception) checks when telling a lie."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The nephirron devil's spellcasting ability is Charisma (spell save DC 20). The nephirron can innately cast the following spells, requiring no material components:\nAt will: detect thoughts, protection from evil and good, teleport (self plus 150 pounds only)\n3/day each: flame strike, scrying, wall of ice\n1/day each: confusion, mass suggestion, shapechange (dragon or humanoid form only)"
                }
            ],
            "spell_list": [],
            "page_no": 104,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_nephirron-devil/"
        },
        {
            "slug": "scribe-devil",
            "desc": "A fiend with yellow skin covered in Infernal script examines a scroll as its pointed, ink-drenched tail twitches, eager to make corrections._  \nScribe devils are the ill-tempered authors of infernal contracts, which outline deals between mortals and devils.  \n**Masters of Legal Logic.** No fiends better understand the power of bureaucracy and a written contract than scribe devils. Able to draw up a contract for a deal at a moment’s notice, these devils carefully select every letter of a written deal. Typically, their ink-soaked tails craft documents that confuse and misdirect mortals into raw deals. If a fellow fiend gets on a scribe devil’s bad side or in the way, the scribe devil has no qualms about writing a bad contract for the fiend.  \n**Contract Makers.** Scribe devils make their documents from the skins of damned mortals acquired with the fiend’s knife-like claws. Their ink is the blood of Open Game License",
            "name": "Scribe Devil",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 82,
            "hit_dice": "11d8+33",
            "speed": {
                "walk": 30,
                "fly": 30
            },
            "strength": 14,
            "dexterity": 16,
            "constitution": 16,
            "intelligence": 18,
            "wisdom": 14,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": 7,
            "wisdom_save": 5,
            "charisma_save": 6,
            "perception": 4,
            "skills": {
                "deception": 6,
                "insight": 5,
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing damage from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 14",
            "languages": "Common, Infernal, telepathy 120 ft.",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The scribe devil makes two attacks: one with its claws and one with its tail."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d6+3"
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) piercing damage, and if the target is a creature, it must succeed on a DC 14 Constitution saving throw or become blinded as its eyes turn black and fill with infernal ink. The condition can be removed with a greater restoration spell or similar magic. Alternatively, a creature with a healer's kit can drain the ink from a blinded creature's eyes with a successful DC 14 Wisdom (Medicine) check. If this check fails by 5 or more, the attempt to drain the ink instead removes the blinded creature's eyes and the creature takes 21 (6d6) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d4+3"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the scribe's darkvision."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The scribe has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The scribe devil's spellcasting ability is Intelligence (spell save DC 15). The devil can innately cast the following spells, requiring no material components:\nAt will: detect magic, illusory script\n3/day each: dispel magic, zone of truth\n1/day each: glyph of warding, modify memory"
                }
            ],
            "spell_list": [],
            "page_no": 318,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_scribe-devil/"
        },
        {
            "slug": "tzepharion",
            "desc": "Strutting forward on four legs tipped with sharp talons, this raptor-like fiend has dark crimson feathers covering its scaled hide and an extended, eyeless, saw-toothed maw. A baleful orange eye glares from the monster’s chest._  \n**Primeval Devils.** Tzepharions are perhaps the most savage and primal of all devils. They care little for the schemes and temptations of other devils and are happy to spend their time chasing and devouring lower life forms. For this reason, tzepharions are treated as simple beasts by other fiends, and packs of tzepharions are sometimes employed by Open Game License",
            "name": "Tzepharion",
            "size": "Large",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 110,
            "hit_dice": "13d10+39",
            "speed": {
                "walk": 50
            },
            "strength": 19,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 5,
            "wisdom": 18,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 7,
            "skills": {
                "athletics": 10,
                "perception": 7,
                "survival": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 17",
            "languages": "understands Infernal but can’t speak",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The tzepharion devil makes one bite attack and four claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) piercing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d8+4"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) slashing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "1d8+4"
                },
                {
                    "name": "Soul Jolt (Recharge 6)",
                    "desc": "The tzepharion leaps up to 20 feet through the air and makes a claw attack against a target within reach. If it hits, the target must succeed on a DC 15 Wisdom saving throw or its soul is forced out of its body, appearing 20 feet in a random direction away from its body, for 1 minute. The creature has control of its soul, which is invisible and can move through creatures and objects as if they were difficult terrain, but it can't cast spells or take any actions. The creature's body is knocked unconscious and can't be awoken until its soul returns, but it can take damage as normal. The creature can repeat the saving throw at the end of each of its turns, reoccupying its body on a success. Alternatively, a creature can reoccupy its body early if it starts its turn within 5 feet of its body. If a creature doesn't return to its body within 1 minute, the creature dies. If its body is reduced to 0 hp before the creature reoccupies its body, the creature dies."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the tzepharion's darkvision."
                },
                {
                    "name": "Eye of Rage",
                    "desc": "As a bonus action, the tzepharion incites rage in up to three beasts or monstrosities it can see within 60 feet of it. Each target must succeed on a DC 15 Wisdom saving throw or become enraged until the end of its next turn. While enraged, it has advantage on its attack rolls, but it is unable to distinguish friend from foe and must attack the nearest creature other than the tzepharion. This trait doesn't work on targets with an Intelligence of 6 or higher."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The tzepharion has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The tzepharion has advantage on attack rolls against a creature if at least one of the devil's allies is within 5 feet of the creature and the ally isn't incapacitated."
                }
            ],
            "spell_list": [],
            "page_no": 106,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_tzepharion/"
        },
        {
            "slug": "fire-imp",
            "desc": "",
            "name": "Fire Imp",
            "size": "Tiny",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 14,
            "hit_dice": "4d4+4",
            "speed": {
                "fly": 40,
                "walk": 20
            },
            "strength": 5,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "deception": 3,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silver",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 10",
            "languages": "Common, Infernal",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "attack_bonus": 4,
                    "damage_dice": "2d4+2",
                    "desc": "Melee Spell Attack: +4 to hit, reach 5 ft., one target. Hit: 7 (2d4 + 2) fire damage and if the target is a flammable object that isn't being worn or carried, it also catches fire. If the target is a creature, it must succeed on a DC 12 Dexterity saving throw or take another 2 (1d4) fire damage at the start of its next turn.",
                    "name": "Fire Touch"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "2d4",
                    "desc": "Ranged Spell Attack: +4 to hit, range 150 ft., one target. Hit: 5 (2d4) fire damage and if the target is a flammable object that isn't being worn or carried, it also catches fire.",
                    "name": "Hurl Flame"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "Magical darkness doesn't impede the imp's darkvision.",
                    "name": "Devil's Sight"
                },
                {
                    "desc": "Whenever the imp is subjected to fire damage, it takes no damage and instead regains a number of hp equal to the fire damage dealt.",
                    "name": "Fire Absorption"
                },
                {
                    "desc": "As a bonus action, the imp casts the heat metal spell without expending any material components (spell save DC 12).",
                    "name": "Heat Metal (1/Day)"
                },
                {
                    "desc": "The imp has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                }
            ],
            "spell_list": [],
            "page_no": 103,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_fire-imp/"
        },
        {
            "slug": "infernal-knight",
            "desc": "",
            "name": "Infernal Knight",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 18,
            "armor_desc": "plate",
            "hit_points": 247,
            "hit_dice": "26d8+130",
            "speed": {
                "fly": 60,
                "walk": 30
            },
            "strength": 24,
            "dexterity": 14,
            "constitution": 20,
            "intelligence": 17,
            "wisdom": 21,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 10,
            "intelligence_save": null,
            "wisdom_save": 10,
            "charisma_save": null,
            "perception": 10,
            "skills": {
                "athletics": 12,
                "insight": 10,
                "perception": 10
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical attacks that aren't silvered",
            "damage_immunities": "fire, necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned",
            "senses": "truesight 60 ft., passive Perception 20",
            "languages": "Infernal, telepathy 120 ft.",
            "challenge_rating": "16",
            "cr": 16.0,
            "actions": [
                {
                    "desc": "The infernal knight makes two melee attacks or uses its Hellfire Bolt twice. It can replace one attack with Reave Soul.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 12,
                    "damage_dice": "2d6+7",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 14 (2d6 + 7) slashing damage plus 17 (5d6) necrotic damage. A creature hit by the sword must succeed on a DC 18 Constitution saving throw or suffer disadvantage on attack rolls and ability checks based on Strength or Dexterity until the end of its next turn.",
                    "name": "Greatsword"
                },
                {
                    "attack_bonus": 10,
                    "damage_dice": "3d6",
                    "desc": "Ranged Spell Attack: +10 to hit, range 120 ft., one target. Hit: 10 (3d6) fire damage plus 17 (5d6) necrotic damage. A creature hit must succeed on a DC 18 Constitution saving throw or its hp maximum is reduced by an amount equal to the necrotic damage taken. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its hp maximum to 0.",
                    "name": "Hellfire Bolt"
                },
                {
                    "desc": "The infernal knight targets a creature with 0 hp that it can see within 60 feet of it. If the creature is alive, it must succeed on a DC 18 Constitution saving throw or die and have its soul drawn into the infernal knight's greatsword. If the creature is dead and has been dead for less than 1 minute, its soul is automatically captured. When the infernal knight captures a soul, it regains 30 hp, and Reave Soul recharges at the start of its next turn. While a creature's soul is trapped, that creature can't be returned to life by any means short of a wish spell.\n\nA banishment spell targeted at the greatsword forces the infernal knight to make a Charisma saving throw against the spell. On a failed save, any souls trapped in the blade are released instead of the spell's normal effect. Trapped souls are also released when the infernal knight dies.",
                    "name": "Reave Soul (Recharge 5-6)"
                },
                {
                    "desc": "The infernal knight magically tears a rift in the fabric of the multiverse. The rift is a portal to a plane of the infernal knight's choice. The portal remains open for 1 hour, during which time any creature can pass through it, moving from one plane to the other. A dispel magic spell targeting the rift can destroy it if the caster succeeds on a DC 18 spellcasting ability check.",
                    "name": "Planar Rift (1/Day)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "If the infernal knight is given a quarry by its lord, the knight knows the direction and distance to its quarry as long as the two of them are on the same plane of existence.",
                    "name": "Faultless Tracker"
                },
                {
                    "desc": "The infernal knight has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "The infernal knight's weapon attacks are magical.",
                    "name": "Magic Weapons"
                },
                {
                    "desc": "The infernal knight regains 10 hp at the start of its turn if it has at least 1 hp.",
                    "name": "Regeneration"
                }
            ],
            "spell_list": [],
            "page_no": 104,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_infernal-knight/"
        },
        {
            "slug": "winds-harp",
            "desc": "",
            "name": "Wind's Harp",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 12,
            "armor_desc": "natural armor",
            "hit_points": 63,
            "hit_dice": "14d8",
            "speed": {
                "fly": 10,
                "walk": 30
            },
            "strength": 10,
            "dexterity": 13,
            "constitution": 10,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 2,
            "charisma_save": 6,
            "perception": null,
            "skills": {
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold, fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Common, Infernal",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "desc": "The wind's harp devil makes two infernal noise attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "2d8",
                    "desc": "Ranged Spell Attack: +6 to hit, range 60 ft., one target. Hit: 9 (2d8) psychic damage plus 3 (1d6) thunder damage.",
                    "name": "Infernal Noise"
                },
                {
                    "desc": "The wind's harp devil creates an infernal cacophony. Each creature within 30 feet of it must make a DC 14 Dexterity saving throw, taking 13 (3d8) psychic damage and 7 (2d6) thunder damage on a failed save, or half as much damage on a successful one. Devils are immune to the hellish chorus.",
                    "name": "Hellish Chorus (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When a spell is cast within 60 feet of it, the wind's harp devil plays a single, infernal note, interrupting the spell. This reaction works like the counterspell spell, except it only works on spells of 3rd level or lower.",
                    "name": "Diabolical Countersong"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "While the wind's harp devil remains motionless, it is indistinguishable from an ordinary object.",
                    "name": "False Appearance"
                },
                {
                    "desc": "The wind's harp devil has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "The wind's harp devil has advantage on attack rolls against a creature if at least one of its allies is an air elemental, wind demon, or similar creature of air, is within 20 feet of the target, and isn't incapacitated. rP",
                    "name": "Strong Winds"
                }
            ],
            "spell_list": [],
            "page_no": 105,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_winds-harp/"
        },
        {
            "slug": "arbeyach",
            "desc": "",
            "name": "Arbeyach",
            "size": "Large",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 275,
            "hit_dice": "22d10+154",
            "speed": {
                "walk": 40,
                "burrow": 20,
                "climb": 40,
                "fly": 80,
                "hover": true
            },
            "strength": 22,
            "dexterity": 20,
            "constitution": 25,
            "intelligence": 19,
            "wisdom": 21,
            "charisma": 25,
            "strength_save": null,
            "dexterity_save": 12,
            "constitution_save": 14,
            "intelligence_save": null,
            "wisdom_save": 12,
            "charisma_save": 14,
            "perception": 12,
            "skills": {
                "deception": 14,
                "insight": 12,
                "perception": 12,
                "stealth": 12
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "charmed, frightened, poisoned, stunned",
            "senses": "truesight 120 ft., passive Perception 22",
            "languages": "Celestial, Common, Draconic, Infernal, telepathy 120 ft.",
            "challenge_rating": "21",
            "cr": 21.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Arbeyach makes one bite attack and two claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 15 (2d8 + 6) piercing damage plus 9 (2d8) poison damage. If the target is a creature, it must succeed on a DC 22 Constitution saving throw or be cursed with Arbeyach rot. The cursed target is poisoned, can't regain hit points, its hit point maximum decreases by 13 (3d8) for every 24 hours that elapse, and vermin attack the creature on sight. If the curse reduces the target's hit point maximum to 0, the target dies and immediately transforms into a randomly chosen swarm of insects. The curse lasts until removed by the remove curse spell or comparable magic.",
                    "attack_bonus": 13,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 10 (1d8 + 6) slashing damage plus 9 (2d8) poison damage.",
                    "attack_bonus": 13,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Vermin Breath (Recharge 5-6)",
                    "desc": "Arbeyach exhales vermin in a 120-foot line that's 10 feet wide. Each creature in the line takes 54 (12d8) poison damage, or half damage with a successful DC 22 Dexterity saving throw. Each creature that fails this saving throw must succeed on a DC 22 Constitution saving throw or be cursed with Arbeyach rot (see the Bite attack). In addition, Arbeyach summons a swarm of insects (of any type) at any point of the line. The swarm remains until destroyed, until Arbeyach dismisses it as a bonus action, or for 2 minutes. No more than five swarms of insects can be summoned at the same time."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "Arbeyach 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. Arbeyach regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Move",
                    "desc": "Arbeyach moves up to half its speed, using any movement mode it wishes."
                },
                {
                    "name": "Poison",
                    "desc": "Arbeyach targets a creature within 120 feet. If the target isn't poisoned, it must make a DC 22 Constitution saving throw or become poisoned. The poisoned target repeats the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Spell (Costs 2 Actions)",
                    "desc": "Arbeyach casts a spell."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If Arbeyach fails a saving throw, it can choose to succeed instead."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Arbeyach has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "Arbeyach's weapon attacks are magical."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "arbeyach's spellcasting ability is Charisma (spell save DC 22, +14 to hit with spell attacks). Arbeyach can innately cast the following spells, requiring no material components:\n\nat will: poison spray\n\n3/day each: fog cloud, stinking cloud\n\n1/day each: cloudkill, contagion, insect plague"
                },
                {
                    "name": "Fear Aura",
                    "desc": "Any creature hostile to Arbeyach that starts its turn within 20 feet of it must make a DC 22 Wisdom saving throw, unless Arbeyach is incapacitated. On a failed save, the creature is frightened until the start of its next turn. If a creature's saving throw is successful, the creature is immune to Arbeyach's Fear Aura for the next 24 hours."
                },
                {
                    "name": "Aura of Virulence",
                    "desc": "Creatures that would normally be resistant or immune to poison damage or the poisoned condition lose their resistance or immunity while within 120 feet of Arbeyach. All other creatures within 120 feet of Arbeyach have disadvantage on saving throws against effects that cause poison damage or the poisoned condition."
                },
                {
                    "name": "Swarm Prince",
                    "desc": "Arbeyach can communicate with spawns of Arbeyach and all vermin and insects, including swarms and giant varieties, within 120 feet via pheromone transmission. In a hive, this range extends to cover the entire hive. This is a silent and instantaneous mode of communication that only Arbeyach, spawn of Arbeyach, insects, and vermin can understand. All these creatures follow Arbeyach's orders and will never harm the devil."
                }
            ],
            "spell_list": [],
            "page_no": 95,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_arbeyach/"
        },
        {
            "slug": "automata-devil",
            "desc": "_A nightmare wrapped in chains and built of cutting cogs and whirring gears, an automata devil howls like a hurricane in battle. Once chain devils, automata devils have been promoted to greater power._  \n**Guards and Overseers.** Sometimes called castigas, automata devils are made to monitor others. They are often put in charge of prisoners or infernal factories.  \n**Pierced by Chain and Wire.** This slender creature’s skin is pierced with barbs, sharp nails, and coils of wire, which have been threaded through its flesh. Chains are buried under blisters and scabs. This infernal horror’s eyelids—both front and back pairs—have been sewn back with wire, while six arms ending in large grasping hands erupt from its shoulders.  \n**Coiled Metal Whips.** The creature’s back is broad and massive. Its head is a black mass ending in two large mandibles. By its side, it carries a huge coiled whip that squirms like a snake and is said to scent lies and treachery. The creature’s stomach opens up like a second mouth, filled with spines.",
            "name": "Automata Devil",
            "size": "Large",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 168,
            "hit_dice": "16d10+80",
            "speed": {
                "walk": 40
            },
            "strength": 24,
            "dexterity": 17,
            "constitution": 20,
            "intelligence": 11,
            "wisdom": 14,
            "charisma": 19,
            "strength_save": 11,
            "dexterity_save": 7,
            "constitution_save": 9,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": 8,
            "perception": null,
            "skills": {
                "athletics": 11,
                "intimidation": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 12",
            "languages": "Common, Infernal; telepathy 100 ft.",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The automata devil makes two melee attacks, using any combination of bite, claw, and whip attacks. The bite attack can be used only once per turn."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 18 (2d10 + 7) slashing damage.",
                    "attack_bonus": 11,
                    "damage_dice": "2d10"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 14 (2d6 + 7) slashing damage.",
                    "attack_bonus": 11,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Whip",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 15 ft., one target. Hit: 11 (1d8 + 7) slashing damage and the target is grappled (escape DC 17) and restrained. Only two targets can be grappled by the automata devil at one time, and each grappled target prevents one whip from being used to attack. An individual target can be grappled by only one whip at a time. A grappled target takes 9 (2d8) piercing damage at the start of its turn.",
                    "attack_bonus": 11,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Punishing Maw",
                    "desc": "If a target is already grappled in a whip at the start of the automata devil's turn, both creatures make opposed Strength (Athletics) checks. If the grappled creature wins, it takes 9 (2d8) piercing damage and remains grappled. If the devil wins, the grappled creature is dragged into the devil's stomach maw, a mass of churning gears, razor teeth, and whirling blades. The creature takes 49 (4d20 + 7) slashing damage and is grappled, and the whip is free to attack again on the devil's next turn. The creature takes another 49 (4d20 + 7) slashing damage automatically at the start of each of the automata devil's turns for as long as it remains grappled in the maw. Only one creature can be grappled in the punishing maw at a time. The automata devil can freely \"spit out\"a creature or corpse during its turn, to free up the maw for another victim."
                },
                {
                    "name": "Fear Aura",
                    "desc": "Automata devils radiate fear in a 10-foot radius. A creature that starts its turn in the affected area must make a successful DC 16 Wisdom saving throw or become frightened. A creature that makes the save successfully cannot be affected by the same automata devil's fear aura again."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the devil's darkvision."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The automata devil has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the automata devils' spellcasting ability is Charisma (spell save DC 16). It can innately cast the following spells, requiring no material components:\n\nat will: charm person, suggestion, teleport\n\n1/day each: banishing smite, cloudkill"
                }
            ],
            "spell_list": [],
            "page_no": 102,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_automata-devil/"
        },
        {
            "slug": "chort-devil",
            "desc": "_Small horns crown this pig-faced devil’s head. It stands on shaggy goat legs and holds a flaming polearm in its clawed hands. It bears a wicked gleam in its black eyes._  \n**Bad Bargains.** Quick and canny, a chort devil uses varied, pleasing forms to entice mortals to make terrible bargains, but it revels in its obvious devilishness. A chort wants its victim to know it is dealing with a devil. The relative straightforwardness of this approach enables the creature to better deceive those whom it bargains with. After all, the chort affirms, if the victim weren’t so desperate, he wouldn’t be bargaining with a devil. If necessary, an implied threat of immolation gives it greater bargaining power, but the creature is careful not to torture or otherwise harm its patsy, since that voids any potential contract.  \n**Recitation of Contracts.** An annual spectacle in large cities involves some poor fool who believes he can trick a chort and escape a legal bargain. The devil appears and recites the entirety of the contract its victim signed, replete with embarrassing details about a dispatched rival, the ensnarement of a love who once spurned him, and other disclosures. A chort ensures all those entangled in its victim’s affairs are present to hear it, and it disappears once all the victim's dark secrets have been revealed.  \n**Smear Tactics.** A zealous opponent of the chort often finds himself the victim of his own hubris, as the devil digs up or creates vile tales about its foe and brings his folly to light. A chort enjoys tarnishing the reputation of tools of good. For example, it may steal a paladin’s sword and use it to murder an especially pious person, leaving the sword in the victim. Thus, a chort dispatches a foe strongly resistant to its manipulations, brings suspicion to another potential foe, and taints a weapon—at least in reputation—which might be used against it.",
            "name": "Chort Devil",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 187,
            "hit_dice": "15d8+120",
            "speed": {
                "walk": 30
            },
            "strength": 24,
            "dexterity": 20,
            "constitution": 26,
            "intelligence": 18,
            "wisdom": 20,
            "charisma": 20,
            "strength_save": 11,
            "dexterity_save": 9,
            "constitution_save": 12,
            "intelligence_save": 8,
            "wisdom_save": null,
            "charisma_save": 9,
            "perception": 9,
            "skills": {
                "athletics": 11,
                "deception": 9,
                "insight": 9,
                "perception": 9
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "cold, fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 19",
            "languages": "Celestial, Common, Draconic, Infernal, Primordial; telepathy (120 ft.)",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The chort devil makes three melee attacks with its flaming ranseur, or three melee attacks with its claws."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 12 (2d4 + 7) slashing damage plus 2 (1d4) Charisma damage.",
                    "attack_bonus": 11,
                    "damage_dice": "2d4"
                },
                {
                    "name": "Flaming Ranseur",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 10 ft., one target. Hit: 12 (1d10 + 7) piercing damage plus 10 (3d6) fire damage.",
                    "attack_bonus": 11,
                    "damage_dice": "1d10"
                },
                {
                    "name": "Devilish Weapons",
                    "desc": "Any weapons wielded by a chort devil do 10 (3d6) fire damage in addition to their normal weapon damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the devil's darkvision."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The devil has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the chort devil's spellcasting ability is Charisma (spell save DC 17, +9 to hit with spell attacks). The chort devil can innately cast the following spells, requiring no material components:\n\nat will: blur, magic circle, teleport\n\n3/day: scorching ray (5 rays)\n\n1/day each: dispel magic, dominate person, flame strike, haste"
                }
            ],
            "spell_list": [],
            "page_no": 104,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_chort-devil/"
        },
        {
            "slug": "clockwork-abomination",
            "desc": "_At rest, a clockwork abomination resembles a pile of debris and scrap on the ground, but in motion it reveals a large insectoid form with smoke rising between the plates of its hide. Its many orange‑yellow eyes shine like dim lanterns and reveal no hint of expression or intent._  \n**Bound Devils.** Clockwork abominations result from ill‑considered attempts to bind lesser devils into clockwork or steam-driven constructs. The disciplines of devil binding and engineering seemingly do not mix well, and the results of such attempts are typically disastrous. Every now and then, however, something goes right, and a clockwork abomination is created.  \n**Junk Collectors.** Clockwork abominations are canny enough to collect bits of old wagons, tools, or machinery as camouflage. Motionless among such objects, they can often surprise a foe.  \n**Sadistic Machines.** Malevolent in the extreme, these fiendish automatons are frustrated by the limits of their new forms, and they delight in inflicting suffering on others. Constantly seeking to break free of their creators’ control, the most they can be entrusted to do is to serve as a guardian or attack something.  \n**Constructed Nature.** A clockwork abomination doesn’t require air, food, drink, or sleep.",
            "name": "Clockwork Abomination",
            "size": "Large",
            "type": "Construct",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 76,
            "hit_dice": "8d10+32",
            "speed": {
                "walk": 30,
                "climb": 30
            },
            "strength": 21,
            "dexterity": 12,
            "constitution": 18,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "athletics": 9,
                "perception": 4,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold, fire; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Common, Infernal",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The clockwork abomination makes one bite attack and one slam attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 15 (2d8 + 6) piercing damage.",
                    "attack_bonus": 9,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 15 ft., one target. Hit: 13 (2d6 + 6) bludgeoning damage.",
                    "attack_bonus": 9,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Breath Weapon (Recharge 5-6)",
                    "desc": "The clockwork abomination's Infernal Power Source allows it to breathe fire in a 20-foot cone. Targets in this cone take 22 (4d10) fire damage, or half damage with a successful DC 14 Dexterity saving throw."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Additional Legs",
                    "desc": "Four legs allow the clockwork abomination to climb at a speed equal to its base speed and to ignore difficult terrain."
                },
                {
                    "name": "Piston Reach",
                    "desc": "The abomination's melee attacks have a deceptively long reach thanks to the pistons powering them."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The clockwork abomination is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Infernal Power Source",
                    "desc": "When a clockwork abomination falls to 0 hp, its infernal battery explodes. Creatures within 10 feet of the clockwork abomination take 14 (4d6) fire damage, or half damage with a successful DC 14 Dexterity saving throw."
                }
            ],
            "spell_list": [],
            "page_no": 59,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_clockwork-abomination/"
        },
        {
            "slug": "crystalline-devil",
            "desc": "_Created and favored by Mammon, the arch-devil of greed, crystalline devils masquerade as magic treasures._  \n**Barefoot, Gem-Coated.** Crystalline devils resemble gem‑coated humanoids with cruel, twisted faces, jagged teeth, and terrible talons like shards of broken glass. Their feet, however, are soft and bare, allowing them to pad along with surprising stealth, always looking for a favorable spot to assume gem form  \n**Winking Jewels.** In its treasure form, a crystalline devil resembles a pretty, sparkling jewel lying on the ground, glowing with a warm inner light. They seek to catch the eye of an unwary creature whose mind it might corrupt to greed and murder. If their identity is discovered in gem form, they reassume their normal form and attack.  \n**Passed Along.** After insinuating themselves into groups, they encourage betrayal and murder, then persuade a host to pass on their treasure as atonement for their crimes.",
            "name": "Crystalline Devil",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 102,
            "hit_dice": "12d8+48",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 12,
            "constitution": 18,
            "intelligence": 14,
            "wisdom": 13,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": 4,
            "perception": null,
            "skills": {
                "deception": 8,
                "insight": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 11",
            "languages": "Celestial, Common, Infernal, telepathy 120 ft.",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The devil makes two claw attacks."
                },
                {
                    "name": "Betraying Carbuncle",
                    "desc": "The crystalline devil takes the form of a gemstone worth 500 gp. It radiates magic in this form, but it can't be destroyed. It is fully aware and can see and hear its surroundings. Reverting to its usual form requires another action."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Crystalline Spray (Recharge 5-6)",
                    "desc": "The crystalline devil magically sprays shards of crystal in a 15-foot cone. Each target in that area takes 17 (7d4) piercing damage, or half damage with a successful DC 15 Dexterity saving throw."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the devil's darkvision."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The crystalline devil has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Sneak Attack (1/Turn)",
                    "desc": "The crystalline devil deals an extra 7 (2d6) damage when it hits a target with an attack and has advantage on the attack roll, or when the target is within 5 feet of an ally of the devil that isn't incapacitated and the devil doesn't have disadvantage on the attack roll."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "while in the form of a gemstone, the devil is an innate spellcaster. Its spellcasting ability is Charisma (spell save DC 13). The devil can innately cast the following spells, requiring no material components:\n\n2/day: command\n\n1/day: suggestion"
                },
                {
                    "name": "Variant: Devil Summoning",
                    "desc": "some crystalline devils have an action option that allows them to summon other devils.\n\nsummon Devil (1/Day): The crystalline devil has a 25 percent chance of summoning one crystalline devil"
                }
            ],
            "spell_list": [],
            "page_no": 105,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_crystalline-devil/"
        },
        {
            "slug": "gilded-devil",
            "desc": "_This tall, bronze-complexioned man is abnormally long-limbed and clad in armor of stained and battered coins. His wiry frame is festooned with mismatched bracelets, rings, and necklaces, each gaudier than the last. The easy smile on his face is cold with envy._  \n**Servants of Mammon.** Rarely seen in their natural form outside of Hell, gilded devils are the servitors of Mammon, archdevil of greed. They tempt and corrupt with promises of wealth, power, and fame, twisting mortal greed into sure damnation.  \n**Impression of Wisdom.** When pursuing a mortal of high standing, gilded devils prefer unassuming appearances, molding their flesh and gaudy trappings to make themselves look the parts of wise advisers, canny merchants, or sly confidants.  \n**Fond of Gold and Jewels.** Even in their humblest form, gilded devils always wear a piece of golden jewelry or a jeweled button or ornament.",
            "name": "Gilded Devil",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 16,
            "armor_desc": "coin mail",
            "hit_points": 112,
            "hit_dice": "15d8+45",
            "speed": {
                "walk": 30
            },
            "strength": 17,
            "dexterity": 15,
            "constitution": 17,
            "intelligence": 15,
            "wisdom": 18,
            "charisma": 17,
            "strength_save": 6,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 6,
            "perception": null,
            "skills": {
                "deception": 9,
                "history": 5,
                "insight": 10,
                "persuasion": 9
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60ft, passive Perception 14",
            "languages": "Celestial, Common, Draconic, Infernal; telepathy (120 ft.)",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The gilded devil makes two heavy flail attacks."
                },
                {
                    "name": "Heavy Flail (Scourge of Avarice)",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 10 (1d10 + 5) bludgeoning damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d10+5"
                },
                {
                    "name": "Betrayal of Riches (Recharge 5-6)",
                    "desc": "as a bonus action, a gilded devil can turn rings, necklaces, and other jewelry momentarily against their wearer. The devil can affect any visible item of jewelry on up to two creatures within 60 feet, twisting them into cruel barbs and spikes. Each target must succeed on a DC 15 Wisdom saving throw to halve the damage from this effect. If the saving throw fails, the victim takes 13 (3d8) piercing damage and an additional effect based on the item location targeted.\n\nan item is treated as jewelry if it is made of a precious material (such as silver, gold, ivory, or adamantine), adorned with gems, or both, and is worth at least 100 gp.\n\narms: STR Save or Melee Damage halved until a short rest\n\nhand: STR Save or Drop any held item\n\neyes: DEX Save or Permanently blinded\n\nhead: DEX Save Disadvantage on INT checks until long rest\n\nfeet: DEX Save or Speed halved for 24 hours\n\nneck: CON Save or Stunned, unable to breathe for 1 round\n\nother: No additional effects"
                },
                {
                    "name": "Scorn Base Metals",
                    "desc": "A gilded devil's attacks ignore any protection provided by nonmagical armor made of bronze, iron, steel, or similar metals. Protection provided by valuable metals such as adamantine, mithral, and gold apply, as do bonuses provided by non-metallic objects."
                },
                {
                    "name": "Scourge of Avarice",
                    "desc": "As a bonus action, a gilded devil wearing jewelry worth at least 1,000 gp can reshape it into a +2 heavy flail. A creature struck by this jeweled flail suffers disadvantage on all Wisdom saving throws until his or her next short rest, in addition to normal weapon damage. The flail reverts to its base components 1 minute after it leaves the devil's grasp, or upon the gilded devil's death."
                },
                {
                    "name": "Voracious Greed",
                    "desc": "As an action, a gilded devil can consume nonmagical jewelry or coinage worth up to 1,000 gp. For each 200 gp consumed, it heals 5 hp of damage. A gilded devil can use this ability against the worn items of a grappled foe. The target must succeed on a DC 13 Dexterity saving throw to keep an item from being consumed."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the devil's darkvision."
                },
                {
                    "name": "Liar's Largesse",
                    "desc": "A gilded devil has influence over the recipient of a gift for as long as that creature retains the gift. The recipient receives a -2 penalty on saving throws against the gilded devil's abilities and a further -10 penalty against scrying attempts made by the gilded devil. A remove curse spell removes this effect."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The devil has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The gilded devil's weapon attacks are magical."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the gilded devil's spellcasting ability is Wisdom (spell save DC 15, +7 to hit with spell attacks). The gilded devil can innately cast the following spells, requiring no material components:\n\nat will: detect thoughts, major image, suggestion\n\n3/day each: dominate person, polymorph, scorching ray (4 rays), scrying\n\n1/day: teleport (self plus 50 lb of objects only)"
                }
            ],
            "spell_list": [],
            "page_no": 106,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_gilded-devil/"
        },
        {
            "slug": "ink-devil",
            "desc": "_This small devil wears a small red hat. A wicked grin flashes black teeth, and the creature nervously wrings its hands, baring long, needle-like claws._  \nInk devils have small, pursed mouths and long, thin, bony fingers. Their nails resemble quills. Their heads are often bald or shaved in a monastic tonsure, and they have two small horns, no larger than an acorn. Their skin tends toward walnut, indigo, and black tones, though the eldest are as pale as parchment. They often wear robes and carry scroll cases, and many consider Titivillus the greatest of arch-devils.  \n**Cowards at Heart.** Ink devils are talkers and cowards. They prefer chatting, whining, and pleading to any form of combat. When they are forced to fight, they prefer to hide behind other devils. They force lesser devils, like lemures, to fight for them while they use teleportation, invisibility, and their ability to disrupt the concentration of spellcasters to harry the opposition.  \n**False Gifts.** They often give strangers false gifts, like letters of credit, charters, or scholarly papers inscribed with a glyph of warding to start combat.  \n**Bibliophiles and Bookworms.** Ink devils live in libraries and scriptoria in the hells and related planes. Their speed and keen vision make them excellent accountants, record keepers, translators, and note takers. They cannot be trusted, and they delight in altering documents for their own amusement or in their master’s service.",
            "name": "Ink Devil",
            "size": "Small",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 54,
            "hit_dice": "12d6+12",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 18,
            "constitution": 12,
            "intelligence": 20,
            "wisdom": 8,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 9,
                "deception": 8,
                "history": 9,
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 9",
            "languages": "Celestial, Common, Draconic, Infernal; telepathy (120 ft.)",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 14 (3d6 + 4) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "3d6"
                },
                {
                    "name": "Disrupt Concentration",
                    "desc": "Their sharp, shrill tongues and sharper claws make ink devils more distracting than their own combat prowess might indicate. As a bonus action, an ink devil can force a single foe within 30 feet of the ink devil to make a DC 13 Wisdom saving throw or lose concentration until the beginning of the target's next turn."
                },
                {
                    "name": "Corrupt Scroll",
                    "desc": "An ink devil can corrupt the magic within any scroll by touch. Any such corrupted scroll requires a DC 13 Intelligence saving throw to use successfully. If the check fails, the scroll's spell affects the caster if it is an offensive spell, or it affects the nearest devil if it is a beneficial spell."
                },
                {
                    "name": "Devil's Mark",
                    "desc": "Ink devils can flick ink from their fingertips at a single target within 15 feet of the devil. The target must succeed on a Dexterity saving throw (DC 13), or the affected creature gains a devil's mark—a black, red, or purple tattoo in the shape of an archduke's personal seal (most often Mammon or Totivillus but sometimes Arbeyach, Asmodeus, Beelzebub, Dispater, or others). All devils have advantage on spell attacks made against the devil-marked creature, and the creature has disadvantage on saving throws made against spells and abilities used by devils. The mark can be removed only by a remove curse spell or comparable magic. In addition, the mark detects as faintly evil and often shifts its position on the body. Paladins, witchfinders, and some clerics may consider such a mark proof that a creature has made a pact with a devil."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the devil's darkvision."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The devil has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the ink devil's spellcasting ability is Charisma (spell save DC 14). The ink devil can cast the following spells, requiring no material components:\n\nat will: detect magic, illusory script, invisibility, teleport (self plus 50 lb of objects only)\n\n1/day each: glyph of warding, planar ally (1d4 + 1 lemures 40 percent, or 1 ink devil 25 percent)"
                }
            ],
            "spell_list": [],
            "page_no": 107,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_ink-devil/"
        },
        {
            "slug": "koralk-harvester-devil",
            "desc": "_The fiendish hulk bears features taken from a nightmare scorpion, with three stinging tails and four limbs, and wields a massive scythe._  \n_**Transforming Poison.**_ Poison from any one of the koralk’s three stingers liquefies the target’s insides in an agonizing transformation. The stung creature swells as its organs, muscle, and skeleton rapidly break down and reform. When the skin casing pops, it releases a spray of gelatinous goo and reveals the form of a lemure, the lowest form of devil. The new lemure is subject to the will of more powerful devils, and its fate from that moment on is the same as any lemure’s. Eventually it will be remolded into a higher form of devil and become another warrior in service to the arch-devils. Astoundingly, the koralk’s poison can even work this transformation on demons, converting them to the lowest form of devil.  \n_**Infernal Mounts.**_ A koralk is large and strong enough for Medium-size devils to ride as a mount. They don’t like being used this way, but being devils, they do what they’re told by their betters or suffer the consequences.",
            "name": "Koralk (Harvester Devil)",
            "size": "Large",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 136,
            "hit_dice": "16d10+48",
            "speed": {
                "walk": 40
            },
            "strength": 16,
            "dexterity": 13,
            "constitution": 17,
            "intelligence": 10,
            "wisdom": 11,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": 5,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 10",
            "languages": "Infernal, telepathy 120 ft.",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The koralk can make three stinger attacks and two scythe attacks. It can also make a bite attack if it has a target grappled."
                },
                {
                    "name": "Scythe",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 16 (2d12 + 3) slashing damage, OR a Medium-sized or smaller target can be grappled by the koralk's smaller, vestigial arms instead (no damage, escape DC 13).",
                    "attack_bonus": 7,
                    "damage_dice": "2d12"
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one grappled target. Hit: 19 (3d10 + 3) piercing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "3d10"
                },
                {
                    "name": "Stinger",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) piercing damage and the target must make a successful DC 15 Constitution saving throw or become poisoned. While poisoned this way, the target takes 10 (3d6) poison damage at the start of each of its turns, from liquefaction of its innards. A successful save renders the target immune to the koralk's poison for 24 hours. If a creature dies while poisoned by a koralk, its body bursts open, spewing vile liquid and a newly-formed lemure devil. The lemure is under the command of any higher-order devil nearby. The poison can be neutralized by lesser restoration, protection from poison, or comparable magic. If the lemure is killed, the original creature can be restored to life by resurrection or comparable magic.",
                    "attack_bonus": 7,
                    "damage_dice": "2d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness does not impair the koralk's darkvision."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The koralk has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Steadfast",
                    "desc": "The koralk cannot be frightened while it can see an allied creature within 30 feet of it"
                }
            ],
            "spell_list": [],
            "page_no": 108,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_koralk-harvester-devil/"
        },
        {
            "slug": "lunar-devil",
            "desc": "_A hulking figure floats in the air, a winged horror painted in mist and moonlight._  \n**Corruptors of the Moon.** Always standing a bit apart from the machinations of the Dukes of Hell due to their dependence on moonlight, lunar devils can be found subverting druidical orders or leading packs of werewolves. They are a lazy breed of devil, and prefer lounging in the light of the moon over any more vigorous activity. The only exception is an opportunity to corrupt druids and moon-worshippers, pitting them against followers of sun gods.  \n**Vain and Boastful.** Lunar devils are as vain as they are indolent, and tales the fey tell of them involve thwarting them by appealing to their vanity. Lunar devils frequently befriend the dark fey.  \n**Flying in Darkness.** In combat, lunar devils sometimes cast fly on allies to bring them along, and they stay in areas of moonlight whenever they can. Lunar devils have excellent vision in total darkness as well, though, and are happy to use that against foes. At range, they use hurl moonlight and lightwalking to frustrate enemies. In melee, they use wall of ice to split foes, the better to battle just half at a time.",
            "name": "Lunar Devil",
            "size": "Large",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 94,
            "hit_dice": "9d10+45",
            "speed": {
                "walk": 40,
                "fly": 60,
                "hover": true,
                "lightwalking": 80
            },
            "strength": 21,
            "dexterity": 21,
            "constitution": 20,
            "intelligence": 16,
            "wisdom": 15,
            "charisma": 18,
            "strength_save": 8,
            "dexterity_save": 8,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 15",
            "languages": "Celestial, Draconic, Elvish, Infernal, Sylvan, telepathy 120 ft.",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The devil makes three attacks: one with its bite, one with its claws, and one with its tail. Alternatively, it can use Hurl Moonlight twice."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 11 (1d12 + 5) piercing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d12"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 12 (2d6 + 5) slashing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 9 (1d8 + 5) bludgeoning damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Hurl Moonlight",
                    "desc": "Ranged Spell Attack: +7 to hit, range 150 ft., one target. Hit: 19 (3d12) cold damage and the target must succeed on a DC 15 Constitution saving throw or become blinded for 4 rounds.",
                    "attack_bonus": 7,
                    "damage_dice": "3d12"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the devil's darkvision."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the devil's innate spellcasting ability is Charisma (spell save DC 15). It can innately cast the following spells, requiring no material components:\n\nat will: fly, major image, planar binding\n\n3/day: greater invisibility\n\n1/day: wall of ice"
                },
                {
                    "name": "Light Incorporeality",
                    "desc": "The devil is semi-incorporeal when standing in moonlight, and is immune to all nonmagical attacks in such conditions. Even when hit by spells or magic weapons, it takes only half damage from a corporeal source, with the exception of force damage. Holy water can affect the devil as it does incorporeal undead."
                },
                {
                    "name": "Lightwalking",
                    "desc": "Once per round, the lunar devil magically teleports, along with any equipment it is wearing or carrying, from one beam of moonlight to another within 80 feet. This relocation uses half of its speed."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The devil has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Variant: Devil Summoning",
                    "desc": "Summon Devil (1/Day): The devil can attempt a magical summoning. The devil has a 40 percent chance of summoning either 2 chain devils or 1 lunar devil."
                }
            ],
            "spell_list": [],
            "page_no": 110,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_lunar-devil/"
        },
        {
            "slug": "orobas-devil",
            "desc": "_Tall and powerful, this creature resembles a strong man with well‑chiseled muscles, save its equine head, flaring nostrils, and hoofed feet._  \nThe orobas thrive in Hell, selling their knowledge to those who have the coin (or other form of payment). The common phrase, “never trust a gift horse,” stems from these corrupting devils.  \n**Horse-Headed but Wise.** When called to the mortal world, they sometimes take the shape of a destrier. Orobas devils prefer to take the horrific form of a horse-headed man. Sulfuric smoke curls from their nostrils and their fingers sport ragged claws. This beast‑like appearance belies their true strength; the orobas possess an uncanny knowledge of the past, as well as of things to come.  \n**Masters of Deceit.** When bargaining with an orobas, one must speak truthfully—or possess an exceptionally quick tongue and the most charming smile. Practitioners of the dark arts know these devils as the Lords of Distortion, for their ability to practice deceit. They prize reality-warping magic above all else, and bribes of that sort can win concessions when making a pact.  \n**Surrounded by Lessers.** Orobas devils gather lesser devils both as chattel and defense. Their analytical minds telepathically confer the strengths and weaknesses of foes to their allies. With surprising speed, the deceivers can assess a battlefield, weigh outcomes, and redirect forces. Enemies of the orobas almost never catch them off guard. They have frequent, clear visions of their immediate future.",
            "name": "Orobas Devil",
            "size": "Large",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 261,
            "hit_dice": "14d10+126",
            "speed": {
                "walk": 40
            },
            "strength": 26,
            "dexterity": 14,
            "constitution": 28,
            "intelligence": 23,
            "wisdom": 26,
            "charisma": 21,
            "strength_save": 12,
            "dexterity_save": 7,
            "constitution_save": 14,
            "intelligence_save": null,
            "wisdom_save": 13,
            "charisma_save": null,
            "perception": 13,
            "skills": {
                "deception": 10,
                "history": 11,
                "insight": 13,
                "perception": 13,
                "persuasion": 10
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "truesight 90 ft., passive Perception 23",
            "languages": "Celestial, Darakhul, Draconic, Giant, Infernal, Undercommon, Void Speech; telepathy 100 ft.",
            "challenge_rating": "14",
            "cr": 14.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The orobas makes four attacks: one with its bite, one with its claw, one with its flail, and one with its stomp."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 18 (3d6 + 8) piercing damage. The target must succeed on a DC 18 Constitution saving throw or become poisoned. While poisoned in this way, the target can't regain hit points and it takes 14 (4d6) poison damage at the start of each of its turns. The poisoned target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 15 (2d6 + 8) slashing damage."
                },
                {
                    "name": "Flail",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 17 (2d8 + 8) bludgeoning damage plus 18 (4d8) acid damage."
                },
                {
                    "name": "Stomp",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 15 (2d6 + 8) bludgeoning damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Knowing (3/day)",
                    "desc": "An orobas can predict actions and alter chance accordingly. Three times per day, it can choose to have advantage on any attack or skill check."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The orobas has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The orobas's weapon attacks are magical."
                },
                {
                    "name": "Sage Advice",
                    "desc": "An orobas sometimes twists responses to a divination. It softens the answer, leaves crucial information out of the response, manipulates a convoluted answer, or outright lies. An orobas always has advantage on Deception and Persuasion checks when revealing the result of a divination."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the orobas' spellcasting ability is Charisma (spell save DC 18, +10 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\n\nconstant: detect evil and good\n\nat will: augury, protection from evil and good, teleport (self plus 50 lb of objects only)\n\n5/day each: bestow curse, fireball, scorching ray\n\n3/day each: antimagic field, chain lightning, contact other plane, dimension door, wall of fire\n\n1/day each: eyebite, find the path, foresight"
                }
            ],
            "spell_list": [],
            "page_no": 111,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_orobas-devil/"
        },
        {
            "slug": "salt-devil",
            "desc": "_“They led that caravan without mercy or kindness. If you fell or stumbled, they struck you, making your tongue feel as sand or your body ache with pain, then laughed, telling you to get up. And once we arrived, gods, they had us take the tools from the dead, withered hands of the last slaves, and start digging.” He took a drink from his waterskin, as if just the memory made him thirsty._  \n**Sparkly Crystals.** Salt devils have sharp, crystalline teeth, sparkling skin studded with fine salt crystals, and long claws that leave jagged, burning wounds. They can also fight with saltencrusted blades seemingly forged from thin air.  \n**Servants of Mammon.** Salt devils claim to serve Mammon, and they often ally with gnolls and slavers with whom they seek out oases to use as ambush sites or just to poison the water.  \n**Slavers and Corruptors.** Salt devils create slave markets and salt mines, where they thrive on the misery of those indentured into their service. They detest summoning peers during combat because they hate being indebted to another devil. They prefer to forge alliances with mortals when partners are needed for an endeavor, and they are less grasping and greedy than one might expect of Mammon’s servants, preferring to encourage corruption in others.",
            "name": "Salt Devil",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 93,
            "hit_dice": "11d8+44",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 13,
            "constitution": 18,
            "intelligence": 13,
            "wisdom": 14,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 5,
            "perception": 5,
            "skills": {
                "perception": 5,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 15",
            "languages": "Celestial, Common, Gnoll, Infernal, telepathy 120 ft.",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The devil makes two scimitar attacks."
                },
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) slashing damage. If the target is neither undead nor a construct, it also takes 5 (1d10) necrotic damage, or half damage with a successful DC 15 Constitution saving throw. Plants, oozes, and creatures with the Amphibious, Water Breathing, or Water Form traits have disadvantage on this saving throw. If the saving throw fails by 5 or more, the target also gains one level of exhaustion.",
                    "attack_bonus": 7,
                    "damage_dice": "1d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the devil's darkvision."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The devil has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the devil's spellcasting ability is Charisma (spell save DC 13). The devil can innately cast the following spells, requiring no material components:\n\nat will: darkness\n\n1/day each: harm, teleport"
                },
                {
                    "name": "Variant: Devil Summoning",
                    "desc": "Summon Devil (1/Day): The salt devil has a 40 percent chance of summoning one salt devil"
                }
            ],
            "spell_list": [],
            "page_no": 113,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_salt-devil/"
        },
        {
            "slug": "spawn-of-arbeyach",
            "desc": "",
            "name": "Spawn Of Arbeyach",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 78,
            "hit_dice": "12d8+24",
            "speed": {
                "walk": 40,
                "climb": 20
            },
            "strength": 18,
            "dexterity": 15,
            "constitution": 15,
            "intelligence": 10,
            "wisdom": 13,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., tremorsense 60 ft., passive Perception 14",
            "languages": "Infernal",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "A Spawn of Arbeyach makes one bite attack and two stinger attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) piercing damage plus 4 (1d8) poison damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Stinger",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) piercing damage plus 9 (2d8) poison damage. If the target is a creature, it must succeed on a DC 13 Constitution saving throw or be poisoned for 1 minute. A poisoned creature repeats the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "attack_bonus": 7,
                    "damage_dice": "1d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hive Mind",
                    "desc": "Spawn of Arbeyach share a bond with other members of their hive that enhances their hive mates' perception. As long as a spawn is within 60 feet of at least one hive mate, it has advantage on initiative rolls and Wisdom (Perception) checks. If one spawn is aware of a particular danger, all others in the hive are, too. No spawn in a hive mind is surprised at the beginning of an encounter unless all of them are."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The spawn of Arbeyach's spellcasting ability is Charisma. The Spawn of Arbeyach can innately cast the following spells, requiring no material components: 1/day: conjure animals (only swarms of insects) Scent Communication. Spawn of Arbeyach can communicate with each other and all swarms of insects within 60 feet via pheromone transmission. In a hive, this range extends to cover the entire hive. This is a silent and instantaneous mode of communication that only Arbeyach, spawn of Arbeyach, and swarms of insects can understand. As a bonus action, the spawn of Arbeyach can use this trait to control and give orders to one swarm of insects within 60 feet."
                }
            ],
            "spell_list": [],
            "page_no": 97,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_spawn-of-arbeyach/"
        },
        {
            "slug": "barbed-devil",
            "desc": "",
            "name": "Barbed Devil",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "devil",
            "group": "Devils",
            "alignment": "lawful evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 110,
            "hit_dice": "13d8+52",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 17,
            "constitution": 18,
            "intelligence": 12,
            "wisdom": 14,
            "charisma": 14,
            "strength_save": 6,
            "dexterity_save": null,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 5,
            "perception": 8,
            "skills": {
                "deception": 5,
                "insight": 5,
                "perception": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 18",
            "languages": "Infernal, telepathy 120 ft.",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The devil makes three melee attacks: one with its tail and two with its claws. Alternatively, it can use Hurl Flame twice."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "1d6",
                    "damage_bonus": 3
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d6",
                    "damage_bonus": 3
                },
                {
                    "name": "Hurl Flame",
                    "desc": "Ranged Spell Attack: +5 to hit, range 150 ft., one target. Hit: 10 (3d6) fire damage. If the target is a flammable object that isn't being worn or carried, it also catches fire.",
                    "attack_bonus": 5,
                    "damage_dice": "3d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Barbed Hide",
                    "desc": "At the start of each of its turns, the barbed devil deals 5 (1d10) piercing damage to any creature grappling it.",
                    "attack_bonus": 0,
                    "damage_dice": "1d10"
                },
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the devil's darkvision."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The devil has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 274,
            "environments": [
                "Hell"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_barbed-devil/"
        },
        {
            "slug": "bearded-devil",
            "desc": "",
            "name": "Bearded Devil",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "devil",
            "group": "Devils",
            "alignment": "lawful evil",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 52,
            "hit_dice": "8d8+16",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 15,
            "constitution": 15,
            "intelligence": 9,
            "wisdom": 11,
            "charisma": 11,
            "strength_save": 5,
            "dexterity_save": null,
            "constitution_save": 4,
            "intelligence_save": null,
            "wisdom_save": 2,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 10",
            "languages": "Infernal, telepathy 120 ft.",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The devil makes two attacks: one with its beard and one with its glaive."
                },
                {
                    "name": "Beard",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 6 (1d8 + 2) piercing damage, and the target must succeed on a DC 12 Constitution saving throw or be poisoned for 1 minute. While poisoned in this way, the target can't regain hit points. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "attack_bonus": 5,
                    "damage_dice": "1d8",
                    "damage_bonus": 2
                },
                {
                    "name": "Glaive",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 10 ft., one target. Hit: 8 (1d10 + 3) slashing damage. If the target is a creature other than an undead or a construct, it must succeed on a DC 12 Constitution saving throw or lose 5 (1d10) hit points at the start of each of its turns due to an infernal wound. Each time the devil hits the wounded target with this attack, the damage dealt by the wound increases by 5 (1d10). Any creature can take an action to stanch the wound with a successful DC 12 Wisdom (Medicine) check. The wound also closes if the target receives magical healing.",
                    "attack_bonus": 5,
                    "damage_dice": "1d10",
                    "damage_bonus": 3
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the devil's darkvision."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The devil has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Steadfast",
                    "desc": "The devil can't be frightened while it can see an allied creature within 30 feet of it."
                }
            ],
            "spell_list": [],
            "page_no": 274,
            "environments": [
                "Hell"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_bearded-devil/"
        },
        {
            "slug": "bone-devil",
            "desc": "",
            "name": "Bone Devil",
            "size": "Large",
            "type": "Fiend",
            "subtype": "devil",
            "group": "Devils",
            "alignment": "lawful evil",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 142,
            "hit_dice": "15d10+60",
            "speed": {
                "walk": 40,
                "fly": 40
            },
            "strength": 18,
            "dexterity": 16,
            "constitution": 18,
            "intelligence": 13,
            "wisdom": 14,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 5,
            "wisdom_save": 6,
            "charisma_save": 7,
            "perception": null,
            "skills": {
                "deception": 7,
                "insight": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 9",
            "languages": "Infernal, telepathy 120 ft.",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The devil makes three attacks: two with its claws and one with its sting."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 8 (1d8 + 4) slashing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d8",
                    "damage_bonus": 4
                },
                {
                    "name": "Sting",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 13 (2d8 + 4) piercing damage plus 17 (5d6) poison damage, and the target must succeed on a DC 14 Constitution saving throw or become poisoned for 1 minute. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "attack_bonus": 8,
                    "damage_dice": "2d8",
                    "damage_bonus": 4
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the devil's darkvision."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The devil has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 275,
            "environments": [
                "Hell"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_bone-devil/"
        },
        {
            "slug": "chain-devil",
            "desc": "",
            "name": "Chain Devil",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "devil",
            "group": "Devils",
            "alignment": "lawful evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 85,
            "hit_dice": "10d8+40",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 15,
            "constitution": 18,
            "intelligence": 11,
            "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": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 8",
            "languages": "Infernal, telepathy 120 ft.",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The devil makes two attacks with its chains."
                },
                {
                    "name": "Chain",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 11 (2d6 + 4) slashing damage. The target is grappled (escape DC 14) if the devil isn't already grappling a creature. Until this grapple ends, the target is restrained and takes 7 (2d6) piercing damage at the start of each of its turns.",
                    "attack_bonus": 8,
                    "damage_dice": "2d6",
                    "damage_bonus": 4
                },
                {
                    "name": "Animate Chains (Recharges after a Short or Long Rest)",
                    "desc": "Up to four chains the devil can see within 60 feet of it magically sprout razor-edged barbs and animate under the devil's control, provided that the chains aren't being worn or carried.\nEach animated chain is an object with AC 20, 20 hit points, resistance to piercing damage, and immunity to psychic and thunder damage. When the devil uses Multiattack on its turn, it can use each animated chain to make one additional chain attack. An animated chain can grapple one creature of its own but can't make attacks while grappling. An animated chain reverts to its inanimate state if reduced to 0 hit points or if the devil is incapacitated or dies."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Unnerving Mask",
                    "desc": "When a creature the devil can see starts its turn within 30 feet of the devil, the devil can create the illusion that it looks like one of the creature's departed loved ones or bitter enemies. If the creature can see the devil, it must succeed on a DC 14 Wisdom saving throw or be frightened until the end of its turn."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the devil's darkvision."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The devil has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 275,
            "environments": [
                "Hell"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_chain-devil/"
        },
        {
            "slug": "erinyes",
            "desc": "",
            "name": "Erinyes",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "devil",
            "group": "Devils",
            "alignment": "lawful evil",
            "armor_class": 18,
            "armor_desc": "plate",
            "hit_points": 153,
            "hit_dice": "18d8+72",
            "speed": {
                "walk": 30,
                "fly": 60
            },
            "strength": 18,
            "dexterity": 16,
            "constitution": 18,
            "intelligence": 14,
            "wisdom": 14,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": 8,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "truesight 120 ft., passive Perception 12",
            "languages": "Infernal, telepathy 120 ft.",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The erinyes makes three attacks"
                },
                {
                    "name": "Longsword",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) slashing damage, or 9 (1d10 + 4) slashing damage if used with two hands, plus 13 (3d8) poison damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d8+3d8",
                    "damage_bonus": 4
                },
                {
                    "name": "Longbow",
                    "desc": "Ranged Weapon Attack: +7 to hit, range 150/600 ft., one target. Hit: 7 (1d8 + 3) piercing damage plus 13 (3d8) poison damage, and the target must succeed on a DC 14 Constitution saving throw or be poisoned. The poison lasts until it is removed by the lesser restoration spell or similar magic.",
                    "attack_bonus": 7,
                    "damage_dice": "1d8+3d8",
                    "damage_bonus": 3
                },
                {
                    "name": "Variant: Rope of Entanglement",
                    "desc": "Some erinyes carry a rope of entanglement (detailed in the Dungeon Master's Guide). When such an erinyes uses its Multiattack, the erinyes can use the rope in place of two of the attacks."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Parry",
                    "desc": "The erinyes adds 4 to its AC against one melee attack that would hit it. To do so, the erinyes must see the attacker and be wielding a melee weapon."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hellish Weapons",
                    "desc": "The erinyes's weapon attacks are magical and deal an extra 13 (3d8) poison damage on a hit (included in the attacks)."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The erinyes has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 276,
            "environments": [
                "Hell"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_erinyes/"
        },
        {
            "slug": "horned-devil",
            "desc": "",
            "name": "Horned Devil",
            "size": "Large",
            "type": "Fiend",
            "subtype": "devil",
            "group": "Devils",
            "alignment": "lawful evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 178,
            "hit_dice": "17d10+85",
            "speed": {
                "walk": 20,
                "fly": 60
            },
            "strength": 22,
            "dexterity": 17,
            "constitution": 21,
            "intelligence": 12,
            "wisdom": 16,
            "charisma": 17,
            "strength_save": 10,
            "dexterity_save": 7,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 7,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 13",
            "languages": "Infernal, telepathy 120 ft.",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The devil makes three melee attacks: two with its fork and one with its tail. It can use Hurl Flame in place of any melee attack."
                },
                {
                    "name": "Fork",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 15 (2d8 + 6) piercing damage.",
                    "attack_bonus": 10,
                    "damage_dice": "2d8",
                    "damage_bonus": 6
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 10 (1d8 + 6) piercing damage. If the target is a creature other than an undead or a construct, it must succeed on a DC 17 Constitution saving throw or lose 10 (3d6) hit points at the start of each of its turns due to an infernal wound. Each time the devil hits the wounded target with this attack, the damage dealt by the wound increases by 10 (3d6). Any creature can take an action to stanch the wound with a successful DC 12 Wisdom (Medicine) check. The wound also closes if the target receives magical healing.",
                    "attack_bonus": 10,
                    "damage_dice": "1d8",
                    "damage_bonus": 6
                },
                {
                    "name": "Hurl Flame",
                    "desc": "Ranged Spell Attack: +7 to hit, range 150 ft., one target. Hit: 14 (4d6) fire damage. If the target is a flammable object that isn't being worn or carried, it also catches fire.",
                    "attack_bonus": 7,
                    "damage_dice": "4d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the devil's darkvision."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The devil has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 276,
            "environments": [
                "Hell"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_horned-devil/"
        },
        {
            "slug": "ice-devil",
            "desc": "",
            "name": "Ice Devil",
            "size": "Large",
            "type": "Fiend",
            "subtype": "devil",
            "group": "Devils",
            "alignment": "lawful evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 180,
            "hit_dice": "19d10+76",
            "speed": {
                "walk": 40
            },
            "strength": 21,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 18,
            "wisdom": 15,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 9,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 9,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 12",
            "languages": "Infernal, telepathy 120 ft.",
            "challenge_rating": "14",
            "cr": 14.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The devil makes three attacks: one with its bite, one with its claws, and one with its tail."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) piercing damage plus 10 (3d6) cold damage.",
                    "attack_bonus": 10,
                    "damage_dice": "2d6+3d6",
                    "damage_bonus": 5
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 10 (2d4 + 5) slashing damage plus 10 (3d6) cold damage.",
                    "attack_bonus": 10,
                    "damage_dice": "2d4+3d6",
                    "damage_bonus": 5
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 12 (2d6 + 5) bludgeoning damage plus 10 (3d6) cold damage.",
                    "attack_bonus": 10,
                    "damage_dice": "2d6+3d6",
                    "damage_bonus": 5
                },
                {
                    "name": "Wall of Ice",
                    "desc": "The devil magically forms an opaque wall of ice on a solid surface it can see within 60 feet of it. The wall is 1 foot thick and up to 30 feet long and 10 feet high, or it's a hemispherical dome up to 20 feet in diameter.\nWhen the wall appears, each creature in its space is pushed out of it by the shortest route. The creature chooses which side of the wall to end up on, unless the creature is incapacitated. The creature then makes a DC 17 Dexterity saving throw, taking 35 (10d6) cold damage on a failed save, or half as much damage on a successful one.\nThe wall lasts for 1 minute or until the devil is incapacitated or dies. The wall can be damaged and breached; each 10-foot section has AC 5, 30 hit points, vulnerability to fire damage, and immunity to acid, cold, necrotic, poison, and psychic damage. If a section is destroyed, it leaves behind a sheet of frigid air in the space the wall occupied. Whenever a creature finishes moving through the frigid air on a turn, willingly or otherwise, the creature must make a DC 17 Constitution saving throw, taking 17 (5d6) cold damage on a failed save, or half as much damage on a successful one. The frigid air dissipates when the rest of the wall vanishes."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the devil's darkvision."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The devil has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 277,
            "environments": [
                "Hell"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_ice-devil/"
        },
        {
            "slug": "imp",
            "desc": "",
            "name": "Imp",
            "size": "Tiny",
            "type": "Fiend",
            "subtype": "devil",
            "group": "Devils",
            "alignment": "lawful evil",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 10,
            "hit_dice": "3d4+3",
            "speed": {
                "walk": 20,
                "fly": 40
            },
            "strength": 6,
            "dexterity": 17,
            "constitution": 13,
            "intelligence": 11,
            "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": {
                "deception": 4,
                "insight": 3,
                "persuasion": 4,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical/nonsilver weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 11",
            "languages": "Infernal, Common",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Sting (Bite in Beast Form)",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage, and the target must make on a DC 11 Constitution saving throw, taking 10 (3d6) poison damage on a failed save, or half as much damage on a successful one.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4",
                    "damage_bonus": 3
                },
                {
                    "name": "Invisibility",
                    "desc": "The imp magically turns invisible until it attacks, or until its concentration ends (as if concentrating on a spell). Any equipment the imp wears or carries is invisible with it."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Shapechanger",
                    "desc": "The imp can use its action to polymorph into a beast form that resembles a rat (speed 20 ft.), a raven (20 ft., fly 60 ft.), or a spider (20 ft., climb 20 ft.), or back into its true form. Its statistics are the same in each form, except for the speed changes noted. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies."
                },
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the imp's darkvision."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The imp has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Variant: Familiar",
                    "desc": "The imp can serve another creature as a familiar, forming a telepathic bond with its willing master. While the two are bonded, the master can sense what the imp senses as long as they are within 1 mile of each other. While the imp is within 10 feet of its master, the master shares the imp's Magic Resistance trait. At any time and for any reason, the imp can end its service as a familiar, ending the telepathic bond."
                }
            ],
            "spell_list": [],
            "page_no": 277,
            "environments": [
                "Hell"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_imp/"
        },
        {
            "slug": "lemure",
            "desc": "",
            "name": "Lemure",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "devil",
            "group": "Devils",
            "alignment": "lawful evil",
            "armor_class": 7,
            "armor_desc": null,
            "hit_points": 13,
            "hit_dice": "3d8",
            "speed": {
                "walk": 15
            },
            "strength": 10,
            "dexterity": 5,
            "constitution": 11,
            "intelligence": 1,
            "wisdom": 11,
            "charisma": 3,
            "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": "cold",
            "damage_immunities": "fire, poison",
            "condition_immunities": "charmed, frightened, poisoned",
            "senses": "darkvision 120 ft., passive Perception 10",
            "languages": "understands infernal but can't speak",
            "challenge_rating": "0",
            "cr": 0.0,
            "actions": [
                {
                    "name": "Fist",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 2 (1d4) bludgeoning damage.",
                    "attack_bonus": 3,
                    "damage_dice": "1d4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the lemure's darkvision."
                },
                {
                    "name": "Hellish Rejuvenation",
                    "desc": "A lemure that dies in the Nine Hells comes back to life with all its hit points in 1d10 days unless it is killed by a good-aligned creature with a bless spell cast on that creature or its remains are sprinkled with holy water."
                }
            ],
            "spell_list": [],
            "page_no": 278,
            "environments": [
                "Hell"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_lemure/"
        },
        {
            "slug": "pit-fiend",
            "desc": "",
            "name": "Pit Fiend",
            "size": "Large",
            "type": "Fiend",
            "subtype": "devil",
            "group": "Devils",
            "alignment": "lawful evil",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 300,
            "hit_dice": "24d10+168",
            "speed": {
                "walk": 30,
                "fly": 60
            },
            "strength": 26,
            "dexterity": 14,
            "constitution": 24,
            "intelligence": 22,
            "wisdom": 18,
            "charisma": 24,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": 13,
            "intelligence_save": null,
            "wisdom_save": 10,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "truesight 120 ft., passive Perception 14",
            "languages": "Infernal, telepathy 120 ft.",
            "challenge_rating": "20",
            "cr": 20.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The pit fiend makes four attacks: one with its bite, one with its claw, one with its mace, and one with its tail."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 5 ft., one target. Hit: 22 (4d6 + 8) piercing damage. The target must succeed on a DC 21 Constitution saving throw or become poisoned. While poisoned in this way, the target can't regain hit points, and it takes 21 (6d6) poison damage at the start of each of its turns. The poisoned target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "attack_bonus": 14,
                    "damage_dice": "4d6",
                    "damage_bonus": 8
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., one target. Hit: 17 (2d8 + 8) slashing damage.",
                    "attack_bonus": 14,
                    "damage_dice": "2d8",
                    "damage_bonus": 8
                },
                {
                    "name": "Mace",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., one target. Hit: 15 (2d6 + 8) bludgeoning damage plus 21 (6d6) fire damage.",
                    "attack_bonus": 14,
                    "damage_dice": "2d6",
                    "damage_bonus": 8
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., one target. Hit: 24 (3d10 + 8) bludgeoning damage.",
                    "attack_bonus": 14,
                    "damage_dice": "3d10",
                    "damage_bonus": 8
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Fear Aura",
                    "desc": "Any creature hostile to the pit fiend that starts its turn within 20 feet of the pit fiend must make a DC 21 Wisdom saving throw, unless the pit fiend is incapacitated. On a failed save, the creature is frightened until the start of its next turn. If a creature's saving throw is successful, the creature is immune to the pit fiend's Fear Aura for the next 24 hours."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The pit fiend has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The pit fiend's weapon attacks are magical."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The pit fiend's spellcasting ability is Charisma (spell save DC 21). The pit fiend can innately cast the following spells, requiring no material components:\nAt will: detect magic, fireball\n3/day each: hold monster, wall of fire"
                }
            ],
            "spell_list": [
                "https://api.open5e.com/v2/spells/detect-magic/?format=api",
                "https://api.open5e.com/v2/spells/fireball/?format=api",
                "https://api.open5e.com/v2/spells/hold-monster/?format=api",
                "https://api.open5e.com/v2/spells/wall-of-fire/?format=api"
            ],
            "page_no": 278,
            "environments": [
                "Hell"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_pit-fiend/"
        },
        {
            "slug": "derro-explorer",
            "desc": "The small humanoid sets its claw-toothed boots into the rock, steadying itself, then looses an arrow. Its lips curl into a cruel smile as a cry of surprise and shouts of alarm resound in the dark cavern._  \nDeep beneath the earth, the derro gather in clans and worship beings that dwell between the stars. Lifelong exposure to these beings damages the psyche of the mortal derro, leaving most reliant on the powers of their dark masters.  \n**Assassins for Hire.** Derro outposts can be found in the slums of many surface cities.",
            "name": "Derro Explorer",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "derro",
            "group": null,
            "alignment": "any non-good alignment",
            "armor_class": 15,
            "armor_desc": "studded leather",
            "hit_points": 44,
            "hit_dice": "8d6+16",
            "speed": {
                "walk": 30
            },
            "strength": 13,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "athletics": 3,
                "perception": 3,
                "stealth": 5,
                "survival": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 13",
            "languages": "Common, Dwarvish, Undercommon",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) slashing damage, and the target must make a DC 12 Constitution saving throw, taking 7 (2d6) poison damage on a failed save, or half as much damage on a successful one.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6+3"
                },
                {
                    "name": "Shortbow",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 80/320 ft., one target. Hit: 6 (1d6 + 3) piercing damage, and the target must make a DC 12 Constitution saving throw, taking 7 (2d6) poison damage on a failed save, or half as much damage on a successful one.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6+3"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Cavern Traveler",
                    "desc": "Difficult terrain composed of stalagmites, tight spaces, and other rocky underground terrain doesn't cost it extra movement. In addition, the derro explorer has advantage on ability checks to climb rocky underground terrain."
                },
                {
                    "name": "Humanoid Hunter",
                    "desc": "When the derro explorer hits a humanoid with a weapon attack, the weapon deals an extra 1d6 damage of its type."
                },
                {
                    "name": "Insanity",
                    "desc": "The derro has advantage on saving throws against being charmed or frightened."
                }
            ],
            "spell_list": [],
            "page_no": 97,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_derro-explorer/"
        },
        {
            "slug": "derro-guard",
            "desc": "The small humanoid sets its claw-toothed boots into the rock, steadying itself, then looses an arrow. Its lips curl into a cruel smile as a cry of surprise and shouts of alarm resound in the dark cavern._  \nDeep beneath the earth, the derro gather in clans and worship beings that dwell between the stars. Lifelong exposure to these beings damages the psyche of the mortal derro, leaving most reliant on the powers of their dark masters.  \n**Assassins for Hire.** Derro outposts can be found in the slums of many surface cities.",
            "name": "Derro Guard",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "derro",
            "group": null,
            "alignment": "any non-good alignment",
            "armor_class": 13,
            "armor_desc": "leather armor",
            "hit_points": 18,
            "hit_dice": "4d6+4",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 11,
            "wisdom": 5,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 7",
            "languages": "Common, Dwarvish, Undercommon",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Aklys",
                    "desc": "Melee or Ranged Weapon Attack: +4 to hit, reach 5 ft. or range 10/30 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6+2"
                },
                {
                    "name": "Light Crossbow",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 80/320 ft., one target. Hit: 6 (1d8 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d8+2"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Aklys Thrower",
                    "desc": "If the derro hits a target within 30 feet of it with a ranged attack with its aklys, it can use its bonus action to retrieve the aklys and make another attack against the same target."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The derro has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the derro has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                }
            ],
            "spell_list": [],
            "page_no": 97,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_derro-guard/"
        },
        {
            "slug": "derro-shadowseeker",
            "desc": "This blue-skinned creature wears leather armor smeared with blood and filth, though the dagger it wields is immaculate. Its milky eyes complement equally white hair, which sprouts chaotically from its head. Its movements are twitchy and unpredictable.  \n_**Erratic Combatants.**_ Derro shadowseekers manifest their insanity in their physicality. They seem to have a continual series of muscle spasms that control their movements. Their apparent randomness is distracting to their foes, which enables them to better land killing blows. The bafflement they cause in combat also allows them to move about the battlefield without heed for their safety, as practiced blows fail to land on them.  \n_**Unreliable Allies.**_ Shadowseekers are aware they are more effective when allying with other creatures, but they detest working with others. If a situation forces shadowseekers to work with allies, they often mock their ostensible partners and work to maneuver their allies into unfavorable positions. A squabbling group of shadowseekers invokes a bewildering array of threats and ridicule that often throws off their foes.",
            "name": "Derro Shadowseeker",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "derro",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 17,
            "armor_desc": "studded leather",
            "hit_points": 112,
            "hit_dice": "15d6+60",
            "speed": {
                "walk": 30
            },
            "strength": 9,
            "dexterity": 20,
            "constitution": 18,
            "intelligence": 13,
            "wisdom": 7,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 5,
            "perception": 1,
            "skills": {
                "acrobatics": 8,
                "perception": 1,
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 11",
            "languages": "Common, Dwarvish, Undercommon",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The derro shadowseeker makes three melee attacks."
                },
                {
                    "name": "Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +8 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 7 (1d4 + 5) piercing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d4+5"
                },
                {
                    "name": "Light Crossbow",
                    "desc": "Ranged Weapon Attack: +8 to hit, range 80/320 ft., one target. Hit: 9 (1d8 + 5) piercing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d8+5"
                },
                {
                    "name": "Maddening Convulsions (Recharge 5-6)",
                    "desc": "The shadowseeker's body contorts and spasms in bizarre ways, confounding other creatures. Each non-derro creature within 5 feet of the shadowseeker that can see it must succeed on a DC 15 Wisdom saving throw or be affected as if by a confusion spell for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the shadowseeker's Maddening Convulsions for the next 24 hours."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Erratic Movement",
                    "desc": "The shadowseeker can take the Disengage or Hide action as a bonus action on each of its turns. In addition, opportunity attacks against the shadowseeker are made with disadvantage."
                },
                {
                    "name": "Evasion",
                    "desc": "If the shadowseeker is subjected to an effect that allows it to make a Dexterity saving throw to take only half damage, the shadowseeker instead takes no damage if it succeeds on the saving throw, and only half damage if it fails."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The shadowseeker has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Sneak Attack (1/Turn)",
                    "desc": "The shadowseeker deals an extra 14 (4d6) damage when it hits a target with a weapon attack and has advantage on the attack roll, or when the target is within 5 feet of an ally of the shadowseeker that isn't incapacitated and the shadowseeker doesn't have disadvantage on the attack roll."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the shadowseeker has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                }
            ],
            "spell_list": [],
            "page_no": 98,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_derro-shadowseeker/"
        },
        {
            "slug": "speaker-to-the-darkness",
            "desc": "",
            "name": "Speaker to the Darkness",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "derro",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 16,
            "armor_desc": "scale mail",
            "hit_points": 135,
            "hit_dice": "18d6+72",
            "speed": {
                "walk": 25
            },
            "strength": 11,
            "dexterity": 16,
            "constitution": 18,
            "intelligence": 10,
            "wisdom": 9,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 7,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "frightened",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Abyssal, Deep Speech, Undercommon",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "desc": "The speaker to the darkness makes two quarterstaff attacks or two sling attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 3,
                    "damage_dice": "1d6",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 3 (1d6) bludgeoning damage, or 4 (1d8) bludgeoning damage if used with two hands, plus 9 (2d8) necrotic damage.",
                    "name": "Quarterstaff"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d6+3",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 30/120 ft., one target. Hit: 6 (1d6 + 3) bludgeoning damage.",
                    "name": "Sling"
                },
                {
                    "desc": "The speaker conjures up to 3 ghasts. The ghasts appear in unoccupied spaces within 30 feet of the speaker that the speaker can see. The ghasts follow the speaker's commands, and it is immune to their Stench. It can't have more than 3 ghasts conjured at one time.",
                    "name": "Drawn from Beyond (Recharge 5-6)"
                },
                {
                    "desc": "The speaker creates a 15-foot-radius sphere of magical darkness on a point it can see within 60 feet. This darkness works like the darkness spell, except creatures inside it have disadvantage on saving throws and the speaker and its conjured ghasts are unaffected by the darkness.",
                    "name": "Extinguish Light (1/rest)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "A creature struck by one of the speaker to the darkness' attacks must succeed on a DC 15 Wisdom saving throw or be frightened until the start of the speaker's next turn.",
                    "name": "Boon of the Bat"
                }
            ],
            "spell_list": [],
            "page_no": 96,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_speaker-to-the-darkness/"
        },
        {
            "slug": "witch-queen",
            "desc": "",
            "name": "Witch Queen",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "derro",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "studded leather armor",
            "hit_points": 77,
            "hit_dice": "14d6+28",
            "speed": {
                "walk": 30
            },
            "strength": 9,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 11,
            "wisdom": 9,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 3,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 9",
            "languages": "Common, Dwarvish, Undercommon",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d6+3",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) slashing damage. If the target is a creature, it must succeed on a DC 14 Charisma saving throw or use its reaction to move up to its speed and make a melee attack against the nearest enemy of the witch queen.",
                    "name": "Maddening Scimitar"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "As a bonus action, a target of the witch queen's choice within 60 feet of her has disadvantage on its saving throw against her next spell.",
                    "name": "Heightened Spell (3/Day)"
                },
                {
                    "desc": "The witch queen has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "While in sunlight, the witch queen has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight.",
                    "name": "Sunlight Sensitivity"
                },
                {
                    "desc": "The witch queen is an 8th-level spellcaster. Her spellcasting ability is Charisma (spell save DC 14, +6 to hit with spell attacks). She has the following wizard spells prepared: \nCantrips (at will): acid splash, mage hand, message, ray of frost\n1st level (4 slots): burning hands, magic missile, sleep\n2nd level (3 slots): invisibility, spider climb, suggestion\n3rd level (3 slots): blink, fear, lightning bolt\n4th level (2 slots): blight, confusion",
                    "name": "Spellcasting"
                }
            ],
            "spell_list": [],
            "page_no": 97,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_witch-queen/"
        },
        {
            "slug": "derro-shadow-antipaladin",
            "desc": "_This blue-skinned creature resembles a stunted dwarf. Its eyes are large and its hair wild, and both are colorless. The expression on its face is a terrible rictus of madness and hate._  \nAll derro are mad, but some devote their very souls to the service of insanity. They embrace the powers of darkness and channel shadow through their minds to break the sanity of any creatures they encounter. Derro shadow antipaladins are the elite servants of gods like Nyarlathotep and the Black Goat of the Woods.  \n**Herald of Madness.** The derro shadow antipaladin is insanity personified. Despite being called paladins, these unhinged creatures aren’t swaggering warriors encased in steel or their dark reflections. Instead, a shadow antipaladin serves as a more subtle vector for the madness of its patron. They are masters of shadow magic and stealth who attack the faith of those who believe that goodness can survive the approaching, dark apotheosis. Death, madness, and darkness spread in the shadow antipaladin’s wake.",
            "name": "Derro Shadow Antipaladin",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "derro",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 18,
            "armor_desc": "breastplate and shield",
            "hit_points": 82,
            "hit_dice": "11d6+44",
            "speed": {
                "walk": 30
            },
            "strength": 11,
            "dexterity": 18,
            "constitution": 18,
            "intelligence": 11,
            "wisdom": 5,
            "charisma": 14,
            "strength_save": 3,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 0,
            "charisma_save": 5,
            "perception": 0,
            "skills": {
                "perception": 0,
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 10",
            "languages": "Derro, Undercommon",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The derro makes two scimitar attacks or two heavy crossbow attacks."
                },
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) slashing damage plus 9 (2d8) necrotic damage.",
                    "attack_bonus": 7,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Heavy Crossbow",
                    "desc": "Ranged Weapon Attack: +7 to hit, range 100/400 ft., one target, Hit: 9 (1d10 + 4) piercing damage plus 9 (2d8) necrotic damage.",
                    "attack_bonus": 7,
                    "damage_dice": "1d10"
                },
                {
                    "name": "Infectious Insanity (Recharge 5-6)",
                    "desc": "The derro chooses a creature it can see within 30 feet and magically assaults its mind. The creature must succeed on a DC 13 Wisdom saving throw or be affected as if by a confusion spell for 1 minute. An affected creature repeats the saving throw at the end of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Evasive",
                    "desc": "Against effects that allow a Dexterity saving throw for half damage, the derro takes no damage on a successful save, and only half damage on a failed one."
                },
                {
                    "name": "Insanity",
                    "desc": "The derro has advantage on saving throws against being charmed or frightened."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The derro has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Shadowstrike",
                    "desc": "The derro's weapon attacks deal 9 (2d8) necrotic damage (included in its Actions list)."
                },
                {
                    "name": "Spellcasting",
                    "desc": "the derro is a 5th level spellcaster. Its spellcasting ability is Charisma (save DC 13, +5 to hit with spell attacks). The derro has the following paladin spells prepared:\n\n1st level (4 slots): hellish rebuke, inflict wounds, shield of faith, wrathful smite\n\n2nd level (2 slots): aid, crown of madness, darkness, magic weapon"
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the derro shadow antipaladin has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                }
            ],
            "spell_list": [],
            "page_no": 93,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_derro-shadow-antipaladin/"
        },
        {
            "slug": "neophron",
            "desc": "",
            "name": "Neophron",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "demon, shapechanger",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d8+60",
            "speed": {
                "fly": 90,
                "walk": 40
            },
            "strength": 19,
            "dexterity": 16,
            "constitution": 20,
            "intelligence": 8,
            "wisdom": 16,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "survival": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 13",
            "languages": "Abyssal, telepathy 120 ft.",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "desc": "The neophron makes three attacks: one with its bite and two with its claws.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "2d10+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 15 (2d10 + 4) piercing damage. If the target is a Medium or smaller creature, it must succeed on a DC 16 Dexterity saving throw or be swallowed. A swallowed creature is blinded and restrained, it has total cover against attacks and other effects outside the neophron, and it takes 14 (4d6) acid damage at the start of each of the neophron's turns. \n\nThe neophron can only swallow one creature at a time. If a humanoid dies while swallowed, it transforms into a ghast. At the start of its next turn, the neophron regurgitates the ghast into an unoccupied space within 10 feet. The ghast is under the neophron's control and acts immediately after the neophron in the initiative count. \n\nIf the neophron takes 20 or more damage in a single turn from a creature inside it, the neophron must succeed on a DC 20 Constitution saving throw at the end of that turn or regurgitate the swallowed creature, which falls prone in a space within 10 feet of the neophron. If the neophron dies, a swallowed creature is no longer restrained by it and can escape the corpse by using 5 feet of movement, exiting prone.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "2d6+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage. The target must succeed on a DC 16 Constitution saving throw or be poisoned until the end of its next turn.",
                    "name": "Claw"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The neophron can use its action to polymorph into a Large giant vulture, or back into its true form. Its statistics, other than its size and speed, are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.",
                    "name": "Shapechanger"
                },
                {
                    "desc": "The neophron has advantage on Wisdom (Perception) checks that rely on sight or smell.",
                    "name": "Keen Sight and Smell"
                },
                {
                    "desc": "The neophron has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                }
            ],
            "spell_list": [],
            "page_no": 87,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_neophron/"
        },
        {
            "slug": "baliri-demon",
            "desc": "A muscular humanoid with gray-black skin and the oversized head of a donkey lumbers forward. The monster’s eyes and tongue loll from its head, and its arms end in crimson crab-like pincers that snap together with incredible strength._  \n**Tormented Killers.** A baliri demon is created when a humanoid suffers at the hands of family or peers and turns to one of the demon lords for succor and bloody retribution. The result is both catastrophic and deadly, and the victim of the abuse is often executed for their dark dealings. It is at this moment that the demon lord snatches up the victim’s soul and transforms it into a baliri demon, a savage and remorseless killer that seeks to spread misery in its wake.  \n**Braying Apostles.** A baliri demon is a devout servant of the demon lord that created it, stridently extolling the virtues of its demonic master even as it butchers and defiles anyone who stands in its way. The loud braying prayers and hymns of a baliri demon carry for miles across the blasted Abyssal landscape and fill the hearts of mortals and lesser demons alike with dread. Baliri demons are not picky when it comes to choosing their victims but have a preference for anyone who resembles an aggressor from their previous life.",
            "name": "Baliri Demon",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "demon",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 190,
            "hit_dice": "20d8+100",
            "speed": {
                "walk": 30
            },
            "strength": 22,
            "dexterity": 16,
            "constitution": 20,
            "intelligence": 13,
            "wisdom": 17,
            "charisma": 14,
            "strength_save": 11,
            "dexterity_save": 8,
            "constitution_save": 10,
            "intelligence_save": null,
            "wisdom_save": 8,
            "charisma_save": null,
            "perception": 8,
            "skills": {
                "perception": 8,
                "persuasion": 7,
                "religion": 6,
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 90 ft., passive Perception 17",
            "languages": "Abyssal, Common, telepathy 120 ft.",
            "challenge_rating": "14",
            "cr": 14.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The baliri demon makes three attacks: one with its bite and two with its pincers."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 17 (2d10 + 6) piercing damage plus 10 (3d6) necrotic damage.",
                    "attack_bonus": 11,
                    "damage_dice": "2d10+6"
                },
                {
                    "name": "Pincers",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 15 (2d8 + 6) slashing damage. If the baliri demon scores a critical hit against a creature, roll a d6. On a 1-3, it severs the target's arm, and on a 4-6 it severs the target's leg. A creature missing an arm can't wield weapons that require two hands, and if a creature is missing a leg, its speed is halved. Creatures without limbs are unaffected.",
                    "attack_bonus": 11,
                    "damage_dice": "2d8+6"
                },
                {
                    "name": "Blood Bray (Recharge 6)",
                    "desc": "The baliri demon unleashes an otherworldly braying that causes the internal organs of nearby creatures to twist and rupture. Each creature within 20 feet of the baliri that can hear it must make a DC 18 Constitution saving throw. On a failure, the creature takes 36 (8d8) necrotic damage and is stunned until the end of its next turn as it doubles over in agony. On a success, the creature takes half the damage and isn't stunned. The bray doesn't affect creatures without internal organs, such as constructs, elementals, and oozes."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The baliri has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Praising Brays",
                    "desc": "As a bonus action, the baliri brays praise to the demon lord that saved it from its previous life, channeling the demon lord's might. The baliri chooses up to three demons within 30 feet of it. Each target has advantage on the first ability check or attack roll it makes before the start of the baliri's next turn. In addition, the targets are unaffected by the baliri's Blood Bray."
                }
            ],
            "spell_list": [],
            "page_no": 140,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_baliri-demon/"
        },
        {
            "slug": "culicoid",
            "desc": "Filthy rags partially conceal this walking mosquito’s form. The hands poking out of its rags end in needle-like fingers, which resemble the proboscis on the creature’s head._  \n**Abyssal Swamp Dwellers.** Culicoid demons make their home in a fetid layer of the Abyss where they serve demon lords who value insects. When they travel to the Material Plane, they make themselves at home in insect-infested marshes.  \n**Buzzing and Itching.** Though a culicoid’s wings are suitably large for its size, they produce a high-pitched drone. Their wingbeats don’t stand out from regular insects, making them difficult to detect. The culicoid’s filthy proboscis induces an irritating rash that forces its victims to ignore all else to scratch the rash.  \n**Friend to Mosquitos.** The culicoid demon can communicate with mosquitos, stirges, and other similar creatures, such as Open Game License",
            "name": "Culicoid",
            "size": "Large",
            "type": "Fiend",
            "subtype": "demon",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 190,
            "hit_dice": "20d10+80",
            "speed": {
                "fly": 60,
                "hover": true,
                "walk": 30
            },
            "strength": 20,
            "dexterity": 15,
            "constitution": 18,
            "intelligence": 11,
            "wisdom": 14,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "acrobatics": 6,
                "perception": 6,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 16",
            "languages": "Abyssal, telepathy 60 ft.",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The culicoid makes three attacks: one with its proboscis and two with its needle claws."
                },
                {
                    "name": "Needle Claws",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 12 (2d6 + 5) piercing damage, and the target is grappled (escape DC 16). Until this grapple ends, the target is restrained, the culicoid can automatically hit the target with its needle claw, and it can't use the same needle claw against other targets. The culicoid has two needle claws, each of which can grapple only one target.",
                    "attack_bonus": 9,
                    "damage_dice": "2d6+5"
                },
                {
                    "name": "Proboscis",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one creature. Hit: 14 (2d8 + 5) piercing damage plus 7 (2d6) poison damage. The target must succeed on a DC 16 Constitution saving throw or be poisoned for 1 minute. While poisoned, a creature must succeed on a DC 16 Wisdom saving throw at the start of each of its turns or spend its full turn scratching the rash. A poisoned creature can repeat the Constitution saving throw at the end of each of its turns, ending the poisoned condition on itself on a success.",
                    "attack_bonus": 9,
                    "damage_dice": "2d8+5"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Blood Sense",
                    "desc": "The culicoid can pinpoint, by scent, the location of creatures that have blood within 60 feet of it."
                },
                {
                    "name": "Cloud of Mosquitos",
                    "desc": "When the culicoid is reduced to 0 hp, it transforms into a swarm of mosquitos (use the statistics of a swarm of insects). If at least one mosquito from the swarm survives for 24 hours, the culicoid reforms at the following dusk from the remaining mosquitos, regaining all its hp and becoming active again."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The culicoid has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Mosquito-Proof",
                    "desc": "The culicoid can't be subjected to blood drain from mosquitos and mosquito-like creatures."
                },
                {
                    "name": "Speak with Mosquitos",
                    "desc": "The culicoid can communicate with mosquitos and other mosquito-like creatures as if they shared a language."
                }
            ],
            "spell_list": [],
            "page_no": 94,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_culicoid/"
        },
        {
            "slug": "spawn-of-alquam",
            "desc": "This large creature exudes darkness and contempt. It has feathery wings, backswept horns set behind its wide eyes, a narrow, vicious-looking beak, and talon-like claws. Its body is thin and sinewy, and its skin is a sickly green._  \n**Demonic Servants.** These demons lurk in darkness, serving and protecting Alquam, the Demon Lord of Night. Alquam is known to send them to aid his cults, and he sometimes utilizes them to assassinate individuals who threaten his followers. Because the spawn are created by Alquam, many of his cults worship them as physical representations of the Demon Lord himself. The cults believe that offerings to the spawn are conveyed directly to their master in his planar abode.  \n**Kinship with Shadow.** When the spawn of Alquam venture to the Material Plane, they take care to move only in places that are cloaked in darkness. While direct light does not harm them, they find it uncomfortable and often flee from it.  \n**Lords of Birds.** Birds instinctively follow the mental commands of the spawn of Alquam, and sudden changes in bird behavior that can signal a spawn is nearby. Swarms of birds attack targets the spawn designates, act as the spawn’s messengers, and enact the spawn’s or Alquam’s will in whatever way either demon dictates.",
            "name": "Spawn of Alquam",
            "size": "Large",
            "type": "Fiend",
            "subtype": "demon",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d10+48",
            "speed": {
                "fly": 60,
                "walk": 20
            },
            "strength": 12,
            "dexterity": 17,
            "constitution": 19,
            "intelligence": 14,
            "wisdom": 16,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "deception": 4,
                "perception": 6,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, lightning",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, frightened, poisoned",
            "senses": "darkvision 90 ft., passive Perception 16",
            "languages": "Abyssal, telepathy 60 ft.",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The spawn of Alquam makes three attacks: two with its talons and one with its bite. It can use Gloomspittle in place of its bite attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 14 (2d10 + 3) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d10+3"
                },
                {
                    "name": "Talon",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "1d8+3"
                },
                {
                    "name": "Gloomspittle",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 30 ft., one creature. Hit: 10 (2d6 + 3) necrotic damage, and the target must succeed on a DC 15 Dexterity saving throw or be blinded until the end of its next turn.",
                    "attack_bonus": 6,
                    "damage_dice": "2d6+3"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Ambusher",
                    "desc": "In the first round of combat, the spawn of Alquam has advantage on attack rolls against any creature it has surprised."
                },
                {
                    "name": "Keen Sight",
                    "desc": "The spawn of Alquam has advantage on Wisdom (Perception) checks that rely on sight."
                },
                {
                    "name": "Shadow Stealth",
                    "desc": "While in dim light or darkness, the spawn of Alquam can take the Hide action as a bonus action."
                },
                {
                    "name": "Sneak Attack (1/Turn)",
                    "desc": "The spawn of Alquam deals an extra 10 (3d6) damage when it hits a target with a weapon attack and has advantage on the attack roll, or when the target is within 5 feet of an ally of the spawn that isn't incapacitated and the spawn doesn't have disadvantage on the attack roll."
                },
                {
                    "name": "Speak with Birds",
                    "desc": "The spawn of Alquam can communicate with birds as if they shared a language."
                }
            ],
            "spell_list": [],
            "page_no": 95,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_spawn-of-alquam/"
        },
        {
            "slug": "spawn-of-hriggala",
            "desc": "The enormous worm bursts from the floor, its maw surrounded by writhing tentacles that grab everything edible nearby. An echo of chanting issues from its mouth, as if a hundred evil priests were trapped within its gullet, calling out maledictions._  \nThe spawn of Hriggala resembles a juvenile purple worm with a mouth surrounded by wriggling tendrils and full of razor-sharp teeth. It serves the demon lord on the Material Plane, powered by a steady diet of flesh and stone.  \n**Called by Ritual.** Servants of the undead god of hunger can call up a spawn of Hriggala through ritual and sacrifices. Controlling the hungering spawn once it arrives is another matter.  \n**Underworld Tunnelers.** The spawn of Hriggala are used to create new tunnels for fiends, darakhul, and other monsters of the underworld.  \n**Hungry Demon Nature.** The spawn of Hriggala requires no air or sleep.",
            "name": "Spawn of Hriggala",
            "size": "Huge",
            "type": "Fiend",
            "subtype": "demon",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 138,
            "hit_dice": "12d12+60",
            "speed": {
                "burrow": 30,
                "walk": 40
            },
            "strength": 25,
            "dexterity": 7,
            "constitution": 21,
            "intelligence": 6,
            "wisdom": 8,
            "charisma": 4,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 9,
            "intelligence_save": null,
            "wisdom_save": 3,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "poisoned",
            "senses": "blindsight 30 ft., tremorsense 60 ft., passive Perception 9",
            "languages": "Common, Darakhul, Void Speech",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The spawn of Hriggala makes two attacks: one with its bite and one with its tendrils."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 20 (3d8 + 7) piercing damage. If the target is a Large or smaller creature, it is grappled (escape DC 17). Until this grapple ends, the target is restrained, and the spawn can't bite another target.",
                    "attack_bonus": 11,
                    "damage_dice": "3d8+7"
                },
                {
                    "name": "Tendrils",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 10 ft., one target. Hit: 17 (3d6 + 7) bludgeoning damage plus 14 (4d6) necrotic damage. If the target is a creature, it must succeed on a DC 17 Constitution saving throw or its hp maximum is reduced by an amount equal to the necrotic damage taken. This reduction lasts until the creature finishes a short or long rest. The creature dies if this effect reduces its hp maximum to 0. No physical trace of the creature remains when killed in this way.",
                    "attack_bonus": 11,
                    "damage_dice": "3d6+7"
                },
                {
                    "name": "Escape the Material",
                    "desc": "The spawn burrows at least 20 feet through natural rock and opens a portal to the plane of the undead at the end of this movement. The portal remains for 2d4 rounds. The spawn can't have more than one portal open at a time."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The spawn has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Tunneler",
                    "desc": "The spawn can move through solid rock at half its burrow speed and leaves a 10-foot-diameter tunnel in its wake."
                }
            ],
            "spell_list": [],
            "page_no": 89,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_spawn-of-hriggala/"
        },
        {
            "slug": "spawn-of-rhopalocerex",
            "desc": "This large demon is bright orange and yellow, with black markings on its face and wiry body. Its wings are rounded, and its face is insectoid, with large, glowing, red eyes. Black liquid drips from its sharp mandibles. Its long arms end in sharp claws._  \n_**Everywhere Rhopalocerex Needs to Be.**_ The spawn of Rhopalocerex can be found near Rhopalocerex or in areas where the demon lord has some sort of vested interest. They serve as his direct agents, whether he is trying to establish alliances or going to war against some individual or group.  \n_**Lords of Butterflies and Moths.**_ Like the demon lord himself, the spawn of Rhopalocerex enjoy a special kinship with moths and butterflies. Moths and butterflies regularly accompany the spawn, aiding them whenever possible.  \n**Wardens of the Abyss.** The spawn of Rhopalocerex are the wardens of the deadly wild areas of the Abyss under Rhopalocerex’s control, defending it against all who would come to defile it. They originate at the demon lord’s lair in the great tree and fly beneath its wide boughs, looking for threats or awaiting missions to other planes.",
            "name": "Spawn of Rhopalocerex",
            "size": "Large",
            "type": "Fiend",
            "subtype": "demon",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 112,
            "hit_dice": "15d10+30",
            "speed": {
                "hover": true,
                "walk": 30,
                "fly": 30
            },
            "strength": 14,
            "dexterity": 18,
            "constitution": 15,
            "intelligence": 10,
            "wisdom": 13,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 5,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, lightning",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned, prone",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Infernal, telepathy 60 ft.",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The spawn of Rhopalocerex makes one bite attack and two claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one creature. Hit: 13 (2d8 + 4) piercing damage, and the target must make a DC 15 Constitution saving throw, taking 14 (4d6) poison damage on a failed save, or half as much damage on a successful one.",
                    "attack_bonus": 7,
                    "damage_dice": "2d8+4"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft. or range 5 ft., one creature. Hit: 7 (1d6 + 4) slashing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "1d6+4"
                },
                {
                    "name": "Enchanting Display (Recharge 5-6)",
                    "desc": "The spawn of Rhopalocerex flutters its wings, and its large eyes briefly shine. Each creature within 30 feet of the spawn and that can see it must make a DC 15 Charisma saving throw. On a failure, a creature is charmed for 1 minute. On a success, a creature takes 14 (4d6) psychic damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The spawn has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 92,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_spawn-of-rhopalocerex/"
        },
        {
            "slug": "alnaar",
            "desc": "",
            "name": "Alnaar",
            "size": "Large",
            "type": "Fiend",
            "subtype": "demon",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 212,
            "hit_dice": "25d10+75",
            "speed": {
                "burrow": 20,
                "fly": 40,
                "walk": 40
            },
            "strength": 20,
            "dexterity": 22,
            "constitution": 17,
            "intelligence": 9,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": 10,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "acrobatics": 10,
                "perception": 5
            },
            "damage_vulnerabilities": "cold",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "fire, poison",
            "condition_immunities": "frightened, poisoned",
            "senses": "darkvision 120 ft., passive Perception 15",
            "languages": "Abyssal",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "desc": "The alnaar makes three fiery fangs attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 9,
                    "damage_dice": "2d8+5",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 14 (2d8 + 5) piercing damage and 3 (1d6) fire damage.",
                    "name": "Fiery Fangs"
                },
                {
                    "desc": "The alnaar becomes super-heated, expelling momentous energy outwards in a 20-foot radius blast around it. Each creature caught in the blast must make a DC 17 Dexterity saving throw. On a failed save, a creature takes 22 (4d10) fire damage and 22 (4d10) force damage and is knocked prone. On a success, a creature takes half the fire and force damage but isn't knocked prone. The fire ignites flammable objects that aren't being worn or carried. After using Flare, the alnaar is starving. It can't use Flare if it is starving.",
                    "name": "Flare (Recharge Special)"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When a creature the alnaar can see moves, the alnaar can move up to 20 feet toward the moving creature. If the alnaar moves within 10 feet of that creature, it can make one fiery fangs attack against the creature.",
                    "name": "On the Hunt"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "A creature that starts its turn within 5 feet of the alnaar must make a DC 16 Constitution saving throw, taking 14 (4d6) fire damage on a failed save, or half as much damage on a successful one. A creature that touches the alnaar or hits it with a melee attack while within 5 feet of it takes 7 (2d6) fire damage. Nonmagical weapons and objects with Armor Class 15 or lower are immediately destroyed after coming into contact with the alnaar's skin. Weapons that hit the alnaar deal their damage before being destroyed. This trait is suppressed if the alnaar is starving.",
                    "name": "Skin of the Forge"
                },
                {
                    "desc": "If an alnaar hasn't fed on a Medium-sized or larger creature within the last 12 hours, it is starving. While starving, the alnaar's Armor Class is reduced by 2, it has advantage on melee attack rolls against any creature that doesn't have all of its hp, and will direct its attacks at a single foe regardless of tactical consequences. Once it feeds on a Medium-sized or larger corpse or brings a Medium-sized or larger creature to 0 hp, it is no longer starving.",
                    "name": "Starving Wrath"
                }
            ],
            "spell_list": [],
            "page_no": 82,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_alnaar/"
        },
        {
            "slug": "alpha-yek",
            "desc": "",
            "name": "Alpha Yek",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "demon",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 129,
            "hit_dice": "16d8+48",
            "speed": {
                "climb": 30,
                "walk": 30
            },
            "strength": 16,
            "dexterity": 16,
            "constitution": 16,
            "intelligence": 15,
            "wisdom": 13,
            "charisma": 10,
            "strength_save": 7,
            "dexterity_save": 7,
            "constitution_save": 7,
            "intelligence_save": 6,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5,
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 15",
            "languages": "Abyssal, telepathy 120 ft.",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "desc": "The alpha yek makes one bite attack and two claw attacks. It can make a bone shard attack in place of a claw attack if it has a bone shard available.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "4d6+3",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 17 (4d6 + 3) piercing damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "4d4+3",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (4d4 + 3) slashing damage.",
                    "name": "Claw"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "2d4+3",
                    "desc": "Melee or Ranged Weapon Attack: +7 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 8 (2d4 + 3) piercing damage and the target must make a DC 17 Constitution saving throw. On a failure, a piece of the bone breaks and sticks in the target's wound. The target takes 5 (2d4) piercing damage at the start of each of its turns as long as the bone remains lodged in its wound. A creature, including the target, can take its action to remove the bone by succeeding on a DC 15 Wisdom (Medicine) check. The bone also falls out of the wound if the target receives magical healing \n\nA yek typically carries 3 (1d6) bone shards, which are destroyed on a successful hit. It can use its action to tear a bone shard from a corpse within 5 feet. Derro",
                    "name": "Bone Shard"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The yek has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "The yek has advantage on attack rolls against a creature if at least one of the yek's allies is within 5 feet of the creature and the ally isn't incapacitated.",
                    "name": "Pack Tactics"
                }
            ],
            "spell_list": [],
            "page_no": 14,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_alpha-yek/"
        },
        {
            "slug": "cipactli",
            "desc": "",
            "name": "Cipactli",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "demon",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 78,
            "hit_dice": "12d8+24",
            "speed": {
                "swim": 30,
                "walk": 20
            },
            "strength": 16,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 5
            },
            "damage_vulnerabilities": "fire",
            "damage_resistances": "lightning",
            "damage_immunities": "cold, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Primordial",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "desc": "The cipactli makes two bite attacks. If both attacks hit a Medium or smaller target, the target is grappled (escape DC 14), and the cipactli uses its Devouring Embrace.",
                    "name": "Multiattack"
                },
                {
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) piercing damage.",
                    "name": "Bite"
                },
                {
                    "desc": "The cipactli devours a Medium or smaller creature grappled by it. The devoured target is blinded, restrained, it has total cover against attacks and other effects outside the cipactli, and it takes 14 (4d6) piercing damage at the start of each of the cipactli's turns as the fiend's lesser mouths slowly consume it.\n\nIf the cipactli moves, the devoured target moves with it. The cipactli can only devour one target at a time. A creature, including the devoured target, can take its action to pry the devoured target out of the cipactli's many jaws by succeeding on a DC 14 Strength check.",
                    "name": "Devouring Embrace"
                },
                {
                    "desc": "A cipactli sings a soporific, primordial song of eternal rest and divine repose from its many mouths. Each creature within 100 feet of the cipactli that can hear the song must succeed on a DC 14 Charisma saving throw or fall asleep and remain unconscious for 10 minutes. A creature awakens if it takes damage or another creature takes an action to wake it. This song has no effect on constructs and undead.",
                    "name": "Ancient Lullaby (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The cipactli can breathe air and water.",
                    "name": "Amphibious"
                },
                {
                    "desc": "The cipactli has advantage on Dexterity (Stealth) checks made while underwater.",
                    "name": "Underwater Camouflage"
                },
                {
                    "desc": "As a bonus action, the cipactli can liquefy itself, disappearing from its current location and reappearing in an unoccupied space it can see within 20 feet. Its current location and the new location must be connected by water in some way: a stream, ooze, soggy ground, or even runoff from a drain pipe.",
                    "name": "Water Step"
                }
            ],
            "spell_list": [],
            "page_no": 83,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_cipactli/"
        },
        {
            "slug": "echo",
            "desc": "",
            "name": "Echo",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "demon",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": null,
            "hit_points": 102,
            "hit_dice": "12d8+48",
            "speed": {
                "fly": 20,
                "walk": 30
            },
            "strength": 20,
            "dexterity": 20,
            "constitution": 18,
            "intelligence": 14,
            "wisdom": 18,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "persuasion": 6,
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, lightning",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Abyssal, Celestial",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "attack_bonus": 8,
                    "damage_dice": "2d8+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) slashing damage and if the creature is wearing metal armor, it must make a successful DC 15 Constitution saving throw or be deafened until the end of its next turn.",
                    "name": "Iron Claws"
                },
                {
                    "desc": "The echo demon teleports up to 60 feet to an unoccupied space. Immediately after teleporting, it can make an iron claws attack with advantage as a bonus action.",
                    "name": "Everywhere at Once (Recharge 5-6)"
                },
                {
                    "desc": "The echo demon summons horrible wails from the deep crevasses of the Abyss. Creatures within 60 feet who can hear the wails must succeed on a DC 15 Wisdom saving throw or be stunned until the start of the echo demon's next turn. An affected creature continues hearing the troubling echoes of these cries until it finishes a long rest, and it has disadvantage on Intelligence checks until then.",
                    "name": "Echoes of the Abyss (1/Day)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The demon's presence is extremely distracting. Each creature within 100 feet of the echo demon and that can hear it has disadvantage on concentration checks.",
                    "name": "Aura of Cacophony"
                }
            ],
            "spell_list": [],
            "page_no": 84,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_echo/"
        },
        {
            "slug": "fulad-zereh",
            "desc": "",
            "name": "Fulad-Zereh",
            "size": "Huge",
            "type": "Fiend",
            "subtype": "demon",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 18,
            "armor_desc": "plate",
            "hit_points": 115,
            "hit_dice": "10d12+50",
            "speed": {
                "fly": 40,
                "walk": 40
            },
            "strength": 19,
            "dexterity": 11,
            "constitution": 20,
            "intelligence": 17,
            "wisdom": 15,
            "charisma": 17,
            "strength_save": 8,
            "dexterity_save": null,
            "constitution_save": 9,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": 7,
            "perception": null,
            "skills": {
                "insight": 6,
                "intimidation": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "truesight 120 ft., passive Perception 12",
            "languages": "Abyssal, telepathy 120 ft.",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "desc": "The demon makes two attacks: one with its barbed whip and one with its battleaxe.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "3d6+4",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 30 ft., one target. Hit: 14 (3d6 + 4) slashing damage, and, if the target is Large or smaller, it is pulled up to 25 feet toward the demon. If the target is a creature other than an undead or a construct, it must succeed on a DC 16 Constitution saving throw or take 5 (1d10) necrotic damage at the start of each of its turns as a barb of pure Abyssal energy lodges itself in the wound. Each time the demon hits the barbed target with this attack, the damage dealt by the wound each round increases by 5 (1d10). Any creature can take an action to remove the barb with a successful DC 14 Wisdom (Medicine) check. The barb crumbles to dust if the target receives magical healing.",
                    "name": "Barbed Whip"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "3d8+4",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 17 (3d8 + 4) slashing damage.",
                    "name": "Battleaxe"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "When a creature that can see the fulad-zereh's eyes starts its turn within 30 feet of the demon, the fulad-zereh can force it to make a DC 16 Constitution saving throw if the demon isn't incapacitated and can see the creature. If the saving throw fails by 5 or more, the creature is instantly petrified. Otherwise, a creature that fails the saving throw begins to turn to stone and is restrained. The restrained creature must repeat the saving throw at the end of its next turn, becoming petrified on a failure or ending the effect on a success. The petrification lasts until the creature is freed by the greater restoration spell or similar magic.\n\nUnless surprised, a creature can avert its eyes to avoid the saving throw at the start of its turn. If the creature does so, it can't see the demon until the start of its next turn, when it can avert is eyes again. If the creature looks at the demon, it must immediately make the save.",
                    "name": "Petrifying Gaze"
                },
                {
                    "desc": "A creature that touches the fulad-zereh or hits it with a melee attack while within 5 feet of it must succeed on a DC 16 Dexterity saving throw or take 9 (2d8) acid damage.",
                    "name": "Weeping Acid"
                }
            ],
            "spell_list": [],
            "page_no": 85,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_fulad-zereh/"
        }
    ]
}