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

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

{
    "count": 3207,
    "next": "https://api.open5e.com/monsters/?format=api&ordering=wisdom_save&page=8",
    "previous": "https://api.open5e.com/monsters/?format=api&ordering=wisdom_save&page=6",
    "results": [
        {
            "slug": "archaeopteryx",
            "desc": "",
            "name": "Archaeopteryx",
            "size": "Tiny",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": "natural armor",
            "hit_points": 7,
            "hit_dice": "3d4",
            "speed": {
                "fly": 50,
                "walk": 5
            },
            "strength": 6,
            "dexterity": 13,
            "constitution": 10,
            "intelligence": 2,
            "wisdom": 14,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 12",
            "languages": "-",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "desc": "The archaeopteryx makes two attacks: one with its beak and one with its talons.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 3,
                    "damage_dice": "1d4+1",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 3 (1d4 + 1) piercing damage.",
                    "name": "Beak"
                },
                {
                    "attack_bonus": 3,
                    "damage_dice": "1d4+1",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 3 (1d4 + 1) slashing damage.",
                    "name": "Talons"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The archaeopteryx doesn't provoke opportunity attacks when it flies out of an enemy's reach.",
                    "name": "Flyby"
                }
            ],
            "spell_list": [],
            "page_no": 25,
            "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_archaeopteryx/"
        },
        {
            "slug": "armory-golem",
            "desc": "",
            "name": "Armory Golem",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 136,
            "hit_dice": "16d10+48",
            "speed": {
                "walk": 30
            },
            "strength": 20,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 2,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic; bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "understands the languages of its creator but can't speak",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "desc": "The armory golem makes any two weapon attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "1d12+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 11 (1d12 + 5) bludgeoning damage.",
                    "name": "Slam"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "1d12+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 11 (1d12 + 5) piercing damage.",
                    "name": "Polearm Strike"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "2d8+2",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 80/320 ft., one target. Hit: 11 (2d8 + 2) piercing damage.",
                    "name": "Crossbow Barrage"
                },
                {
                    "desc": "The golem reconfigures its construction, moving shields and armor to encase its body. It regains 10 hp, and its AC increases by 2 until the end of its next turn.",
                    "name": "Shield Wall (Recharge 4-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The objects that make up the golem's body can be removed or destroyed. With the exception of the slam attack, an attacker can choose to disable one of the armory golem's attacks on a critical hit. Alternatively, the attacker can attempt to destroy the golem's focus instead of disabling one of its attacks.",
                    "name": "Armory Exploit"
                },
                {
                    "desc": "A creature grappling the armory golem can take its action to remove the golem's focus by succeeding on a DC 15 Strength check. If its focus is removed or destroyed, the armory golem must make a DC 8 Constitution saving throw at the start of each of its turns. On a success, the golem continues working properly, but it repeats the saving throw the next round at 1 higher DC. On a failure, the golem dies, falling into a heap of armaments.",
                    "name": "Focus Weakness"
                },
                {
                    "desc": "The golem is immune to any spell or effect that would alter its form.",
                    "name": "Immutable Form"
                },
                {
                    "desc": "The golem has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "The golem's weapon attacks are magical.",
                    "name": "Magic Weapons"
                }
            ],
            "spell_list": [],
            "page_no": 40,
            "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_armory-golem/"
        },
        {
            "slug": "astral-snapper",
            "desc": "",
            "name": "Astral Snapper",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 78,
            "hit_dice": "12d8+24",
            "speed": {
                "walk": 40
            },
            "strength": 12,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 16,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 4,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "arcana": 4,
                "deception": 1,
                "perception": 5,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning and slashing from nonmagical attacks",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Deep Speech",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "desc": "The astral snapper makes two attacks with its claws. If both attacks hit the same target, the target must succeed on a DC 13 Wisdom saving throw or its wound becomes a rift to the Astral Plane. The astral snapper immediately passes through, closing the rift behind it. The target is then affected by the astral snapper's Astral Devour trait.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "2d6+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 9 (2d6 + 2) slashing damage.",
                    "name": "Claws"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "A creature hosting an astral snapper's astral form must make a DC 13 Wisdom saving throw each time it finishes a long rest. On a success, the astral snapper is ejected from the host and the Astral Plane into an unoccupied space in the Material Plane within 10 feet of the host and is stunned for 1 round. On a failure, the astral snapper consumes part of the host's internal organs, reducing the host's Constitution score by 1d4. The host dies if this reduces its Constitution to 0. The reduction lasts until the host finishes a long rest after the astral snapper has been expelled. If the host's Constitution score is reduced to 0, the astral snapper exits the host's body in the Material Plane by tearing its way out through the abdomen. The astral snapper becomes completely corporeal as it exits the host, stepping out of the host at its full size.\n\nFrom the time the astral snapper succeeds on the initial dive into the host through the Astral Plane until the moment it emerges from the host's abdomen, it can be seen by any creature that can see into the Astral Plane-its head buried in the host's back. The astral snapper has disadvantage on Wisdom (Perception) checks and is effectively stunned when in this position until it takes damage.",
                    "name": "Astral Devour"
                }
            ],
            "spell_list": [],
            "page_no": 43,
            "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_astral-snapper/"
        },
        {
            "slug": "bar-brawl",
            "desc": "",
            "name": "Bar Brawl",
            "size": "Huge",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": "leather armor",
            "hit_points": 67,
            "hit_dice": "9d12+9",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "dexterity": 12,
            "constitution": 13,
            "intelligence": 11,
            "wisdom": 10,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "bludgeoning",
            "damage_resistances": "piercing, slashing",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened, paralyzed, petrified, prone, restrained, stunned",
            "senses": "passive Perception 10",
            "languages": "any two languages",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "desc": "The bar brawl makes two melee attacks or two darts attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "4d6",
                    "desc": "Melee Weapon Attack: +4 to hit, range 0 ft., one target in the bar brawl's space. Hit: 14 (4d6) bludgeoning damage, or 7 (2d6) if the bar brawl has half its hit points or fewer.",
                    "name": "Barstool"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "4d4",
                    "desc": "Melee Weapon Attack: +4 to hit, range 0 ft., one target in the bar brawl's space. Hit: 10 (4d4) slashing damage, or 5 (2d4) if the bar brawl has half its hit points or fewer.",
                    "name": "Broken Bottles"
                },
                {
                    "attack_bonus": 3,
                    "damage_dice": "4d4",
                    "desc": "Ranged Weapon Attack: +3 to hit, range 20/40 ft. Hit: 10 (4d4) piercing damage, or 5 (2d4) if the bar brawl has half its hit points or fewer.",
                    "name": "Darts"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "As a bonus action, the bar brawl imbibes nearby alcohol to gain access to a hidden reservoir of audacity and grit. The bar brawl gains 7 (2d6) temporary hp for 1 minute.",
                    "name": "Liquid Courage (Recharge 5-6)"
                },
                {
                    "desc": "The bar brawl can occupy another creature's space and vice versa, and the bar brawl can move through any opening large enough for a Medium humanoid. Except for Liquid Courage, the bar brawl can't regain hp or gain temporary hp.",
                    "name": "Swarm"
                }
            ],
            "spell_list": [],
            "page_no": 48,
            "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_bar-brawl/"
        },
        {
            "slug": "bathhouse-drake",
            "desc": "",
            "name": "Bathhouse Drake",
            "size": "Medium",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 75,
            "hit_dice": "10d8+30",
            "speed": {
                "fly": 60,
                "swim": 60,
                "walk": 30
            },
            "strength": 15,
            "dexterity": 14,
            "constitution": 17,
            "intelligence": 12,
            "wisdom": 18,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "medicine": 6,
                "persuasion": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "fire",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., truesight 10 ft., passive Perception 16",
            "languages": "Common, Draconic, Primordial",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "desc": "The bathhouse drake makes three melee attacks: one with its bite and two with its claws. Alternatively, it can use Scalding Jet twice.",
                    "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": "Bite"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d6+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) slashing damage.",
                    "name": "Claw"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "2d6",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 20/60 ft., one target. Hit: 7 (2d6) fire damage.",
                    "name": "Scalding Jet"
                },
                {
                    "desc": "The bathhouse drake creates a burst of hot steam. Each creature within 20 feet of it must make a DC 14 Constitution saving throw. On a failure, a target takes 14 (4d6) fire damage and is blinded for 1 minute. On a success, a target takes half the damage but isn't blinded. A blinded creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "name": "Steam Burst (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The bathhouse drake can breathe air and water.",
                    "name": "Amphibious"
                },
                {
                    "desc": "The bathhouse drake has advantage on ability checks and saving throws made to escape a grapple.",
                    "name": "Soapy"
                },
                {
                    "desc": "The bathhouse drake's innate spellcasting ability is Wisdom (spell save DC 14, +6 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\nAt will: create or destroy water, misty step, prestidigitation\n3/day each: control water, fog cloud, gaseous form, lesser restoration",
                    "name": "Innate Spellcasting"
                }
            ],
            "spell_list": [],
            "page_no": 130,
            "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_bathhouse-drake/"
        },
        {
            "slug": "bearmit-crab",
            "desc": "",
            "name": "Bearmit Crab",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 59,
            "hit_dice": "7d10+21",
            "speed": {
                "swim": 20,
                "walk": 30
            },
            "strength": 18,
            "dexterity": 13,
            "constitution": 16,
            "intelligence": 4,
            "wisdom": 13,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "Passive Perception 13",
            "languages": "-",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "desc": "The bearmit crab makes two attacks: one claw attack and one bite attack or two claw attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d6+4",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) bludgeoning damage and the target is grappled (escape DC 13) if it is a Medium or smaller creature. Until this grapple ends, the target is restrained. The bearmit crab has two claws, each of which can grapple only one target.",
                    "name": "Claw"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d8+4",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) piercing damage.",
                    "name": "Bite"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "When a creature hits the bearmit crab with a slashing or piercing melee weapon, the creature must succeed on a DC 13 Strength saving throw, or its weapon becomes stuck to the bearmit crab's shell. While the weapon is stuck, it can't be used. A creature can pull the weapon free by taking an action to make a DC 13 Strength check and succeeding.",
                    "name": "Viscid Shell"
                },
                {
                    "desc": "The bearmit crab has advantage on Wisdom (Perception) checks that rely on smell.",
                    "name": "Keen Smell"
                },
                {
                    "desc": "While the bearmit crab remains motionless, it is indistinguishable from a normal pile of rocks.",
                    "name": "False Appearance"
                }
            ],
            "spell_list": [],
            "page_no": 52,
            "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_bearmit-crab/"
        },
        {
            "slug": "bilwis",
            "desc": "",
            "name": "Bilwis",
            "size": "Medium",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 49,
            "hit_dice": "11d8",
            "speed": {
                "fly": 40,
                "hover": true,
                "walk": 0
            },
            "strength": 12,
            "dexterity": 16,
            "constitution": 10,
            "intelligence": 10,
            "wisdom": 13,
            "charisma": 16,
            "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": "lightning, thunder",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Auran",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "attack_bonus": 5,
                    "damage_dice": "2d8+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) bludgeoning damage.",
                    "name": "Slam"
                },
                {
                    "desc": "Each creature in the bilwis' space and within 5 feet of it must make a DC 12 Strength saving throw. On a failure, a target takes 14 (4d6) bludgeoning damage and is knocked prone. On a success, a target takes half the bludgeoning damage and isn't knocked prone.",
                    "name": "Whirlwind (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The bilwis can enter a hostile creature's space and stop there. It can move through a space as narrow as 1 inch wide without squeezing.",
                    "name": "Air Form"
                }
            ],
            "spell_list": [],
            "page_no": 53,
            "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_bilwis/"
        },
        {
            "slug": "black-sun-orc",
            "desc": "",
            "name": "Black Sun Orc",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "orc",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 14,
            "armor_desc": "hide armor",
            "hit_points": 65,
            "hit_dice": "10d8+20",
            "speed": {
                "climb": 20,
                "walk": 30
            },
            "strength": 16,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 9,
            "wisdom": 12,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3,
                "stealth": 4,
                "survival": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Common, Orc",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "desc": "The orc makes two attacks with its greatclub or with its sling.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d8+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) bludgeoning damage.",
                    "name": "Greatclub"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d4+2",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 30/120 ft., one target. Hit: 4 (1d4 + 2) bludgeoning damage.",
                    "name": "Sling"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "As a bonus action, the orc can move up to its speed toward a hostile creature that it can see.",
                    "name": "Aggressive"
                },
                {
                    "desc": "Magical darkness doesn't impede the Black Sun orc's darkvision.",
                    "name": "Black Sun Sight"
                },
                {
                    "desc": "While in bright light, the orc has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight.",
                    "name": "Light Sensitivity"
                },
                {
                    "desc": "The orc has advantage on Dexterity (Stealth) checks made to hide in rocky terrain.",
                    "name": "Stone Camouflage"
                }
            ],
            "spell_list": [],
            "page_no": 289,
            "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_black-sun-orc/"
        },
        {
            "slug": "black-sun-priestess",
            "desc": "",
            "name": "Black Sun Priestess",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "orc",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 13,
            "armor_desc": "hide armor",
            "hit_points": 67,
            "hit_dice": "9d8+27",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 12,
            "constitution": 16,
            "intelligence": 9,
            "wisdom": 16,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "insight": 6,
                "intimidation": 6,
                "religion": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Common, Orc",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d8+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) bludgeoning damage.",
                    "name": "Greatclub"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "As a bonus action, the priestess can move up to her speed toward a hostile creature that she can see.",
                    "name": "Aggressive"
                },
                {
                    "desc": "Magical darkness doesn't impede the the Black Sun priestess' darkvision.",
                    "name": "Black Sun Sight"
                },
                {
                    "desc": "While in bright light, the orc has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight.",
                    "name": "Light Sensitivity"
                },
                {
                    "desc": "The priestess is a 6th-level spellcaster. Her spellcasting ability is Wisdom (spell save DC 13, +5 to hit with spell attacks). The priestess has the following cleric spells prepared:\nCantrips (at will): guidance, mending, resistance, sacred flame\n1st level (4 slots): bane, command, cure wounds, detect magic\n2nd level (3 slots): augury, spiritual weapon\n3rd level (3 slots): animate dead, bestow curse, spirit guardians",
                    "name": "Spellcasting"
                }
            ],
            "spell_list": [],
            "page_no": 290,
            "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_black-sun-priestess/"
        },
        {
            "slug": "blood-elemental",
            "desc": "",
            "name": "Blood Elemental",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 95,
            "hit_dice": "10d10+40",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 13,
            "constitution": 18,
            "intelligence": 5,
            "wisdom": 10,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "poison",
            "damage_resistances": "acid, fire; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "necrotic, psychic",
            "condition_immunities": "exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Primordial",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "desc": "The elemental makes two slam attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "2d8+3",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) bludgeoning damage.",
                    "name": "Slam"
                },
                {
                    "desc": "Each creature in the elemental's space must make a DC 15 Constitution saving throw. On a failure, a creature takes 10 (3d6) necrotic damage and, if it is Large or smaller, it is grappled (escape DC 13). A grappled creature is restrained and unable to breathe. If the saving throw is successful, the creature is pushed out of the elemental's space. The elemental can grapple one Large creature or up to two Medium or smaller creatures at one time.\n\nAt the start of the elemental's turn, each target grappled by it takes 10 (3d6) necrotic damage. A creature within 5 feet of the elemental can use its action to make a DC 15 Strength check, freeing a grappled creature on a success. When Blood Drain deals 30 or more necrotic damage, the elemental grows in size as though affected by an enlarge/reduce spell. This increase in size lasts until the blood elemental finishes a long rest.",
                    "name": "Blood Drain (Recharge 4-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "Each time the elemental takes cold damage, its speed is reduced by 10 feet until the end of its next turn.",
                    "name": "Coagulate"
                },
                {
                    "desc": "If the blood elemental becomes entirely submerged in water, it dissipates and dies instantly.",
                    "name": "Destroyed by Water"
                },
                {
                    "desc": "The elemental can enter a hostile creature's space and stop there. It can move through a space as narrow as 1 inch wide without squeezing.",
                    "name": "Liquid Form"
                }
            ],
            "spell_list": [],
            "page_no": 138,
            "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_blood-elemental/"
        },
        {
            "slug": "blood-ooze",
            "desc": "",
            "name": "Blood Ooze",
            "size": "Large",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 8,
            "armor_desc": null,
            "hit_points": 76,
            "hit_dice": "8d10+32",
            "speed": {
                "climb": 20,
                "walk": 20
            },
            "strength": 16,
            "dexterity": 6,
            "constitution": 18,
            "intelligence": 1,
            "wisdom": 8,
            "charisma": 2,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "acid, fire, necrotic, slashing",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, prone",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 9",
            "languages": "-",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d6+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) bludgeoning damage plus 16 (3d10) necrotic damage. The ooze gains temporary hp equal to the necrotic damage taken.",
                    "name": "Pseudopod"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When the blood ooze is hit with a melee attack, it can drain blood from the attacker. The attacker must make a DC 15 Constitution saving throw, taking 11 (2d10) necrotic damage on a failed save, or half as much damage on a successful one. The ooze gains temporary hp equal to the necrotic damage taken.",
                    "name": "Overflow"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The ooze can move through a space as narrow as 1 inch wide without squeezing.",
                    "name": "Amorphous"
                },
                {
                    "desc": "A creature that touches the ooze or hits it with a melee attack while within 5 feet of it takes 5 (1d10) necrotic damage and the ooze gains temporary hp equal to that amount as it drains blood from the victim. It can add temporary hp gained from this trait to temporary hp gained from its pseudopod attack and Overflow reaction. Its temporary hp can't exceed half its maximum hp. If the ooze takes radiant damage, this trait doesn't function at the start of the ooze's next turn, although it retains any temporary hp it previously gained.",
                    "name": "Blood Drain"
                },
                {
                    "desc": "The ooze can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
                    "name": "Spider Climb"
                }
            ],
            "spell_list": [],
            "page_no": 282,
            "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_blood-ooze/"
        },
        {
            "slug": "bloody-bones",
            "desc": "",
            "name": "Bloody Bones",
            "size": "Medium",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 55,
            "hit_dice": "10d8+10",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 12,
            "constitution": 12,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "deception": 4,
                "stealth": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "none, but can speak through the use of its Horrific Imitation trait",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "desc": "The bloody bones makes two claw attacks. It can use its Dark Stare in place of one claw attack.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "2d4+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) slashing damage.",
                    "name": "Claw"
                },
                {
                    "desc": "The bloody bones stares balefully at one creature it can see within 60 feet. That creature must succeed on a DC 13 Wisdom saving throw or have disadvantage on all attacks until the end of its next turn.",
                    "name": "Dark Stare"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When it is hit by an attack, the bloody bones regains 5 (1d10) hit points and has resistance to that damage type until the end of its next turn as life-giving blood pours from the top of its skull.",
                    "name": "Its Crown Runs Red"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "Any creature hostile to the bloody bones that starts its turn within 10 feet of the bloody bones must succeed on a DC 13 Wisdom saving throw or be frightened until the end of its next turn. If a creature's saving throw is successful, the creature is immune to the bloody bones' Horrifying Aura for the next 24 hours.",
                    "name": "Horrifying Aura"
                },
                {
                    "desc": "The bloody bones chooses one creature it can see. It moves, acts, and speaks in a macabre imitation of the creature. Its utterances are nonsense, and it can't understand the languages of its chosen target. It maintains this imitation until it dies. A creature that hears and sees the bloody bones can tell it is performing an imitation with a successful DC 14 Wisdom (Insight) check.",
                    "name": "Horrific Imitation"
                }
            ],
            "spell_list": [],
            "page_no": 54,
            "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_bloody-bones/"
        },
        {
            "slug": "bone-golem",
            "desc": "",
            "name": "Bone Golem",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 60,
            "hit_dice": "8d8+24",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 16,
            "constitution": 17,
            "intelligence": 3,
            "wisdom": 10,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine",
            "damage_immunities": "necrotic, poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "understands the languages of its creator but can't speak",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "desc": "The bone golem makes two attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "2d6+3",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) slashing damage plus 7 (2d6) necrotic damage.",
                    "name": "Claw"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d8+3",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 60/240 ft., one target. Hit: 7 (1d8 + 3) piercing damage plus 7 (2d6) necrotic damage.",
                    "name": "Bone Shard"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "Whenever the bone golem starts its turn with 30 hp or fewer, roll a d6. On a 6, the golem goes berserk. On each of its turns while berserk, the golem attacks the nearest creature it can see. If no creature is near enough to move to and attack, the golem attacks an object, usually an object smaller than itself. Once the golem goes berserk, it continues to attack until it is destroyed or it regains all its hp. \n\nThe golem's creator, if within 60 feet of the berserk golem, can calm it by speaking firmly and persuasively. The golem must be able to hear its creator, who must take an action to make a DC 15 Charisma (Persuasion) check. If the check succeeds, the golem ceases being berserk. If it takes damage while still at 30 hp or fewer, the golem might go berserk again.",
                    "name": "Berserk"
                },
                {
                    "desc": "While the bone golem remains motionless, it is indistinguishable from a pile of bones or ordinary, inanimate skeleton.",
                    "name": "False Appearance"
                },
                {
                    "desc": "The bone golem is immune to any spell or effect that would alter its form.",
                    "name": "Immutable Form"
                },
                {
                    "desc": "The bone golem has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "The bone golem's weapon attacks are magical.",
                    "name": "Magic Weapons"
                },
                {
                    "desc": "Whenever the bone golem is subjected to necrotic damage, it takes no damage and instead regains a number of hp equal to the necrotic damage dealt.",
                    "name": "Necrotic Absorption"
                }
            ],
            "spell_list": [],
            "page_no": 201,
            "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_bone-golem/"
        },
        {
            "slug": "bookkeeper",
            "desc": "",
            "name": "Bookkeeper",
            "size": "Tiny",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 5,
            "hit_dice": "2d4",
            "speed": {
                "fly": 30,
                "walk": 20
            },
            "strength": 8,
            "dexterity": 14,
            "constitution": 10,
            "intelligence": 6,
            "wisdom": 8,
            "charisma": 3,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "either cold or fire (designated at the time of the bookkeeper's creation), poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 11",
            "languages": "understands the languages of its creator but can't speak",
            "challenge_rating": "1/8",
            "cr": 0.125,
            "actions": [
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d6",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 20 ft., one target. Hit: 3 (1d6) poison damage and the target must succeed on a DC 13 Dexterity saving throw or be blinded until the end of its next turn.",
                    "name": "Ink Splash"
                },
                {
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 1 piercing damage plus 1 poison damage.",
                    "name": "Bite"
                },
                {
                    "desc": "While inside its book, the bookkeeper magically turns its book invisible until it attacks, or until its concentration ends (as if concentrating on a spell). The bookkeeper is also invisible while inside the invisible book",
                    "name": "Elusive Pages"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "As a bonus action while within 30 feet of its book, the bookkeeper can hop inside its book. While inside its book, the bookkeeper has a flying speed of 30 feet and is indistinguishable from ink on a page.",
                    "name": "Between the Lines"
                },
                {
                    "desc": "A bookkeeper makes all attacks, saving throws, and skill checks with advantage when its creator is within 60 feet of its book. The bookkeeper's hp maximum is reduced by 1 for every minute it is further than 60 feet from its book. When its hp maximum reaches 0, it dies. If its creator dies, the bookkeeper can be convinced to pass ownership of the book to a new creature if the creature succeeds on a DC 13 Charisma check. The new owner becomes the bookkeeper's new “creator” and inherits the bookkeeper along with the book.",
                    "name": "Book Bound"
                },
                {
                    "desc": "When the bookkeeper dies, the book it is bound to is also destroyed.",
                    "name": "Disintegrate"
                }
            ],
            "spell_list": [],
            "page_no": 55,
            "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_bookkeeper/"
        },
        {
            "slug": "boot-grabber",
            "desc": "",
            "name": "Boot Grabber",
            "size": "Small",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 11,
            "armor_desc": null,
            "hit_points": 22,
            "hit_dice": "4d6+8",
            "speed": {
                "walk": 20
            },
            "strength": 17,
            "dexterity": 12,
            "constitution": 14,
            "intelligence": 4,
            "wisdom": 12,
            "charisma": 2,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3,
                "stealth": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid",
            "damage_immunities": "",
            "condition_immunities": "prone",
            "senses": "blindsight 60 ft. (blind beyond this radius), tremorsense 60 ft., passive Perception 13",
            "languages": "understands Void Speech but can't speak",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "attack_bonus": 5,
                    "damage_dice": "2d4+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) bludgeoning damage and the target is subjected to its Adhesive trait. Until this grapple ends, the target is restrained, and the boot grabber can't make adhesive hands attacks against other targets.",
                    "name": "Adhesive Hands"
                },
                {
                    "desc": "The boot grabber targets one creature it can see within 60 feet of it. It emits a high frequency humming noise which can only be heard by the target. The target must succeed on a DC 11 Wisdom saving throw or move toward the boot grabber on its turn by the shortest and most direct route, ending its turn when it comes within 5 feet of the boot grabber.",
                    "name": "Unearthly Hum"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The boot grabber adheres to anything that touches it. A Large or smaller creature adhered to the boot grabber is also grappled by it (escape DC 13). Ability checks made to escape this grapple have disadvantage.",
                    "name": "Adhesive"
                },
                {
                    "desc": "The boot grabber can move through a space as narrow as 1 inch wide without squeezing.",
                    "name": "Amorphous"
                },
                {
                    "desc": "While the boot grabber remains motionless, it is indistinguishable from a dirty puddle of water.",
                    "name": "False Appearance"
                }
            ],
            "spell_list": [],
            "page_no": 56,
            "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_boot-grabber/"
        },
        {
            "slug": "bronze-golem",
            "desc": "",
            "name": "Bronze Golem",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 57,
            "hit_dice": "6d10+24",
            "speed": {
                "walk": 30
            },
            "strength": 17,
            "dexterity": 6,
            "constitution": 18,
            "intelligence": 1,
            "wisdom": 10,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "fire; bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "understands the languages of its creator but can't speak",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "desc": "The golem makes two slam attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d8+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) bludgeoning damage and, if the target is a Medium or smaller creature, it is grappled (escape DC 13). The golem can only grapple one creature at a time.",
                    "name": "Slam"
                },
                {
                    "desc": "The golem makes a slam attack against a target it is grappling as it opens a plate in its chest and exposes its arcane boiler. If the attack hits, the target is forced into the golem's boiler, and the grapple ends. While inside the boiler, the target is blinded and restrained, it has total cover against attacks and other effects outside the boiler, and it takes 14 (4d6) fire damage at the start of each of its turns. To escape, it or another creature must succeed on a DC 13 Strength (Athletics) check to open the boiler, freeing the target, which falls prone in a space within 5 feet of the golem. A bronze golem can only have one creature in its boiler at a time.",
                    "name": "Brazen Bull"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The golem's body is hot to the touch, thanks to the boiler inside its chest. A creature that touches the golem or hits it with a melee attack while within 5 feet of it takes 5 (1d10) fire damage.",
                    "name": "Boiling Body"
                },
                {
                    "desc": "The golem is immune to any spell or effect that would alter its form.",
                    "name": "Immutable Form"
                },
                {
                    "desc": "The golem has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "The golem's weapon attacks are magical.",
                    "name": "Magic Weapons"
                }
            ],
            "spell_list": [],
            "page_no": 201,
            "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_bronze-golem/"
        },
        {
            "slug": "carbuncle",
            "desc": "",
            "name": "Carbuncle",
            "size": "Small",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "chaotic good",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 36,
            "hit_dice": "8d6+8",
            "speed": {
                "climb": 20,
                "walk": 40
            },
            "strength": 8,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 11,
            "wisdom": 16,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "charmed",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Carbuncle, Common",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "desc": "The carbuncle makes one bite attack and one claw 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": "Bite"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d6+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) slashing damage.",
                    "name": "Claw"
                },
                {
                    "desc": "The carbuncle shoots a 30-foot-long, 5-foot-wide line of scintillating light from the garnet on its forehead. Each creature in that line must make a DC 13 Dexterity saving throw, taking 10 (3d6) radiant damage on a failed save, or half as much damage on a successful one.",
                    "name": "Light Beam (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "As a bonus action, the carbuncle can cause its garnet to glow or not. While glowing, the garnet sheds bright light in a 10-foot radius and dim light for an additional 10 feet.",
                    "name": "Gem Illumination"
                },
                {
                    "desc": "The carbuncle has advantage on Dexterity (Stealth) checks made to hide in jungle terrain.",
                    "name": "Jungle Camouflage"
                }
            ],
            "spell_list": [],
            "page_no": 57,
            "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_carbuncle/"
        },
        {
            "slug": "cats-of-ulthar",
            "desc": "",
            "name": "Cats of Ulthar",
            "size": "Huge",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": null,
            "hit_points": 55,
            "hit_dice": "10d10",
            "speed": {
                "walk": 40
            },
            "strength": 9,
            "dexterity": 18,
            "constitution": 10,
            "intelligence": 2,
            "wisdom": 14,
            "charisma": 3,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, slashing",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened, paralyzed, petrified, prone, restrained, stunned",
            "senses": "darkvision 30 ft., passive Perception 12",
            "languages": "-",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "attack_bonus": 6,
                    "damage_dice": "4d6",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 0 ft., up to two creatures in the swarm's space. Hit: 14 (4d6) piercing damage, or 7 (2d6) piercing damage if the swarm has half of its hit points or fewer.",
                    "name": "Bites"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "Each creature in the swarm must succeed on a DC 12 Wisdom saving throw or fall prone and become frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the swarm's Feline Terror for the next 24 hours.",
                    "name": "Feline Terror"
                },
                {
                    "desc": "The swarm has advantage on Wisdom (Perception) checks that rely on sight, hearing, or smell.",
                    "name": "Keen Senses"
                },
                {
                    "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny cat. The swarm can't regain hp or gain temporary hp.",
                    "name": "Swarm"
                }
            ],
            "spell_list": [],
            "page_no": 58,
            "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_cats-of-ulthar/"
        },
        {
            "slug": "cauldronborn",
            "desc": "",
            "name": "Cauldronborn",
            "size": "Small",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 13,
            "hit_dice": "3d6+3",
            "speed": {
                "walk": 20
            },
            "strength": 14,
            "dexterity": 7,
            "constitution": 12,
            "intelligence": 3,
            "wisdom": 6,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "piercing and slashing from nonmagical attacks not made with adamantine",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 8",
            "languages": "-",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "desc": "The cauldronborn makes two slam attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "2d4+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 7 (2d4 + 2) bludgeoning damage.",
                    "name": "Slam"
                },
                {
                    "desc": "The cauldronborn releases a hungry screech, magically reaching out to nearby potions. All potions within 10 feet of the cauldronborn magically move toward the cauldronborn by rolling out of backpacks, hopping off of belts, unburying themselves, etc. A creature wearing or carrying a potion must succeed on a DC 13 Dexterity saving throw or its potion moves to within 5 feet of the cauldronborn. The target must make a separate saving throw for each potion it is attempting to keep in its possession.",
                    "name": "Call Potion (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "As a bonus action, a cauldronborn can consume one potion within 5 feet of it that is not being worn or carried. Along with the potion's effect, the cauldronborn's hp maximum increases by 3 (1d6) and it gains the same number of hp.",
                    "name": "Consumption"
                },
                {
                    "desc": "The cauldronborn can pinpoint the location of potions and magic items within 60 feet of it. Outside of 60 feet, it can sense the general direction of potions within 1 mile of it.",
                    "name": "Detect Elixir"
                },
                {
                    "desc": "The cauldronborn regains 2 hp at the start of its turn if it has at least 1 hp.",
                    "name": "Regeneration"
                },
                {
                    "desc": "The cauldronborn triples its speed until the end of its turn when moving toward a potion it has detected.",
                    "name": "Sprint"
                }
            ],
            "spell_list": [],
            "page_no": 59,
            "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_cauldronborn/"
        },
        {
            "slug": "chaos-spawn-goblin",
            "desc": "",
            "name": "Chaos-Spawn Goblin",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "goblinoid",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 22,
            "hit_dice": "5d6+5",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "psychic",
            "damage_immunities": "",
            "condition_immunities": "frightened",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "telepathy 120 ft.",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "desc": "The chaos-spawn goblin makes two attacks with its scimitar.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d6+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) slashing damage.",
                    "name": "Scimitar"
                },
                {
                    "desc": "The chaos-spawn goblin targets one creature that it can sense within 30 feet of it. The target must make a DC 12 Intelligence saving throw, taking 7 (2d6) psychic damage on a failed save, or half as much damage on a successful one.",
                    "name": "Psychic Stab (Recharge 6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The chaos-spawn goblin can take the Disengage or Hide action as a bonus action on each of its turns.",
                    "name": "Nimble Escape"
                }
            ],
            "spell_list": [],
            "page_no": 190,
            "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_chaos-spawn-goblin/"
        },
        {
            "slug": "child-of-yggdrasil",
            "desc": "",
            "name": "Child of Yggdrasil",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 112,
            "hit_dice": "15d10+30",
            "speed": {
                "climb": 20,
                "walk": 20
            },
            "strength": 16,
            "dexterity": 10,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 18,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 7,
            "skills": {
                "perception": 7,
                "stealth": 3
            },
            "damage_vulnerabilities": "fire",
            "damage_resistances": "",
            "damage_immunities": "acid, cold; bludgeoning from nonmagical attacks",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 17",
            "languages": "Common, Giant",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "desc": "The child of Yggdrasil makes three claw attacks.",
                    "name": "Multiattack"
                },
                {
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 7 (1d8 + 3) slashing damage plus 7 (2d6) acid damage.",
                    "name": "Claw"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "As an action, the child of Yggdrasil destroys one nonmagical object that isn't being worn or carried, such as a rope, plank, candlestick, or even an entire bronze cauldron.",
                    "name": "Acid Touch"
                },
                {
                    "desc": "The child of Yggdrasil has advantage on Dexterity (Stealth) checks made to hide in forest terrain.",
                    "name": "Forest Camouflage"
                },
                {
                    "desc": "The child of Yggdrasil has advantage on Wisdom (Perception) checks that rely on smell.",
                    "name": "Keen Smell"
                }
            ],
            "spell_list": [],
            "page_no": 61,
            "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_child-of-yggdrasil/"
        },
        {
            "slug": "chuhaister",
            "desc": "",
            "name": "Chuhaister",
            "size": "Large",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 157,
            "hit_dice": "15d10+75",
            "speed": {
                "walk": 40
            },
            "strength": 22,
            "dexterity": 9,
            "constitution": 20,
            "intelligence": 10,
            "wisdom": 11,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "athletics": 9
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, poisoned",
            "senses": "darkvision 120 ft., passive Perception 10",
            "languages": "Giant, Orc, Sylvan",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "desc": "The chuhaister makes two greatclub attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 9,
                    "damage_dice": "5d6+6",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 23 (5d6 + 6) bludgeoning damage.",
                    "name": "Greatclub"
                },
                {
                    "attack_bonus": 2,
                    "damage_dice": "5d10+6",
                    "desc": "Ranged Weapon Attack: +2 to hit, range 30/120 ft., one target. Hit: 33 (5d10 + 6) bludgeoning damage.",
                    "name": "Rock"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When the chuhaister or one ally within 30 feet of it is hit by an attack, the chuhaister can create a magical, wooden barrier that interrupts the attack. The attack causes no damage. The shield splinters and disappears afterwards.",
                    "name": "Deadfall Shield (Recharge 5-6)"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "Creatures of the fey type don't recover spells during a long rest while within 60 feet of the chuhaister. In addition, the chuhaister automatically sees through magical illusions created by spells of 3rd level or lower and has advantage on saving throws and ability checks to detect or see through illusion spells of 4th level or higher.",
                    "name": "Feybane"
                },
                {
                    "desc": "While in bright light, the chuhaister has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight.",
                    "name": "Light Sensitivity"
                }
            ],
            "spell_list": [],
            "page_no": 62,
            "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_chuhaister/"
        },
        {
            "slug": "chupacabra",
            "desc": "",
            "name": "Chupacabra",
            "size": "Small",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 36,
            "hit_dice": "8d6+8",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 15,
            "constitution": 12,
            "intelligence": 3,
            "wisdom": 12,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "acrobatics": 4,
                "perception": 3,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "-",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d6+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 6 (1d6 + 3) piercing damage, and the chupacabra attaches to the target. While attached, the chupacabra doesn't attack. Instead, at the start of each of the chupacabra's turns, the target loses 6 (1d6 + 3) hp due to blood loss. The chupacabra can detach itself by spending 5 feet of its movement. It does so after the target is reduced to 0 hp. A creature, including the target, can use its action to detach the chupacabra.",
                    "name": "Bite"
                },
                {
                    "desc": "The chupacabra fixes its gaze on one creature it can see within 10 feet of it. The target must succeed on a DC 11 Wisdom saving throw or be paralyzed for 1 minute. A paralyzed creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the chupacabra's Fearful Gaze for the next 24 hours.",
                    "name": "Fearful Gaze"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When the chupacabra is reduced to less than half of its maximum hp, it releases a foul, sulphurous stench. Each creature within 5 feet of the chupacabra must succeed on a DC 11 Constitution saving throw or be poisoned until the end of its next turn.",
                    "name": "Malodorous Stench"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The chupacabra has advantage on Wisdom (Perception) checks that rely on hearing or smell.",
                    "name": "Keen Hearing and Smell"
                },
                {
                    "desc": "With a 10-foot running start, the chupacabra can long jump up to 25 feet.",
                    "name": "Running Leap"
                }
            ],
            "spell_list": [],
            "page_no": 63,
            "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_chupacabra/"
        },
        {
            "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": "clacking-skeleton",
            "desc": "",
            "name": "Clacking Skeleton",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "armor scraps",
            "hit_points": 45,
            "hit_dice": "10d8",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "dexterity": 12,
            "constitution": 11,
            "intelligence": 6,
            "wisdom": 8,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "bludgeoning",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, poisoned",
            "senses": "darkvision 60 ft., passive Perception 9",
            "languages": "understands all languages it knew in life but can't speak",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "desc": "The clacking skeleton makes two attacks: one with its glaive and one with its gore or two with its shortbow.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d10+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 10 ft., one target. Hit: 7 (1d10 + 2) slashing damage.",
                    "name": "Glaive"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d4+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "name": "Gore"
                },
                {
                    "attack_bonus": 3,
                    "damage_dice": "1d6+1",
                    "desc": "Ranged Weapon Attack: +3 to hit, range 80/320 ft., one target. Hit: 4 (1d6 + 1) piercing damage.",
                    "name": "Shortbow"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "If the clacking skeleton moves at least 10 feet, each beast or humanoid within 30 feet of the skeleton that can hear it must succeed on a DC 13 Wisdom saving throw or be frightened until the end of its next turn.",
                    "name": "Horrid Clacking"
                }
            ],
            "spell_list": [],
            "page_no": 319,
            "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_clacking-skeleton/"
        },
        {
            "slug": "clockwork-assassin",
            "desc": "",
            "name": "Clockwork Assassin",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 99,
            "hit_dice": "18d8+18",
            "speed": {
                "climb": 30,
                "walk": 30
            },
            "strength": 14,
            "dexterity": 17,
            "constitution": 12,
            "intelligence": 12,
            "wisdom": 12,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 4,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "acrobatics": 6,
                "investigation": 4,
                "perception": 4,
                "stealth": 9,
                "survival": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "lightning, poison",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "understands Common but can't speak",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "desc": "The clockwork assassin makes two rapier attacks.",
                    "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 and the target must succeed on a DC 15 Constitution saving throw or take 11 (2d10) poison damage and be poisoned for 1 minute.",
                    "name": "Rapier"
                },
                {
                    "desc": "The assassin breaks its body down into a snakelike, segmented cylinder, which allows it to move through a space as narrow as 6 inches wide. It can reassemble itself into its true form by using this action again. While disassembled into its snake form, the assassin can't attack and attack rolls against it have advantage.",
                    "name": "Disassembly"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "During its first turn, the assassin has advantage on attack rolls against any creature that hasn't taken a turn. Any hit the assassin scores against a surprised creature is a critical hit.",
                    "name": "Assassinate"
                },
                {
                    "desc": "When the assassin is destroyed, its core explodes, projecting superheated steam and shrapnel. Each creature within 5 feet of the construct must make a DC 13 Dexterity saving throw, taking 10 (3d6) fire damage on a failed save, or half as much damage on a successful one.",
                    "name": "Explosive Core"
                },
                {
                    "desc": "The assassin is immune to any spell or effect, other than its disassembly trait, that would alter its form.",
                    "name": "Immutable Form"
                },
                {
                    "desc": "The assassin has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "If the assassin takes psychic damage, it has disadvantage on attack rolls, saving throws, and ability checks until the end of its next turn.",
                    "name": "Psychic Susceptibility"
                },
                {
                    "desc": "The assassin 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 assassin that isn't incapacitated and the assassin doesn't have disadvantage on the attack roll.",
                    "name": "Sneak Attack (1/Turn)"
                },
                {
                    "desc": "The assassin's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start.",
                    "name": "Standing Leap"
                }
            ],
            "spell_list": [],
            "page_no": 64,
            "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_clockwork-assassin/"
        },
        {
            "slug": "clockwork-servant",
            "desc": "",
            "name": "Clockwork Servant",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 11,
            "armor_desc": null,
            "hit_points": 22,
            "hit_dice": "4d8+4",
            "speed": {
                "walk": 25
            },
            "strength": 14,
            "dexterity": 12,
            "constitution": 13,
            "intelligence": 8,
            "wisdom": 12,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "investigation": 3,
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Common",
            "challenge_rating": "1/8",
            "cr": 0.125,
            "actions": [
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d6+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) bludgeoning damage.",
                    "name": "Slam"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The servant can cast the mending and prestidigitation cantrips at will without requiring spell components.",
                    "name": "Domestic Retainer"
                },
                {
                    "desc": "The servant is immune to any spell or effect that would alter its form.",
                    "name": "Immutable Form"
                },
                {
                    "desc": "The servant has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                }
            ],
            "spell_list": [],
            "page_no": 65,
            "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_clockwork-servant/"
        },
        {
            "slug": "clockwork-soldier",
            "desc": "",
            "name": "Clockwork Soldier",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": "natural armor",
            "hit_points": 45,
            "hit_dice": "6d8+18",
            "speed": {
                "walk": 30
            },
            "strength": 13,
            "dexterity": 13,
            "constitution": 16,
            "intelligence": 5,
            "wisdom": 10,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "athletics": 5,
                "intimidation": -3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Common",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "attack_bonus": 3,
                    "damage_dice": "1d10+2",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 10 ft., one target. Hit: 7 (1d10 + 2) slashing damage.",
                    "name": "Halberd"
                },
                {
                    "desc": "The soldier makes four halberd attacks. After taking this action, it is stunned until the end of its next turn.",
                    "name": "Overdrive Flurry (Recharge 6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The soldier is immune to any spell or effect that would alter its form.",
                    "name": "Immutable Form"
                },
                {
                    "desc": "A single clockwork soldier's rigid movements appear silly, but, when gathered in numbers, they become an inhuman terror. When the clockwork soldier makes a Charisma (Intimidation) check, it gains a bonus on that check equal to the number of other clockwork soldiers the target can see or hear.",
                    "name": "Intimidating Legions"
                },
                {
                    "desc": "The soldier has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                }
            ],
            "spell_list": [],
            "page_no": 65,
            "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_clockwork-soldier/"
        },
        {
            "slug": "corpse-thief",
            "desc": "",
            "name": "Corpse Thief",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 30,
            "hit_dice": "4d8+12",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 17,
            "constitution": 16,
            "intelligence": 11,
            "wisdom": 13,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "desc": "The corpse thief makes two claw attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d4+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage.",
                    "name": "Claw"
                },
                {
                    "desc": "The corpse thief targets one creature within 5 feet of it and attempts to steal one small item. The target must succeed on a DC 13 Dexterity saving throw or lose one non-weapon, non-armor object that is small enough to fit in one hand.",
                    "name": "Steal"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "By concentrating for 10 minutes on a specific object, a corpse thief learns more about the object's most recent owner. The effects of this trait are different depending on if the most recent owner is alive or dead. This trait only works once per object. \n* If the most recent owner is alive, the corpse thief sees through that person's eyes for 10 minutes. This works like the clairvoyance spell, except the most recent owner is the sensor and controls which direction it is pointed, how far it can see, etc. The most recent owner must make a DC 13 Wisdom saving throw. On a success, it gets the sensation that it is being watched. \n* If the most recent owner is dead, the corpse thief can learn five things about the person's life through dream-like visions and emotions. This works like the speak with dead spell, except the spirit can only answer questions about events in which the object was present.",
                    "name": "Object Reading"
                }
            ],
            "spell_list": [],
            "page_no": 66,
            "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_corpse-thief/"
        },
        {
            "slug": "crypt-spider",
            "desc": "",
            "name": "Crypt Spider",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 38,
            "hit_dice": "7d8+7",
            "speed": {
                "climb": 30,
                "walk": 30
            },
            "strength": 14,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 11,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "deception": 1,
                "intimidation": 1,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "blindsight 10 ft., darkvision 60 ft., passive Perception 10",
            "languages": "Common, Undercommon",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d8+2",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 6 (1d8 + 2) piercing damage, and the creature must make a DC 13 Constitution saving throw, taking 9 (2d8) poison damage on a failed save, or half as much damage on a successful one. If the poison damage reduces the creature to 0 hp, the creature is stable but poisoned for 1 hour, even after regaining hp, and is paralyzed while poisoned in this way.",
                    "name": "Bite"
                },
                {
                    "desc": "Ranged Weapon Attack: +5 to hit, range 30/60 ft., one creature. Hit: The creature is restrained by webbing. As an action, the restrained creature can make a DC 13 Strength check, escaping from the webbing on a success. The effect also ends if the webbing is destroyed. The webbing has AC 10, 5 hp, vulnerability to fire damage, and immunity to bludgeoning, poison, and psychic damage.",
                    "name": "Web (Recharge 5-6)"
                },
                {
                    "desc": "The crypt spider creates a swarm of spiders statistics). The crypt spider can have no more than four zombies under its control at one time.",
                    "name": "Create Zombie"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "As a bonus action, a crypt spider can cocoon a creature within 5 feet that is currently restrained by webbing. A cocooned creature has disadvantage on ability checks and saving throws made to escape the web.",
                    "name": "Cocoon Prey"
                },
                {
                    "desc": "The spider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
                    "name": "Spider Climb"
                },
                {
                    "desc": "While in contact with a web, the spider knows the exact location of any other creature in contact with that web.",
                    "name": "Web Sense"
                },
                {
                    "desc": "The spider ignores movement restrictions caused by webbing.",
                    "name": "Web Walker"
                }
            ],
            "spell_list": [],
            "page_no": 133,
            "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_crypt-spider/"
        },
        {
            "slug": "cueyatl",
            "desc": "",
            "name": "Cueyatl",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 11,
            "armor_desc": null,
            "hit_points": 21,
            "hit_dice": "6d6",
            "speed": {
                "climb": 20,
                "swim": 30,
                "walk": 30
            },
            "strength": 10,
            "dexterity": 12,
            "constitution": 11,
            "intelligence": 10,
            "wisdom": 11,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Cueyatl",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "attack_bonus": 2,
                    "damage_dice": "1d6",
                    "desc": "Melee or Ranged Weapon Attack: +2 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 3 (1d6) piercing damage plus 7 (2d6) poison damage or 4 (1d8) piercing damage plus 7 (2d6) poison damage if used with two hands to make a melee attack.",
                    "name": "Spear"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The cueyatl can breathe air and water.",
                    "name": "Amphibious"
                },
                {
                    "desc": "The cueyatl has advantage on Dexterity (Stealth) checks made to hide in jungle terrain.",
                    "name": "Jungle Camouflage"
                },
                {
                    "desc": "The cueyatl has advantage on saving throws and ability checks made to escape a grapple.",
                    "name": "Slippery"
                },
                {
                    "desc": "The cueyatl's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start.",
                    "name": "Standing Leap"
                }
            ],
            "spell_list": [],
            "page_no": 68,
            "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_cueyatl/"
        },
        {
            "slug": "cueyatl-moon-priest",
            "desc": "",
            "name": "Cueyatl Moon Priest",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 13,
            "armor_desc": "studded leather",
            "hit_points": 81,
            "hit_dice": "18d6+18",
            "speed": {
                "climb": 20,
                "swim": 30,
                "walk": 30
            },
            "strength": 10,
            "dexterity": 12,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 16,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 4,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "medicine": 6,
                "perception": 6,
                "religion": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 16",
            "languages": "Common, Cueyatl",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "attack_bonus": 3,
                    "damage_dice": "1d8",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 4 (1d8) piercing damage plus 7 (2d6) poison damage.",
                    "name": "Morningstar"
                },
                {
                    "desc": "The cueyatl moon priest harnesses moonlight, dispelling magical light in a 30-foot radius. In addition, each hostile creature within 30 feet must make a DC 13 Constitution saving throw, taking 16 (3d10) cold damage on a failed save, and half as much damage on a successful one. A creature that has total cover from the moon priest is not affected.",
                    "name": "Night's Chill (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The cueyatl can breathe air and water.",
                    "name": "Amphibious"
                },
                {
                    "desc": "The cueyatl has advantage on Dexterity (Stealth) checks made to hide in jungle terrain.",
                    "name": "Jungle Camouflage"
                },
                {
                    "desc": "The cueyatl moon priest has advantage on saving throws and ability checks made to escape a grapple.",
                    "name": "Slippery"
                },
                {
                    "desc": "The cueyatl's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start.",
                    "name": "Standing Leap"
                },
                {
                    "desc": "The cueyatl moon priest is a 5th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 14, +6 to hit with spell attacks). It has the following cleric spells prepared: \nCantrips (at will): guidance, resistance, sacred flame, spare the dying\n1st level (4 slots): bane, cure wounds, protection from evil and good\n2nd level (3 slots): hold person, silence, spiritual weapon\n3rd level (2 slots): bestow curse, spirit guardians",
                    "name": "Spellcasting"
                }
            ],
            "spell_list": [],
            "page_no": 68,
            "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_cueyatl-moon-priest/"
        },
        {
            "slug": "cueyatl-sea-priest",
            "desc": "",
            "name": "Cueyatl Sea Priest",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 12,
            "armor_desc": "leather armor",
            "hit_points": 45,
            "hit_dice": "10d6+10",
            "speed": {
                "climb": 20,
                "swim": 30,
                "walk": 30
            },
            "strength": 10,
            "dexterity": 12,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": 3,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "medicine": 4,
                "religion": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Aquan, Cueyatl",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "attack_bonus": 2,
                    "damage_dice": "1d6",
                    "desc": "Melee or Ranged Weapon Attack: +2 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 3 (1d6) piercing damage plus 7 (2d6) poison damage, or 4 (1d8) piercing damage plus 7 (2d6) poison damage if used with two hands to make a melee attack.",
                    "name": "Trident"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The cueyatl can breathe air and water.",
                    "name": "Amphibious"
                },
                {
                    "desc": "The cueyatl has advantage on Dexterity (Stealth) checks made to hide in jungle terrain.",
                    "name": "Jungle Camouflage"
                },
                {
                    "desc": "The cueyatl has advantage on saving throws and ability checks made to escape a grapple.",
                    "name": "Slippery"
                },
                {
                    "desc": "The cueyatl sea priest can communicate with amphibious and water breathing beasts and monstrosities as if they shared a language.",
                    "name": "Speak with Sea Life"
                },
                {
                    "desc": "The cueyatl sea priest is a 2nd-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 12, +4 to hit with spell attacks). It has the following druid spells prepared: \nCantrips (at will): guidance, poison spray\n1st level (3 slots): animal friendship, create or destroy water, fog cloud, speak with animals",
                    "name": "Spellcasting"
                },
                {
                    "desc": "The cueyatl's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start.",
                    "name": "Standing Leap"
                }
            ],
            "spell_list": [],
            "page_no": 69,
            "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_cueyatl-sea-priest/"
        },
        {
            "slug": "cueyatl-warrior",
            "desc": "",
            "name": "Cueyatl Warrior",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 13,
            "armor_desc": "leather armor",
            "hit_points": 36,
            "hit_dice": "8d6+8",
            "speed": {
                "climb": 20,
                "swim": 30,
                "walk": 30
            },
            "strength": 12,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 11,
            "charisma": 10,
            "strength_save": 2,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "acrobatics": 4,
                "survival": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Cueyatl",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "attack_bonus": 3,
                    "damage_dice": "1d8+2",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) slashing damage plus 7 (2d6) poison damage, or 7 (1d10 + 2) slashing damage plus 7 (2d6) poison damage if used with two hands.",
                    "name": "Battleaxe"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The cueyatl can breathe air and water.",
                    "name": "Amphibious"
                },
                {
                    "desc": "The cueyatl has advantage on Dexterity (Stealth) checks made to hide in jungle terrain.",
                    "name": "Jungle Camouflage"
                },
                {
                    "desc": "The cueyatl has advantage on saving throws and ability checks made to escape a grapple.",
                    "name": "Slippery"
                },
                {
                    "desc": "The cueyatl's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start.",
                    "name": "Standing Leap"
                }
            ],
            "spell_list": [],
            "page_no": 69,
            "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_cueyatl-warrior/"
        },
        {
            "slug": "dark-eye",
            "desc": "",
            "name": "Dark Eye",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "dark folk",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 16,
            "armor_desc": "breastplate",
            "hit_points": 71,
            "hit_dice": "11d8+22",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 15,
            "intelligence": 9,
            "wisdom": 13,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., passive Perception 13",
            "languages": "Common, Umbral",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "desc": "The dark eye makes two attacks with its dagger.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d4+2",
                    "desc": "Melee or Ranged Weapon Attack: +4 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 4 (1d4 + 2) piercing damage plus 4 (1d8) cold damage.",
                    "name": "Dagger"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The dark eye has advantage on saving throws against being charmed or frightened.",
                    "name": "Dark Devotion"
                },
                {
                    "desc": "When a creature that can see the dark eye's eye starts its turn within 30 feet of the dark eye, the dark eye can force it to make a DC 13 Wisdom saving throw if the dark eye isn't incapacitated and can see the creature. On a failure, the creature takes 7 (2d6) psychic damage and is incapacitated until the start of its next turn. On a success, the creature takes half the damage and isn't incapacitated.\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 dark eye until the start of its next turn, when it can avert its eyes again. If the creature looks at the dark eye in the meantime, it must immediately make the save.",
                    "name": "Gaze of Shadows"
                },
                {
                    "desc": "While in sunlight, the dark eye has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight.",
                    "name": "Sunlight Sensitivity"
                }
            ],
            "spell_list": [],
            "page_no": 72,
            "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_dark-eye/"
        },
        {
            "slug": "dark-father",
            "desc": "",
            "name": "Dark Father",
            "size": "Large",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 65,
            "hit_dice": "10d8+18",
            "speed": {
                "fly": 20,
                "hover": true,
                "walk": 40
            },
            "strength": 6,
            "dexterity": 14,
            "constitution": 15,
            "intelligence": 8,
            "wisdom": 14,
            "charisma": 8,
            "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": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "exhaustion, frightened, grappled, paralyzed, petrified, poisoned, prone, restrained",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "the languages it knew in life",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "desc": "Melee Spell Attack: +4 to hit, reach 5 ft., one creature. Hit: 14 (4d6) necrotic damage. The target must succeed on a DC 14 Constitution saving throw or its hp maximum is reduced by an amount equal to the 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": "Life Drain"
                },
                {
                    "desc": "The dark father targets a corpse it can see within 30 feet that has been dead for no longer than 1 hour. A stream of dark energy flows between the corpse and the dark father. At the end of the dark father's next turn, the dark father absorbs the corpse and it vanishes completely. Any worn items or possessions are unaffected. A corpse destroyed in this manner can't be retrieved other than by a wish spell or similar magic.",
                    "name": "Final Curtain"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When a spell from the evocation or necromancy school is cast within 30 feet of the dark father, the dark father can counter the spell with a successful ability check. This works like the counterspell spell with a +5 spellcasting ability check, except the dark father must make the ability check no matter the level of the spell.",
                    "name": "Banish Hope"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The dark father has disadvantage on melee attack rolls against any creature that has all of its hp.",
                    "name": "Death Waits"
                },
                {
                    "desc": "The dark father can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object.",
                    "name": "Incorporeal Movement"
                },
                {
                    "desc": "When a creature within 30 feet of a dark father regains hp through any means other than resting, it must succeed on a DC 14 Constitution saving throw or take 3 (1d6) necrotic damage and have disadvantage on its next death saving throw.",
                    "name": "None May Stop Death"
                }
            ],
            "spell_list": [],
            "page_no": 71,
            "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_dark-father/"
        },
        {
            "slug": "dark-servant",
            "desc": "",
            "name": "Dark Servant",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "dark folk",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 12,
            "armor_desc": "leather armor",
            "hit_points": 55,
            "hit_dice": "10d8+10",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 12,
            "constitution": 13,
            "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": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Common, Umbral",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "desc": "The dark servant makes two attacks with its sickle.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d4+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) slashing damage.",
                    "name": "Sickle"
                },
                {
                    "attack_bonus": 3,
                    "damage_dice": "1d8+1",
                    "desc": "Ranged Weapon Attack: +3 to hit, range 80/320 ft., one target. Hit: 5 (1d8 + 1) piercing damage.",
                    "name": "Light Crossbow"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The dark servant has advantage on saving throws\nagainst being charmed or frightened.",
                    "name": "Dark Devotion"
                },
                {
                    "desc": "Magical darkness doesn't impede the dark folk's darkvision.",
                    "name": "Darksight"
                },
                {
                    "desc": "The dark servant has advantage on attack rolls against a creature if at least one of the dark servant's allies is within 5 feet of the creature and the ally isn't incapacitated.",
                    "name": "Pack Tactics"
                },
                {
                    "desc": "While in sunlight, the dark servant has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight.",
                    "name": "Sunlight Sensitivity"
                }
            ],
            "spell_list": [],
            "page_no": 72,
            "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_dark-servant/"
        },
        {
            "slug": "dark-voice",
            "desc": "",
            "name": "Dark Voice",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "dark folk",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 16,
            "armor_desc": "chain mail",
            "hit_points": 91,
            "hit_dice": "14d8+28",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "dexterity": 10,
            "constitution": 15,
            "intelligence": 11,
            "wisdom": 16,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "intimidation": 7,
                "persuasion": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., passive Perception 13",
            "languages": "Common, Umbral",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "desc": "The dark voice makes two attacks with its mace.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d6+2",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) bludgeoning damage plus 7 (2d6) cold damage.",
                    "name": "Mace"
                },
                {
                    "attack_bonus": 3,
                    "damage_dice": "1d10",
                    "desc": "Ranged Weapon Attack: +3 to hit, range 100/400 ft., one target. Hit: 5 (1d10) piercing damage plus 7 (2d6) cold damage.",
                    "name": "Heavy Crossbow"
                },
                {
                    "desc": "The dark voice speaks in Umbral, whispering of what it sees beyond the dark. The area within 30 feet of the dark voice becomes dimly lit until the end of the dark voice's next turn. Only sunlight can illuminate the area brightly during this time. Each non-dark folk creature in the area must succeed on a DC 15 Charisma saving throw or take 13 (3d8) psychic damage and be frightened until the start of its next turn.",
                    "name": "Whispers of Shadow (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The dark voice has advantage on saving throws against being charmed or frightened.",
                    "name": "Dark Devotion"
                },
                {
                    "desc": "The dark voice regains 5 hp at the start of its turn if it is in an area of dim light or darkness. The dark voice only dies if it starts its turn with 0 hp and doesn't regenerate.",
                    "name": "Regeneration"
                },
                {
                    "desc": "While in sunlight, the dark voice has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight.",
                    "name": "Sunlight Sensitivity"
                }
            ],
            "spell_list": [],
            "page_no": 73,
            "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_dark-voice/"
        },
        {
            "slug": "deathsworn-elf",
            "desc": "",
            "name": "Deathsworn Elf",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "elf",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 16,
            "armor_desc": "studded leather",
            "hit_points": 82,
            "hit_dice": "15d8+15",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "dexterity": 19,
            "constitution": 12,
            "intelligence": 11,
            "wisdom": 13,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 7,
            "skills": {
                "perception": 7,
                "stealth": 10,
                "survival": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 17",
            "languages": "Common, Elvish",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "desc": "The deathsworn makes two melee attacks or four ranged attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "1d6+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) slashing damage.",
                    "name": "Scimitar"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "1d8+4",
                    "desc": "Ranged Weapon Attack: +7 to hit, range 150/600 ft., one target. Hit: 8 (1d8 + 4) piercing damage.",
                    "name": "Longbow"
                },
                {
                    "desc": "The deathsworn shoots a rain of fiery arrows in a 30-foot cone. Each creature in that area must make a DC 15 Dexterity saving throw, taking 18 (4d8) piercing damage and 7 (2d6) fire damage on a failed save, or half as much damage on a successful one.",
                    "name": "Volley (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The deathsworn can use Disengage as a bonus action.",
                    "name": "Archer's Step"
                },
                {
                    "desc": "As a bonus action after firing an arrow, the deathsworn can imbue the arrow with magical power, causing it to trail green fire. The arrow deals an extra 7 (2d6) fire damage.",
                    "name": "Death Bolt (3/Day)"
                },
                {
                    "desc": "The deathsworn has advantage on saving throws against being charmed, and magic can't put the deathsworn to sleep.",
                    "name": "Fey Ancestry"
                },
                {
                    "desc": "The deathsworn has advantage on Wisdom (Perception) checks that rely on hearing or sight.",
                    "name": "Keen Hearing and Sight"
                },
                {
                    "desc": "The deathsworn's weapon attacks are magical.",
                    "name": "Magic Weapons"
                },
                {
                    "desc": "The deathsworn can take the Hide action as a bonus action.",
                    "name": "Stealthy Traveler"
                },
                {
                    "desc": "If the deathsworn surprises a creature and hits it with an attack during the first round of combat, the target takes an extra 10 (3d6) damage from the attack.",
                    "name": "Surprise Attack"
                }
            ],
            "spell_list": [],
            "page_no": 142,
            "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_deathsworn-elf/"
        },
        {
            "slug": "desert-troll",
            "desc": "",
            "name": "Desert Troll",
            "size": "Large",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 105,
            "hit_dice": "10d10+50",
            "speed": {
                "burrow": 30,
                "walk": 30
            },
            "strength": 20,
            "dexterity": 13,
            "constitution": 20,
            "intelligence": 9,
            "wisdom": 12,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Common, Giant",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "desc": "The desert troll makes three attacks: one with its bite and two with its claws.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "1d6+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 8 (1d6 + 5) piercing damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "2d6+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) slashing damage.",
                    "name": "Claws"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The desert troll has advantage on Dexterity (Stealth) checks made to hide in desert terrain.",
                    "name": "Desert Camouflage"
                },
                {
                    "desc": "If the desert troll burrows at least 15 feet straight toward a creature, it can burst out of the ground, harming those above it. Each creature in its space when it erupts must make a DC 16 Strength saving throw. On a failure, the creature takes 10 (3d6) bludgeoning damage, is pushed out of the troll's space, and is knocked prone. On a success, the creature takes half the damage and is pushed out of the troll's space, but isn't knocked prone.",
                    "name": "Erupt"
                },
                {
                    "desc": "The desert troll has advantage on Wisdom (Perception) checks that rely on smell.",
                    "name": "Keen Smell"
                },
                {
                    "desc": "The troll regains 10 hp at the start of its turn. If the troll takes acid damage, this trait doesn't function at the start of the troll's next turn. The troll dies only if it starts its turn with 0 hp and doesn't regenerate.",
                    "name": "Regeneration"
                },
                {
                    "desc": "The desert troll takes 1 acid damage for every 5 feet it moves in water or for every gallon of water splashed on it.",
                    "name": "Water Susceptibility"
                }
            ],
            "spell_list": [],
            "page_no": 356,
            "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_desert-troll/"
        },
        {
            "slug": "devil-bough",
            "desc": "",
            "name": "Devil Bough",
            "size": "Huge",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d12+36",
            "speed": {
                "walk": 10
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 17,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "tremorsense 60 ft., passive Perception 13",
            "languages": "Abyssal, Infernal, telepathy 120 ft.",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "desc": "The devil bough makes one claw attack and one bite attack.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "3d6+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 14 (3d6 + 4) slashing damage.",
                    "name": "Claw"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "3d8+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 17 (3d8 + 4) piercing damage. If the target is a Large or smaller creature, it is grappled (escape DC 15). Until this grapple ends, the target is restrained and the devil bough can't make bite attacks against other targets.",
                    "name": "Bite"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When a spell of 5th level or lower is cast within 100 feet of the devil bough, it attempts to synthesize the magic. The spell resolves as normal, but the devil bough has a 50% chance of regaining 5 (1d10) hp per level of the spell cast.",
                    "name": "Arcasynthesis"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The devil bough has advantage on attack rolls against any creature grappled by its bite attack.",
                    "name": "Grinding Maw"
                },
                {
                    "desc": "The devil bough knows if a creature within 60 feet of it is evil-aligned or not.",
                    "name": "Like Calls to Like"
                }
            ],
            "spell_list": [],
            "page_no": 302,
            "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_devil-bough/"
        },
        {
            "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": "doom-golem",
            "desc": "",
            "name": "Doom Golem",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 153,
            "hit_dice": "18d10+54",
            "speed": {
                "walk": 30
            },
            "strength": 24,
            "dexterity": 13,
            "constitution": 16,
            "intelligence": 3,
            "wisdom": 10,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold, poison, psychic; bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 120 ft., passive Perception 10",
            "languages": "understands the languages of its creator but can't speak",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "desc": "The doom golem makes one bite attack and one doom claw attack.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 11,
                    "damage_dice": "2d6+7",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 10 ft., one target. Hit: 14 (2d6 + 7) slashing damage plus 7 (2d6) cold damage.",
                    "name": "Doom Claw"
                },
                {
                    "attack_bonus": 11,
                    "damage_dice": "3d10+7",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 23 (3d10 + 7) slashing damage.",
                    "name": "Bite"
                },
                {
                    "desc": "The doom golem releases an arctic wind in a 15-foot radius around itself or in a 30-foot cone. Each creature in that area must make a DC 16 Constitution saving throw, taking 38 (11d6) cold damage on a failed save, or half as much damage on a successful one.",
                    "name": "Wind of Boreas (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When a creature the doom golem can see within 60 feet of it hits it with a spell or attack that requires a ranged attack roll, the doom golem strikes the attacker with a doom bolt. The doom bolt is a shadowy reflection of the original attack, using the same attack roll and effects as the original, except it deals necrotic damage.",
                    "name": "Doom Upon You"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "Any non-evil creature that starts its turn within 20 feet of the doom golem must make a DC 15 Wisdom saving throw, unless the doom golem 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 doom golem's Fear Aura for the next 24 hours.",
                    "name": "Fear Aura"
                },
                {
                    "desc": "The doom golem sheds dim light in a 10-foot radius.",
                    "name": "Luminous Skeleton"
                },
                {
                    "desc": "The golem is immune to any spell or effect that would alter its form.",
                    "name": "Immutable Form"
                },
                {
                    "desc": "The golem has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "The golem's weapon attacks are magical.",
                    "name": "Magic Weapons"
                }
            ],
            "spell_list": [],
            "page_no": 201,
            "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_doom-golem/"
        },
        {
            "slug": "dracotaur",
            "desc": "",
            "name": "Dracotaur",
            "size": "Large",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 110,
            "hit_dice": "13d10+39",
            "speed": {
                "burrow": 20,
                "walk": 50
            },
            "strength": 21,
            "dexterity": 17,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 13,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 5,
            "perception": 4,
            "skills": {
                "athletics": 8,
                "intimidation": 5,
                "perception": 4,
                "survival": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "lightning",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Common, Draconic, Elvish",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "desc": "The dracotaur makes two attacks: one with its bite and one with its claws or two with its longbow.",
                    "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) piercing damage plus 7 (2d6) lightning damage.",
                    "name": "Bite"
                },
                {
                    "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.",
                    "name": "Claws"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "2d8+3",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 150/600 ft., one target. Hit: 12 (2d8 + 3) piercing damage.",
                    "name": "Longbow"
                },
                {
                    "desc": "The dracotaur shoots an arrow at a point it can see within 150 feet where it explodes into a 20-foot-radius sphere of lightning. Each creature in that area must make a DC 15 Dexterity saving throw, taking 28 (8d6) lightning damage on a failed save, or half as damage much on a successful one.",
                    "name": "Lightning Arrow (Recharges after a Short or Long Rest)"
                },
                {
                    "desc": "The dracotaur exhales lightning in a 60-foot line that is 5 feet wide. Each creature in that line must make a DC 15 Dexterity saving throw, taking 33 (6d10) lightning damage on a failed save, or half as much damage on a successful one.",
                    "name": "Lightning Breath (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "If the dracotaur moves at least 30 feet straight toward a target and then hits it with a bite attack on the same turn, the target takes an extra 14 (4d6) piercing damage.",
                    "name": "Charge"
                }
            ],
            "spell_list": [],
            "page_no": 110,
            "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_dracotaur/"
        },
        {
            "slug": "dream-wraith",
            "desc": "",
            "name": "Dream Wraith",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": null,
            "hit_points": 60,
            "hit_dice": "8d8+24",
            "speed": {
                "fly": 60,
                "hover": true,
                "walk": 0
            },
            "strength": 6,
            "dexterity": 18,
            "constitution": 17,
            "intelligence": 12,
            "wisdom": 15,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 7
            },
            "damage_vulnerabilities": "psychic",
            "damage_resistances": "acid, cold, fire, lightning, thunder; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Common",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "attack_bonus": 7,
                    "damage_dice": "2d6+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) psychic damage, and the target must succeed on a DC 14 Charisma saving throw or fall unconscious.",
                    "name": "Sleep Touch"
                },
                {
                    "desc": "The dream wraith targets an unconscious or sleeping creature within 5 feet of it. The creature must succeed on a DC 14 Constitution saving throw or be reduced to 0 hp. The dream wraith gains temporary hp for 1 hour equal to the amount of hp the creature lost.",
                    "name": "Steal Dreams"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When a creature the dream wraith can see starts its turn within 30 feet of the dream wraith, the dream wraith can create the illusion that it looks like that creature's most recently departed loved one. If the creature can see the dream wraith, it must succeed on a DC 14 Wisdom saving throw or be stunned until the end of its turn.",
                    "name": "Dreamer's Gaze"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "Any humanoid that dies at the hands of a dream wraith rises 1 hour later as a wraith under the dream wraith's control.",
                    "name": "Create Wraith"
                },
                {
                    "desc": "The dream wraith can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object.",
                    "name": "Incorporeal Movement"
                },
                {
                    "desc": "While in sunlight, the dream wraith has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight.",
                    "name": "Sunlight Sensitivity"
                }
            ],
            "spell_list": [],
            "page_no": 135,
            "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_dream-wraith/"
        },
        {
            "slug": "dust-goblin-chieftain",
            "desc": "",
            "name": "Dust Goblin Chieftain",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "goblinoid",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 16,
            "armor_desc": "studded leather",
            "hit_points": 44,
            "hit_dice": "8d6+16",
            "speed": {
                "walk": 30
            },
            "strength": 8,
            "dexterity": 18,
            "constitution": 15,
            "intelligence": 14,
            "wisdom": 13,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": null,
            "intelligence_save": 5,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "intimidation": 3,
                "stealth": 8,
                "survival": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Goblin, and one ancient language",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d6+4",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) piercing damage plus 4 (1d8) poison damage. The target must succeed on a DC 13 Constitution saving throw or be 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",
                    "name": "Shortsword"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d8+4",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 80/320 ft., one target. Hit: 8 (1d8 + 4) piercing damage plus 4 (1d8) poison damage. The target must succeed on a DC 13 Constitution saving throw or be 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.",
                    "name": "Light Crossbow"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "The dust goblin chieftain adds 2 to its AC against one melee attack that would hit it. To do so, the chieftain must see the attacker and be wielding a melee weapon.",
                    "name": "Parry"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The dust goblin chieftain has advantage on saving throws against being charmed or frightened. In addition, it can use an action to read the surface thoughts of one creature within 30 feet. This works like the detect thoughts spell, except it can only read surface thoughts and there is no limit to the duration. The dust goblin chieftain can end this effect as a bonus action or by using an action to change the target.",
                    "name": "Alien Mind"
                },
                {
                    "desc": "On each of its turns, the dust goblin chieftain can use a bonus action to take the Dash, Disengage, or Hide action.",
                    "name": "Cunning Action"
                },
                {
                    "desc": "The dust goblin chieftain 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 dust goblin chieftain that isn't incapacitated and the chieftain doesn't have disadvantage on the attack roll.",
                    "name": "Sneak Attack (1/Turn)"
                },
                {
                    "desc": "When the dust goblin chieftain attacks a creature from hiding, the target must succeed on a DC 13 Wisdom saving throw or be frightened until the end of its next turn.",
                    "name": "Twisted"
                }
            ],
            "spell_list": [],
            "page_no": 136,
            "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_dust-goblin-chieftain/"
        },
        {
            "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": "edjet",
            "desc": "",
            "name": "Edjet",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "dragonborn",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 14,
            "armor_desc": "chain shirt",
            "hit_points": 52,
            "hit_dice": "8d8+16",
            "speed": {
                "walk": 30
            },
            "strength": 17,
            "dexterity": 12,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 13,
            "charisma": 13,
            "strength_save": 6,
            "dexterity_save": null,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "athletics": 6,
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "fire",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 14",
            "languages": "Common, Draconic",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "desc": "The dragonborn edjet makes two melee or ranged attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d10+3",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 8 (1d10 + 3) slashing damage.",
                    "name": "Halberd"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d6+3",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "name": "Shortsword"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d6+1",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 80/320 ft., one target. Hit: 4 (1d6 + 1) piercing damage.",
                    "name": "Shortbow"
                },
                {
                    "desc": "The dragonborn edjet exhales fire in a 15-foot cone. Each creature in that area must make a DC 13 Dexterity saving throw, taking 10 (3d6) fire damage on a failed save, or half as much damage on a successful one.",
                    "name": "Fire Breath (Recharges after a Short or Long Rest)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "When the dragonborn edjet is within 5 feet of two allies that aren't incapacitated, it has advantage on saving throws against being frightened.",
                    "name": "Line of Battle"
                },
                {
                    "desc": "Once per turn, the dragonborn edjet can deal an extra 10 (3d6) damage to a creature it hits with a weapon attack if that creature is within 5 feet of an ally of the edjet that isn't incapacitated.",
                    "name": "Martial Advantage"
                }
            ],
            "spell_list": [],
            "page_no": 0,
            "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_edjet/"
        },
        {
            "slug": "elder-ghost-boar",
            "desc": "",
            "name": "Elder Ghost Boar",
            "size": "Huge",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 104,
            "hit_dice": "11d12+33",
            "speed": {
                "walk": 40
            },
            "strength": 22,
            "dexterity": 9,
            "constitution": 17,
            "intelligence": 7,
            "wisdom": 12,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "understands Common but can't speak it",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "desc": "The elder ghost boar makes two tusk attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 9,
                    "damage_dice": "3d6+6",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 16 (3d6 + 6) slashing damage.",
                    "name": "Tusk"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When it is targeted by an attack or spell or is grappled or restrained, the ghost boar becomes momentarily incorporeal. It gains resistance to any damage that isn't force and ends any grappled or restrained conditions on itself.",
                    "name": "Ghostly Slip"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "If the ghost boar moves at least 20 feet straight toward a target and then hits it with a tusk attack on the same turn, the target takes an extra 14 (4d6) slashing damage If the target is a creature, it must succeed on a DC 17 Strength saving throw or be knocked prone.",
                    "name": "Charge"
                },
                {
                    "desc": "When the ghost boar moves, it becomes temporarily incorporeal. It can move through creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage and is pushed to the closest unoccupied space if it ends its turn inside an object.",
                    "name": "Incorporeal Jaunt"
                },
                {
                    "desc": "If the elder ghost boar takes 20 damage or less that would reduce it to 0 hp, it is reduced to 1 hp instead.",
                    "name": "Relentless (Recharges after a Short or Long Rest)"
                },
                {
                    "desc": "When a creature dies within 30 feet of the ghost boar, its spirit can possess the boar, incapacitating the boar for up to 1 minute. During this time, the spirit is affected by the speak with dead spell, speaking through the ghost boar's mouth.",
                    "name": "Spirit Conduit"
                }
            ],
            "spell_list": [],
            "page_no": 169,
            "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_elder-ghost-boar/"
        },
        {
            "slug": "elementalist",
            "desc": "",
            "name": "Elementalist",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "dragonborn",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 15,
            "armor_desc": "studded leather",
            "hit_points": 45,
            "hit_dice": "7d8+14",
            "speed": {
                "walk": 30
            },
            "strength": 8,
            "dexterity": 16,
            "constitution": 15,
            "intelligence": 12,
            "wisdom": 10,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 3,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "one of fire, lightning, cold, or poison (see Elemental Focus)",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 10",
            "languages": "Common, Draconic",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "desc": "The dragonborn makes two scimitar attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d6+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) slashing damage.",
                    "name": "Scimitar"
                },
                {
                    "desc": "The dragonborn breathes elemental energy in a 15-foot cone. Each creature in that area must make a DC 12 Dexterity saving throw, taking 10 (3d6) damage of the elementalist's elemental focus type on a failed save, or half as much damage on a successful one.",
                    "name": "Fire Breath (Recharges after a Short or Long Rest)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "Each dragonborn elementalist permanently aligns with a particular element. This elemental focus grants the dragonborn resistance to a certain damage type and the ability to innately cast some spells. Its spellcasting ability is Charisma (spell save DC 13, +5 to hit with spell attacks).\nFlame (Fire): The dragonborn has resistance to fire damage. It can cast the produce flame cantrip at will and can cast heat metal or scorching ray three times per day.\nStorm (Air): The dragonborn has resistance to lightning damage. It can cast the shocking grasp cantrip at will and can cast blur or gust of wind three times per day.\nTide (Water): The dragonborn has resistance to cold damage. It can cast the ray of frost cantrip at will and can cast sleet storm or water breathing three times per day. \nCave (Earth): The dragonborn has resistance to poison damage. It can cast the blade ward cantrip at will and can cast meld into stone or shatter three times per day.",
                    "name": "Elemental Focus"
                },
                {
                    "desc": "When making an opportunity attack, the dragonborn can cast a spell with a casting time of 1 action instead of making a weapon attack. If this spell requires a ranged attack roll, the dragonborn doesn't have disadvantage on the attack roll from being within 5 feet of a hostile creature, though it may still have disadvantage from other sources. This spell must only target the creature that provoked the opportunity attack.",
                    "name": "War Mage"
                }
            ],
            "spell_list": [],
            "page_no": 121,
            "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_elementalist/"
        }
    ]
}