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

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

{
    "count": 3207,
    "next": "https://api.open5e.com/v1/monsters/?format=api&ordering=wisdom_save&page=9",
    "previous": "https://api.open5e.com/v1/monsters/?format=api&ordering=wisdom_save&page=7",
    "results": [
        {
            "slug": "elite-kobold",
            "desc": "",
            "name": "Elite Kobold",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "kobold",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 14,
            "armor_desc": "leather armor",
            "hit_points": 26,
            "hit_dice": "4d8+8",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 17,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Common, Draconic",
            "challenge_rating": "1",
            "cr": 1.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) piercing damage.",
                    "name": "Mining Pick"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d4+3",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 30/120 ft., one target. Hit: 5 (1d4 + 3) bludgeoning damage.",
                    "name": "Sling"
                },
                {
                    "desc": "The elite kobold opens its miner's lantern and splashes burning oil in a 15-foot cone. Each creature in that area must make a DC 13 Dexterity saving throw, taking 14 (4d6) fire damage on a failed save, or half as much damage on a successful one.",
                    "name": "Lantern Splash (Recharge 5-6)"
                },
                {
                    "desc": "Two elite kobolds within 5 feet of each other can combine their actions to slam their mining picks into the ground and split the earth in a 20-foot line that is 5 feet wide, extending from one of the pair. Each creature in that line must make a DC 13 Dexterity saving throw. On a failure, a creature takes 7 (2d6) bludgeoning damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone.",
                    "name": "Small but Fierce"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "If two elite kobolds wielding any combination of picks and shovels combine their efforts, they gain a burrow speed of 15 feet through non-rocky soil.",
                    "name": "Combat Tunneler"
                },
                {
                    "desc": "The kobold has advantage on attack rolls against a target if at least one of the kobold's allies is within 5 feet of the target and the ally isn't incapacitated.",
                    "name": "Pack Tactics"
                },
                {
                    "desc": "While in sunlight, the kobold has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight.",
                    "name": "Sunlight Sensitivity"
                }
            ],
            "spell_list": [],
            "page_no": 239,
            "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_elite-kobold/"
        },
        {
            "slug": "enchanter",
            "desc": "",
            "name": "Enchanter",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "elf",
            "group": null,
            "alignment": "any alignment",
            "armor_class": 12,
            "armor_desc": "15 with mage armor",
            "hit_points": 58,
            "hit_dice": "13d8",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 10,
            "intelligence": 19,
            "wisdom": 13,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 7,
            "wisdom_save": null,
            "charisma_save": 7,
            "perception": 4,
            "skills": {
                "arcana": 7,
                "history": 7,
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Common, Elvish, Sylvan",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d4+2",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "name": "Dagger"
                },
                {
                    "desc": "The enchanter targets a creature within 30 feet of it who can see or hear the enchanter. The target must succeed on a DC 15 Wisdom saving throw or be charmed for 1 minute. The charmed target's speed is reduced to 0, it is incapacitated, and it must spend each round looking at the enchanter. While looking at the enchanter, the charmed target is considered blinded to other creatures not between it and the enchanter. The charmed target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If the charmed target takes damage from one of the enchanter's allies, it has advantage on the next saving throw. The effect also ends if the creature can no longer see or hear the enchanter. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the enchanter's Captivating Gaze for the next 24 hours.",
                    "name": "Captivating Gaze"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When a creature within 30 feet that the enchanter can see targets it with an attack, the enchanter can stop the attacker with a glance. The attacker must succeed on a DC 15 Charisma saving throw or immediately stop the attack. The attacker can't attack the enchanter again until the start of its next turn.",
                    "name": "Beguiling Parry (Recharge 4-6)"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The enchanter has advantage on saving throws against being charmed, and magic can't put the enchanter to sleep.",
                    "name": "Fey Ancestry"
                },
                {
                    "desc": "When the enchanter casts an enchantment spell of 1st level or higher that targets only one creature, the enchanter can choose to target all creatures within 10 feet of the target instead.",
                    "name": "Reach of the Fey"
                },
                {
                    "desc": "The enchanter is a 13th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 15, +7 to hit with spell attacks). The enchanter has the following wizard spells prepared: \nCantrips (at will): dancing lights, friends, mage hand, message, prestidigitation\n1st level (4 slots): charm person*, hideous laughter*, magic missile\n2nd level (3 slots): hold person*, invisibility, suggestion*\n3rd level (3 slots): hypnotic pattern, lightning bolt\n4th level (3 slots): confusion*, conjure minor elementals\n5th level (2 slots): dominate person*, hold monster*, mislead, modify memory*\n6th level (1 slots): irresistible dance*, chain lightning\n7th level (1 slot): prismatic spray*\nEnchantment spell of 1st level or higher",
                    "name": "Spellcasting"
                }
            ],
            "spell_list": [],
            "page_no": 143,
            "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_enchanter/"
        },
        {
            "slug": "execrable-shrub",
            "desc": "",
            "name": "Execrable Shrub",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 40,
            "hit_dice": "9d8",
            "speed": {
                "burrow": 10,
                "walk": 10
            },
            "strength": 12,
            "dexterity": 14,
            "constitution": 10,
            "intelligence": 7,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "piercing, poison",
            "damage_immunities": "fire",
            "condition_immunities": "poisoned",
            "senses": "tremorsense 60 ft., passive Perception 14",
            "languages": "-",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d4+2",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) slashing damage plus 2 (1d4) fire damage.",
                    "name": "Burning Slash"
                },
                {
                    "desc": "The execrable shrub releases a billowing cloud of smoke in a 10-foot-radius that lasts for 1 minute and moves with the shrub. The area affected by the smoke is heavily obscured.",
                    "name": "Smolder (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "Whenever a creature is reduced to 0 hp within 60 feet of the execrable shrub, the shrub regains 5 (1d10) hp.",
                    "name": "Healed by Blood"
                },
                {
                    "desc": "The execrable shrub knows if a creature within 60 feet of it is evil-aligned or not.",
                    "name": "Like Calls to Like"
                },
                {
                    "desc": "Using telepathy, the execrable shrub can magically communicate with any other evil-aligned creature within 100 feet of it. This communication is primarily through images and emotions rather than actual words.",
                    "name": "Limited Telepathy"
                }
            ],
            "spell_list": [],
            "page_no": 304,
            "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_execrable-shrub/"
        },
        {
            "slug": "exploding-toad",
            "desc": "",
            "name": "Exploding Toad",
            "size": "Tiny",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 12,
            "armor_desc": "natural armor",
            "hit_points": 2,
            "hit_dice": "1d4",
            "speed": {
                "swim": 20,
                "walk": 20
            },
            "strength": 1,
            "dexterity": 13,
            "constitution": 11,
            "intelligence": 4,
            "wisdom": 8,
            "charisma": 3,
            "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": "fire",
            "condition_immunities": "",
            "senses": "darkvision 30 ft., passive Perception 9",
            "languages": "understands Goblin but can't speak",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "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": "Bite"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "The exploding toad can turn an attack that missed it into a hit or turn a successful saving throw into a failure.",
                    "name": "Death Leap"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The toad can breathe air and water.",
                    "name": "Amphibious"
                },
                {
                    "desc": "When the toad is reduced to 0 hp, it explodes in a 10-foot-radius sphere. Each creature in the area must make a DC 11 Dexterity saving throw, taking 10 (3d6) fire damage on a failed save, or half as much damage on a successful one.",
                    "name": "Final Croak"
                },
                {
                    "desc": "Ranged attacks against the toad have disadvantage.",
                    "name": "Mad Hopping"
                },
                {
                    "desc": "When an attack or effect deals fire damage to the toad, the toad can choose to take the fire damage as if it were not immune.",
                    "name": "Selective Immunity"
                },
                {
                    "desc": "The toad's long jump is up to 10 feet and its high jump is up to 5 feet, with or without a running start.",
                    "name": "Standing Leap"
                }
            ],
            "spell_list": [],
            "page_no": 150,
            "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_exploding-toad/"
        },
        {
            "slug": "eye-of-the-gods",
            "desc": "",
            "name": "Eye of the Gods",
            "size": "Small",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "any alignment (as its creator deity)",
            "armor_class": 14,
            "armor_desc": null,
            "hit_points": 36,
            "hit_dice": "8d6+8",
            "speed": {
                "fly": 50,
                "hover": true,
                "walk": 0
            },
            "strength": 8,
            "dexterity": 18,
            "constitution": 12,
            "intelligence": 13,
            "wisdom": 20,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 9,
            "skills": {
                "perception": 9
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "fire, radiant; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, poisoned",
            "senses": "truesight 120 ft., passive Perception 19",
            "languages": "all, telepathy 60 ft.",
            "challenge_rating": "1",
            "cr": 1.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) radiant (good or neutral eyes) or necrotic (evil eyes) damage.",
                    "name": "Slam"
                },
                {
                    "desc": "The eye of the gods inspires all allies within 10 feet. For 1 minute, all inspired creatures have advantage on saving throws against being frightened.",
                    "name": "Divine Inspiration (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "A hostile creature that touches the eye of the gods or hits it with a melee attack while within 5 feet of it takes 3 (1d6) radiant (good or neutral eyes) or necrotic (evil eyes) damage.",
                    "name": "Blazing Nimbus"
                },
                {
                    "desc": "Allies within 10 feet of the eye of the gods have truesight of 20 feet.",
                    "name": "Corona of Truth"
                },
                {
                    "desc": "The deity that created the eye of the gods can see everything the eye sees and can instantly recall the eye to its side at any time.",
                    "name": "Divine Conduit"
                },
                {
                    "desc": "As a bonus action, the eye of the gods can magically shift from the Material Plane to the Ethereal Plane, or vice versa.",
                    "name": "Ethereal Jaunt"
                }
            ],
            "spell_list": [],
            "page_no": 16,
            "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_eye-of-the-gods/"
        },
        {
            "slug": "fang-of-the-great-wolf",
            "desc": "",
            "name": "Fang of the Great Wolf",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 65,
            "hit_dice": "10d10+10",
            "speed": {
                "walk": 50
            },
            "strength": 16,
            "dexterity": 13,
            "constitution": 13,
            "intelligence": 9,
            "wisdom": 13,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "insight": 3,
                "perception": 5,
                "religion": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Common, Goblin, Worg",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "attack_bonus": 5,
                    "damage_dice": "3d6+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 13 (3d6 + 3) piercing damage. If the target is a Medium or smaller creature, it is grappled (escape DC 13) if the worg isn't already grapping a creature. Until this grapple ends, the target is restrained and the worg can't bite another target.",
                    "name": "Bite"
                },
                {
                    "desc": "The fang of the Great Wolf grows in size. This works like the enlarge/reduce spell, except the worg can only enlarge and it lasts for 1 minute. While enlarged, the fang of the Great Wolf gains the following action:\nSwallow. The worg makes one bite attack against a Medium or smaller target it is grappling. If the attack hits, the target is also swallowed, and the grapple ends. While swallowed, the target is blinded and restrained, it has total cover against attacks and other effects outside the worg, and it takes 10 (3d6) acid damage at the start of each of the worg's turns. The worg can have only one creature swallowed at a time. \n\nIf the worg takes 10 damage or more on a single turn from the swallowed creature, the worg must succeed on a DC 11 Constitution saving throw at the end of that turn or regurgitate the creature, which falls prone in a space within 5 feet of the worg. The creature is automatically regurgitated when the worg is no longer enlarged. If the worg dies, a swallowed creature is no longer restrained by it and can escape from the corpse by using 10 feet of movement, exiting prone.",
                    "name": "Might of the Great Wolf (Recharges after a Short or Long Rest)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The worg has advantage on Wisdom (Perception) checks that rely on hearing or smell.",
                    "name": "Keen Hearing and Smell"
                }
            ],
            "spell_list": [],
            "page_no": 384,
            "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_fang-of-the-great-wolf/"
        },
        {
            "slug": "far-wanderer",
            "desc": "",
            "name": "Far Wanderer",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 14,
            "armor_desc": null,
            "hit_points": 88,
            "hit_dice": "16d8+16",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "dexterity": 18,
            "constitution": 12,
            "intelligence": 17,
            "wisdom": 11,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "arcana": 5,
                "perception": 2,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold",
            "damage_immunities": "",
            "condition_immunities": "exhaustion, poisoned",
            "senses": "darkvision 120 ft., passive Perception 12",
            "languages": "Common, Elvish, Sylvan",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "attack_bonus": 4,
                    "damage_dice": "2d8+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5ft., one target. Hit: 11 (2d8 + 2) slashing damage and 2 (1d4) cold damage.",
                    "name": "Stardust Blade"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "2d8+4",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 150/600 ft., one target. Hit: 13 (2d8 + 4) piercing damage and 2 (1d4) cold damage.",
                    "name": "Stardust bow"
                },
                {
                    "desc": "The far wanderer channels the energy of the living god-star Yorama. One creature the far wanderer can see within 60 feet must make a DC 13 Wisdom saving throw, taking 7 (2d6) psychic damage on a failed save, or half as much damage on a successful one. A creature who fails the saving throw is stunned until the end of its turn. Alternately, the far wanderer can instead restore 14 (4d6) hp to one willing creature it can see within 60 feet.",
                    "name": "Call to Yorama (1/Day)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The far wanderer understands the literal meaning of any spoken or written language it hears or reads. 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. It can end this effect as a bonus action or by using an action to change the target.",
                    "name": "Trader"
                },
                {
                    "desc": "As a bonus action, the far wanderer folds the fabric of reality to teleport itself to an unoccupied space it can see within 30 feet. A brief shimmer of starlight appears at the origin and destination.",
                    "name": "Traveler"
                }
            ],
            "spell_list": [],
            "page_no": 151,
            "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_far-wanderer/"
        },
        {
            "slug": "fear-liath",
            "desc": "",
            "name": "Fear Liath",
            "size": "Large",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 33,
            "hit_dice": "6d10",
            "speed": {
                "walk": 40
            },
            "strength": 17,
            "dexterity": 15,
            "constitution": 10,
            "intelligence": 8,
            "wisdom": 14,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "athletics": 5,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, frightened, poisoned",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "any languages it knew in life",
            "challenge_rating": "2",
            "cr": 2.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. The target must succeed on a DC 13 Constitution saving throw or be blinded for 1 minute. It can repeat this saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "name": "Slam"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "If remove curse is cast upon a fear liath, it is instantly destroyed. In addition, if the fear liath kills a humanoid creature, the fear liath is destroyed and the humanoid it killed rises as a fear liath in 1d4 hours. If remove curse is cast upon the cursed humanoid before it becomes a fear liath, the curse is broken.",
                    "name": "Gray Curse"
                },
                {
                    "desc": "The fear liath becomes incorporeal and appears as a dark gray shadow while any living creature looks directly at it. While incorporeal, it 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. While incorporeal, it also gains resistance to acid, fire, lightning, and thunder damage, and bludgeoning, piercing, and slashing damage from nonmagical attacks. The fear liath has no control over this trait.\n\nUnless surprised, a creature can avert its eyes to avoid looking directly at the fear liath at the start of its turn. If the creature does so, it can't see the fear liath until the start of its next turn, when it can avert its eyes again. If a creature looks at the fear liath, the fear liath becomes incorporeal.",
                    "name": "Unwatchable"
                }
            ],
            "spell_list": [],
            "page_no": 152,
            "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_fear-liath/"
        },
        {
            "slug": "fierstjerren",
            "desc": "",
            "name": "Fierstjerren",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "studded leather",
            "hit_points": 105,
            "hit_dice": "14d8+42",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 15,
            "constitution": 16,
            "intelligence": 14,
            "wisdom": 11,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, poisoned, unconscious",
            "senses": "passive Perception 13",
            "languages": "Common",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "desc": "The fierstjerren makes two sword 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) slashing damage.",
                    "name": "Sword"
                },
                {
                    "desc": "The fierstjerren targets one creature it can see within 30 feet of it. If the creature can see the fierstjerren, it must succeed on a DC 15 Wisdom saving throw or be frightened until the end of the fierstjerren's next turn.",
                    "name": "Terrifying Glare"
                },
                {
                    "desc": "The fierstjerren targets one humanoid it can see within 30 feet of it that has a CR up to 1/2. The humanoid must succeed on a DC 15 Wisdom saving throw or be magically charmed by the fierstjerren. The fierstjerren can telepathically communicate with any creature it has charmed. The charmed target can't take reactions and obeys the fierstjerren's verbal and telepathic commands. A fierstjerren can have up to twelve charmed thralls at one time. A charmed thrall loses the memories of its previous life and devotes itself to the fierstjerren and the cult. The charm lasts for 24 hours or until the fierstjerren is destroyed, is more than 300 feet from the charmed target, or takes a bonus action to end the effect. The fierstjerren can attempt to reassert control over all of its thralls by using this action. Each thrall can repeat the saving throw when the fierstjerren uses this action to reassert control.",
                    "name": "Thrall Enslavement"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "When the fierstjerren has 80 hp or fewer, the spirit within it tears free and tendrils of necrotic energy erupt from its skin. When it hits with any weapon, the weapon deals an extra 4 (1d8) necrotic damage. When it has 60 hp or fewer, its weapon attacks instead deal an extra 9 (2d8) necrotic damage. When it has 40 hp or fewer, its weapon attacks instead deal an extra 13 (3d8) necrotic damage.",
                    "name": "Apotheosis"
                },
                {
                    "desc": "A fierstjerren with thralls can't be surprised and attacks from hiding don't gain advantage against it.",
                    "name": "Thrall Watch"
                }
            ],
            "spell_list": [],
            "page_no": 157,
            "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_fierstjerren/"
        },
        {
            "slug": "fire-imp",
            "desc": "",
            "name": "Fire Imp",
            "size": "Tiny",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 14,
            "hit_dice": "4d4+4",
            "speed": {
                "fly": 40,
                "walk": 20
            },
            "strength": 5,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "deception": 3,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silver",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 10",
            "languages": "Common, Infernal",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "attack_bonus": 4,
                    "damage_dice": "2d4+2",
                    "desc": "Melee Spell Attack: +4 to hit, reach 5 ft., one target. Hit: 7 (2d4 + 2) fire damage and if the target is a flammable object that isn't being worn or carried, it also catches fire. If the target is a creature, it must succeed on a DC 12 Dexterity saving throw or take another 2 (1d4) fire damage at the start of its next turn.",
                    "name": "Fire Touch"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "2d4",
                    "desc": "Ranged Spell Attack: +4 to hit, range 150 ft., one target. Hit: 5 (2d4) fire damage and if the target is a flammable object that isn't being worn or carried, it also catches fire.",
                    "name": "Hurl Flame"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "Magical darkness doesn't impede the imp's darkvision.",
                    "name": "Devil's Sight"
                },
                {
                    "desc": "Whenever the imp is subjected to fire damage, it takes no damage and instead regains a number of hp equal to the fire damage dealt.",
                    "name": "Fire Absorption"
                },
                {
                    "desc": "As a bonus action, the imp casts the heat metal spell without expending any material components (spell save DC 12).",
                    "name": "Heat Metal (1/Day)"
                },
                {
                    "desc": "The imp has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                }
            ],
            "spell_list": [],
            "page_no": 103,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_fire-imp/"
        },
        {
            "slug": "flame-eater-swarm",
            "desc": "",
            "name": "Flame Eater Swarm",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 33,
            "hit_dice": "6d8+6",
            "speed": {
                "fly": 40,
                "walk": 0
            },
            "strength": 3,
            "dexterity": 15,
            "constitution": 12,
            "intelligence": 2,
            "wisdom": 14,
            "charisma": 4,
            "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, slashing",
            "damage_immunities": "fire",
            "condition_immunities": "charmed, frightened, paralyzed, petrified, prone, restrained, stunned",
            "senses": "blindsight 30 ft., passive Perception 12",
            "languages": "-",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "desc": "The swarm can make two bite attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "2d6",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 0 ft., one creature in the swarm's space. Hit: 7 (2d6) piercing damage, or 3 (1d6) piercing damage if the swarm has half of its hp or fewer.",
                    "name": "Bite"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "Any normal fire in the flame eater swarm's space at the end of the swarm's turn is extinguished. Magical fire (a flaming weapon or wall of fire spell, for example) is extinguished if the swarm makes a successful DC 13 Constitution check. Only the swarm's space is affected; fires larger than the swarm continue burning outside the swarm's space. For 1 minute after the swarm consumes any flame, its bite attack deals an extra 9 (2d8) fire damage and any creature that ends its turn in the swarm's space takes 4 (1d8) fire damage.",
                    "name": "Consume Flame"
                },
                {
                    "desc": "The swarm can occupy the same space as another creature and vice versa. The swarm can move through any opening large enough for a Tiny bat. The swarm can't regain hp or gain temporary hp.",
                    "name": "Swarm"
                }
            ],
            "spell_list": [],
            "page_no": 204,
            "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_flame-eater-swarm/"
        },
        {
            "slug": "flesh-reaver",
            "desc": "",
            "name": "Flesh Reaver",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 19,
            "hit_dice": "3d8+6",
            "speed": {
                "walk": 40
            },
            "strength": 14,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 5,
            "wisdom": 10,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, poisoned",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 12",
            "languages": "understands Common and Darakhul but can't speak",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "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": "1d4+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one prone creature. Hit: 4 (1d4 + 2) piercing damage, and the creature must make a DC 13 Constitution saving throw, taking 7 (2d6) necrotic damage on a failed save, or half as much damage on a successful one.",
                    "name": "Consume Flesh"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The flesh reaver has advantage on Wisdom (Perception) checks that rely on sight, hearing, or smell.",
                    "name": "Keen Senses"
                },
                {
                    "desc": "If the flesh reaver moves at least 15 feet, it can jump up to 20 feet in any direction. If it lands within 5 feet of a creature, the creature must succeed on a DC 13 Strength saving throw or be knocked prone. If the target is prone, the flesh reaver can make one Consume Flesh attack against it as a bonus action.",
                    "name": "Leap"
                },
                {
                    "desc": "The flesh reaver has advantage on attack rolls against a creature if at least one of the flesh reaver's allies is within 5 feet of the creature and the ally isn't incapacitated.",
                    "name": "Pack Tactics"
                }
            ],
            "spell_list": [],
            "page_no": 160,
            "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_flesh-reaver/"
        },
        {
            "slug": "fleshpod-hornet",
            "desc": "",
            "name": "Fleshpod Hornet",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": null,
            "hit_points": 120,
            "hit_dice": "16d10+32",
            "speed": {
                "fly": 60,
                "hover": true,
                "walk": 10
            },
            "strength": 14,
            "dexterity": 18,
            "constitution": 15,
            "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": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 14",
            "languages": "-",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "desc": "The fleshpod hornet makes two attacks: one with its slam and one with its stinger.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "2d8+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one creature. Hit: 13 (2d8 + 4) bludgeoning damage.",
                    "name": "Slam"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "2d6+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one creature. Hit: 11 (2d6 + 4) piercing damage. The target must make a DC 13 Constitution saving throw, taking 21 (6d6) poison damage on a failed save, or half as much damage on a successful one. On a failed saving throw, the target is also infected with the eggs of the fleshpod hornet. \n\nThe injected eggs form a circular lotus pod tumor, roughly half a foot in diameter, on the target within 1 minute of injection. While carrying this tumor, the target has disadvantage on skill checks and saving throws. Exactly 24 hours after the lotus pod appears, a young fleshpod hornet (use giant wasp statistics) erupts from the tumor, dealing does 33 (6d10) slashing damage to the target. \n\nThe tumor can be excised with a DC 15 Wisdom (Medicine) check, causing 16 (3d10) slashing damage to the host. If it is cut out without the check, the patient must succeed on a DC 15 Constitution saving throw or take 22 (4d10) slashing damage.",
                    "name": "Stinger"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "If the fleshpod hornet flies at least 20 feet straight toward a creature and then hits it with a slam attack on the same turn, that target must succeed on a DC 13 Strength saving throw or be knocked prone.",
                    "name": "Flying Charge"
                }
            ],
            "spell_list": [],
            "page_no": 161,
            "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_fleshpod-hornet/"
        },
        {
            "slug": "forest-drake",
            "desc": "",
            "name": "Forest Drake",
            "size": "Small",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 60,
            "hit_dice": "8d6+32",
            "speed": {
                "climb": 50,
                "walk": 30
            },
            "strength": 16,
            "dexterity": 8,
            "constitution": 19,
            "intelligence": 12,
            "wisdom": 15,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "athletics": 5,
                "nature": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "paralyzed, unconscious",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Draconic, Druidic, Sylvan",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "desc": "The forest drake makes one bite attack and one claw attack.",
                    "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) piercing damage plus 3 (1d6) fire damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "2d6+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) slashing damage.",
                    "name": "Claw"
                },
                {
                    "desc": "The drake exhales fire in a 15-foot cone. Each creature in that area must make a DC 13 Dexterity saving throw, taking 17 (5d6) fire damage on a failed save, or half as much damage on a successful one.",
                    "name": "Fire Breath (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The drake's long jump is up to 30 feet and its high jump is up to 15 feet with or without a running start. Additionally, if it ends its jump within 5 feet of a creature, the first attack roll it makes against that creature before the end of its turn has advantage.",
                    "name": "Mighty Leap"
                }
            ],
            "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_forest-drake/"
        },
        {
            "slug": "foxfire-ooze",
            "desc": "",
            "name": "Foxfire Ooze",
            "size": "Large",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 9,
            "armor_desc": null,
            "hit_points": 126,
            "hit_dice": "12d10+60",
            "speed": {
                "climb": 20,
                "fly": 10,
                "hover": true,
                "swim": 20,
                "walk": 20
            },
            "strength": 19,
            "dexterity": 8,
            "constitution": 20,
            "intelligence": 2,
            "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": "cold",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "acid, fire, lightning",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, prone",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 8",
            "languages": "-",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "desc": "The foxfire ooze makes three pseudopod attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "3d10+4",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 20 (3d10 + 4) bludgeoning damage plus 4 (1d8) lightning damage.",
                    "name": "Pseudopod"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The ooze has advantage on attack rolls against any creature it has surprised.",
                    "name": "Ambusher"
                },
                {
                    "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 while wearing metal or hits it with a melee attack with a metal weapon takes 9 (2d8) lightning damage and triggers a lightning storm. All creatures within 20 feet of the ooze that are holding or wearing metal must succeed on a DC 16 Dexterity saving throw or take 9 (2d8) lightning damage.",
                    "name": "Lightning Storm"
                },
                {
                    "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": 283,
            "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_foxfire-ooze/"
        },
        {
            "slug": "foxin",
            "desc": "",
            "name": "Foxin",
            "size": "Small",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 16,
            "hit_dice": "3d6+6",
            "speed": {
                "walk": 40
            },
            "strength": 14,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "charmed",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "understands Common and Sylvan but can't speak",
            "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 target. Hit: 6 (1d6 + 3) piercing damage, and the target must succeed on a DC 12 Strength saving throw or be knocked prone.",
                    "name": "Bite"
                },
                {
                    "desc": "The foxin targets any number of non-foxin creatures within 30 feet. Each creature in that area must succeed on a DC 13 Wisdom saving throw or be treated as charmed against all enemies and dangers for 1 minute. A charmed 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 foxin's Illusory Calm for the next 24 hours. A creature has advantage on the saving throw if it suffers any harm while charmed.",
                    "name": "Illusory Calm"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The foxin has advantage on Wisdom (Perception) checks that rely on sight, hearing, or smell.",
                    "name": "Keen Senses"
                },
                {
                    "desc": "A foxin naturally emits an air of total belonging. It doesn't go unnoticed, but other creatures always behave as though the foxin's presence is normal and unobtrusive.",
                    "name": "Neutral Presence"
                }
            ],
            "spell_list": [],
            "page_no": 163,
            "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_foxin/"
        },
        {
            "slug": "fractal-golem",
            "desc": "",
            "name": "Fractal Golem",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 8,
            "hit_dice": "1d10+3",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 12,
            "constitution": 16,
            "intelligence": 6,
            "wisdom": 8,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2,
                "stealth": 4,
                "survival": 5
            },
            "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 12",
            "languages": "understands the languages of its creator but can't speak",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "attack_bonus": 6,
                    "damage_dice": "3d6+3",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 13 (3d6 + 3) bludgeoning damage.",
                    "name": "Slam"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "When the golem is reduced to 0 hp, it explodes. Each creature within 5 feet of it, except for other fractal golems, must succeed on a DC 14 Dexterity saving throw or take 4 (1d8) force damage and be pushed back 5 feet. Two duplicate fractal golems appear in the golem's space and the nearest unoccupied space, each with the same statistics as the original fractal golem, except one size smaller. When a Tiny duplicate of the golem is reduced to 0 hp, it explodes and doesn't duplicate. All duplicates act on the same initiative.",
                    "name": "Fractalize"
                },
                {
                    "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": 200,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_fractal-golem/"
        },
        {
            "slug": "fragrite",
            "desc": "",
            "name": "Fragrite",
            "size": "Medium",
            "type": "Elemental",
            "subtype": "shapechanger",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 91,
            "hit_dice": "14d8+28",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 13,
            "constitution": 15,
            "intelligence": 6,
            "wisdom": 8,
            "charisma": 8,
            "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": "fire, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "darkvision 60 ft., passive Perception 9",
            "languages": "Terran",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "desc": "The fragrite makes two strike 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. If the fragrite is in its glass form and has less than half of its total hp remaining, this attack instead deals 16 (3d8 + 3) slashing damage.",
                    "name": "Strike"
                },
                {
                    "desc": "The fragrite explodes into shards of glass, reducing its hp by 5 (2d4). Each creature within 15 feet of it must make a DC 14 Dexterity saving throw, taking 27 (6d8) slashing damage on a failed save, or half as much damage on a successful one. The fragrite then polymorphs into its sand form.",
                    "name": "Spontaneous Explosion (Glass Form Only; Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The fragrite has advantage on Dexterity (Stealth) checks made to hide in sandy terrain.",
                    "name": "Sand Camouflage (Sand Form Only)"
                },
                {
                    "desc": "The fragrite can burrow through sand without disturbing the material it moves through.",
                    "name": "Sand Glide (Sand Form Only)"
                },
                {
                    "desc": "As a bonus action, the fragrite can polymorph into a mass of sand or a glass humanoid. Its statistics are the same in each form. Any equipment it is wearing or carrying isn't transformed. \n\nWhile in sand form, the fragrite has a burrow speed of 50 feet, it can move through a space as narrow as 1 inch wide without squeezing, and it is immune to the grappled condition. While in glass form, the fragrite has vulnerability to thunder damage.",
                    "name": "Shapechanger"
                }
            ],
            "spell_list": [],
            "page_no": 164,
            "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_fragrite/"
        },
        {
            "slug": "fulminar",
            "desc": "",
            "name": "Fulminar",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 15,
            "armor_desc": null,
            "hit_points": 112,
            "hit_dice": "15d10+30",
            "speed": {
                "fly": 90,
                "hover": true
            },
            "strength": 10,
            "dexterity": 20,
            "constitution": 14,
            "intelligence": 8,
            "wisdom": 17,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": 9,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 4,
            "perception": 7,
            "skills": {
                "perception": 7,
                "stealth": 9
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "lightning, thunder; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "darkvision 120 ft., passive Perception 17",
            "languages": "Auran",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "desc": "The fulminar makes three attacks: one with its bite and two with its claws.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 9,
                    "damage_dice": "2d8+5",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) piercing damage and 7 (2d6) lightning damage and the target can't take reactions until the end of the fulminar's next turn.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 9,
                    "damage_dice": "2d6+5",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) slashing damage and 7 (2d6) lightning damage.",
                    "name": "Claw"
                },
                {
                    "desc": "The fulminar magically creates three sets of shackles of lightning, each of which can strike a creature the fulminar can see within 60 feet of it. A target must make a DC 16 Dexterity saving throw. On a failure, the target takes 18 (4d8) lightning damage and is restrained for 1 minute. On a success, the target takes half the damage but isn't restrained. A restrained creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "name": "Lightning Shackles (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The fulminar doesn't provoke an opportunity attack when it flies out of an enemy's reach.",
                    "name": "Flyby"
                },
                {
                    "desc": "Bolts of lightning course around the fulminar's body, shedding bright light in a 5- to 20-foot radius and dim light for an additional number of feet equal to the chosen radius. The fulminar can alter the radius as a bonus action.",
                    "name": "Essence of Lightning"
                },
                {
                    "desc": "The fulminar can enter a hostile creature's space and stop there. It can move through a space as narrow as 1 inch wide without squeezing. A creature that touches the fulminar or hits it with a melee attack while within 5 feet of it takes 7 (2d6) lightning damage.",
                    "name": "Lightning Form"
                }
            ],
            "spell_list": [],
            "page_no": 165,
            "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_fulminar/"
        },
        {
            "slug": "gargoctopus",
            "desc": "",
            "name": "Gargoctopus",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 104,
            "hit_dice": "16d10+16",
            "speed": {
                "climb": 20,
                "swim": 40,
                "walk": 40
            },
            "strength": 18,
            "dexterity": 13,
            "constitution": 12,
            "intelligence": 19,
            "wisdom": 16,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "history": 7,
                "investigation": 7,
                "perception": 6,
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 16",
            "languages": "telepathy 100 ft.",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "desc": "The gargoctopus makes four tentacle attacks or one bite attack and three tentacle attacks.",
                    "name": "Multiattack"
                },
                {
                    "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.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "2d6+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 15 ft., one target. Hit: 11 (2d6 + 4) bludgeoning damage. If the target is a Medium or smaller creature, it is grappled (escape DC 15). Until the grapple ends, the target is restrained, the gargoctopus can automatically hit the target with its tentacle, and it can't use the same tentacle on another target. The gargoctopus can grapple up to four creatures at one time.",
                    "name": "Tentacle"
                },
                {
                    "desc": "One Medium or smaller creature grappled by the gargoctopus is thrown up to 20 feet in a random direction and is knocked prone. If the target strikes a solid surface, the target takes 7 (2d6) bludgeoning damage. If the target is thrown at another creature, that creature must succeed on a DC 12 Dexterity saving throw or take the same damage and be knocked prone.",
                    "name": "Fling"
                },
                {
                    "desc": "The gargoctopus slams the creatures grappled by it into a solid surface. Each grappled creature must make a DC 15 Constitution saving throw. On a failure, a target takes 10 (3d6) bludgeoning damage and is stunned until the end of the gargoctopus' next turn. On a success, a target takes half the damage and isn't stunned.",
                    "name": "Tentacle Slam (Recharge 5-6)"
                },
                {
                    "desc": "A 20-foot-radius cloud of darkness extends around the gargoctopus. The area is heavily obscured until the start of the gargoctopus' next turn. If underwater, the gargoctopus can use the Dash action as a bonus action after releasing the cloud.",
                    "name": "Ink Cloud (Recharge 6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The gargoctopus can breathe air and water.",
                    "name": "Amphibious"
                },
                {
                    "desc": "The gargoctopus has advantage on Dexterity (Stealth) checks made to hide.",
                    "name": "Shifting Camouflage"
                },
                {
                    "desc": "The gargoctopus can climb on difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
                    "name": "Spider Climb"
                }
            ],
            "spell_list": [],
            "page_no": 167,
            "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_gargoctopus/"
        },
        {
            "slug": "ghost-boar",
            "desc": "",
            "name": "Ghost Boar",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 68,
            "hit_dice": "8d10+24",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 16,
            "intelligence": 7,
            "wisdom": 12,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 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": "3",
            "cr": 3.0,
            "actions": [
                {
                    "attack_bonus": 6,
                    "damage_dice": "2d6+4",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage.",
                    "name": "Tusk"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When a creature hits the ghost boar with a melee weapon attack, the ghost boar can make one tusk attack against the creature. The ghost boar must see the attacker and be within 5 feet of it.",
                    "name": "Tusk Swipe"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "If the 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 10 (3d6) slashing damage. If the target is a creature, it must succeed on a DC 14 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 boar takes 15 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)"
                }
            ],
            "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_ghost-boar/"
        },
        {
            "slug": "ghoulsteed",
            "desc": "",
            "name": "Ghoulsteed",
            "size": "Large",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 85,
            "hit_dice": "10d10+30",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 16,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Common, Darakhul",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "desc": "A ghoulsteed makes two bite attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "2d8+4",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) piercing damage and the ghoulsteed gains 5 (1d10) temporary hp. These temporary hp stack with each other, but the ghoulsteed can only have a maximum of 10 temporary hp at one time.",
                    "name": "Bite"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "If the ghoulsteed moves at least 20 feet straight toward a creature and then hits it with a bite attack on the same turn, that target must succeed on a DC 14 Strength saving throw or be knocked prone. If the target is prone, the ghoulsteed can make one bite attack against it as a bonus action.",
                    "name": "Pounce"
                },
                {
                    "desc": "When the ghoulsteed uses the Dash action, it can Dash again as a bonus action.",
                    "name": "Sprint (3/Day)"
                },
                {
                    "desc": "If damage reduces the ghoulsteed to 0 hp, it makes a Constitution saving throw with a DC of 5 + the damage taken, unless the damage is radiant or from a critical hit. On a success, the ghoulsteed drops to 1 hp instead.",
                    "name": "Undead Fortitude"
                }
            ],
            "spell_list": [],
            "page_no": 177,
            "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_ghoulsteed/"
        },
        {
            "slug": "giant-albino-bat",
            "desc": "",
            "name": "Giant Albino Bat",
            "size": "Huge",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 76,
            "hit_dice": "9d12+18",
            "speed": {
                "fly": 80,
                "walk": 10
            },
            "strength": 19,
            "dexterity": 16,
            "constitution": 15,
            "intelligence": 7,
            "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": "blindsight 60 ft., passive Perception 11",
            "languages": "Abyssal, understands Common but can't speak it",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "desc": "The bat makes two attacks: one with its bite and one with its claws.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "2d6+4",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) piercing damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "2d4+4",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 9 (2d4 + 4) slashing damage. If the target is a Large or smaller creature, it is grappled (escape DC 13). Until this grapple ends, the target is restrained, and the bat can't use its claws against another target.",
                    "name": "Claws"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The bat can't use its blindsight while deafened.",
                    "name": "Echolocation"
                },
                {
                    "desc": "The bat has advantage on Wisdom (Perception) checks that rely on hearing.",
                    "name": "Keen Hearing"
                }
            ],
            "spell_list": [],
            "page_no": 50,
            "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_giant-albino-bat/"
        },
        {
            "slug": "giant-moth",
            "desc": "",
            "name": "Giant Moth",
            "size": "Small",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 11,
            "armor_desc": null,
            "hit_points": 7,
            "hit_dice": "2d6",
            "speed": {
                "fly": 30,
                "walk": 25
            },
            "strength": 10,
            "dexterity": 12,
            "constitution": 10,
            "intelligence": 3,
            "wisdom": 10,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2,
                "stealth": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "-",
            "challenge_rating": "1/8",
            "cr": 0.125,
            "actions": [
                {
                    "attack_bonus": 3,
                    "damage_dice": "1d6+1",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 4 (1d6 + 1) piercing damage.",
                    "name": "Proboscis"
                },
                {
                    "desc": "A 10-foot radius cloud of fine powder disperses from the giant moth. Each creature in that area must succeed on a DC 10 Constitution saving throw or be blinded until the end of its next turn.",
                    "name": "Powdery Wings (1/Day)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The giant moth has advantage on Wisdom (Perception) checks that rely on smell.",
                    "name": "Antennae"
                }
            ],
            "spell_list": [],
            "page_no": 178,
            "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_giant-moth/"
        },
        {
            "slug": "giant-shark-bowl",
            "desc": "",
            "name": "Giant Shark Bowl",
            "size": "Huge",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 6,
            "armor_desc": null,
            "hit_points": 172,
            "hit_dice": "15d12+75",
            "speed": {
                "swim": 20,
                "walk": 20
            },
            "strength": 23,
            "dexterity": 3,
            "constitution": 20,
            "intelligence": 1,
            "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": "",
            "damage_resistances": "acid, fire, slashing",
            "damage_immunities": "lightning",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, prone",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 10",
            "languages": "-",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "desc": "The giant shark bowl makes two attacks: one with its bite and one with its pseudopod.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 9,
                    "damage_dice": "3d10+6",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 22 (3d10 + 6) piercing damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 9,
                    "damage_dice": "3d10+6",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 22 (3d10 + 6) bludgeoning damage.",
                    "name": "Pseudopod"
                },
                {
                    "desc": "The giant shark bowl moves up to its speed. While doing so, it can enter Large or smaller creatures' spaces. Whenever the bowl enters a creature's space, the creature must make a DC 16 Dexterity saving throw. \n\nOn a successful save, the creature can choose to be pushed 5 feet back or to the side of the bowl. A creature that chooses not to be pushed suffers the consequences of a failed saving throw. \n\nOn a failed save, the bowl enters the creature's space, and the creature takes 22 (3d10 + 6) piercing damage and is engulfed. The engulfed creature can't breathe, is restrained, and takes 22 (3d10 + 6) piercing damage at the start of each of the bowl's turns. When the bowl moves, the engulfed creature moves with it. \n\nAn engulfed creature can try to escape by taking an action to make a DC 15 Strength check. On a success, the creature escapes and enters a space of its choice within 5 feet of the bowl.",
                    "name": "Engulf"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The giant shark bowl can breathe air and water.",
                    "name": "Amphibious"
                },
                {
                    "desc": "The giant shark bowl has advantage on melee attack rolls against any creature that doesn't have all its hp.",
                    "name": "Blood Frenzy"
                },
                {
                    "desc": "When the giant shark bowl is subjected to lightning damage, it takes no damage and instead becomes charged for 1 minute. While charged, its attacks deal an extra 2 (1d4) lightning damage.",
                    "name": "Electrical Charge"
                },
                {
                    "desc": "The shark bowl takes up its entire space. Other creatures can enter the space, but they are subjected to the bowl's Engulf and have disadvantage on the saving throw. Creatures inside the bowl can be seen but have total cover. A creature within 5 feet of the bowl can take an action to pull a creature out. Doing so requires a successful DC 15 Strength check, and the creature making the attempt takes 22 (3d10 + 6) piercing damage. The bowl can hold one Large creature or up to six Medium or smaller creatures inside it at a time.",
                    "name": "Ooze Fish Bowl"
                },
                {
                    "desc": "The ooze and the giant shark's life forces have been entwined by an arcane force. They share statistics as if they were one monster and can't be separated.",
                    "name": "Symbiotically Bound"
                }
            ],
            "spell_list": [],
            "page_no": 284,
            "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_giant-shark-bowl/"
        },
        {
            "slug": "giant-sloth",
            "desc": "",
            "name": "Giant Sloth",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 168,
            "hit_dice": "16d10+80",
            "speed": {
                "climb": 20,
                "walk": 20
            },
            "strength": 19,
            "dexterity": 10,
            "constitution": 19,
            "intelligence": 3,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": 7,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "athletics": 7,
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "poison",
            "damage_immunities": "",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 14",
            "languages": "-",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "desc": "The giant sloth makes two attacks: one with its claw and one with its bite. If the giant sloth is grappling a creature, it can also use its Sloth's Embrace once.",
                    "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. The target is grappled (escape DC 15) if it is a Large or smaller creature and the sloth doesn't have another creature grappled.",
                    "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.",
                    "name": "Bite"
                },
                {
                    "desc": "The giant sloth crushes a creature it is grappling by pulling the creature against its fetid, furry chest. The target must make a DC 15 Strength saving throw, taking 27 (6d8) bludgeoning damage on a failed save, or half as much damage on a successful one. A creature that fails the save is also stunned until the end of its next turn.",
                    "name": "Sloth's Embrace"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "Any creature that starts its turn within 15 feet of the giant sloth must succeed on a DC 15 Constitution saving throw or have disadvantage on its next attack roll or ability check.",
                    "name": "Foul Odor"
                },
                {
                    "desc": "The giant sloth moves double its normal speed and has advantage on all of its attacks for 1 round.",
                    "name": "Hunter's Dash (1/Day)"
                }
            ],
            "spell_list": [],
            "page_no": 178,
            "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_giant-sloth/"
        },
        {
            "slug": "giant-vampire-bat",
            "desc": "",
            "name": "Giant Vampire Bat",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 60,
            "hit_dice": "8d10+16",
            "speed": {
                "fly": 60,
                "walk": 10
            },
            "strength": 16,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 2,
            "wisdom": 12,
            "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": "blindsight 60 ft., passive Perception 11",
            "languages": "-",
            "challenge_rating": "2",
            "cr": 2.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) piercing damage plus 7 (2d6) necrotic damage and the target is grappled (escape DC 13). Until this grapple ends, the target is restrained, and the bat can't bite another target. The bat regains hp equal to the necrotic damage dealt.",
                    "name": "Bite"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The bat can't use its blindsight while deafened.",
                    "name": "Echolocation"
                },
                {
                    "desc": "The bat has advantage on Wisdom (Perception) checks that rely on hearing.",
                    "name": "Keen Hearing"
                }
            ],
            "spell_list": [],
            "page_no": 50,
            "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_giant-vampire-bat/"
        },
        {
            "slug": "glass-golem",
            "desc": "",
            "name": "Glass Golem",
            "size": "Small",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 45,
            "hit_dice": "10d6+10",
            "speed": {
                "walk": 20
            },
            "strength": 10,
            "dexterity": 15,
            "constitution": 13,
            "intelligence": 3,
            "wisdom": 8,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "bludgeoning",
            "damage_resistances": "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 9",
            "languages": "understands the languages of its creator but can't speak",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "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": "Shard"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When a glass golem takes bludgeoning damage, it can make one shard attack against each creature within 5 feet of it.",
                    "name": "Shatter"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The golem is immune to any spell or effect that would alter its form.",
                    "name": "Immutable Form"
                },
                {
                    "desc": "The glass golem has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                }
            ],
            "spell_list": [],
            "page_no": 200,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_glass-golem/"
        },
        {
            "slug": "gloomflower",
            "desc": "",
            "name": "Gloomflower",
            "size": "Tiny",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": "natural armor",
            "hit_points": 44,
            "hit_dice": "8d4+24",
            "speed": {
                "walk": 10
            },
            "strength": 10,
            "dexterity": 6,
            "constitution": 16,
            "intelligence": 1,
            "wisdom": 6,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "blinded, deafened, frightened",
            "senses": "blindsight 120 ft. passive Perception 8",
            "languages": "understands all languages known by creatures within 120 feet, but can't speak, telepathy 120 ft.",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "desc": "The gloomflower makes two psychic strike attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "3d6",
                    "desc": "Ranged Spell Attack: +6 to hit, range 120 ft., one target. Hit: 10 (3d6) psychic damage.",
                    "name": "Psychic Strike"
                },
                {
                    "desc": "Each creature of the gloomflower's choice that is within 60 feet of the gloomflower and aware of it must make a DC 14 Wisdom saving throw. On a failure, a creature is bombarded with visions of its fears and anxieties for 1 minute. While bombarded, it takes 7 (2d6) psychic damage at the start of each of its turns and must spend its action to make one melee attack against a creature within 5 feet of it, other than the gloomflower or itself. If the creature can't make a melee attack, it takes the Dodge action. The creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. On a success, a creature is incapacitated by hallucinations until the end of its next turn but isn't bombarded with visions of its fears and anxieties. \n\nA creature that is reduced to 0 hp by this psychic damage falls unconscious and is stable. When that creature regains consciousness, it suffers permanent hallucinations and has disadvantage on ability checks until cured by a remove curse spell or similar magic.",
                    "name": "Corrupting Visions (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "Creatures have disadvantage on attack rolls against the gloomflower. An attacker is immune to this effect if it doesn't rely on sight, as with blindsight, or can see through illusions, as with truesight.",
                    "name": "Blur"
                },
                {
                    "desc": "Whenever the gloomflower takes damage, each creature within 10 feet of the gloomflower must succeed on a DC 14 Wisdom saving throw or take 7 (2d6) psychic damage.",
                    "name": "Psychic Scream"
                }
            ],
            "spell_list": [],
            "page_no": 188,
            "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_gloomflower/"
        },
        {
            "slug": "gnoll-slaver",
            "desc": "",
            "name": "Gnoll Slaver",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "gnoll",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "chain shirt",
            "hit_points": 71,
            "hit_dice": "11d8+22",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 11,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "athletics": 6,
                "intimidation": 5,
                "perception": 2,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Common, Gnoll",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "desc": "The gnoll makes three attacks: one with its bite and two with its whip or three with its longbow.",
                    "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) piercing damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d4+4",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10ft., one target. Hit: 6 (1d4 + 4) slashing damage.",
                    "name": "Whip"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d8+2",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 150/600 ft., one target. Hit: 6 (1d8 + 2) piercing damage.",
                    "name": "Longbow"
                },
                {
                    "desc": "The gnoll selects up to three creatures it has taken captive within 30 feet. Each creature must succeed on a DC 15 Wisdom saving throw or have disadvantage for 1 minute on any attack rolls or skill checks to take actions other than those the gnoll has ordered it to take.",
                    "name": "Menace Captives (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "When the gnoll reduces a creature to 0 hp with a melee attack on its turn, the gnoll can take a bonus action to move up to half its speed and make a bite attack.",
                    "name": "Rampage"
                }
            ],
            "spell_list": [],
            "page_no": 189,
            "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_gnoll-slaver/"
        },
        {
            "slug": "goliath-longlegs",
            "desc": "",
            "name": "Goliath Longlegs",
            "size": "Gargantuan",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 162,
            "hit_dice": "12d20+36",
            "speed": {
                "walk": 20
            },
            "strength": 18,
            "dexterity": 15,
            "constitution": 16,
            "intelligence": 4,
            "wisdom": 13,
            "charisma": 3,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, frightened, poisoned",
            "senses": "darkvision 120 ft., passive Perception 14",
            "languages": "-",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "desc": "The goliath longlegs makes one bite attack and then as many leg attacks as it has legs. It can use its Reel in place of two leg attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "1d8+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 8 (1d8 + 4) piercing damage and the target must make a DC 15 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 target to 0 hp, the target is stable but poisoned for 1 hour, even after regaining hp, and is paralyzed while poisoned in this way.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "1d4+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 15 ft., one target. Hit: 6 (1d4 + 4) piercing damage.",
                    "name": "Leg"
                },
                {
                    "desc": "Ranged Weapon Attack: +5 to hit, range 30/60 ft., one Large or smaller creature. Hit: The creature is restrained by webbing and must succeed on a DC 15 Constitution saving throw or be paralyzed for 1 minute. The creature can repeat the saving throw at the end of each of its turns, ending the paralyzed effect on itself on a success. As an action, the restrained creature can make a DC 15 Strength check, escaping from the webbing on a success. The webbing can also be attacked and destroyed (AC 12; hp 15; vulnerability to fire damage; immunity to bludgeoning, poison, and psychic damage).",
                    "name": "Paralytic Web (Recharge 5-6)"
                },
                {
                    "desc": "The goliath longlegs pulls one creature caught in its web up to 30 feet straight toward it. If the target is within 10 feet of the goliath longlegs, the goliath longlegs can make one bite attack as a bonus action.",
                    "name": "Reel"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "A creature at least one size smaller than the goliath longlegs can travel through and finish its turn in the goliath longlegs' space.",
                    "name": "Expansive"
                },
                {
                    "desc": "While a goliath longlegs remains motionless, it is indistinguishable from other plants or trees.",
                    "name": "False Appearance"
                },
                {
                    "desc": "The goliath longlegs has advantage on Dexterity (Stealth) checks made to hide in forested terrain.",
                    "name": "Forest Camouflage"
                },
                {
                    "desc": "The goliath longlegs has eight legs. While it has more than four legs, the goliath longlegs is immune to being knocked prone or restrained. Whenever the goliath longlegs takes 20 or more damage in a single turn, one of its legs is destroyed. Each time a leg is destroyed after the fourth one, the goliath longlegs must succeed on a DC 13 Constitution saving throw or fall prone. Any creature in the goliath longlegs' space or within 5 feet of it when it falls prone must make a DC 15 Dexterity saving throw, taking 21 (6d6) bludgeoning damage on a failed save, or half as much damage on a successful one.",
                    "name": "Vulnerable Legs"
                }
            ],
            "spell_list": [],
            "page_no": 206,
            "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_goliath-longlegs/"
        },
        {
            "slug": "goreling",
            "desc": "",
            "name": "Goreling",
            "size": "Small",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 11,
            "hit_dice": "2d6+4",
            "speed": {
                "walk": 20
            },
            "strength": 12,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 1,
            "wisdom": 5,
            "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": "necrotic, poison",
            "condition_immunities": "poisoned",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 7",
            "languages": "-",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d4+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) bludgeoning damage plus 2 (1d4) necrotic damage. ++ Reactions",
                    "name": "Slam"
                },
                {
                    "desc": "When a goreling is hit but not reduced to 0 hp, it splits into two new gorelings. Each new goreling has 1 hp, doesn't have this reaction, and is one size smaller than the original goreling.",
                    "name": "Multiplying"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "If 6 or more gorelings are within 30 feet of one another, they become frenzied and their attacks deal an extra 2 (1d4) necrotic damage.",
                    "name": "Bloodthirsty"
                },
                {
                    "desc": "Up to five gorelings can occupy the same space.",
                    "name": "Swarming"
                }
            ],
            "spell_list": [],
            "page_no": 207,
            "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_goreling/"
        },
        {
            "slug": "great-mandrake",
            "desc": "",
            "name": "Great Mandrake",
            "size": "Tiny",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 11,
            "armor_desc": "natural armor",
            "hit_points": 44,
            "hit_dice": "8d4+24",
            "speed": {
                "walk": 10
            },
            "strength": 14,
            "dexterity": 8,
            "constitution": 16,
            "intelligence": 4,
            "wisdom": 11,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, poisoned",
            "senses": "tremorsense 60 ft. (blind beyond this radius), passive Perception 11",
            "languages": "Common",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "desc": "A great mandrake makes two attacks with its bite. When its shriek is available, it can use the shriek in place of one bite attack.",
                    "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) piercing damage.",
                    "name": "Bite"
                },
                {
                    "desc": "Each creature within 60 feet of the mandrake that can hear it must succeed on a DC 13 Constitution saving throw or take 11 (3d6) thunder damage. If a creature fails the saving throw by 5 or more, it is stunned until the end of its next turn. If it fails by 10 or more, it falls unconscious. An unconscious creature can repeat the saving throw at the end of each of its turns, regaining consciousness on a success.",
                    "name": "Shriek (Recharge 3-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 260,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_great-mandrake/"
        },
        {
            "slug": "greater-rakshasa",
            "desc": "",
            "name": "Greater Rakshasa",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 144,
            "hit_dice": "17d8+68",
            "speed": {
                "walk": 40
            },
            "strength": 14,
            "dexterity": 18,
            "constitution": 18,
            "intelligence": 15,
            "wisdom": 16,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "deception": 10,
                "insight": 8
            },
            "damage_vulnerabilities": "piercing from magic weapons wielded by good creatures",
            "damage_resistances": "",
            "damage_immunities": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Common, Infernal",
            "challenge_rating": "15",
            "cr": 15.0,
            "actions": [
                {
                    "desc": "The greater rakshasa makes two claw attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "2d6+2",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 9 (2d6 + 2) slashing damage, and the target is cursed if it is a creature. The magical curse takes effect whenever the target takes a short or long rest, filling the target's thoughts with horrible images and dreams. The cursed target gains no benefit from finishing a short or long rest. The curse lasts until it is lifted by a remove curse spell or similar magic.",
                    "name": "Claw"
                },
                {
                    "desc": "The greater rakshasa chooses a point it can see within 60 feet, conjuring a terrifying manifestation of its enemies' worst fears in a 30-foot-radius around the point. Each non-rakshasa in the area must make a DC 18 Wisdom saving throw. On a failed save, a creature takes 66 (12d10) psychic damage and becomes frightened for 1 minute. On a success, the target takes half the damage and isn't frightened. A frightened creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "name": "Harrowing Visions (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The greater rakshasa can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The greater rakshasa regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "desc": "The greater rakshasa makes one claw attack.",
                    "name": "Claw Attack"
                },
                {
                    "desc": "The greater rakshasa becomes invisible at the same time that an illusory double of itself appears where it is standing. This switch is indiscernible to others. After the double appears, the greater rakshasa can move up to its speed. Both effects last until the start of the greater rakshasa's next turn, but the invisibility ends if the greater rakshasa makes an attack or casts a spell before then.",
                    "name": "Misleading Escape (Costs 2 Actions)"
                },
                {
                    "desc": "The greater rakshasa casts a spell from its list of innate spells, consuming a use of the spell as normal.",
                    "name": "Cast a Spell (Costs 3 Actions)"
                }
            ],
            "special_abilities": [
                {
                    "desc": "The greater rakshasa can't be affected or detected by spells of 7th level or lower unless it wishes to be. It has advantage on saving throws against all other spells and magical effects.",
                    "name": "Limited Magic Immunity"
                },
                {
                    "desc": "When the greater rakshasa casts the charm person spell, it can target up to five creatures. When it casts the dominate person spell, the spell's duration is concentration, up to 8 hours.",
                    "name": "Puppet Master"
                },
                {
                    "desc": "The greater rakshasa's innate spellcasting ability is Charisma (spell save DC 18, +10 to hit with spell attacks). The greater rakshasa can innately cast the following spells, requiring no material components:\nAt will: detect thoughts, disguise self, mage hand, minor illusion\n3/day each: charm person, detect magic, invisibility, major image, suggestion\n1/day each: dominate person, fly, plane shift, true seeing",
                    "name": "Innate Spellcasting"
                }
            ],
            "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_greater-rakshasa/"
        },
        {
            "slug": "greater-scrag",
            "desc": "",
            "name": "Greater Scrag",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 127,
            "hit_dice": "15d10+45",
            "speed": {
                "swim": 40,
                "walk": 30
            },
            "strength": 20,
            "dexterity": 10,
            "constitution": 17,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 11,
            "strength_save": 8,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Abyssal, Aquan, Giant",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "desc": "The greater scrag makes three attacks: one with its bite and two with its claws.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "2d8+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5)",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "3d4+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 12 (3d4 + 5)",
                    "name": "Claws"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The scrag can breathe air and water.",
                    "name": "Amphibious"
                },
                {
                    "desc": "The scrag has advantage on melee attack rolls against any creature that doesn't have all of its hp.",
                    "name": "Blood Frenzy"
                },
                {
                    "desc": "The greater scrag regains 10 hp at the start of its turn if it is in contact with water. If the scrag takes acid or fire damage, this trait doesn't function at the start of the scrag's next turn. The scrag dies only if it starts its turn with 0 hp and doesn't regenerate.",
                    "name": "Regeneration"
                }
            ],
            "spell_list": [],
            "page_no": 401,
            "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_greater-scrag/"
        },
        {
            "slug": "green-abyss-orc",
            "desc": "",
            "name": "Green Abyss Orc",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "orc",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 15,
            "hit_dice": "2d8+6",
            "speed": {
                "climb": 30,
                "walk": 30
            },
            "strength": 14,
            "dexterity": 16,
            "constitution": 16,
            "intelligence": 9,
            "wisdom": 11,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "acrobatics": 5,
                "athletics": 4,
                "perception": 2,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 90 ft., passive Perception 12",
            "languages": "Orc",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d6+2",
                    "desc": "Melee or Ranged Weapon Attack: +4 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 5 (1d6 + 2) piercing damage, or 6 (1d8 + 2) piercing damage if used with two hands to make a melee attack. If the target is a creature, it must succeed on 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 target to 0 hp, the target is stable but poisoned for 1 hour, even after regaining hp, and is paralyzed while poisoned in this way.",
                    "name": "Poisoned Spear"
                }
            ],
            "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": "While in sunlight, the orc has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight. s",
                    "name": "Sunlight Sensitivity"
                }
            ],
            "spell_list": [],
            "page_no": 291,
            "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_green-abyss-orc/"
        },
        {
            "slug": "green-knight-of-the-woods",
            "desc": "",
            "name": "Green Knight of the Woods",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 20,
            "armor_desc": "plate, shield",
            "hit_points": 78,
            "hit_dice": "12d8+24",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 3,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "athletics": 7,
                "intimidation": 6,
                "survival": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks not made with cold iron",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Elvish, Sylvan",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "desc": "The green knight makes two attacks: one with its battle axe and one with its shield bash.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "1d8+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) slashing damage, or 9 (1d10 + 4) slashing damage if used with two hands.",
                    "name": "Battle Axe"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "1d6+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) bludgeoning damage and the target is grappled (escape DC 15). Until this grapple ends, the target is restrained by magical vines springing forth from the green knight's shield, and the green knight can't make shield bash attacks against other targets.",
                    "name": "Shield Bash"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "1d6+4",
                    "desc": "Melee or Ranged Weapon Attack: +7 to hit, reach 5 ft. or range 30/120 ft., one target. Hit: 7 (1d6 + 4) piercing damage.",
                    "name": "Javelin"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When the green knight is hit by a melee attack from a creature it has successfully challenged, it can make one battle axe attack with advantage against the attacker.",
                    "name": "Knight's Rebuke"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "If the green knight's head is severed by a vorpal weapon or by other means, magical vines sprout from its neck and the head reattaches by the start of the green knight's next turn, preventing the green knight from dying from the loss of its head.",
                    "name": "Headsman's Woe"
                },
                {
                    "desc": "As a bonus action, the green knight targets one creature that it can see within 30 feet and issues a challenge. If the target can see the green knight, it must succeed on a DC 14 Wisdom saving throw or become magically compelled to engage the green knight in melee combat for 1 minute, or until the knight challenges a new opponent. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.\n\nOn its turn, the affected creature must move towards the green knight and make a melee attack against the green knight.",
                    "name": "Knight's Challenge (3/Day)"
                },
                {
                    "desc": "The green knight has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "The green knight can communicate with beasts and plants as if they shared a language.",
                    "name": "Speak with Beasts and Plants"
                }
            ],
            "spell_list": [],
            "page_no": 209,
            "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_green-knight-of-the-woods/"
        },
        {
            "slug": "grindylow",
            "desc": "",
            "name": "Grindylow",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 27,
            "hit_dice": "5d8+5",
            "speed": {
                "swim": 40,
                "walk": 10
            },
            "strength": 13,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 8,
            "wisdom": 14,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "acrobatics": 4,
                "athletics": 3,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Aquan",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "desc": "The grindylow makes two attacks: one with its bite and one with its claws.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 3,
                    "damage_dice": "1d6+1",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 4 (1d6 + 1) piercing damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 3,
                    "damage_dice": "2d6+1",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 10 ft., one target. Hit: 8 (2d6 + 1) slashing damage and the target is grappled (escape DC 13). Until this grapple ends, the target is restrained, and the grindylow can't use its claws on another target.",
                    "name": "Claws"
                },
                {
                    "desc": "A 20-foot-radius cloud of ink extends all around the grindylow if it is underwater. The area is heavily obscured for 1 minute, although a significant current can disperse the ink.\n\nAfter releasing the ink, the grindylow can use the Dash action as a bonus action.",
                    "name": "Ink Cloud (Recharges after a Short or Long Rest)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The grindylow can mimic humanoid voices. A creature that hears the sounds can tell they are imitations with a successful DC 13 Wisdom (Insight) check.",
                    "name": "Mimicry"
                },
                {
                    "desc": "The grindylow has advantage on ability checks and saving throws made to escape a grapple.",
                    "name": "Slippery"
                },
                {
                    "desc": "The grindylow can breathe only underwater.",
                    "name": "Water Breathing"
                }
            ],
            "spell_list": [],
            "page_no": 210,
            "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_grindylow/"
        },
        {
            "slug": "gulon",
            "desc": "",
            "name": "Gulon",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 110,
            "hit_dice": "13d10+39",
            "speed": {
                "walk": 40
            },
            "strength": 19,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 5,
            "wisdom": 12,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4,
                "stealth": 5,
                "survival": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "-",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "desc": "The gulon makes three attacks: one with its bite and two with its claws.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "2d8+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) piercing damage. If the target is a creature, it must succeed on a DC 16 Strength saving throw or be knocked prone.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "2d6+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage.",
                    "name": "Claw"
                },
                {
                    "desc": "The gulon belches a 15-foot-radius cloud of toxic gas around itself. Each creature in the area must make a DC 16 Constitution saving throw, taking 31 (7d8) poison damage on a failed save, or half as much damage on a successful one.",
                    "name": "Too Full (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The gulon can move through a space as narrow as 1 foot wide without squeezing. When it moves through an area smaller than its normal space, it excretes waste in a 5-foot cube. This waste is difficult terrain and creatures crossing through it must succeed on a DC 16 Constitution saving throw or become poisoned for 1 minute.",
                    "name": "Amorphous"
                },
                {
                    "desc": "The gulon has advantage on Wisdom (Perception) checks that rely on smell.",
                    "name": "Keen Smell"
                }
            ],
            "spell_list": [],
            "page_no": 212,
            "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_gulon/"
        },
        {
            "slug": "gumienniki",
            "desc": "",
            "name": "Gumienniki",
            "size": "Small",
            "type": "Fiend",
            "subtype": "shapechanger",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 22,
            "hit_dice": "5d6+5",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 16,
            "constitution": 13,
            "intelligence": 14,
            "wisdom": 10,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "acrobatics": 5,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, lightning",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Abyssal, Common, Infernal",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d4+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) slashing damage and 7 (2d6) fire damage.",
                    "name": "Flaming Hand Scythe"
                },
                {
                    "desc": "The gumienniki flashes its glowing eyes, illuminating a 15-foot cone. Each creature in that area that can see the gumienniki must succeed on a DC 12 Constitution saving throw or be blinded for 1 minute.",
                    "name": "Fiendish Blink (1/Day)"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When the gumienniki is missed by an attack, it can taunt the attacker. The attacking creature must succeed on a DC 12 Wisdom saving throw or have disadvantage on its next attack roll or saving throw.",
                    "name": "Taunting Cackle"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "As a bonus action, the gumienniki can change its form into a Tiny housecat, or back into its true form. Its statistics, other than its size, are the same in each form except it loses its flaming hand scythe attack when in cat form.",
                    "name": "Shapechanger"
                },
                {
                    "desc": "The gumienniki's speed is doubled when traveling over grassy areas or through planted crops.",
                    "name": "Through Grass and Sheaves"
                }
            ],
            "spell_list": [],
            "page_no": 213,
            "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_gumienniki/"
        },
        {
            "slug": "hair-golem",
            "desc": "",
            "name": "Hair Golem",
            "size": "Small",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 13,
            "hit_dice": "3d6+3",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 17,
            "constitution": 13,
            "intelligence": 3,
            "wisdom": 8,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "slashing",
            "damage_resistances": "bludgeoning and piercing from nonmagical attacks not made with adamantine",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 9",
            "languages": "understands the languages of its creator but can't speak",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d4+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) slashing damage. The target must succeed on a DC 11 Dexterity saving throw or be knocked prone.",
                    "name": "Lash"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The golem is immune to any spell or effect that would alter its form.",
                    "name": "Immutable Form"
                }
            ],
            "spell_list": [],
            "page_no": 200,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_hair-golem/"
        },
        {
            "slug": "hallowed-reed",
            "desc": "",
            "name": "Hallowed Reed",
            "size": "Medium",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "neutral good",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 22,
            "hit_dice": "5d8",
            "speed": {
                "walk": 10
            },
            "strength": 14,
            "dexterity": 10,
            "constitution": 10,
            "intelligence": 7,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing",
            "damage_immunities": "radiant",
            "condition_immunities": "",
            "senses": "blindsight 30 ft. (blind beyond this radius), passive Perception 14",
            "languages": "-",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d4+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 15 ft., one creature. Hit: 4 (1d4 + 2) radiant damage, and the target is grappled (escape DC 12). Until this grapple ends, the creature is restrained, it takes 2 (1d4) radiant damage at the start of each of its turns, and the hallowed reed can't grasp another target. Undead and fiends have disadvantage on ability checks made to escape the grapple.",
                    "name": "Searing Grasp"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The hallowed reed knows if a creature within 30 feet of it is good-aligned or not.",
                    "name": "Like Calls to Like"
                },
                {
                    "desc": "Using telepathy, a hallowed reed can magically communicate with any other good-aligned creature within 100 feet of it. This communication is primarily through images and emotions rather than actual words.",
                    "name": "Limited Telepathy"
                },
                {
                    "desc": "If a hallowed reed is slain, a new patch of hallowed reeds will grow in the same spot starting within a week of its death. Charring or salting the ground where a hallowed reed was slain prevents this resurgence.",
                    "name": "Rebirth"
                }
            ],
            "spell_list": [],
            "page_no": 305,
            "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_hallowed-reed/"
        },
        {
            "slug": "heavy-cavalry",
            "desc": "",
            "name": "Heavy Cavalry",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "dragonborn",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 19,
            "armor_desc": "splint, shield",
            "hit_points": 75,
            "hit_dice": "10d8+30",
            "speed": {
                "walk": 30
            },
            "strength": 15,
            "dexterity": 12,
            "constitution": 17,
            "intelligence": 10,
            "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": {
                "athletics": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "fire",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 12",
            "languages": "Common, Draconic",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d12+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 10 ft., one target. Hit: 8 (1d12 + 2) piercing damage.",
                    "name": "Lance"
                },
                {
                    "attack_bonus": 3,
                    "damage_dice": "1d10+1",
                    "desc": "Ranged Weapon Attack: +3 to hit, range 100/400 ft., one target. Hit: 6 (1d10 + 1) piercing damage.",
                    "name": "Heavy Crossbow"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "2d6+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 9 (2d6 + 2) bludgeoning damage and the target must succeed on a DC 13 Strength saving throw or be knocked prone.",
                    "name": "Trample (Mounted Only)"
                },
                {
                    "desc": "The dragonborn breathes fire in a 15-foot cone. All creatures 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": "If the dragonborn moves at least 20 feet straight toward a creature while mounted and then hits with a lance attack on the same turn, it can make a trample attack against that creature as a bonus action.",
                    "name": "Cavalry Charge"
                },
                {
                    "desc": "The dragonborn can't be knocked prone, dismounted, or moved against its will while mounted.",
                    "name": "Locked Saddle"
                },
                {
                    "desc": "The dragonborn is rarely seen without its giant lizard mount. The lizard wears custom scale mail that raises its Armor Class to 15. While the dragonborn is mounted, the giant lizard can't be charmed or frightened.",
                    "name": "Mounted Warrior"
                }
            ],
            "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_heavy-cavalry/"
        },
        {
            "slug": "ijiraq",
            "desc": "",
            "name": "Ijiraq",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 127,
            "hit_dice": "15d8+60",
            "speed": {
                "walk": 30
            },
            "strength": 17,
            "dexterity": 13,
            "constitution": 19,
            "intelligence": 11,
            "wisdom": 15,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., truesight 30 ft., passive Perception 15",
            "languages": "Sylvan",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "desc": "In its true form, the ijiraq makes two claw attacks. In its hybrid form, it makes one gore attack and one claw attack.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d8+3",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) piercing damage and 9 (2d8) poison damage.",
                    "name": "Gore (Hybrid Form Only)"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d6+3",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) slashing damage plus 13 (3d8) poison damage. Invisibility (True Form Only). The ijiraq magically turns invisible until it attacks, or until its concentration ends (as if concentrating on a spell). It may choose whether equipment it wears or carries is invisible with it or not.",
                    "name": "Claw (Hybrid Form or True Form Only)"
                },
                {
                    "desc": "The ijiraq magically polymorphs into any beast that has a challenge rating no higher than its own, into its caribou-human hybrid form, or back into its true from. It reverts to its true form if it dies. Any equipment it is wearing or carrying is absorbed or borne by the new form (the ijiraq's choice). \n\nWhile in its true form or its hybrid form, its statistics are the same. When in a beast form, the ijiraq retains its alignment, hp, Hit Dice, ability to speak, proficiencies, and Intelligence, Wisdom, and Charisma scores, as well as this action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.",
                    "name": "Change Shape"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The ijiraq's weapon attacks are magical.",
                    "name": "Magic Weapons"
                },
                {
                    "desc": "After encountering an ijiraq, a creature must succeed on a DC 15 Wisdom saving throw to remember the events. On a failure, the details of the encounter rapidly fade away from the creature's mind, including the presence of the ijiraq.",
                    "name": "Memory Loss"
                }
            ],
            "spell_list": [],
            "page_no": 225,
            "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_ijiraq/"
        },
        {
            "slug": "incinis",
            "desc": "",
            "name": "Incinis",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 171,
            "hit_dice": "18d10+72",
            "speed": {
                "walk": 40
            },
            "strength": 12,
            "dexterity": 20,
            "constitution": 18,
            "intelligence": 10,
            "wisdom": 16,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "fire, poison",
            "condition_immunities": "exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Common, Ignan",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "desc": "The incinis makes two magma fist attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 9,
                    "damage_dice": "2d8+5",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one creature. Hit: 14 (2d8 + 5) bludgeoning damage and 9 (2d8) fire damage.",
                    "name": "Magma Fist"
                },
                {
                    "desc": "The incinis transforms into a wave of magma, moving up to its speed in a straight line. Each creature in the path where the incinis moves must make a DC 17 Dexterity saving throw. On a failure, a target takes 21 (6d6) fire damage and, if it is a Large or smaller creature, it is pushed ahead of the incinis and knocked prone in an unoccupied space within 5 feet of where the incinis ends its movement. On a success, a target takes half the damage and is neither pushed nor knocked prone.",
                    "name": "Wave of Magma (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The elemental can move through a space as narrow as 1 inch wide without squeezing. A creature that touches the elemental or hits it with a melee attack while within 5 feet of it takes 5 (1d10) fire damage and must succeed on a DC 16 Strength saving throw or the weapon becomes stuck in the elemental. If the weapon's wielder can't or won't let go of the weapon, the wielder is grappled while the weapon is stuck. While stuck, the weapon can't be used. Until the grapple ends, the wielder takes 5 (1d10) fire damage at the start of each of its turns. To end the grapple, the wielder can release the weapon or pull it free by taking an action to make a DC 16 Strength check and succeeding.",
                    "name": "Magma Form"
                }
            ],
            "spell_list": [],
            "page_no": 226,
            "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_incinis/"
        },
        {
            "slug": "ink-guardian",
            "desc": "",
            "name": "Ink Guardian",
            "size": "Large",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 8,
            "armor_desc": null,
            "hit_points": 102,
            "hit_dice": "12d10+36",
            "speed": {
                "walk": 20
            },
            "strength": 16,
            "dexterity": 7,
            "constitution": 16,
            "intelligence": 6,
            "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": "fire, slashing, thunder",
            "damage_immunities": "acid",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, prone",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 8",
            "languages": "-",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "desc": "As a Medium or Large creature, the ink guardian makes two pseudopod 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 plus 7 (2d6) acid damage.",
                    "name": "Pseudopod"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The ink guardian can move through a space as narrow as 1 inch wide without squeezing.",
                    "name": "Amorphous"
                },
                {
                    "desc": "When activated, the creature launches from its bottle, landing within 20 feet of the bottle. It starts as Tiny, and at the start of each of its turns, it increases in size by one step to a maximum of Large.\n\nWhen the ink guardian is defeated, the bottle becomes inactive for 3d8 hours. After that time, the ink guardian regains all its hp and is active again. The bottle has AC of 20, 10 hp, and is immune to damage that isn't bludgeoning. If the bottle is destroyed, the ink guardian dies and can't rejuvenate.",
                    "name": "Bottled Rejuvenation"
                },
                {
                    "desc": "A creature that touches the ink guardian or hits it with a melee attack while within 5 feet of it takes 4 (1d8) acid damage. The ink guardian can eat through flesh quickly, but it doesn't harm metal, wood, or paper.",
                    "name": "Selectively Caustic"
                },
                {
                    "desc": "When the ink guardian is subjected to thunder damage, it takes no damage and instead splashes onto creatures within 5 feet of it. Each creature in the area takes 4 (1d8) acid damage. When the ink guardian is reduced to 0 hp, it explodes. Each creature within 15 feet of it must make a DC 13 Dexterity saving throw, taking 9 (2d8) acid damage on a failed save, or half as much damage on a successful one.",
                    "name": "Volatile"
                }
            ],
            "spell_list": [],
            "page_no": 285,
            "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_ink-guardian/"
        },
        {
            "slug": "inkling",
            "desc": "",
            "name": "Inkling",
            "size": "Tiny",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 10,
            "hit_dice": "4d4",
            "speed": {
                "walk": 20
            },
            "strength": 4,
            "dexterity": 14,
            "constitution": 10,
            "intelligence": 14,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 4,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "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/4",
            "cr": 0.25,
            "actions": [
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d4+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) slashing damage.",
                    "name": "Lash"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "If a spell attack hits the inkling, it can force the attacker to make a DC 12 Intelligence saving throw. If the attacker fails the saving throw, the spell is redirected to hit another creature of the inkling's choice within 30 feet.",
                    "name": "Redirect Spell"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The inkling can move through a space as narrow as 1 inch wide without squeezing.",
                    "name": "Amorphous"
                },
                {
                    "desc": "If an inkling spends 24 hours with a spellbook or a spell scroll, it can learn the magic of one 2nd level or lower spell, erasing and absorbing all the ink and magic used to inscribe the spell. The inkling can then cast the spell once per day.",
                    "name": "A Thirst for Knowledge"
                },
                {
                    "desc": "The inkling has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "The inkling's innate spellcasting ability is Intelligence (spell save DC 12, +4 to hit with spell attacks). It can innately cast the following spells, requiring only somatic components:\nAt will: fire bolt, mending, minor illusion, prestidigitation\n1/day each: color spray, detect magic, magic missile",
                    "name": "Innate Spellcasting"
                }
            ],
            "spell_list": [],
            "page_no": 227,
            "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_inkling/"
        },
        {
            "slug": "iron-sphere",
            "desc": "",
            "name": "Iron Sphere",
            "size": "Small",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 60,
            "hit_dice": "8d6+32",
            "speed": {
                "burrow": 10,
                "climb": 20,
                "walk": 30
            },
            "strength": 16,
            "dexterity": 13,
            "constitution": 18,
            "intelligence": 4,
            "wisdom": 10,
            "charisma": 3,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "athletics": 6,
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "lightning, necrotic, poison, psychic, radiant",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned, prone",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 13",
            "languages": "understands the languages of its creator but can't speak",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "desc": "The iron sphere makes three melee 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) slashing damage.",
                    "name": "Blade"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d8+3",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) bludgeoning damage.",
                    "name": "Piston"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d8+3",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) piercing damage.",
                    "name": "Spike"
                },
                {
                    "desc": "The sphere extends a metal rod from one of its many facets and fires a bolt of lightning in a 20-foot line that is 5 feet wide. Each creature in that line must make a DC 15 Dexterity saving throw, taking 22 (4d10) lightning damage on a failed save, or half as much damage on a successful one.",
                    "name": "Lightning Cannon (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The sphere is immune to any spell or effect that would alter its form.",
                    "name": "Immutable Form"
                },
                {
                    "desc": "The sphere deals double damage to objects and structures.",
                    "name": "Siege Monster"
                },
                {
                    "desc": "The sphere can launch itself into the air by extending the rods within it like pistons. The sphere's long jump is up to 25 feet and its high jump is up to 15 feet, with or without a running start.",
                    "name": "Standing Leap"
                },
                {
                    "desc": "The sphere can burrow through solid rock at half its burrow speed and leaves a 5-foot-wide, 5-foot-high tunnel in its wake.",
                    "name": "Tunneler"
                }
            ],
            "spell_list": [],
            "page_no": 228,
            "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_iron-sphere/"
        },
        {
            "slug": "jaanavar-jal",
            "desc": "",
            "name": "Jaanavar Jal",
            "size": "Huge",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 172,
            "hit_dice": "15d12+75",
            "speed": {
                "swim": 60,
                "walk": 20
            },
            "strength": 20,
            "dexterity": 14,
            "constitution": 20,
            "intelligence": 6,
            "wisdom": 13,
            "charisma": 10,
            "strength_save": 8,
            "dexterity_save": null,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4,
                "stealth": 5
            },
            "damage_vulnerabilities": "cold",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "blindsense 60 ft., passive Perception 14",
            "languages": "-",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "desc": "The jaanavar jal makes two attacks: one with its bite and one to constrict.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "3d10+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 21 (3d10 + 5) piercing damage",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "1d10+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one Large or smaller creature. Hit: 10 (1d10 + 5) bludgeoning damage and the target is grappled (escape DC 16). Until this grapple ends, the creature is restrained and the jaanavar jal can't constrict another creature.",
                    "name": "Constrict"
                },
                {
                    "desc": "The jaanavar jal expels a line of burning oil that is 40 feet long and 5 feet wide from glands beside its mouth. Each creature in that line must make a DC 16 Dexterity saving throw, taking 31 (9d6) fire damage on a failed save, or half as much damage on a successful one.",
                    "name": "Flaming Oil Spittle (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The jaanavar jal can breathe air and water.",
                    "name": "Amphibious"
                },
                {
                    "desc": "The jaanavar jal regains 10 hp at the start of its turn if it has at least 1 hp. If the jaanavar jal takes cold damage, this trait doesn't function at the start of its next turn. The jaanavar jal dies only if it starts its turn with 0 hp and doesn't regenerate.",
                    "name": "Regeneration"
                }
            ],
            "spell_list": [],
            "page_no": 229,
            "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_jaanavar-jal/"
        },
        {
            "slug": "jiangshi",
            "desc": "",
            "name": "Jiangshi",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 117,
            "hit_dice": "18d8+36",
            "speed": {
                "walk": 20
            },
            "strength": 17,
            "dexterity": 10,
            "constitution": 14,
            "intelligence": 6,
            "wisdom": 12,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "athletics": 6,
                "perception": 4
            },
            "damage_vulnerabilities": "fire",
            "damage_resistances": "necrotic; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "blinded, exhaustion, poisoned",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 14",
            "languages": "understands any languages it knew in life but can't speak",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "desc": "The jiangshi makes two claw attacks. It can use Life Drain in place of one claw attack.",
                    "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) slashing damage. The target is grappled (escape DC 14) if it is a Medium or smaller creature and the jiangshi doesn't have two other creatures grappled.",
                    "name": "Claw"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "4d6",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one creature that is grappled by the jiangshi, incapacitated, or restrained. 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 necrotic damage taken. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its hp maximum to 0. \n\nA humanoid slain in this way rises 24 hours later as a jiangshi, unless the humanoid is restored to life, its body is bathed in vinegar before burial, or its body is destroyed.",
                    "name": "Life Drain"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The jiangshi can't use its blindsight while deafened.",
                    "name": "Blind Senses"
                },
                {
                    "desc": "The jiangshi has advantage on Wisdom (Perception) checks that rely on hearing.",
                    "name": "Keen Hearing"
                },
                {
                    "desc": "The jiangshi has advantage on saving throws against spells and other magical effects. A creature can take its action while within 5 feet of the jiangshi to rip the prayer off the jiangshi by succeeding on a DC 16 Strength check. The jiangshi loses this trait if its prayer scroll is removed.",
                    "name": "Prayer of Magic Resistance"
                },
                {
                    "desc": "The jiangshi's long jump is up to 30 feet and its high jump is up to 15 feet, with or without a running start.",
                    "name": "Standing Leap"
                },
                {
                    "desc": "When a creature that can see the jiangshi starts its turn within 30 feet of the jiangshi, it must make a DC 14 Wisdom saving throw, unless the jiangshi is incapacitated. On a failed save, the creature is frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the jiangshi's Terrifying Appearance for the next 24 hours.",
                    "name": "Terrifying Appearance"
                }
            ],
            "spell_list": [],
            "page_no": 230,
            "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_jiangshi/"
        }
    ]
}