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

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

{
    "count": 3207,
    "next": "https://api.open5e.com/monsters/?format=api&ordering=cr&page=6",
    "previous": "https://api.open5e.com/monsters/?format=api&ordering=cr&page=4",
    "results": [
        {
            "slug": "flying_sword_bf",
            "desc": "",
            "name": "Flying Sword",
            "size": "small",
            "type": "Construct",
            "subtype": "",
            "group": "Animated Objects",
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 11,
            "hit_dice": "",
            "speed": {
                "walk": 0,
                "fly": 50
            },
            "strength": 12,
            "dexterity": 16,
            "constitution": 10,
            "intelligence": 1,
            "wisdom": 4,
            "charisma": 1,
            "strength_save": 1,
            "dexterity_save": 3,
            "constitution_save": 0,
            "intelligence_save": -5,
            "wisdom_save": -3,
            "charisma_save": -5,
            "perception": 7,
            "skills": {},
            "damage_vulnerabilities": "acid",
            "damage_resistances": "piercing",
            "damage_immunities": "blinded,deafened,prone,Construct Resilience",
            "condition_immunities": "",
            "senses": "keensense 60 ft. (can't sense beyond this radius)",
            "languages": "-",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Slash",
                    "desc": "_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 5 (1d8+1) slashing damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Whirling Blade (6 HP or Fewer)",
                    "desc": "The flying sword makes a Slash attack against a target it can sense within 5 feet of it."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Antimagic Susceptibility",
                    "desc": "The sword is incapacitated while in the area of an antimagic field. If targeted by _dispel magic_, the sword must succeed on a CON save against the caster's spell save DC or fall unconscious for 1 minute."
                },
                {
                    "name": "Construct Nature",
                    "desc": "The sword doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Construct Resilience",
                    "desc": "The sword is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions."
                },
                {
                    "name": "False Appearance",
                    "desc": "While the sword remains motionless and isn't flying, it is indistinguishable from a normal sword."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_flying-sword/"
        },
        {
            "slug": "frog_giant_bf",
            "desc": "",
            "name": "Frog, Giant",
            "size": "medium",
            "type": "Beast",
            "subtype": "",
            "group": "Animals",
            "alignment": "",
            "armor_class": 11,
            "armor_desc": null,
            "hit_points": 15,
            "hit_dice": "",
            "speed": {
                "walk": 20,
                "swim": 40
            },
            "strength": 14,
            "dexterity": 12,
            "constitution": 10,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 2,
            "strength_save": 2,
            "dexterity_save": 1,
            "constitution_save": 0,
            "intelligence_save": -4,
            "wisdom_save": 0,
            "charisma_save": -4,
            "perception": 12,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "grappled",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 30 ft.",
            "languages": "-",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 5 (1d6+2) piercing damage, and the target is grappled (escape DC 12). Until this grapple ends, the target is restrained, and the frog can't Bite another target."
                },
                {
                    "name": "Swallow",
                    "desc": "The frog makes one Bite attack against a Small or smaller target it is grappling. If the attack hits, the target is swallowed, and the grapple ends. The swallowed target is blinded and restrained, it has total cover against attacks and other effects outside the frog, and it takes 5 (2d4) acid damage at the start of each of the frog's turns. The frog can have only one target swallowed at a time. If the frog takes any damage from the swallowed creature, the frog must succeed on a DC 10 CON save at the end of that turn or regurgitate the creature, which falls prone in a space within 5 feet of the frog. If the frog dies, a swallowed creature is no longer restrained by it and can escape from the corpse using 5 feet of movement, exiting prone."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Reeling Tongue",
                    "desc": "The frog lashes out its tongue at one Medium or smaller creature it can see within 15 feet of it. The target must succeed on a DC 12 STR save or be pulled up to 10 feet closer to the frog."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The frog can breathe air and water."
                },
                {
                    "name": "Standing Leap",
                    "desc": "The frog's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_frog-giant/"
        },
        {
            "slug": "goblin_bf",
            "desc": "",
            "name": "Goblin",
            "size": "small",
            "type": "Humanoid",
            "subtype": "",
            "group": "Goblins",
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "leather armor, shield",
            "hit_points": 12,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 8,
            "dexterity": 18,
            "constitution": 10,
            "intelligence": 10,
            "wisdom": 8,
            "charisma": 8,
            "strength_save": -1,
            "dexterity_save": 4,
            "constitution_save": 0,
            "intelligence_save": 0,
            "wisdom_save": -1,
            "charisma_save": -1,
            "perception": 9,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "Common,Goblin",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Scimitar",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) slashing damage."
                },
                {
                    "name": "Shortbow",
                    "desc": "_Ranged Weapon Attack:_ +4 to hit, range 80/320 ft., one target. _Hit:_ 5 (1d6+2) piercing damage."
                },
                {
                    "name": "Gang Up (1/Day)",
                    "desc": "The goblin moves up to half its speed toward a creature it can see. Each friendly goblin within 30 feet of the goblin can use its reaction to join the gang up and move up to half its speed toward the same target. This movement doesn't provoke opportunity attacks. If the initiating goblin is within 5 feet of the target, the target must make a DC 12 DEX save, taking 5 (2d4) bludgeoning damage on a failed save, or half as much damage on a successful one. For each goblin after the first that participated in the gang up and that is within 10 feet of the target, the damage increases by 1 as arrows, knives, sharp pocket scraps, and similar \"weapons\" fly at the target from all angles. Afterwards, each goblin after the first that participated in the gang up can't use Gang Up until it finishes a short or long rest."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Nimble Escape",
                    "desc": "The goblin takes the Disengage or Hide action."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_goblin/"
        },
        {
            "slug": "grimlock_bf",
            "desc": "",
            "name": "Grimlock",
            "size": "medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 11,
            "armor_desc": null,
            "hit_points": 17,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 12,
            "constitution": 12,
            "intelligence": 8,
            "wisdom": 12,
            "charisma": 6,
            "strength_save": 3,
            "dexterity_save": 1,
            "constitution_save": 1,
            "intelligence_save": -1,
            "wisdom_save": 1,
            "charisma_save": -2,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "thunder,deafened",
            "damage_resistances": "",
            "damage_immunities": "blinded",
            "condition_immunities": "",
            "senses": "keensense 30 ft. (can't sense beyond this radius)",
            "languages": "Dwarvish,Undercommon",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Spiked Club",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 5 (1d4+3) bludgeoning damage plus 2 (1d4) piercing damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Strange Bauble",
                    "desc": "The grimlock reaches into a pocket, pulls out a small object, and throws it at a creature the grimlock can sense within 30 feet. The grimlock chooses one of the following objects:\n- **Flashing Rock.** The grimlock throws a warm, scintillating rock at the target that bursts with a myriad of colors. The target must succeed on a DC 11 DEX save or be blinded until the end of its next turn.\n- **Illusory Dancer.** The grimlock throws a small disk that emits a blurry, fractured illusion of a graceful, humanoid dancer. The target must succeed on a DC 11 CHA save or be incapacitated until the end of its next turn as it is mesmerized by the dance.\n- **Whirling Death.** The grimlock throws a small, bladed gear that grows larger and larger as it travels toward the target, threatening to slice the target into pieces. The target must succeed on a DC 11 WIS save or be frightened until the end of its next turn. On a success, the target realizes the gear's growth was a magical, illusory effect and that the gear never increased in size."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Heightened Hearing and Smell",
                    "desc": "The grimlock's Perception is 16 when perceiving by hearing or smell."
                },
                {
                    "name": "Stone Camouflage",
                    "desc": "The grimlock's Stealth is 18 while in rocky terrain."
                },
                {
                    "name": "Suppressed Senses",
                    "desc": "The grimlock can't use its keensense while deafened and unable to smell."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_grimlock/"
        },
        {
            "slug": "horse_draft_bf",
            "desc": "",
            "name": "Horse, Draft",
            "size": "large",
            "type": "Beast",
            "subtype": "",
            "group": "Animals",
            "alignment": "",
            "armor_class": 10,
            "armor_desc": null,
            "hit_points": 15,
            "hit_dice": "",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 12,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 6,
            "strength_save": 4,
            "dexterity_save": 0,
            "constitution_save": 1,
            "intelligence_save": -4,
            "wisdom_save": 0,
            "charisma_save": -2,
            "perception": 12,
            "skills": {},
            "damage_vulnerabilities": "frightened",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "-",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Hooves",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6+4) bludgeoning damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Draft Animal",
                    "desc": "The draft horse can push, drag, or lift weight in pounds equal to three times its carrying capacity."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_horse-draft/"
        },
        {
            "slug": "horse_riding_bf",
            "desc": "",
            "name": "Horse, Riding",
            "size": "large",
            "type": "Beast",
            "subtype": "",
            "group": "Animals",
            "alignment": "",
            "armor_class": 10,
            "armor_desc": null,
            "hit_points": 15,
            "hit_dice": "",
            "speed": {
                "walk": 60
            },
            "strength": 16,
            "dexterity": 10,
            "constitution": 12,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 6,
            "strength_save": 3,
            "dexterity_save": 0,
            "constitution_save": 1,
            "intelligence_save": -4,
            "wisdom_save": 0,
            "charisma_save": -2,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "frightened",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "-",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Hooves",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) bludgeoning damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Easy Gait",
                    "desc": "The horse's steps are smooth and steady. A creature riding the horse has advantage on saves against exhaustion caused by a Forced March."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_horse-riding/"
        },
        {
            "slug": "insect_giant_centipede_bf",
            "desc": "",
            "name": "Insect, Giant Centipede",
            "size": "small",
            "type": "Beast",
            "subtype": "",
            "group": "Animals",
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 14,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "climb": 30
            },
            "strength": 4,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 1,
            "wisdom": 6,
            "charisma": 2,
            "strength_save": -3,
            "dexterity_save": 2,
            "constitution_save": 1,
            "intelligence_save": -5,
            "wisdom_save": -2,
            "charisma_save": -4,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "prone",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "keensense 30 ft.",
            "languages": "-",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 5 (1d6+2) piercing damage, and the target must succeed on a DC 11 CON save or take 7 (2d6) poison damage. 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."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Swift Hunter",
                    "desc": "The centipede moves up to its speed toward a hostile creature that it can see."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_insect-giant-centipede/"
        },
        {
            "slug": "lemure_bf",
            "desc": "",
            "name": "Lemure",
            "size": "medium",
            "type": "Fiend",
            "subtype": "Devil",
            "group": "Devils",
            "alignment": "",
            "armor_class": 8,
            "armor_desc": null,
            "hit_points": 17,
            "hit_dice": "",
            "speed": {
                "walk": 15
            },
            "strength": 14,
            "dexterity": 6,
            "constitution": 12,
            "intelligence": 4,
            "wisdom": 10,
            "charisma": 2,
            "strength_save": 2,
            "dexterity_save": -2,
            "constitution_save": 1,
            "intelligence_save": -3,
            "wisdom_save": 0,
            "charisma_save": -4,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "Devilish Resilience",
            "damage_immunities": "Devilish Resilience",
            "condition_immunities": "",
            "senses": "darkvision 120 ft.",
            "languages": "Infernal",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Fist",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) bludgeoning damage plus 2 (1d4) fire damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Rippling Heat (1/Day)",
                    "desc": "The lemure exudes an aura of extreme heat for 1 minute. Each creature that starts its turn within 15 feet of the lemure and that isn't a devil must succeed on a DC 11 CON save or be weakened until the start of its next turn. A weakened creature has disadvantage on all attack rolls, and it deals only half damage with weapon attacks that use Strength. A creature that fails this save by 5 or more suffers one level of exhaustion. A creature that has suffered a level of exhaustion from this lemure's Rippling Heat can't suffer another level from this lemure's Rippling Heat for 24 hours."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the lemure's darkvision."
                },
                {
                    "name": "Devilish Resilience",
                    "desc": "The devil is resistant to cold damage. In addition, it is immune to fire damage and poison damage and to the poisoned condition."
                },
                {
                    "name": "Hellish Rejuvenation",
                    "desc": "Unlike other outsiders, a lemure that dies in its home plane of the Hells is restored in a new body in 1d10 days, regaining all its HP and becoming active again. The new body appears in the Hells within 1 mile of where it was slain. Only sprinkling holy water on the lemure's remains can prevent this trait from functioning."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_lemure/"
        },
        {
            "slug": "lizard_giant_bf",
            "desc": "",
            "name": "Lizard, Giant",
            "size": "large",
            "type": "Beast",
            "subtype": "",
            "group": "Animals",
            "alignment": "",
            "armor_class": 12,
            "armor_desc": "natural armor",
            "hit_points": 15,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "climb": 30
            },
            "strength": 14,
            "dexterity": 12,
            "constitution": 12,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 4,
            "strength_save": 2,
            "dexterity_save": 1,
            "constitution_save": 1,
            "intelligence_save": -4,
            "wisdom_save": 0,
            "charisma_save": -3,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 30 ft.",
            "languages": "-",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 6 (1d8+2) piercing damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Detach Tail (9 HP or Fewer, Recharges after a Short or Long Rest)",
                    "desc": "When the lizard takes damage, it can detach its tail, reducing the damage by 4 (1d8), and immediately move up to its speed without provoking opportunity attacks."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_lizard-giant/"
        },
        {
            "slug": "owl_giant_bf",
            "desc": "",
            "name": "Owl, Giant",
            "size": "large",
            "type": "Beast",
            "subtype": "",
            "group": "Animals",
            "alignment": "",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 15,
            "hit_dice": "",
            "speed": {
                "walk": 5,
                "fly": 60
            },
            "strength": 12,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 8,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": 1,
            "dexterity_save": 2,
            "constitution_save": 1,
            "intelligence_save": -1,
            "wisdom_save": 1,
            "charisma_save": 0,
            "perception": 15,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft.",
            "languages": "Giant Owl,understands Common,Elvish,and Sylvan but can't speak them",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Talons",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8+2) slashing damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Puffed Up Display",
                    "desc": "When a creature the owl is aware of and that is within 30 feet of it attacks it, the owl can suddenly turn its piercing gaze on the creature, puff up its feathers, and release a quick hiss, startling the creature. The attacker has disadvantage on the attack roll."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Flyby",
                    "desc": "The owl doesn't provoke opportunity attacks when it flies out of an enemy's reach."
                },
                {
                    "name": "Heightened Hearing and Sight",
                    "desc": "The owl's Perception is 20 when perceiving by hearing or sight."
                },
                {
                    "name": "Quiet Wings",
                    "desc": "The owl's Stealth is 19 while flying."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_owl-giant/"
        },
        {
            "slug": "panther_bf",
            "desc": "",
            "name": "Panther",
            "size": "medium",
            "type": "Beast",
            "subtype": "",
            "group": "Animals",
            "alignment": "",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 15,
            "hit_dice": "",
            "speed": {
                "walk": 50,
                "climb": 40
            },
            "strength": 14,
            "dexterity": 14,
            "constitution": 10,
            "intelligence": 2,
            "wisdom": 14,
            "charisma": 6,
            "strength_save": 2,
            "dexterity_save": 2,
            "constitution_save": 0,
            "intelligence_save": -4,
            "wisdom_save": 2,
            "charisma_save": -2,
            "perception": 14,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "-",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 5 (1d6+2) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) slashing damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Stealthy Hunter",
                    "desc": "The panther takes the Hide action."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Heightened Smell",
                    "desc": "The panther's Perception is 19 when perceiving by smell."
                },
                {
                    "name": "Pounce",
                    "desc": "If the panther moves at least 20 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 12 STR save or be knocked prone. If the target is prone, the panther can make one Bite attack against it as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_panther/"
        },
        {
            "slug": "pseudodragon_bf",
            "desc": "",
            "name": "Pseudodragon",
            "size": "tiny",
            "type": "Dragon",
            "subtype": "",
            "group": "Dragons",
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 12,
            "hit_dice": "",
            "speed": {
                "walk": 15,
                "fly": 60
            },
            "strength": 6,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 16,
            "charisma": 10,
            "strength_save": -2,
            "dexterity_save": 2,
            "constitution_save": 1,
            "intelligence_save": 0,
            "wisdom_save": 3,
            "charisma_save": 0,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "poison,poisoned",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., keensense 10 ft.",
            "languages": "understands Common and Draconic but can't speak",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) piercing damage."
                },
                {
                    "name": "Sting",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 4 (1d4+2) piercing damage plus 2 (1d4) poison damage, and the target must succeed on a DC 11 CON save or be poisoned for 1 hour. If the creature fails the save by 5 or more, it falls unconscious while poisoned in this way, or until it takes damage or another creature uses an action to shake it awake."
                },
                {
                    "name": "Puff of Smoke (1/Day)",
                    "desc": "The pseudodragon exhales a cloud of smoke in a 10-foot-radius sphere centered on itself. The sphere spreads around corners, and its area is heavily obscured. It lasts for 1 minute or until a wind of moderate or greater speed (at least 10 miles per hour) disperses it."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Heightened Senses",
                    "desc": "The pseudodragon's Perception is 18 when perceiving by sight, hearing, or smell."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The pseudodragon has advantage on saves against spells and other magical effects."
                },
                {
                    "name": "Limited Telepathy",
                    "desc": "The pseudodragon can magically communicate simple ideas, emotions, and images telepathically with any creature within 100 feet of it that can understand a language."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_pseudodragon/"
        },
        {
            "slug": "rat_giant_bf",
            "desc": "",
            "name": "Rat, Giant",
            "size": "small",
            "type": "Beast",
            "subtype": "",
            "group": "Animals",
            "alignment": "",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 14,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "swim": 30
            },
            "strength": 6,
            "dexterity": 16,
            "constitution": 10,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 4,
            "strength_save": -2,
            "dexterity_save": 3,
            "constitution_save": 0,
            "intelligence_save": -4,
            "wisdom_save": 0,
            "charisma_save": -3,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "-",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 5 (1d4+3) piercing damage. If the target is a creature, it must make a DC 13 CON save. On a failure, the target contracts the rat plague disease (see Diseased Rats sidebar) or is poisoned until the end of its next turn (the GM's choice)."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Accustomed to Filth",
                    "desc": "The rat has advantage on saves against contracting diseases."
                },
                {
                    "name": "Heightened Smell",
                    "desc": "The rat's Perception is 15 while perceiving by smell."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The rat has advantage on attack rolls against a creature if at least one of the rat's allies is within 5 feet of the creature and the ally isn't incapacitated."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_rat-giant/"
        },
        {
            "slug": "rat_swarm_of_rats_bf",
            "desc": "",
            "name": "Rat, Swarm of Rats",
            "size": "medium",
            "type": "Swarm",
            "subtype": "",
            "group": "Animals",
            "alignment": "",
            "armor_class": 10,
            "armor_desc": null,
            "hit_points": 14,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "swim": 30
            },
            "strength": 8,
            "dexterity": 10,
            "constitution": 8,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 2,
            "strength_save": -1,
            "dexterity_save": 0,
            "constitution_save": -1,
            "intelligence_save": -4,
            "wisdom_save": 0,
            "charisma_save": -4,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "Swarm Resilience",
            "damage_immunities": "Swarm Resilience",
            "condition_immunities": "",
            "senses": "darkvision 30 ft.",
            "languages": "-",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Bites",
                    "desc": "_Melee Weapon Attack:_ +2 to hit, reach 0 ft., one target 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. If the target is a creature, it must make a DC 9 CON save. On a failure, the target contracts the rat plague disease (see Diseased Rats sidebar) or is poisoned until the end of its next turn (the GM's choice)."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Accustomed to Filth",
                    "desc": "The swarm has advantage on saves against contracting diseases."
                },
                {
                    "name": "Heightened Smell",
                    "desc": "The swarm's Perception is 15 when perceiving by smell."
                },
                {
                    "name": "Swarm",
                    "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny rat. The swarm can't regain HP or gain temporary HP."
                },
                {
                    "name": "Swarm Resilience",
                    "desc": "The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_rat-swarm-of-rats/"
        },
        {
            "slug": "raven_swarm_of_ravens_bf",
            "desc": "",
            "name": "Raven, Swarm of Ravens",
            "size": "medium",
            "type": "Swarm",
            "subtype": "",
            "group": "Animals",
            "alignment": "",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 13,
            "hit_dice": "",
            "speed": {
                "walk": 10,
                "fly": 50
            },
            "strength": 6,
            "dexterity": 14,
            "constitution": 8,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 8,
            "strength_save": -2,
            "dexterity_save": 2,
            "constitution_save": -1,
            "intelligence_save": -4,
            "wisdom_save": 1,
            "charisma_save": -1,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "Swarm Resilience",
            "damage_immunities": "Swarm Resilience",
            "condition_immunities": "",
            "senses": "-",
            "languages": "-",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Beaks",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target in the swarm's space. _Hit:_ 9 (2d8) piercing damage, or 4 (1d8) piercing damage if the swarm has half of its HP or fewer."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Carrion Sense",
                    "desc": "The swarm can pinpoint, by scent, the location of carrion, dead creatures, and Undead without the Incorporeal Movement trait within 60 feet of it."
                },
                {
                    "name": "Pilfering Swarm",
                    "desc": "A creature in the swarm's space is surrounded by ravens pecking and pulling at its clothing, hair, fur, and belongings. If a creature in the swarm's space casts a spell with a material component, it must succeed on a DC 12 DEX save or the spell fails to cast, expending the action required to cast it but not the spell slot or daily use, as the ravens steal the component."
                },
                {
                    "name": "Swarm",
                    "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny raven. The swarm can't regain HP or gain temporary HP."
                },
                {
                    "name": "Swarm Resilience",
                    "desc": "The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_raven-swarm-of-ravens/"
        },
        {
            "slug": "skeleton_bf",
            "desc": "",
            "name": "Skeleton",
            "size": "medium",
            "type": "Undead",
            "subtype": "",
            "group": "Skeletons",
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "armor scraps",
            "hit_points": 14,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 6,
            "wisdom": 8,
            "charisma": 4,
            "strength_save": 0,
            "dexterity_save": 2,
            "constitution_save": 2,
            "intelligence_save": -2,
            "wisdom_save": -1,
            "charisma_save": -3,
            "perception": 9,
            "skills": {},
            "damage_vulnerabilities": "bludgeoning",
            "damage_resistances": "piercing",
            "damage_immunities": "Undead Resilience",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "understands the languages it knew in life but can't speak",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Shortsword",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) piercing damage."
                },
                {
                    "name": "Shortbow",
                    "desc": "_Ranged Weapon Attack:_ +4 to hit, range 80/320 ft., one target. _Hit:_ 5 (1d6+2) piercing damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Counterattack (Recharge 6)",
                    "desc": "When a creature the skeleton can see hits it with an attack, the skeleton can make one Shortsword or Shortbow attack against the attacker."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "False Appearance",
                    "desc": "While the skeleton remains motionless and prone, it is indistinguishable from an inanimate Humanoid skeleton."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The skeleton doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Undead Resilience",
                    "desc": "The skeleton is immune to poison damage, to exhaustion, and to the poisoned condition."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_skeleton/"
        },
        {
            "slug": "snake_constrictor_bf",
            "desc": "",
            "name": "Snake, Constrictor",
            "size": "large",
            "type": "Beast",
            "subtype": "",
            "group": "Animals",
            "alignment": "",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 15,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "swim": 30
            },
            "strength": 14,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 1,
            "wisdom": 10,
            "charisma": 2,
            "strength_save": 2,
            "dexterity_save": 2,
            "constitution_save": 1,
            "intelligence_save": -5,
            "wisdom_save": 0,
            "charisma_save": -4,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "keensense 10 ft.",
            "languages": "-",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 5 (1d6+2) piercing damage."
                },
                {
                    "name": "Constrict",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 6 (1d8+2) bludgeoning damage, and the target is grappled (escape DC 12), if it is a Large or smaller creature. Until this grapple ends, the creature is restrained, and the snake can't Constrict another target."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Crush",
                    "desc": "One creature grappled by the snake must succeed on a DC 12 STR or take 4 (1d8) bludgeoning damage and begin suffocating. The creature continues suffocating until the grapple ends."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_snake-constrictor/"
        },
        {
            "slug": "snake_giant_poisonous_bf",
            "desc": "",
            "name": "Snake, Giant Poisonous",
            "size": "medium",
            "type": "Beast",
            "subtype": "",
            "group": "Animals",
            "alignment": "",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 14,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "swim": 30
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 2,
            "strength_save": 0,
            "dexterity_save": 2,
            "constitution_save": 1,
            "intelligence_save": -4,
            "wisdom_save": 0,
            "charisma_save": -4,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "poison,poisoned",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "keensense 10 ft.",
            "languages": "-",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 10 ft., one creature. _Hit:_ 5 (1d6+2) piercing damage, and the target must make a DC 11 CON save, taking 5 (2d4) poison damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Reflexive Nip",
                    "desc": "When a creature the snake can see hits it with a melee attack while within 5 feet of it, the snake can make a quick nip at the creature. The attacker must succeed on a DC 11 CON save or be poisoned until the end of its next turn."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_snake-giant-poisonous/"
        },
        {
            "slug": "spider_giant_wolf_bf",
            "desc": "",
            "name": "Spider, Giant Wolf",
            "size": "medium",
            "type": "Beast",
            "subtype": "",
            "group": "Animals",
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 14,
            "hit_dice": "",
            "speed": {
                "walk": 40,
                "climb": 40
            },
            "strength": 14,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 4,
            "strength_save": 2,
            "dexterity_save": 2,
            "constitution_save": 1,
            "intelligence_save": -4,
            "wisdom_save": 1,
            "charisma_save": -3,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "keensense 10 ft., darkvision 60 ft.",
            "languages": "-",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 5 (1d6+2) piercing damage, and the target must succeed on a DC 12 CON save or take 5 (2d4) poison damage. 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."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Hunter's Leap",
                    "desc": "The spider jumps up to 20 feet horizontally or up to 10 feet vertically toward a hostile creature that it can see. This movement doesn't provoke opportunity attacks."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Spider Climb",
                    "desc": "The spider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                },
                {
                    "name": "Standing Leap",
                    "desc": "The spider's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_spider-giant-wolf/"
        },
        {
            "slug": "sprite_bf",
            "desc": "",
            "name": "Sprite",
            "size": "tiny",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "leather armor",
            "hit_points": 13,
            "hit_dice": "",
            "speed": {
                "walk": 10,
                "fly": 40
            },
            "strength": 2,
            "dexterity": 16,
            "constitution": 10,
            "intelligence": 14,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": -4,
            "dexterity_save": 3,
            "constitution_save": 0,
            "intelligence_save": 2,
            "wisdom_save": 1,
            "charisma_save": 0,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "Fey Resilience",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "Common,Elvish,Sylvan",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Shortsword",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) piercing damage."
                },
                {
                    "name": "Shortbow",
                    "desc": "_Ranged Weapon Attack:_ +5 to hit, range 80/320 ft., one target. _Hit:_ 6 (1d6+3) piercing damage, and the target must succeed on a DC 13 CON save or be poisoned for 1 minute. If the save fails by 5 or more, the poisoned target falls unconscious for the same duration, or until it takes damage or another creature takes an action to shake it awake."
                },
                {
                    "name": "Invisibility",
                    "desc": "The sprite magically turns invisible until it attacks or casts a spell, or until its concentration ends (as if concentrating on a spell). Any equipment the sprite wears or carries is invisible with it."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Heart Sight",
                    "desc": "The sprite touches a creature and magically knows the creature's current emotional state. If the target fails a DC 13 CHA save, the sprite also knows if the creature has malign intentions or intends to commit malevolent acts within the next hour. Celestials, Fiends, and Undead automatically fail the save."
                },
                {
                    "name": "Swift Flight",
                    "desc": "The sprite moves up to half its speed without provoking opportunity attacks."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Fey Resilience",
                    "desc": "The sprite is resistant to the charmed and unconscious conditions."
                },
                {
                    "name": "Speak with Beasts and Plants",
                    "desc": "The sprite can communicate with Beasts and Plants as if they shared a language."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_sprite/"
        },
        {
            "slug": "star_crow_bf",
            "desc": "",
            "name": "Star Crow",
            "size": "tiny",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 12,
            "hit_dice": "",
            "speed": {
                "walk": 20,
                "fly": 60,
                "hover": true
            },
            "strength": 6,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 1,
            "wisdom": 16,
            "charisma": 1,
            "strength_save": -2,
            "dexterity_save": 3,
            "constitution_save": 1,
            "intelligence_save": -5,
            "wisdom_save": 3,
            "charisma_save": -5,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "poison",
            "damage_resistances": "Aberrant Resilience",
            "damage_immunities": "psychic,radiant,blinded,exhaustion,prone",
            "condition_immunities": "",
            "senses": "truesight 120 ft.",
            "languages": "-",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Radiant Touch",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 5 (1d4+3) radiant damage, and the star crow attaches to the target. While attached, the star crow can use only the Thought Share action and Blinding Burst bonus action, and it moves with the target whenever the target moves, requiring none of the star crow's movement. The star crow can detach itself by spending 5 feet of its movement. A creature, including the target, can take its action to detach the star crow by succeeding on a DC 13 STR check."
                },
                {
                    "name": "Thought Share",
                    "desc": "The star crow learns some of the attached target's memories, and the attached target experiences a rapid sequence of memories from other creatures the star crow has encountered. The target takes 5 (2d4) psychic damage and must succeed on a DC 13 CHA save or be stunned until the end of its next turn."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Blinding Burst (Recharge 5-6)",
                    "desc": "The star crow dims then suddenly bursts with blinding light. Each creature within 30 feet of the star crow must succeed on a DC 13 CON save or be blinded until the end of its next turn."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Aberrant Resilience",
                    "desc": "The star crow is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form."
                },
                {
                    "name": "Illumination",
                    "desc": "The star crow sheds bright light in a 20-foot radius and dim light for an additional 20 feet."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_star-crow/"
        },
        {
            "slug": "violet_fungus_bf",
            "desc": "",
            "name": "Violet Fungus",
            "size": "medium",
            "type": "Plant",
            "subtype": "",
            "group": "Fungi",
            "alignment": "",
            "armor_class": 10,
            "armor_desc": null,
            "hit_points": 14,
            "hit_dice": "",
            "speed": {
                "walk": 15
            },
            "strength": 2,
            "dexterity": 10,
            "constitution": 10,
            "intelligence": 1,
            "wisdom": 2,
            "charisma": 1,
            "strength_save": -4,
            "dexterity_save": 0,
            "constitution_save": 0,
            "intelligence_save": -5,
            "wisdom_save": -4,
            "charisma_save": -5,
            "perception": 6,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic,Plant Resilience",
            "damage_immunities": "blinded,deafened,frightened",
            "condition_immunities": "",
            "senses": "keensense 30 ft. (blind beyond this radius)",
            "languages": "-",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Rotting Touch",
                    "desc": "_Melee Weapon Attack:_ +2 to hit, reach 10 ft., one creature. _Hit:_ 5 (2d4) necrotic damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Necrotic Spores (8 HP or Fewer)",
                    "desc": "The violet fungus sends out a burst of necrotic-laced spores, rapidly rotting nearby flesh. Each creature within 10 feet of the violet fungus that isn't a Construct must make a DC 10 CON save, taking 5 (2d4) necrotic damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "False Appearance",
                    "desc": "While the violet fungus remains motionless, it is indistinguishable from an ordinary fungus."
                },
                {
                    "name": "Plant Resilience",
                    "desc": "The violet fungus is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_violet-fungus/"
        },
        {
            "slug": "weasel_giant_bf",
            "desc": "",
            "name": "Weasel, Giant",
            "size": "medium",
            "type": "Beast",
            "subtype": "",
            "group": "Animals",
            "alignment": "",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 14,
            "hit_dice": "",
            "speed": {
                "walk": 40
            },
            "strength": 10,
            "dexterity": 16,
            "constitution": 10,
            "intelligence": 4,
            "wisdom": 12,
            "charisma": 4,
            "strength_save": 0,
            "dexterity_save": 3,
            "constitution_save": 0,
            "intelligence_save": -3,
            "wisdom_save": 1,
            "charisma_save": -3,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "-",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 5 (1d4+3) piercing damage. Instead of dealing damage, the weasel can steal one item the target is wearing or carrying, provided the item weighs no more than 10 pounds, isn't a weapon, and isn't wrapped around or firmly attached to the target. For example, a weasel could steal a hat or belt pouch but not a creature's shirt or armor."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Repellent Spray",
                    "desc": "When a creature the weasel can see moves to a space within 15 feet of it, the weasel can release a pungent spray at the creature. The target must succeed on a DC 13 CON save or be poisoned until the end of its next turn. While poisoned, the creature can't move to a space within 5 feet of the weasel."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Heightened Hearing and Smell",
                    "desc": "The weasel's Perception is 18 when perceiving by hearing or smell."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_weasel-giant/"
        },
        {
            "slug": "wolf_bf",
            "desc": "",
            "name": "Wolf",
            "size": "medium",
            "type": "Beast",
            "subtype": "",
            "group": "Animals",
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 14,
            "hit_dice": "",
            "speed": {
                "walk": 40
            },
            "strength": 12,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 6,
            "strength_save": 1,
            "dexterity_save": 2,
            "constitution_save": 1,
            "intelligence_save": -4,
            "wisdom_save": 1,
            "charisma_save": -2,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "-",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8+2) piercing damage. If the target is a creature, it must succeed on a DC 12 STR save or be knocked prone."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Heightened Hearing and Smell",
                    "desc": "The wolf's Perception is 16 while perceiving by hearing or smell."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The wolf has advantage on attack rolls against a creature if at least one of the wolf's allies is within 5 feet of the creature and the ally isn't incapacitated."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_wolf/"
        },
        {
            "slug": "zombie_bf",
            "desc": "",
            "name": "Zombie",
            "size": "medium",
            "type": "Undead",
            "subtype": "",
            "group": "Zombies",
            "alignment": "",
            "armor_class": 8,
            "armor_desc": null,
            "hit_points": 16,
            "hit_dice": "",
            "speed": {
                "walk": 20
            },
            "strength": 14,
            "dexterity": 6,
            "constitution": 16,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 4,
            "strength_save": 2,
            "dexterity_save": -2,
            "constitution_save": 3,
            "intelligence_save": -4,
            "wisdom_save": 0,
            "charisma_save": -3,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "Undead Resilience",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "understands the languages it knew in life but can't speak",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Slam",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) bludgeoning damage. The target is grappled (escape DC 12) if it is a Medium or smaller creature, and the zombie doesn't already have a creature grappled."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Rotten Hold",
                    "desc": "The zombie gnaws idly on the creature grappled by it. The target must succeed on a DC 12 CON save or take 2 (1d4) poison damage. A Humanoid slain by this bonus action rises 24 hours later as a zombie, unless the Humanoid is restored to life or its body is destroyed."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Undead Fortitude",
                    "desc": "If damage reduces the zombie to 0 HP, it must make a CON save with a DC equal to 5 + the damage taken, unless the damage is radiant or from a critical hit. On a success, the zombie drops to 1 HP instead."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The zombie doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Undead Resilience",
                    "desc": "The zombie is immune to poison damage, to exhaustion, and to the poisoned condition."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_zombie/"
        },
        {
            "slug": "acid-ant",
            "desc": "",
            "name": "Acid Ant",
            "size": "Small",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 13,
            "hit_dice": "3d6+3",
            "speed": {
                "walk": 30
            },
            "strength": 8,
            "dexterity": 13,
            "constitution": 12,
            "intelligence": 1,
            "wisdom": 7,
            "charisma": 3,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "acid",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., passive Perception 8",
            "languages": "-",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "attack_bonus": 3,
                    "damage_dice": "2d4",
                    "desc": "Ranged Weapon Attack: +3 to hit, range 20/60 ft., one target. Hit: 5 (2d4) acid damage and the target takes 1 acid damage at the start of its next turn unless the target immediately uses its reaction to wipe off the spit.",
                    "name": "Acid Spit"
                },
                {
                    "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 plus 2 (1d4) acid damage.",
                    "name": "Bite"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "When the ant is reduced to 0 hp, it explodes in a burst of acid. Each creature within 5 feet of the ant must succeed on a DC 11 Dexterity saving throw or take 5 (2d4) acid damage.",
                    "name": "Explosive Death"
                },
                {
                    "desc": "The ant has advantage on Wisdom (Perception) checks that rely on smell.",
                    "name": "Keen Smell"
                }
            ],
            "spell_list": [],
            "page_no": 8,
            "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_acid-ant/"
        },
        {
            "slug": "alliumite",
            "desc": "",
            "name": "Alliumite",
            "size": "Small",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 14,
            "armor_desc": null,
            "hit_points": 18,
            "hit_dice": "4d6+4",
            "speed": {
                "burrow": 20,
                "walk": 30
            },
            "strength": 6,
            "dexterity": 18,
            "constitution": 12,
            "intelligence": 7,
            "wisdom": 12,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3,
                "stealth": 6,
                "survival": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Sylvan",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d4+4",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 20/60 ft., one target. Hit: 6 (1d4 + 4) piercing damage.",
                    "name": "Thorn Dart"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d6+4",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) slashing damage.",
                    "name": "Grass Blade"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The alliumite has advantage on Dexterity (Stealth) checks it makes in any terrain with ample obscuring plant life.",
                    "name": "Plant Camouflage"
                },
                {
                    "desc": "Each creature other than an alliumite within 5 feet of the alliumite when it takes damage must succeed on a DC 13 Constitution saving throw or be blinded until the start of the creature's next turn. On a successful saving throw, the creature is immune to the Tearful Stench of all alliumites for 1 minute.",
                    "name": "Tearful Stench"
                }
            ],
            "spell_list": [],
            "page_no": 13,
            "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_alliumite/"
        },
        {
            "slug": "archaeopteryx",
            "desc": "",
            "name": "Archaeopteryx",
            "size": "Tiny",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": "natural armor",
            "hit_points": 7,
            "hit_dice": "3d4",
            "speed": {
                "fly": 50,
                "walk": 5
            },
            "strength": 6,
            "dexterity": 13,
            "constitution": 10,
            "intelligence": 2,
            "wisdom": 14,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 12",
            "languages": "-",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "desc": "The archaeopteryx makes two attacks: one with its beak and one with its talons.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 3,
                    "damage_dice": "1d4+1",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 3 (1d4 + 1) piercing damage.",
                    "name": "Beak"
                },
                {
                    "attack_bonus": 3,
                    "damage_dice": "1d4+1",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 3 (1d4 + 1) slashing damage.",
                    "name": "Talons"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The archaeopteryx doesn't provoke opportunity attacks when it flies out of an enemy's reach.",
                    "name": "Flyby"
                }
            ],
            "spell_list": [],
            "page_no": 25,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_archaeopteryx/"
        },
        {
            "slug": "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": "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": "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": "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": "living-shade",
            "desc": "",
            "name": "Living Shade",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 18,
            "hit_dice": "4d8",
            "speed": {
                "walk": 40
            },
            "strength": 6,
            "dexterity": 14,
            "constitution": 10,
            "intelligence": 9,
            "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": {
                "stealth": 6
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "acid, cold, fire, lightning, thunder; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "exhaustion, frightened, grappled, paralyzed, petrified, poisoned, prone, restrained",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "understands Common but can't speak",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d4",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 2 (1d4) cold damage.",
                    "name": "Shadow Touch"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The living shade can move through a space as narrow as 1 inch wide without squeezing.",
                    "name": "Amorphous"
                },
                {
                    "desc": "While in dim light or darkness, the living shade can take the Hide action as a bonus action.",
                    "name": "Shadow Stealth"
                },
                {
                    "desc": "While in sunlight, the living shade has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight.",
                    "name": "Sunlight Sensitivity"
                }
            ],
            "spell_list": [],
            "page_no": 255,
            "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_living-shade/"
        },
        {
            "slug": "morko",
            "desc": "",
            "name": "Morko",
            "size": "Small",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 17,
            "hit_dice": "5d6",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 15,
            "constitution": 11,
            "intelligence": 12,
            "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,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire, poison",
            "condition_immunities": "",
            "senses": "passive Perception 12",
            "languages": "Elvish, Sylvan",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "attack_bonus": 3,
                    "damage_dice": "1d6+1",
                    "desc": "Melee or Ranged Weapon Attack: +3 to hit, reach 5 ft. and range 20/60 ft., one target. Hit: 4 (1d6 + 1) piercing damage, or 5 (1d8 + 1) piercing damage if used with two hands to make a melee attack.",
                    "name": "Spear"
                },
                {
                    "desc": "The morko fixes its gaze on a creature it can see within 30 feet. The target must make a DC 13 Wisdom saving throw or become cursed with ill manners, taking disadvantage on all ability checks and saving throws based on",
                    "name": "Disdainful Eye (Recharge 6)"
                },
                {
                    "desc": "The curse lasts until removed by the remove curse spell or other magic, or until the creature drinks a pitcher of curdled milk.",
                    "name": "Charisma"
                },
                {
                    "desc": "For 1 minute, the morko magically decreases in size, along with anything it is wearing or carrying. While shrunken, the morko is Tiny, halves its damage dice on Strength-based weapon attacks, and makes Strength checks and Strength saving throws with disadvantage. If the morko lacks the room to grow back to its regular size, it attains the maximum size possible in the space available.",
                    "name": "Shrink (Recharges after a Short or Long Rest)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The morko has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                }
            ],
            "spell_list": [],
            "page_no": 270,
            "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_morko/"
        },
        {
            "slug": "necrotic-tick",
            "desc": "",
            "name": "Necrotic Tick",
            "size": "Tiny",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 3,
            "hit_dice": "1d4+1",
            "speed": {
                "climb": 10,
                "walk": 10
            },
            "strength": 2,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 1,
            "wisdom": 12,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 3,
            "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": "-",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 1 piercing damage, and the tick attaches to the target. While attached, the necrotic tick doesn't attack. Instead, at the start of each of the tick's turns, the target loses 5 (1d4 + 3) hp due to blood loss. The target must make a DC 13 Wisdom saving throw. If it fails, it is affected by the tick's toxins and doesn't attempt to remove the tick. The host will even replace a dislodged tick unless prevented from doing so for 1 minute, after which the tick's influence fades. \n\nThe tick can detach itself by spending 5 feet of its movement. It does so when seeking a new host or if the target dies. A creature, including the target, can use its action to detach the tick. When a necrotic tick detaches, voluntarily or otherwise, its host takes 1 necrotic damage.",
                    "name": "Blood Drain"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "While attached to a living host, a necrotic tick leaks negative energy into the host's bloodstream, quickly closing over the creature's wounds with scabrous, necrotic flesh. If the host doesn't already have regeneration, it regains 2 hp at the start of its turn if it has at least 1 hit point. Track how many “necrotic hp” a host recovers via Necrotic Regeneration. Magical healing reverses the necrosis and subtracts an equal number of necrotic hp from those accumulated. When the necrotic hp equal the host's hit point maximum, the host becomes a zombie.",
                    "name": "Necrotic Regeneration"
                },
                {
                    "desc": "When a necrotic tick's living host has lost three-quarters of its maximum hp from Blood Drain, the tick's toxins fill the host with an unnatural desire to approach other living beings. When a suitable creature is within 5 feet, the tick incites a sudden rage in the host, riding the current host to a new host. The current host must succeed on a DC 13 Wisdom saving throw or it attempts to grapple a living creature within 5 feet of it as a reaction. The host can re-attempt this saving throw at the end of each turn that it suffers damage from the necrotic tick's Blood Drain.",
                    "name": "Ride Host"
                }
            ],
            "spell_list": [],
            "page_no": 275,
            "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_necrotic-tick/"
        },
        {
            "slug": "paper-golem",
            "desc": "",
            "name": "Paper Golem",
            "size": "Tiny",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 7,
            "hit_dice": "2d4+2",
            "speed": {
                "fly": 30,
                "walk": 20
            },
            "strength": 8,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 3,
            "wisdom": 7,
            "charisma": 3,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "fire",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 30 ft., passive perception 8",
            "languages": "understands the languages of its creator but can't speak",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d6+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) slashing damage.",
                    "name": "Paper Cut"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "While the paper golem remains motionless, it is indistinguishable from an ordinary sheet of paper.",
                    "name": "False Appearance"
                },
                {
                    "desc": "The paper golem is immune to any spell or effect that would alter its form.",
                    "name": "Immutable Form"
                },
                {
                    "desc": "As a bonus action, the paper golem applies ink to itself. The next time it hits a creature with a paper cut attack, the creature must make a DC 13 Constitution saving throw, taking 5 (2d4) poison damage on a failed save, or half as much damage on a successful one.",
                    "name": "Ink Blot (Recharge 4-6)"
                },
                {
                    "desc": "The paper golem's weapon attacks are magical.",
                    "name": "Magic Weapons"
                }
            ],
            "spell_list": [],
            "page_no": 176,
            "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_paper-golem/"
        },
        {
            "slug": "rimewing",
            "desc": "",
            "name": "Rimewing",
            "size": "Small",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 22,
            "hit_dice": "5d6+5",
            "speed": {
                "fly": 30,
                "walk": 25
            },
            "strength": 11,
            "dexterity": 14,
            "constitution": 12,
            "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": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "-",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d6+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "name": "Proboscis"
                },
                {
                    "desc": "A 20-foot radius cloud of colorful ice crystals extends from the rimewing. Each creature in that area must succeed on a DC 10 Wisdom saving throw or be charmed by the rimewing for 1 minute. While charmed by the rimewing, a creature is incapacitated and must move up to its speed toward the rimewing at the start of its turn, stopping when it is 5 feet away. A charmed creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "name": "Frosted 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_rimewing/"
        },
        {
            "slug": "skull-lantern",
            "desc": "",
            "name": "Skull Lantern",
            "size": "Tiny",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 14,
            "hit_dice": "4d4+4",
            "speed": {
                "fly": 30,
                "hover": true,
                "walk": 0
            },
            "strength": 1,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 3,
            "wisdom": 6,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, poisoned, prone, unconscious",
            "senses": "passive Perception 8",
            "languages": "-",
            "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) piercing damage.",
                    "name": "Bite"
                },
                {
                    "desc": "The skull lantern opens its mouth, releasing a searing beam of light in a 15-foot line that is 5 feet wide. Each creature in that line must make a DC 13 Dexterity saving throw, taking 7 (2d6) fire damage on a failed save, or half as much damage on a successful one.",
                    "name": "Fire Beam (Recharge 6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "When immersed in magical darkness, a skull lantern emits a brilliant flash of light powerful enough to dispel magical darkness in a 30-foot-radius sphere centered on itself, illuminating the area with bright light for 1d4 rounds. Afterwards, the light winks out and the skull falls to the ground, inert. In one week, the skull lantern has a 50% chance of becoming active again, though failure to do so means it will never reanimate.",
                    "name": "Flare"
                },
                {
                    "desc": "The skull lantern sheds bright light in a 20-foot-radius and dim light for an additional 20 feet.",
                    "name": "Illumination"
                },
                {
                    "desc": "If damage reduces the skull to 0 hp, it must make 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 skull drops to 1 hp instead.",
                    "name": "Undead Fortitude"
                }
            ],
            "spell_list": [],
            "page_no": 343,
            "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_skull-lantern/"
        },
        {
            "slug": "snow-cat",
            "desc": "",
            "name": "Snow Cat",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 13,
            "hit_dice": "3d8",
            "speed": {
                "climb": 40,
                "walk": 50
            },
            "strength": 14,
            "dexterity": 14,
            "constitution": 10,
            "intelligence": 3,
            "wisdom": 14,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 14",
            "languages": "-",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d6+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 5 (1d6 + 2) piercing damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d4+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 4 (1d4 + 2) slashing damage.",
                    "name": "Claw"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The snow cat has advantage on Wisdom (Perception) checks that rely on sight, hearing, or smell.",
                    "name": "Keen Senses"
                },
                {
                    "desc": "If the snow cat surprises a creature and hits it with a bite attack, the target is grappled (escape DC 12) if it is a Medium or smaller creature.",
                    "name": "Stalker"
                },
                {
                    "desc": "The snow cat has advantage on Dexterity (Stealth) checks made to hide in snowy terrain.",
                    "name": "Snow Camouflage"
                }
            ],
            "spell_list": [],
            "page_no": 346,
            "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_snow-cat/"
        },
        {
            "slug": "sootwing",
            "desc": "",
            "name": "Sootwing",
            "size": "Small",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 11,
            "armor_desc": null,
            "hit_points": 13,
            "hit_dice": "3d6+3",
            "speed": {
                "fly": 30,
                "walk": 25
            },
            "strength": 11,
            "dexterity": 12,
            "constitution": 12,
            "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": "fire",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "-",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "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 20-foot radius cloud of smoldering ash disperses from the sootwing. Each creature in that area must make a DC 11 Constitution saving throw. On a failure, a creature takes 4 (1d8) fire damage and is blinded until the end of its next turn. On a success, a creature takes half the damage and isn't blinded.",
                    "name": "Sooty 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": 179,
            "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_sootwing/"
        },
        {
            "slug": "wolpertinger",
            "desc": "",
            "name": "Wolpertinger",
            "size": "Tiny",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 9,
            "hit_dice": "2d4+4",
            "speed": {
                "burrow": 10,
                "fly": 30,
                "walk": 30
            },
            "strength": 6,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 5,
            "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": "darkvision 60 ft., passive Perception 11",
            "languages": "-",
            "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) piercing damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d4+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage.",
                    "name": "Gore"
                },
                {
                    "desc": "The wolpertinger emits a piercing shriek. Each creature within 30 feet that can hear the wolpertinger must succeed on a DC 13 Constitution saving throw or be deafened for 1 minute. A beast with an Intelligence of 4 or lower that is in the area must also succeed on a DC 13 Wisdom saving throw or be frightened until the beginning of its next turn.",
                    "name": "Keening (Recharge 6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "If the wolpertinger moves at least 10 feet straight toward a target and then hits it with a gore attack on the same turn, the target takes an extra 2 (1d4) piercing damage.",
                    "name": "Charge"
                },
                {
                    "desc": "The wolpertinger doesn't provoke an opportunity attack when it flies out of an enemy's reach.",
                    "name": "Flyby"
                },
                {
                    "desc": "The wolpertinger's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start.",
                    "name": "Standing Leap"
                }
            ],
            "spell_list": [],
            "page_no": 382,
            "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_wolpertinger/"
        },
        {
            "slug": "azza-gremlin",
            "desc": "_These tiny, hairless, rail-thin creatures crackle with static electricity. Arcs of lightning snap between their long ears._  \n**Lightning Lovers.** Azza gremlins live among storm clouds, lightning-based machinery, and other places with an abundance of lightning.  \n**Magnetic Flight.** Although wingless, their light bodies are perfectly attuned to electromagnetic fields, giving them buoyancy and flight. They love playing in thunderstorms and riding lightning bolts between the clouds or between clouds and the ground. They feed off lightning and love to see its effects on other creatures.  \n**Work with Spellcasters.** Although they aren’t much more than hazardous pests by themselves, more malicious creatures and spellcasters that use lightning as a weapon work with azza gremlins to amplify their own destructiveness.  \nAzza gremlins stand 12 to 18 inches tall and weigh approximately 8 lb.",
            "name": "Azza Gremlin",
            "size": "Small",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 7,
            "hit_dice": "2d6",
            "speed": {
                "walk": 10,
                "fly": 40,
                "hover": true
            },
            "strength": 5,
            "dexterity": 18,
            "constitution": 10,
            "intelligence": 12,
            "wisdom": 13,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "lightning, thunder",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 11",
            "languages": "Common, Primordial",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Lightning Jolt",
                    "desc": "Melee or Ranged Spell Attack: +6 to hit, reach 5 ft. or range 30 ft., one creature. Hit: 3 (1d6) lightning damage, and the target is affected by Contagious Lightning.",
                    "attack_bonus": 6,
                    "damage_dice": "1d6"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Ride the Bolt",
                    "desc": "The azza gremlin can travel instantly along any bolt of lightning. When it is within 5 feet of a lightning effect, the azza can teleport to any unoccupied space inside or within 5 feet of that lightning effect."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Contagious Lightning",
                    "desc": "A creature that touches the azza gremlin or hits it with a melee attack using a metal weapon receives a discharge of lightning. The creature must succeed on a DC 10 Constitution saving throw or attract lightning for 1 minute. For the duration, attacks that cause lightning damage have advantage against this creature, the creature has disadvantage on saving throws against lightning damage and lightning effects, and if the creature takes lightning damage, it is paralyzed until the end of its next turn. An affected creature repeats the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "spell_list": [],
            "page_no": 28,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_azza-gremlin/"
        },
        {
            "slug": "clurichaun",
            "desc": "_Around a corner in the wine cellar stumbles a surly, two-foot tall man carrying an open bottle of wine. He has a bushy beard and wears a rumpled, red overcoat over a dirty white shirt and kneelength red trousers with blue stockings and silver-buckled shoes. A cap made from leaves stitched together with gold thread slouches atop his head, and he reeks of stale beer and wine._  \n**Drunks in the Cellar.** Clurichauns are mean-spirited, alcohol-loving fey that plague butteries and wine cellars. These drunken fey were once leprechauns, but they long ago forsook a life of toil for one of solitary debauchery. Now they spend every night drinking, warbling off-key, and tormenting their hapless hosts with cruel pranks.  \nHowever, if the clurichaun’s host keeps him or her well supplied with a favorite libation and otherwise leaves him or her alone, the clurichaun will protect their wine cellars from thieves, drunkards, or worse—becoming quite vigorous when they feel the security of the cellars is threatened in any way. They have a particular hatred for Open Game License",
            "name": "Clurichaun",
            "size": "Tiny",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 22,
            "hit_dice": "4d4+12",
            "speed": {
                "walk": 30
            },
            "strength": 13,
            "dexterity": 12,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 8,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1,
                "stealth": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "frightened, poisoned",
            "senses": "darkvision 60ft., passive Perception 11",
            "languages": "Common, Elvish, Sylvan",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Unarmed Strike",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one creature. Hit: 2 (1 + 1) bludgeoning damage.",
                    "attack_bonus": 3,
                    "damage_dice": "1"
                },
                {
                    "name": "Improvised Weapon",
                    "desc": "Melee or Ranged Weapon Attack: +3 to hit, reach 5 ft. or range 20/60 ft., one creature. Hit: 3 (1d4 + 1) bludgeoning, piercing, or slashing damage, depending on weapon.",
                    "attack_bonus": 3,
                    "damage_dice": "1d4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Clurichaun's Luck",
                    "desc": "Clurichauns add both their Dexterity and Charisma modifiers to their Armor Class."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the clurichaun's innate spellcasting ability is Charisma (spell save DC 13). The clurichaun can cast the following spells, requiring only alcohol as a component.\n\nat will: friends, mending, minor illusion, purify food and drink, vicious mockery\n\n1/day each: blur, calm emotions, heroism, sleep, suggestion"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The clurichaun has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 67,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_clurichaun/"
        },
        {
            "slug": "dipsa",
            "desc": "_Except for a pair of tiny fangs, the entire body of this yellowishgreen worm looks like a ropy tangle of slime-covered tubes and puddles of mucus._  \n**Anesthetic Ooze.** Many jungle clans believe the dipsa is an eyeless snake, but it is a tubular ooze with a lethal poisonous bite. The dipsa’s venom has an anesthetic quality that allows the ooze to cling to creatures and slowly turn their innards to jelly without being noticed until the victim falls down dead. Once the poison’s numbing property wears off, however, victims report an agonizing sense of burning from the inside out.  \n**Tiny Fangs.** A dipsa’s undulating movement evokes that of a snake as much as its serpentine form, but close examination reveals that it has neither bones nor internal organs, only tiny fangs of the same color and substance as the rest of its body. A dipsa never exceeds 1 foot in length. Its coloration oscillates between sickly hues of yellow or green.  \n**Gelatinous Eggs.** Dipsas are hermaphroditic. When two dipsas breed, they leave behind about 100 gelatinous eggs in a small puddle of highly acidic milt. A dozen become fertilized and survive long enough to hatch, after which they immediately devour the others.",
            "name": "Dipsa",
            "size": "Tiny",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 27,
            "hit_dice": "6d4+12",
            "speed": {
                "walk": 20,
                "climb": 20,
                "swim": 20
            },
            "strength": 3,
            "dexterity": 17,
            "constitution": 14,
            "intelligence": 1,
            "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": {
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid",
            "damage_immunities": "",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, prone",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 8",
            "languages": "-",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 0 ft., one creature in the dipsa's space. Hit: 1 piercing damage, and the dipsa attaches to the target. A creature with a dipsa attached takes 3 (1d6) acid damage per round per dipsa, and it must make a successful DC 12 Constitution saving throw or have its hit point maximum reduced by an amount equal to the damage taken. If a creature's hit point maximum is reduced to 0 by this effect, the creature dies. This reduction to a creature's hit point maximum lasts until it is affected by a lesser restoration spell or comparable magic.",
                    "attack_bonus": 7,
                    "damage_dice": "1d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Swamp Stealth",
                    "desc": "The dipsa gains an additional +2 (+9 in total) to Stealth in swamp terrain."
                },
                {
                    "name": "Amorphous",
                    "desc": "The dipsa can move through a space as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "Discreet Bite",
                    "desc": "The bite of a dipsa is barely perceptible and the wound is quickly anesthetized. A creature bitten must succeed on a DC 15 Wisdom (Perception) check to notice the attack or any damage taken from it."
                },
                {
                    "name": "Translucent",
                    "desc": "The dipsa can take the Hide action as a bonus action on each of its turns."
                }
            ],
            "spell_list": [],
            "page_no": 118,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_dipsa/"
        },
        {
            "slug": "dust-goblin",
            "desc": "_A ragged creature emerges from the sand. Its spindly frame is encased in a hodge‑podge of armor scraps and rusted weapons. A long, hooked nose protrudes over a wide mouth filled with sharp teeth._  \nDust goblins vary greatly in size and appearance, although they are universally scrawny, bony, and lanky. They seem to suffer from malnutrition even when in perfect health, a perception reinforced by the way their bellies distend after they’ve gorged themselves on flesh. Their skin is always dry and cracked, ranging from dusky gray to dark green in color.  \n**Rule the Wastelands.** Dust goblins are twisted creatures, tainted by many generations of life in a blasted wasteland. After a magical war devastated the dust goblins’ homeland, they rose to become the most dominant inhabitants. They inhabit ancient ruins and ambush travelers who stray too close to their borders.  \n**Twisted Minds.** The lingering magical energy saturating the wastes of their home, coupled with the harsh conditions in which they scratch out a living, have tainted the minds of all dust goblins. Their thinking is alien and unfathomable to most creatures. Whereas most goblins are cowardly, dust goblins don’t seem to experience fear. To the contrary, they enjoy wearing skull helmets and using ghostly whistles to frighten foes. Owing to this alien mindset, dust goblins get along disturbingly well with aberrations. The creatures often forge alliances and work together for mutual benefit, while making their unnerving mark on communal lairs.  \nDust goblins range from 2 to 4 feet tall, and weigh between 20 and 80 pounds.",
            "name": "Dust Goblin",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "goblinoid",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "leather armor",
            "hit_points": 5,
            "hit_dice": "1d6+2",
            "speed": {
                "walk": 40
            },
            "strength": 8,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 10,
            "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": {
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened",
            "senses": "darkvision 60 ft., passive Perception 9",
            "languages": "Common, Goblin",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Light Crossbow",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 80/320 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Twisted",
                    "desc": "When the dust goblin attacks a creature from hiding, its target must make a successful DC 10 Wisdom saving throw or be frightened until the end of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": 232,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_dust-goblin/"
        },
        {
            "slug": "erina-scrounger",
            "desc": "_This small humanoid has a slightly pointed face with bright, brown eyes and a black, snout-like nose. Its skin is covered in short, tan fur, and its head, shoulders, and back have smoothed-down quills._  \nErinas, or hedgehog folk, are a small, communal race.  \n_**Burrowed Villages.**_ Natural diggers at heart, erinas live in shallow networks of tunnels and chambers they excavate themselves. Enemies who attack the peaceful erinas easily become confused and lost in the mazelike tunnels. On their own ground, the erinas can easily evade, outmaneuver, or surround invaders. They often lure them onto choke points where the enemy can be delayed endlessly while noncombatants and valuables are hustled to safety through other tunnels.  \n_**Scroungers and Gatherers.**_ Erinas are naturally curious. They tend to explore an area by tunneling beneath it and popping up at interesting points. They dislike farming, but subsist mainly on the bounty of the land surrounding their homes. In cities, they still subsist on what they can find, and they have a knack for finding whatever they need. Sometimes they are called thieves, but they aren’t greedy or malicious. They take only what they need, and seldom take anything from the poor. Some humans even consider it lucky to have a family of erinas nearby.",
            "name": "Erina Scrounger",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "erina",
            "group": null,
            "alignment": "neutral",
            "armor_class": 12,
            "armor_desc": "leather armor",
            "hit_points": 22,
            "hit_dice": "4d6+8",
            "speed": {
                "walk": 20,
                "burrow": 20
            },
            "strength": 9,
            "dexterity": 12,
            "constitution": 14,
            "intelligence": 13,
            "wisdom": 10,
            "charisma": 11,
            "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": "poison",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Common, Erina",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Dagger",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) slashing damage.",
                    "attack_bonus": 3,
                    "damage_dice": "1d4"
                },
                {
                    "name": "Sling",
                    "desc": "Ranged Weapon Attack: +3 to hit, range 30/120 ft., one target. Hit: 4 (1d4 + 2) bludgeoning damage.",
                    "attack_bonus": 3,
                    "damage_dice": "1d4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Smell",
                    "desc": "The erina has advantage on Wisdom (Perception) checks that rely on smell."
                },
                {
                    "name": "Hardy",
                    "desc": "The erina has advantage on saving throws against poison."
                },
                {
                    "name": "Spines",
                    "desc": "An enemy who hits the erina with a melee attack while within 5 feet of it takes 2 (1d4) piercing damage."
                }
            ],
            "spell_list": [],
            "page_no": 178,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_erina-scrounger/"
        },
        {
            "slug": "garroter-crab",
            "desc": "_These aggressive, blue-black freshwater crabs inhabit rivers and streams, scuttling along the muddy terrain in search of prey._  \n**Strangling Claws.** Garroter crabs are named for their abnormal right claws, which have evolved over time to strangle prey like a barbed whip.  \n**Clacking Hordes.** Their long whip-claw is lined with powerful muscles and joints at the beginning, middle, and end that give it great flexibility. During mating season, thousands of garroter crabs congregate in remote riverbanks and marshes, and the males whip their shells with a clacking sound to attract a mate.  \n**Small Prey.** Garroter crabs prey on rodents, cats, and other small animals caught by the riverbank.",
            "name": "Garroter Crab",
            "size": "Tiny",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 18,
            "hit_dice": "4d4+8",
            "speed": {
                "walk": 30,
                "swim": 20
            },
            "strength": 7,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 1,
            "wisdom": 10,
            "charisma": 2,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "psychic",
            "condition_immunities": "charmed, frightened",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "-",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Whip-claw",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) slashing damage, and the target is grappled (escape DC 8). While grappled, the target cannot speak or cast spells with verbal components.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The crab can breathe air and water."
                }
            ],
            "spell_list": [],
            "page_no": 208,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_garroter-crab/"
        },
        {
            "slug": "kalke",
            "desc": "_Combining the head of a goat and the body of a monkey makes the creature odd enough; combining the social grace of a baboon with pretensions of a scholar makes it more comical than threatening._  \nFiendish pests that infest derelict wizards’ towers and laboratories, the kalkes are either the by-product of botched gates into the lower realms or the personification of an evil deity’s contempt for wizards. All kalkes act with the arrogance of magi while having the social characteristics of baboons. Being of fiendish blood, kalkes do not age and require neither food nor drink. Though lacking any formal spellcasting ability, all kalkes can produce magical effects through the dramatic mumming of largely spontaneous and unstudied rituals.  \n**Hoard Magical Paraphernalia.** The drive to produce ever more fanciful rituals gives a kalke the compulsion to accumulate spell components, magical foci, and other occult paraphernalia. Although these objects serve no purpose, the kalkes seek out spellcasters in their vicinity and steal any paraphernalia they can find. Because they have no ability to distinguish what’s magically useful from what isn’t, they grab any jewelry, pouches, sticks, or ornate objects they uncover. Sometimes children, animals, or other small humanoids are taken to be used as sacrifices, if they can be easily carried away.  \n**Perform Rituals.** Troops of kalkes inhabit trees, caverns, and ruins around sites of significant magical activity. Twice a month, or more during major astrological and seasonal events, the kalkes gather to perform—by way of dance, chant, and sacrifice—an imagined rite of great magic. The effort has an equal chance of achieving nothing whatsoever, causing dangerous but short-lived misfortunes (snakes raining on the countryside, creatures summoned from the lower planes), or triggering calamities (great fires or floods).  \nAn additional side effect of these rituals is that the troop may gain or lose members magically. If the troop numbers less than 13, a new kalke appears as if from nowhere; if it contains 13 or more members, then 3d4 of them find themselves mysteriously gated to the nearest location of magical activity—often hundreds of miles away. Those teleported arrive in a state of hysteria, with individuals extinguishing flames, grabbing frippery, and running in all directions. Because kalkes have no control over their displacement, it’s not surprising to find them in abandoned dungeons or keeps, clutching the property of some long-lost wizard.  \n**Hagglers.** The kalkes will return the goods they've taken, in exchange for a ransom or fee. These exchanges need to have the outward appearance of being impressively in the kalke’s favor. A particularly generous (or devious) spellcaster may be able to reach an accommodation with a persistent local troop of kalkes.",
            "name": "Kalke",
            "size": "Small",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 9,
            "hit_dice": "2d6+2",
            "speed": {
                "walk": 30,
                "climb": 30
            },
            "strength": 8,
            "dexterity": 17,
            "constitution": 12,
            "intelligence": 13,
            "wisdom": 7,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 0,
            "skills": {
                "perception": 0,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 10",
            "languages": "Abyssal, Common, Infernal",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Dagger",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Extinguish Flames",
                    "desc": "Kalkes can extinguish candles, lamps, lanterns and low-burning campfires within 120 feet as a bonus action."
                },
                {
                    "name": "Detect Spellcasting",
                    "desc": "Kalkes can sense spellcasting in a 5-mile radius, as long as the effect is not innate."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Kalkes have advantage on saving throws against spells and magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 259,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_kalke/"
        },
        {
            "slug": "lemurfolk",
            "desc": "_This furred humanoid glides silently through the canopy of trees, gripping a blowgun. It observes visitors cautiously with two intelligent, bulbous eyes._  \n**Jungle Rulers.** These small, intelligent, squirrel-like humanoids live in reclusive, primitive societies deep in the jungle. They are omnivorous, subsisting on fruits and roots, insects and larvae, bird and snake eggs, and birds and small mammals. They sometimes barter with more advanced creatures for metal and crafted items.  \n**Nocturnal Gliders.** Lemurfolk are nocturnal, though they can adopt daytime hours when they must. They prefer to hunt and move by gliding between trees, catching prey off guard.  \n**Greyfur Elders.** Greyfurs are the eldest and most revered kaguani, as much as 80 years old; their age can be estimated by the graying of their fur, but they don’t track the years. Greyfurs are cunning individuals and command the arcane arts, though they rarely pursue the art of necromancy—a strong taboo prohibits them from interacting with the dead.  \nA typical lemurfolk stands 2 feet tall and weighs 30 lb.",
            "name": "Lemurfolk",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "lemurfolk",
            "group": null,
            "alignment": "neutral",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 14,
            "hit_dice": "4d6",
            "speed": {
                "walk": 20,
                "climb": 10,
                "fly": 40
            },
            "strength": 10,
            "dexterity": 15,
            "constitution": 11,
            "intelligence": 12,
            "wisdom": 10,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "acrobatics": 4,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Common, Lemurfolk",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Kukri Dagger",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., 20/60 range, one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d4"
                },
                {
                    "name": "Blowgun",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 25/100 ft., one creature. Hit: 4 (1d4 + 2) piercing damage, and the target must succeed on a DC 13 Constitution saving throw or be poisoned and unconscious for 1d4 hours. Another creature can use an action to shake the target awake and end its unconsciousness but not the poisoning.",
                    "attack_bonus": 4,
                    "damage_dice": "1d4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Silent Glide",
                    "desc": "The lemurfolk can glide for 1 minute, making almost no sound. It gains a fly speed of 40 feet, and it must move at least 20 feet on its turn to keep flying. A gliding lemurfolk has advantage on Dexterity (Stealth) checks."
                },
                {
                    "name": "Sneak Attack (1/Turn)",
                    "desc": "The lemurfolk deals an extra 3 (1d6) damage when it hits with a weapon attack and it has advantage, or when the target is within 5 feet of an ally of the lemurfolk that isn't incapacitated and the lemurfolk doesn't have disadvantage on the attack roll."
                }
            ],
            "spell_list": [],
            "page_no": 271,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_lemurfolk/"
        },
        {
            "slug": "living-wick",
            "desc": "_A living wick is a small, rough wax sculpture of a human that stands at attention, a halo of light flickering around its head from some source behind it._  \n**Enchanted Wicks.** Living wicks are obedient wax statues brought to life by an enchanted wick that runs from the nape of their neck to their lower back. When new, a living wick looks and moves like a human, but as the wick burns, the wax features melt and the statue takes on a twisted, hunchbacked appearance.  \n**Short-Lived as a Candle.** Living wicks are powered by flames, and therefore they have a predetermined life cycle. They are typically reduced to formless lumps in a month, but some say a living wick’s affordability more than makes up for its inevitable obsolescence. Individuals looking to quickly construct a building or fortification without the expense of paid labor or the questionable ethics of necromancy find living wicks obedient and efficient, as do those needing an army for a single battle.  \nLiving wicks are active only when their wicks are lit, and only respond to the telepathic commands of whoever lit them. This makes it easy to transfer living wicks between owners, even those not well-versed in the use of magic.  \n**Explosive Ends.** The amount of magical energy contained within a living wick, paired with the manner in which it is released, gives them a remarkable capability for selfdestruction. If their controller demands it, all living wicks can release the magic contained within their form all at once, engulfing themselves and anyone nearby in flames. This can make storing them a gamble, but many see it as an asset, especially those seeking to destroy evidence or anonymously attack their enemies.  \n**Constructed Nature.** A living wick doesn’t require air, food, drink, or sleep.",
            "name": "Living Wick",
            "size": "Small",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 28,
            "hit_dice": "8d6",
            "speed": {
                "walk": 20
            },
            "strength": 10,
            "dexterity": 10,
            "constitution": 10,
            "intelligence": 5,
            "wisdom": 5,
            "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": "fire",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, paralyzed, petrified, poisoned, unconscious",
            "senses": "sight 20 ft. (blind beyond the radius of its own light), passive Perception 10",
            "languages": "shares a telepathic link with the individual that lit its wick",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +2 to hit, reach 5 ft., one target. Hit: 3 (1d6) bludgeoning damage.",
                    "attack_bonus": 2,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Consume Self",
                    "desc": "A living wick can be commanded to rapidly burn through the remains of its wick, creating a devastating fireball. All creatures within 20 feet of the living wick take 7 (2d6) fire damage, or half damage with a successful DC 13 Dexterity saving throw. The fire spreads around corners and ignites flammable objects in the area that aren't being worn or carried. The wick is reduced to a lifeless puddle of wax."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Controlled",
                    "desc": "Living wicks cannot move, attack, or perform actions when they are not lit. Living wicks only respond to the telepathic commands of the individual that lit them."
                },
                {
                    "name": "Light",
                    "desc": "Activated living wicks produce light as a torch."
                },
                {
                    "name": "Melting",
                    "desc": "A living wick loses one hit point for every 24 hours it remains lit."
                }
            ],
            "spell_list": [],
            "page_no": 278,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_living-wick/"
        }
    ]
}