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

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

{
    "count": 3207,
    "next": "https://api.open5e.com/monsters/?ordering=-subtype&page=3",
    "previous": "https://api.open5e.com/monsters/?ordering=-subtype",
    "results": [
        {
            "slug": "karakura",
            "desc": "",
            "name": "Karakura",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "shapechanger",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 76,
            "hit_dice": "17d8",
            "speed": {
                "fly": 40,
                "walk": 30
            },
            "strength": 7,
            "dexterity": 18,
            "constitution": 11,
            "intelligence": 15,
            "wisdom": 13,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 8,
            "perception": 4,
            "skills": {
                "deception": 8,
                "perception": 4,
                "persuasion": 8,
                "stealth": 7
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "cold, fire, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Abyssal, Common, Infernal, telepathy 60 ft.",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "desc": "The karakura makes three claw attacks and can use Charm or Shroud in Darkness, if it is available.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "1d6+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) slashing damage.",
                    "name": "Claw"
                },
                {
                    "desc": "One humanoid the karakura can see within 30 feet of it must succeed on a DC 15 Wisdom saving throw or be magically charmed until dawn. The charmed target obeys the fiend's commands. If the target suffers any harm or receives a suicidal command, it can repeat the saving throw to end the effect. If the target successfully saves, or if the effect on it ends, the target is immune to this karakura's Charm for the next 24 hours. \n\nThe karakura can have only one target charmed at a time. If it charms another, the effect on the previous target ends.",
                    "name": "Charm"
                },
                {
                    "desc": "Bands of shadow stretch out from the karakura and wrap around a target it can see within 30 feet. The target must succeed on a DC 15 Charisma saving throw or be translocated to the Plane of Shadow for 1 minute. The creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. When a target exits the shroud, it appears in an unoccupied space within 10 feet of the karakura. \n\nThe karakura can have only one target in its shroud at a time. It can release a target as a bonus action. \n\nWhile in the Plane of Shadow, the target is bombarded with horrific images and sensations. Each round it remains in the Plane of Shadow, it must succeed on a DC 15 Charisma saving throw or gain one short-term madness. A target held in the shroud is released when the karakura dies.",
                    "name": "Shroud in Darkness (Recharge 5-6)"
                },
                {
                    "desc": "The karakura can magically enter the Plane of Shadow from the Material Plane, or vice versa.",
                    "name": "Shadow Walk"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The karakura can only exist on the Material Plane at night or underground. Spells or effects that count as sunlight cast the fiend back to the Plane of Shadow for 1d4 hours.",
                    "name": "Night Walkers"
                },
                {
                    "desc": "The karakura can use its action to polymorph into a Small or Medium humanoid, or back into its true form. Other than its size, its statistics are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.",
                    "name": "Shapechanger"
                },
                {
                    "desc": "The karakura can telepathically communicate with any creature it has charmed at any distance and across different planes.",
                    "name": "Telepathic Bond"
                }
            ],
            "spell_list": [],
            "page_no": 235,
            "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_karakura/"
        },
        {
            "slug": "kitsune",
            "desc": "",
            "name": "Kitsune",
            "size": "Small",
            "type": "Fey",
            "subtype": "shapechanger",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 49,
            "hit_dice": "14d6",
            "speed": {
                "walk": 30
            },
            "strength": 8,
            "dexterity": 15,
            "constitution": 11,
            "intelligence": 12,
            "wisdom": 15,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Common, Sylvan",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "desc": "In humanoid form, the kitsune makes one rapier attack and one dagger attack. In fox form, it makes two bite attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "2d4+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 7 (2d4 + 2) piercing damage.",
                    "name": "Bite (Fox Form Only)"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d8+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) piercing damage. Dagger (Humanoid Form Only). Melee or Ranged Weapon",
                    "name": "Rapier (Humanoid Form Only)"
                },
                {
                    "desc": "+4 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "name": "Attack"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The kitsune can use its action to polymorph into a Small or Medium humanoid, or back into its true form. The kitsune's tails remain, however, and its humanoid form often has a fine coat of fur the same color as the kitsune. Its statistics, other than its size, are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.",
                    "name": "Shapechanger"
                },
                {
                    "desc": "The kitsune's innate spellcasting ability is Charisma (spell save DC 12, +4 to hit with spell attacks). The kitsune can innately cast the following spells, requiring no material components:\nAt will: detect thoughts, fire bolt (2d10), invisibility (self only), major image\n2/day each: disguise self, fear, tongues\n1/day each: confusion, fly",
                    "name": "Innate Spellcasting"
                }
            ],
            "spell_list": [],
            "page_no": 236,
            "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_kitsune/"
        },
        {
            "slug": "pishacha",
            "desc": "",
            "name": "Pishacha",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "shapechanger",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 55,
            "hit_dice": "10d8+10",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 14,
            "constitution": 13,
            "intelligence": 10,
            "wisdom": 16,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "arcana": 2,
                "perception": 5
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "cold, fire, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60ft., passive Perception 15",
            "languages": "Abyssal, Common, Darakhul; telepathy 60 ft.",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "desc": "The pishacha makes two attacks: one with its bite and one with its claws.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "2d8+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) piercing damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "2d6+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) slashing damage.",
                    "name": "Claws"
                },
                {
                    "desc": "One humanoid that the pishacha can see within 5 feet of it must succeed on a DC 13 Wisdom saving throw or be possessed by the pishacha; the pishacha then disappears, and the target is incapacitated and loses some control of its body, succumbing to a random short-term madness (see the System Reference Document 5.1) each round for 3d6 rounds. At the end of the 3d6 rounds, the pishacha becomes dormant within the body. \n\nWhile possessing a victim, the pishacha attempts to seize control of the body again every 1d4 hours. The target must succeed on a DC 13 Wisdom saving throw or succumb to another 3d6 round period of random short-term madness. Even if the target succeeds, it is still possessed. If the target is still possessed at the end of a long rest, it must succeed on a DC 13 Wisdom saving throw or gain a long-term madness. \n\nWhile possessing a victim, the pishacha can't be targeted by any attack, spell, or other effect, except those that can turn or repel fiends, and it retains its alignment, Intelligence, Wisdom, and Charisma. It otherwise uses the possessed target's statistics, but doesn't gain access to the target's knowledge, class features, or proficiencies. \n\nThe possession lasts until the body drops to 0 hp, the pishacha ends it as a bonus action, or the pishacha is turned or forced out by an effect like the dispel evil and good spell. The pishacha can also be forced out if the victim eats a bowl of rice that has been cooked in holy water. When the possession ends, the pishacha reappears in an unoccupied space within 5 feet of the body. \n\nThe target is immune to possession by the same pishacha for 24 hours after succeeding on the initial saving throw or after the possession ends.",
                    "name": "Demonic Possession (Recharge 6)"
                },
                {
                    "desc": "The pishacha magically turns invisible until it attacks or until its concentration ends (as if concentrating on a spell).",
                    "name": "Invisibility"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The pishacha can use its action to polymorph into a tiger or a wolf, or back into its true form. Other than its size, its statistics are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.",
                    "name": "Shapechanger"
                }
            ],
            "spell_list": [],
            "page_no": 88,
            "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_pishacha/"
        },
        {
            "slug": "water-horse",
            "desc": "",
            "name": "Water Horse",
            "size": "Medium",
            "type": "Fey",
            "subtype": "shapechanger",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 12,
            "armor_desc": "in humanoid form, 14 (natural armor) in horse or hybrid form",
            "hit_points": 77,
            "hit_dice": "14d8+14",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 14,
            "constitution": 13,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "deception": 4,
                "persuasion": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Sylvan",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "desc": "The water horse can use its Charming Gaze. In horse form, it then makes two bite attacks. In humanoid form, it then makes two longsword attacks. In hybrid form, it then makes two attacks: one with its bite and one with its longsword.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "2d6+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) piercing damage.",
                    "name": "Bite (Hybrid or Horse Form Only)"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d8+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) slashing damage, or 8 (1d10 + 3) slashing damage if used with two hands.",
                    "name": "Longsword (Humanoid or Hybrid Form Only)"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d8+2",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 150/600 ft., one target. Hit: 6 (1d8 + 2) piercing damage.",
                    "name": "Longbow (Humanoid or Hybrid Form Only)"
                },
                {
                    "desc": "The water horse targets one creature it can see within 30 feet of it. The target must succeed on a DC 12 Charisma saving throw or be charmed for 1 minute. While charmed, the target is incapacitated and can only move toward the water horse. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. The target has advantage on the saving throw if it has taken damage since the end of its last turn. If the target successfully saves or if the effect ends for it, the target is immune to this water horse's Charming Gaze for the next 24 hours.",
                    "name": "Charming Gaze"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The water horse can breathe air and water.",
                    "name": "Amphibious"
                },
                {
                    "desc": "The water horse can use its action to polymorph into a Medium humanoid, a horse, or its true horse-humanoid hybrid form. Its statistics, other than its size, speed, and AC, are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.",
                    "name": "Shapechanger"
                }
            ],
            "spell_list": [],
            "page_no": 373,
            "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_water-horse/"
        },
        {
            "slug": "wind-weasel",
            "desc": "",
            "name": "Wind Weasel",
            "size": "Medium",
            "type": "Fey",
            "subtype": "shapechanger",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 52,
            "hit_dice": "8d8+16",
            "speed": {
                "walk": 40
            },
            "strength": 12,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Sylvan, Umbral",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "desc": "The wind weasel makes three attacks: one with its bite and two with its scythe claws.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d4+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d10+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (1d10 + 3) slashing damage.",
                    "name": "Scythe Claw"
                },
                {
                    "desc": "Each creature in the wind weasel's space must make a DC 13 Dexterity saving throw, taking 21 (6d6) slashing damage on a failed save, or half as much damage on a successful one.",
                    "name": "Whirling Leaves (Whirlwind Form Only)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The wind weasel can enter a hostile creature's space and stop there. It can move through a space as narrow as 1 inch wide without squeezing.",
                    "name": "Air Form (Whirlwind Form Only)"
                },
                {
                    "desc": "The wind weasel doesn't provoke an opportunity attack when it flies out of an enemy's reach.",
                    "name": "Flyby (Whirlwind Form Only)"
                },
                {
                    "desc": "Until it attacks or uses Whirling Leaves, the wind weasel is indistinguishable from a natural dust devil unless a creature succeeds on a DC 15 Intelligence (Investigation) check.",
                    "name": "Hidden In The Wind (Whirlwind Form Only)"
                },
                {
                    "desc": "The wind weasel can use its action to polymorph into a whirlwind. It can revert back to its true form as a bonus action. It statistics are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies. While a whirlwind, it has a flying speed of 60 feet, immunity to the grappled, petrified, restrained, and prone conditions, and resistance to bludgeoning, piercing, and slashing damage from nonmagical attacks. The wind weasel can't make bite or claw attacks while in whirlwind form.",
                    "name": "Shapechanger"
                },
                {
                    "desc": "When the wind weasel is subjected to the slow spell, it doesn't suffer the effects of the spell but instead is forced into its true form and incapacitated until the end of its next turn.",
                    "name": "Windy Speed (Whirlwind Form Only)"
                }
            ],
            "spell_list": [],
            "page_no": 381,
            "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_wind-weasel/"
        },
        {
            "slug": "shadow-fey-enchantress",
            "desc": "",
            "name": "Shadow Fey Enchantress",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "shadow fey",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 16,
            "armor_desc": "breastplate",
            "hit_points": 123,
            "hit_dice": "19d8+38",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 17,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": 7,
            "perception": 6,
            "skills": {
                "arcana": 4,
                "deception": 7,
                "perception": 6,
                "persuasion": 7,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 16",
            "languages": "Common, Elvish, Umbral",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The shadow fey makes two rapier attacks."
                },
                {
                    "name": "Rapier",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) piercing damage plus 17 (5d6) psychic damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Beguiling Whispers (recharge 5-6)",
                    "desc": "The shadow fey speaks sweet words to a creature she can see within 60 feet, that can hear the enchantress. The creature must succeed on a DC 15 Charisma saving throw or be charmed for 1 minute. While charmed in this way, the creature has disadvantage on Wisdom and Charisma saving throws made to resist spells cast by the enchantress."
                },
                {
                    "name": "Leadership (recharges after a Short or Long Rest)",
                    "desc": "The enchantress can utter a special command or warning to a creature she can see within 30 feet of her. The creature must not be hostile to the enchantress and it must be able to hear (the command is inaudible to all but the target creature). For 1 minute, the creature adds a d4 to its attack rolls and saving throws. A creature can benefit from only one enchantress's Leadership at a time. This effect ends if the enchantress is incapacitated."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Fey Ancestry",
                    "desc": "The shadow fey has advantage on saving throws against being charmed, and magic can't put her to sleep."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the shadow fey's innate spellcasting ability is Charisma. She can cast the following spells innately, requiring no material components.\n\n4/day: misty step (when in shadows, dim light, or darkness only)"
                },
                {
                    "name": "Spellcasting",
                    "desc": "the shadow fey is a 10th-level spellcaster. Her spellcasting ability is Charisma (save DC 15, +7 to hit with spell attacks). She knows the following bard spells.\n\ncantrips (at will): blade ward, friends, message, vicious mockery\n\n1st level (4 slots): bane, charm person, faerie fire\n\n2nd level (3 slots): enthrall, hold person\n\n3rd level (3 slots): conjure fey, fear, hypnotic pattern\n\n4th level (3 slots): confusion, greater invisibility, phantasmal killer\n\n5th level (2 slots): animate objects, dominate person, hold monster"
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the shadow fey has disadvantage on attack rolls and on Wisdom (Perception) checks that rely on sight."
                },
                {
                    "name": "Traveler in Darkness",
                    "desc": "The shadow fey has advantage on Intelligence (Arcana) checks made to know about shadow roads and shadow magic spells or items."
                }
            ],
            "spell_list": [],
            "page_no": 172,
            "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_shadow-fey-enchantress/"
        },
        {
            "slug": "destroyer",
            "desc": "The muscled reptilian swings its mighty axe at angels and fiends alike on the front lines of a reptilian army._  \nThe largest and strongest of the satarre, destroyers hold the shield wall and strike down their enemies throughout the planes. These hulking specimens wear banded or scaled armor, often with a glistening varnish finish. Their most common weapons include spears, heavy polearms, and axes.  \n**Shield Wall.** Large squads and companies of satarre destroyers often use void magic to create crackling, violet shield walls. When they do, the destroyers stand shoulder to shoulder, their shields overlapping, and prevent enemies from advancing past them to the mystics they protect.  \n**Necrotic Lore.** Satarre destroyers are well-versed in necromantic magic and other arcana, although they do not perform it themselves. They often find and use magical items looted from their victims, or command undead minions using Void Speech.",
            "name": "Destroyer",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "satarre",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": "scale mail",
            "hit_points": 60,
            "hit_dice": "8d8+24",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 12,
            "constitution": 17,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 13,
            "strength_save": 5,
            "dexterity_save": null,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "athletics": 5,
                "history": 2,
                "intimidation": 3,
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Common, Void Speech",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The satarre destroyer makes two attacks: one with its greataxe and one with its claw."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage plus 4 (1d8) necrotic damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6+3"
                },
                {
                    "name": "Greataxe",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 9 (1d12 + 3) slashing damage plus 4 (1d8) necrotic damage. If the target is a Medium or smaller creature, it must succeed on a DC 13 Strength saving throw or be knocked prone.",
                    "attack_bonus": 5,
                    "damage_dice": "1d12+3"
                },
                {
                    "name": "Spear",
                    "desc": "Melee or Ranged Weapon Attack: +5 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 6 (1d6 + 3) piercing damage, or 7 (1d8 + 3) piercing damage if used with two hands to make a melee attack.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6+3"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Undead Commander",
                    "desc": "As a bonus action, the destroyer commands an undead ally within 30 feet of it to use a reaction to make one attack against a creature the destroyer attacked this round."
                },
                {
                    "name": "Void Strength",
                    "desc": "The destroyer has advantage on Wisdom (Perception) checks and on saving throws against being blinded, charmed, deafened, frightened, stunned, and knocked unconscious."
                },
                {
                    "name": "Void Weapons",
                    "desc": "The satarre's weapon attacks are magical. When the satarre hits with any weapon, the weapon deals an extra 1d8 necrotic damage (included in the attack)."
                }
            ],
            "spell_list": [],
            "page_no": 315,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_destroyer/"
        },
        {
            "slug": "mystic",
            "desc": "Dressed in clean, dark robes, its claws swirling in arcane gestures, the pale reptilian sends a bolt of energy from the Void at its foes._  \nSatarre mystics are creatures with tight awareness of nearby living creatures’ fates. They rely on magic and the ability to speak words of decay to control lesser creatures. Mystics’ minds are always turned to destruction and death, though they hold their own lives more dear than that of their fellow satarres, be they non-combatant drones, rampaging destroyers, or others.  \n**Easily Distracted.** Satarre mystics are known for their ability to ponder and cogitate on larger concerns, even in the midst of a conversation with strangers or a battle with foes. Sometimes these distractions lead them to a great insight and a clever countermove; other times they are easily surprised, captured, or fooled by a shining bit of magic or an unknown arcane device.  \n**Perpetual Incantations.** Satarre mystics seem to somehow maintain a steady stream of muttered sounds. Sometimes these take a brief physical form, such as a glowing rune of destruction that circles a mystic’s head or drifts from its maker and falls apart in midair.  \n**Planar Lore and Tools.** Satarre mystics are well-versed in angelic, elemental, and fiendish magic and other arcana, although they do not perform all of these themselves. They often find and use magical items looted from their victims, or command elemental or fiendish minions using Void Speech.",
            "name": "Mystic",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "satarre",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "hide armor",
            "hit_points": 75,
            "hit_dice": "10d8+30",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 17,
            "wisdom": 11,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "arcana": 5,
                "intimidation": 3,
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Common, Void Speech",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The satarre mystic makes two void claw attacks. Alternatively, it can use Void Bolt twice."
                },
                {
                    "name": "Void Claw",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) slashing damage plus 4 (1d8) necrotic damage. The target must succeed on a DC 13 Constitution saving throw or its speed is reduced by 10 feet until the end of its next turn.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6+2"
                },
                {
                    "name": "Void Bolt",
                    "desc": "Ranged Spell Attack: +5 to hit, range 50 ft., one target. Hit: 9 (2d8) necrotic damage.",
                    "attack_bonus": 5,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Unveil (1/Day)",
                    "desc": "The mystic unveils a darker reality to up to three creatures it can see within 30 feet of it. Each target must succeed on a DC 13 Wisdom saving throw or be frightened until the end of its next turn."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Void Deflection",
                    "desc": "When a creature the mystic can see targets it with a ranged spell attack, the mystic can attempt to deflect the spell. The mystic makes a Constitution saving throw. If the result is higher than the attack roll, the mystic is unaffected by the spell."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keeper of Secrets",
                    "desc": "The satarre mystic has advantage on all Intelligence (Arcana) checks related to the planes and planar travel."
                },
                {
                    "name": "Levitate",
                    "desc": "As a bonus action, a mystic can rise or descend vertically up to 10 feet and can remain suspended there. This trait works like the levitate spell, except there is no duration, and the mystic doesn't need to concentrate to continue levitating each round."
                },
                {
                    "name": "Planar Commander",
                    "desc": "As a bonus action, the mystic commands an angel, elemental, or fiend ally within 30 feet of it to use a reaction to make one attack against a creature that dealt damage to the mystic in the previous round."
                },
                {
                    "name": "Void Fortitude",
                    "desc": "If damage reduces the satarre mystic 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 satarre mystic drops to 1 hp instead."
                },
                {
                    "name": "Void Weapons",
                    "desc": "The satarre's weapon attacks are magical. When the satarre hits with any weapon, the weapon deals an extra 1d8 necrotic damage (included in the attack)."
                }
            ],
            "spell_list": [],
            "page_no": 316,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_mystic/"
        },
        {
            "slug": "sahuagin",
            "desc": "",
            "name": "Sahuagin",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "sahuagin",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 12,
            "armor_desc": "natural armor",
            "hit_points": 22,
            "hit_dice": "4d8+4",
            "speed": {
                "walk": 30,
                "swim": 40
            },
            "strength": 13,
            "dexterity": 11,
            "constitution": 12,
            "intelligence": 12,
            "wisdom": 13,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 15",
            "languages": "Sahuagin",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The sahuagin makes two melee attacks: one with its bite and one with its claws or spear."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 3 (1d4 + 1) piercing damage.",
                    "attack_bonus": 3,
                    "damage_dice": "1d4",
                    "damage_bonus": 1
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 3 (1d4 + 1) slashing damage.",
                    "attack_bonus": 3,
                    "damage_dice": "1d4",
                    "damage_bonus": 1
                },
                {
                    "name": "Spear",
                    "desc": "Melee or Ranged Weapon Attack: +3 to hit, reach 5 ft. or 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.",
                    "attack_bonus": 3,
                    "damage_dice": "1d6",
                    "damage_bonus": 1
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Blood Frenzy",
                    "desc": "The sahuagin has advantage on melee attack rolls against any creature that doesn't have all its hit points."
                },
                {
                    "name": "Limited Amphibiousness",
                    "desc": "The sahuagin can breathe air and water, but it needs to be submerged at least once every 4 hours to avoid suffocating."
                },
                {
                    "name": "Shark Telepathy",
                    "desc": "The sahuagin can magically command any shark within 120 feet of it, using a limited telepathy."
                }
            ],
            "spell_list": [],
            "page_no": 343,
            "environments": [
                "Underwater",
                "Desert",
                "Coastal",
                "Water"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_sahuagin/"
        },
        {
            "slug": "roachling-lord",
            "desc": "_The creature is humanoid but disturbingly roachlike. Its legs are too short, its arms too long, its skin is oily, and its back is covered by a carapace. Atop those features sits an incongruously humanlike face._  \nCombining the worst of human and cockroach qualities, these nimble creatures have a talent for stealth and for fighting dirty. Also known as scuttlers, roachlings are an unpleasant humanoid race—inquisitive and covetous, unclean and ill-mannered—and most other races shun them.  \n_**Devious Combatants.**_ Roachlings are skittish and easily frightened, but they aren’t cowards. Rather, they are practical about their weaknesses. They understand survival often depends on remaining unseen and out of reach. Most roachlings prefer to fight only when the chance for victory sits squarely on their side.  \nThey also have a well-deserved reputation for deviousness. Roachlings are adept at skulking, underhanded tactics, and hit‑and-run fighting. Filth and trickery are their most useful tools.  \n_**Deeply Paranoid.**_ Because they have long been hunted and persecuted, roachlings are naturally suspicious, and they extend their trust slowly. A deep-rooted paranoia infects the race, and unsurprisingly their paranoia often turns out to be justified.  \n_**Fused Carapace.**_ Roachlings have prominent, whip-like antennae, a carapace covering much of their backs, and small spines on their legs and arms. They have short, noticeably bowed legs. Hair is unusual among roachlings, but when present, it’s always oily and dark, pressed flat against the skull.  \nRoachling coloration varies across tan, yellow, dark brown, and black. Regardless of color, their thick, hardened skin appears shiny and slightly oily although it is dry. Roachlings have an internal skeleton, however, not the exoskeleton of a true insect.",
            "name": "Roachling Lord",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "roachling",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 63,
            "hit_dice": "14d6+14",
            "speed": {
                "walk": 25
            },
            "strength": 10,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": 3,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "acrobatics": 5,
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., tremorsense 10 ft., passive Perception 9",
            "languages": "Common",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The roachling lord makes two melee attacks or throws two darts."
                },
                {
                    "name": "Begrimed Shortsword",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage plus 7 (2d6) poison damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Begrimed Dart",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 20/60 ft., one target. Hit: 4 (1d4 + 2) piercing damage plus 7 (2d6) poison damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Resistant",
                    "desc": "The roachling skirmisher has advantage on Constitution saving throws."
                },
                {
                    "name": "Unlovely",
                    "desc": "The skirmisher has disadvantage on Performance and Persuasion checks in interactions with nonroachlings."
                }
            ],
            "spell_list": [],
            "page_no": 329,
            "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_roachling-lord/"
        },
        {
            "slug": "roachling-skirmisher",
            "desc": "_The creature is humanoid but disturbingly roachlike. Its legs are too short, its arms too long, its skin is oily, and its back is covered by a carapace. Atop those features sits an incongruously humanlike face._  \nCombining the worst of human and cockroach qualities, these nimble creatures have a talent for stealth and for fighting dirty. Also known as scuttlers, roachlings are an unpleasant humanoid race—inquisitive and covetous, unclean and ill-mannered—and most other races shun them.  \n_**Devious Combatants.**_ Roachlings are skittish and easily frightened, but they aren’t cowards. Rather, they are practical about their weaknesses. They understand survival often depends on remaining unseen and out of reach. Most roachlings prefer to fight only when the chance for victory sits squarely on their side.  \nThey also have a well-deserved reputation for deviousness. Roachlings are adept at skulking, underhanded tactics, and hit‑and-run fighting. Filth and trickery are their most useful tools.  \n_**Deeply Paranoid.**_ Because they have long been hunted and persecuted, roachlings are naturally suspicious, and they extend their trust slowly. A deep-rooted paranoia infects the race, and unsurprisingly their paranoia often turns out to be justified.  \n_**Fused Carapace.**_ Roachlings have prominent, whip-like antennae, a carapace covering much of their backs, and small spines on their legs and arms. They have short, noticeably bowed legs. Hair is unusual among roachlings, but when present, it’s always oily and dark, pressed flat against the skull.  \nRoachling coloration varies across tan, yellow, dark brown, and black. Regardless of color, their thick, hardened skin appears shiny and slightly oily although it is dry. Roachlings have an internal skeleton, however, not the exoskeleton of a true insect.",
            "name": "Roachling Skirmisher",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "roachling",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 7,
            "hit_dice": "2d6",
            "speed": {
                "walk": 25
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 11,
            "intelligence": 10,
            "wisdom": 9,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": 2,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "acrobatics": 4,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., tremorsense 10 ft., passive Perception 9",
            "languages": "Common",
            "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.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Dart",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 20/60 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Resistant",
                    "desc": "The roachling skirmisher has advantage on Constitution saving throws."
                },
                {
                    "name": "Unlovely",
                    "desc": "The skirmisher has disadvantage on Performance and Persuasion checks in interactions with nonroachlings."
                }
            ],
            "spell_list": [],
            "page_no": 329,
            "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_roachling-skirmisher/"
        },
        {
            "slug": "roachling-scout",
            "desc": "",
            "name": "Roachling Scout",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "roachling",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 14,
            "armor_desc": null,
            "hit_points": 63,
            "hit_dice": "14d6+14",
            "speed": {
                "climb": 15,
                "walk": 25
            },
            "strength": 10,
            "dexterity": 18,
            "constitution": 13,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 3,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "acrobatics": 6,
                "perception": 6,
                "stealth": 6,
                "survival": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., tremorsense 10 ft., passive Perception 16",
            "languages": "Common",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "desc": "The roachling scout makes two begrimed shortsword attacks or two begrimed dart attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d6+4",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) piercing damage plus 7 (2d6) poison damage.",
                    "name": "Begrimed Shortsword"
                },
                {
                    "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 plus 7 (2d6) poison damage.",
                    "name": "Begrimed Dart"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The roachling scout has advantage on Wisdom (Perception) checks that rely on smell.",
                    "name": "Keen Smell"
                },
                {
                    "desc": "The roachling scout has advantage on Constitution saving throws.",
                    "name": "Resistant"
                },
                {
                    "desc": "The roachling scout can move stealthily while traveling at a normal pace.",
                    "name": "Stealthy Traveler"
                },
                {
                    "desc": "The roachling scout has disadvantage on Charisma (Performance) and Charisma (Persuasion) checks in interactions with non-roachlings.",
                    "name": "Unlovely"
                }
            ],
            "spell_list": [],
            "page_no": 319,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_roachling-scout/"
        },
        {
            "slug": "ratfolk",
            "desc": "_Ratfolk are the size of halflings, though smaller in girth and quicker in their movements. At a glance they might even be mistaken for halflings if not for their twitching snouts, bony feet, and long, pink tails._  \nThe ratfolk are canny survivors, rogues and tricksters all. Their strong family ties make it easy for them to found or join criminal societies--though others serve as expert scouts and saboteurs, able to infiltrate army camps, city sewers, and even castle dungeons with equal ease. Ratfolk leaders are often spellcasters and rogues.  \n**Adaptable.** Ratfolk swim well and can survive on little. Some groups are endemic to tropical and subtropical islands. Others inhabit forests, sewers, labyrinths, and ancient, ruined cities.  \n**Fast Fighters.** Ratfolk prefer light weapons and armor, fighting with speed and using numbers to bring a foe down. They have been known to ally themselves with goblins, darakhul, and kobolds on occasion, but more often prefer to serve a “Rat King” who may or may not be a rat of any kind. Such rat rulers might include a wererat, a rat king, an ogre, a minor demon or intelligent undead.",
            "name": "Ratfolk",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "ratfolk",
            "group": null,
            "alignment": "neutral",
            "armor_class": 14,
            "armor_desc": "studded leather armor",
            "hit_points": 7,
            "hit_dice": "2d6",
            "speed": {
                "walk": 25,
                "swim": 10
            },
            "strength": 7,
            "dexterity": 15,
            "constitution": 11,
            "intelligence": 14,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Common",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Dagger",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d4"
                },
                {
                    "name": "Light crossbow",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 80/320 ft., one target. Hit: 6 (1d8 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Nimbleness",
                    "desc": "The ratfolk can move through the space of any creature size Medium or larger."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The ratfolk has advantage on its attack roll against a creature if at least one of the ratfolk's allies is within 5 feet of the creature and the ally is capable of attacking."
                }
            ],
            "spell_list": [],
            "page_no": 320,
            "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_ratfolk/"
        },
        {
            "slug": "ratfolk-rogue",
            "desc": "_Ratfolk are the size of halflings, though smaller in girth and quicker in their movements. At a glance they might even be mistaken for halflings if not for their twitching snouts, bony feet, and long, pink tails._  \nThe ratfolk are canny survivors, rogues and tricksters all. Their strong family ties make it easy for them to found or join criminal societies--though others serve as expert scouts and saboteurs, able to infiltrate army camps, city sewers, and even castle dungeons with equal ease. Ratfolk leaders are often spellcasters and rogues.  \n**Adaptable.** Ratfolk swim well and can survive on little. Some groups are endemic to tropical and subtropical islands. Others inhabit forests, sewers, labyrinths, and ancient, ruined cities.  \n**Fast Fighters.** Ratfolk prefer light weapons and armor, fighting with speed and using numbers to bring a foe down. They have been known to ally themselves with goblins, darakhul, and kobolds on occasion, but more often prefer to serve a “Rat King” who may or may not be a rat of any kind. Such rat rulers might include a wererat, a rat king, an ogre, a minor demon or intelligent undead.",
            "name": "Ratfolk Rogue",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "ratfolk",
            "group": null,
            "alignment": "neutral",
            "armor_class": 15,
            "armor_desc": "studded leather armor",
            "hit_points": 18,
            "hit_dice": "4d6+4",
            "speed": {
                "walk": 25,
                "swim": 10
            },
            "strength": 7,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 14,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "acrobatics": 5,
                "perception": 2,
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Common, Thieves' Cant",
            "challenge_rating": "1",
            "cr": 1.0,
            "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"
                },
                {
                    "name": "Light Crossbow",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 80/320 ft., one target. Hit: 7 (1d8 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Rat Dagger Flurry",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 20/60 ft., three targets. Hit: 7 (1d4 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Cunning Action",
                    "desc": "A ratfolk rogue can use a bonus action to Dash, Disengage, or Hide."
                },
                {
                    "name": "Nimbleness",
                    "desc": "A ratfolk rogue can move through the space of any creature size Medium or larger."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "A ratfolk rogue has advantage on its attack roll against a creature if at least one of the ratfolk's allies is within 5 feet of the creature and the ally is capable of attacking."
                },
                {
                    "name": "Sneak Attack (1/Turn)",
                    "desc": "A ratfolk rogue deals an extra 3 (1d6) damage when it hits a target with a weapon attack and has advantage on the attack roll, or when the target is within 5 feet of one of its allies that isn't incapacitated and the rogue doesn't have disadvantage on the attack roll."
                }
            ],
            "spell_list": [],
            "page_no": 320,
            "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_ratfolk-rogue/"
        },
        {
            "slug": "ratfolk-mercenary",
            "desc": "",
            "name": "Ratfolk Mercenary",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "ratfolk",
            "group": null,
            "alignment": "neutral",
            "armor_class": 15,
            "armor_desc": "leather armor",
            "hit_points": 45,
            "hit_dice": "13d6",
            "speed": {
                "swim": 10,
                "walk": 25
            },
            "strength": 7,
            "dexterity": 18,
            "constitution": 11,
            "intelligence": 14,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": 4,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "acrobatics": 8,
                "deception": 2,
                "intimidation": 2,
                "perception": 2,
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Common",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "desc": "The ratfolk mercenary makes two attacks with its shortsword or dart. If both shortsword attacks hit the same target, the ratfolk mercenary can use its bonus action to automatically deal an extra 4 (1d8) piercing damage as it bites the target.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d6+4",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) piercing damage.",
                    "name": "Shortsword"
                },
                {
                    "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": "Dart"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When a creature makes an attack against the ratfolk mercenary's current employer, the mercenary grants a +2 bonus to the employer's AC if the mercenary is within 5 feet of the employer.",
                    "name": "Guard the Big Cheese"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The ratfolk mercenary's melee weapon attacks deal one extra die of damage if at least one of the mercenary's allies is within 5 feet of the creature and the ally isn't incapacitated.",
                    "name": "Chopper Squad"
                },
                {
                    "desc": "The ratfolk mercenary can move through the space of any Medium or larger creature.",
                    "name": "Nimbleness"
                },
                {
                    "desc": "The ratfolk has advantage on attack rolls against a creature if at least one of the ratfolk's allies is within 5 feet of the creature and the ally isn't incapacitated.",
                    "name": "Pack Tactics"
                },
                {
                    "desc": "If the ratfolk mercenary moves at least 10 feet straight toward a target and then hits it with a shortsword attack on the same turn, the mercenary can make one dart attack against another target within 20 feet as a bonus action without disadvantage.",
                    "name": "Packing Heat"
                }
            ],
            "spell_list": [],
            "page_no": 315,
            "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_ratfolk-mercenary/"
        },
        {
            "slug": "ratfolk-warlock",
            "desc": "",
            "name": "Ratfolk Warlock",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "ratfolk",
            "group": null,
            "alignment": "any alignment",
            "armor_class": 13,
            "armor_desc": "16 with mage armor",
            "hit_points": 27,
            "hit_dice": "6d6+6",
            "speed": {
                "swim": 10,
                "walk": 25
            },
            "strength": 8,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 14,
            "wisdom": 12,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 3,
            "charisma_save": 5,
            "perception": 3,
            "skills": {
                "arcana": 4,
                "deception": 5,
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Common",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d4+3",
                    "desc": "Melee or Ranged Weapon Attack: +5 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 5 (1d4 + 3) piercing damage.",
                    "name": "Dagger"
                },
                {
                    "attack_bonus": 1,
                    "damage_dice": "1d6-1",
                    "desc": "Melee Weapon Attack: +1 to hit, reach 5 ft., one target. Hit: 2 (1d6 - 1) bludgeoning damage or 3 (1d8 - 1) bludgeoning damage if used with two hands.",
                    "name": "Quarterstaff"
                },
                {
                    "desc": "The ratfolk warlock causes tendrils of shadow to reach out from its body toward all creatures within 10 feet of it. Each creature in the area must succeed on a DC 13 Wisdom saving throw or be restrained by the tendrils until the end of the ratfolk warlock's next turn.",
                    "name": "Darken"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The ratfolk warlock can move through the space of any Medium or larger creature.",
                    "name": "Nimbleness"
                },
                {
                    "desc": "The ratfolk has advantage on attack rolls against a creature if at least one of the ratfolk's allies is within 5 feet of the creature and the ally isn't incapacitated.",
                    "name": "Pack Tactics"
                },
                {
                    "desc": "The ratfolk warlock's innate spellcasting ability is Charisma (spell save DC 13, +5 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\nAt will: dancing lights, eldritch blast, fire bolt, mage armor, mage hand, minor illusion, poison spray, speak with animals\n3/day each: command, darkness, hellish rebuke\n1/day each: blindness/deafness, hold person",
                    "name": "Innate Spellcasting"
                }
            ],
            "spell_list": [],
            "page_no": 314,
            "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_ratfolk-warlock/"
        },
        {
            "slug": "ramag",
            "desc": "_These few denizens of a blasted desert waste now huddle in the remains of an ancient city—a city magically scattered across hundreds of miles._  \n**Once Human.** The ramag were a powerful tribe of dimensional sorcerers allied with a great society of titans, and they were indeed human in ages past. Over time, strange practices warped them into their current state, and they are clearly no longer purely human. Their limbs grow too long in proportion to their bodies, giving them a stooped, odd posture. Their features are angular, and a ramag’s hair is impossibly thick; each strand is the width of a human finger. They wear their strange hair tied back in decorative clasps.  \n**Portal Network.** The ramag used their innate magical gifts to maintain powerful magical conduits, ley lines that crisscrossed the titan’s empire. This mastery of arcane might allowed instantaneous travel to the farthest-flung outpost. The ramag still maintain a network of magical monoliths that connect the scattered districts of their home, but this network is frayed and fading.  \n**Studious and Powerful.** Although physically weak, the ramag are sharp-witted, studious, and naturally infused with magic. Lifetimes of exposure to the warping effect of their runaway magical energy have given the ramag innate control over magic, as well as sharp resistance to it. They are acutely aware of their responsibility for keeping magic in check, and fully know the danger of uncontrolled magical energies. Even the the lowliest ramag has a sharp intellect and a natural understanding of magic. Many ramag take up the study of wizardry. Few become wandering adventurers, but well-equipped expeditions sometimes leave their homeland to inspect the surrounding countryside.",
            "name": "Ramag",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "ramag",
            "group": null,
            "alignment": "neutral",
            "armor_class": 13,
            "armor_desc": "leather armor",
            "hit_points": 27,
            "hit_dice": "6d8",
            "speed": {
                "walk": 30
            },
            "strength": 9,
            "dexterity": 14,
            "constitution": 10,
            "intelligence": 16,
            "wisdom": 12,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 5,
                "investigation": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 11",
            "languages": "Common",
            "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.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Shortbow",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 80/320 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The ramag has advantage on saving throws against spells or other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 317,
            "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_ramag/"
        },
        {
            "slug": "ramag-portal-master",
            "desc": "",
            "name": "Ramag Portal Master",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "ramag",
            "group": null,
            "alignment": "neutral",
            "armor_class": 12,
            "armor_desc": "15 with mage armor",
            "hit_points": 71,
            "hit_dice": "13d8+13",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 18,
            "wisdom": 12,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 7,
                "history": 7,
                "investigation": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 11",
            "languages": "Abyssal, Celestial, Common, Giant, Infernal",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "desc": "The ramag portal master makes two lightning stroke attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d4+2",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) bludgeoning damage plus 14 (4d6) force damage.",
                    "name": "Gate Seal"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "4d6",
                    "desc": "Ranged Spell Attack: +7 to hit, range 120 ft., one target. Hit: 14 (4d6) lightning damage. If the target is a creature, it can't take reactions until the start of the ramag's next turn.",
                    "name": "Lightning Stroke"
                },
                {
                    "desc": "The ramag magically empowers its gate seal to dampen teleportation, planar gates, and portals within 60 feet of it. A creature that attempts to teleport while within or into the area must succeed on a DC 15 Charisma saving throw or the teleport fails. Spells and abilities that conjure creatures or objects automatically fail, and portals or gates are suppressed while they remain in the area. The seal lasts 1 hour, or until the ramag loses concentration on it as if concentrating on a spell.",
                    "name": "Dimensional Seal (Recharges after a Short or Long Rest)"
                },
                {
                    "desc": "The ramag creates two magical gateways in unoccupied spaces it can see within 100 feet of it. The gateways appear as shimmering, opaque ovals in the air. A creature that moves into one gateway appears at the other immediately. The gateways last for 1 minute, or until the ramag loses concentration on them as if concentrating on a spell.",
                    "name": "Weave Dimensions"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The ramag has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "The ramag portal master is a 7th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 15, +7 to hit with spell attacks). It has the following wizard spells prepared:\nCantrips (at will): fire bolt, light, prestidigitation, shocking grasp\n1st level (4 slots): burning hands, mage armor, magic missile\n2nd level (3 slots): arcane lock, hold person, levitate, misty step\n3rd level (3 slots): counterspell, dispel magic, fireball\n4th level (1 slot): banishment",
                    "name": "Spellcasting"
                }
            ],
            "spell_list": [],
            "page_no": 313,
            "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_ramag-portal-master/"
        },
        {
            "slug": "otterfolk",
            "desc": "Brown fur covers the entire surface of this humanoid, which also has the black nose and small ears of an otter. Its piecemeal leather armor and weapon at the ready give the impression it is prepared for a fight._  \n**Foe to Reptilians.** While generally peaceful creatures, otterfolk bear an enmity for reptilians, owing to their near extinction in the jaws of giant alligators and other large swamp predators. They are wary of intelligent reptilian creatures, such as lizardfolk and naga, who regularly prey on their people. Otterfolk pass this animosity on to future generations through tales of heroic otterfolk overcoming ferocious snakes and mighty alligators. From the time an otterfolk kit can walk, it learns how to wield the atlatl and to be mindful of the presence of their hated foes. Otterfolk are wary of reptilian visitors or those accompanied by reptiles, but they are cordial to all others.  \n**Swamp Guides.** Otterfolk are excellent sources of information about the territory surrounding their homes, and they often escort friendly visitors through the swamp. The price for this service depends on the combat capabilities of those they escort. Their overwhelming martial outlook causes them to value visitors who can prove themselves in combat. If a group seems capable of protecting itself, the otterfolk reason they don’t have to defend the group in addition to guiding it. They often ask such groups for a pittance in rations or monetary value (preferring pearls to other valuable items). Otterfolk greatly increase their fees for groups apparently incapable of fighting off potential swamp hazards. However, they pride themselves on never abandoning their charges.  \n**Otter Trainers.** Otterfolk often raise river otters as guard animals and pets, which serve the same function in their society as dogs in human societies. Otterfolk regard the animals warmly and become sad when favored pets die. They rarely allow their otters to engage in combat. They regularly hold contests where otter owners show off their training prowess by directing their otters in feats of strength, cunning, and dexterity. These contests never involve pitting the otters against each other in combat. The rare few otterfolk who choose to become wizards take otters as familiars. Otterfolk rangers often raise larger river otter specimens (use the statistics of a Open Game License",
            "name": "Otterfolk",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "otterfolk",
            "group": null,
            "alignment": "chaotic good",
            "armor_class": 14,
            "armor_desc": "leather armor",
            "hit_points": 18,
            "hit_dice": "4d6+4",
            "speed": {
                "swim": 30,
                "walk": 25,
                "climb": 15
            },
            "strength": 12,
            "dexterity": 17,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 5,
                "survival": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 30 ft., passive Perception 12",
            "languages": "Common",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +5 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 5 (1d4 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4+3"
                },
                {
                    "name": "Atlatl Dart",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 20/60 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6+3"
                },
                {
                    "name": "Secrete Oil (Recharge 4-6)",
                    "desc": "The otterfolk secretes an oil that makes it slippery until the end of its next turn. It has advantage on ability checks and saving throws made to escape a grapple. If it is grappled when it takes this action, it can take a bonus action to escape the grapple."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hold Breath",
                    "desc": "The otterfolk can hold its breath for 15 minutes."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The otterfolk has advantage on attack rolls against a creature if at least one of the otterfolk's allies is within 5 feet of the creature and the ally isn't incapacitated."
                },
                {
                    "name": "Reptile Foe",
                    "desc": "The otterfolk has advantage on Wisdom (Survival) checks to track reptilian creatures and on Intelligence checks to recall information about them."
                }
            ],
            "spell_list": [],
            "page_no": 288,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_otterfolk/"
        },
        {
            "slug": "gray-orc",
            "desc": "The ground erupts into a scrambling flood of orcs, their pale skin decorated with swirls of black resin._  \nDwelling deep beneath the ground, gray orcs move in a dark world, only drawn toward the surface by their innate hatred of arcane defilement.  \n**Drawn to Magical Corruption.** Gray orcs are drawn to areas where magic is frequently used or locations marred by magical pollution. Scholars believe the orcs’ ancestral home was ravaged by magic, cursing them and driving them deep beneath the surface. They believe this history fuels within the orcs a deep hatred for magic, especially magic that defiles the natural world. For their part, the orcs have neither confirmed nor denied this speculation, though few scholars have been brave enough to approach them about it. Whatever the case, gray orcs grow violent around magic and seek to snuff it out wherever they find it.  \n**Synchronized Tribes.** Gray orcs move and act as one, their training leading their actions to be so synchronized that they appear to think as one. When faced with a major threat or a large magical catastrophe, a group of gray orcs will erupt from the ground in unison to swarm over the source.",
            "name": "Gray Orc",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "orc",
            "group": null,
            "alignment": "neutral",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 15,
            "hit_dice": "2d8+6",
            "speed": {
                "climb": 30,
                "walk": 40,
                "burrow": 20
            },
            "strength": 14,
            "dexterity": 16,
            "constitution": 16,
            "intelligence": 9,
            "wisdom": 11,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "acrobatics": 5,
                "athletics": 4,
                "perception": 2,
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 30 ft., darkvision 60 ft., passive Perception 12",
            "languages": "Orc",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) slashing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4+3"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Silent Hunters",
                    "desc": "Adept at surviving in a dark and quiet world below the ground, gray orcs instinctively know how to move, hunt, and kill without making the slightest sound. When they hunt, gray orcs paint their pale skin with swirls of a mushroom-based black resin. They often form the resin into runes or symbols of their gods as a way of honoring the gods and asking for success on the hunt."
                },
                {
                    "name": "Aggressive",
                    "desc": "As a bonus action, the orc can move up to its speed toward a hostile creature it can see."
                },
                {
                    "name": "Magic Absorption",
                    "desc": "When the gray orc is hit by a spell or is in the area of a spell, it regains hp equal to the spell's level. This trait doesn't counter the spell or negate its damage or effects. The orc regains the hp after the spell is resolved."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The gray orc has advantage on attack rolls against a creature if at least one of the orc's allies is within 5 feet of the creature and the ally isn't incapacitated."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the gray orc has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                }
            ],
            "spell_list": [],
            "page_no": 162,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_gray-orc/"
        },
        {
            "slug": "orc",
            "desc": "",
            "name": "Orc",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "orc",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 13,
            "armor_desc": "hide armor",
            "hit_points": 15,
            "hit_dice": "2d8+6",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 12,
            "constitution": 16,
            "intelligence": 7,
            "wisdom": 11,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "intimidation": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Common, Orc",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Greataxe",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 9 (1d12 + 3) slashing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d12",
                    "damage_bonus": 3
                },
                {
                    "name": "Javelin",
                    "desc": "Melee or Ranged Weapon Attack: +5 to hit, reach 5 ft. or range 30/120 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6",
                    "damage_bonus": 3
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Aggressive",
                    "desc": "As a bonus action, the orc can move up to its speed toward a hostile creature that it can see."
                }
            ],
            "spell_list": [],
            "page_no": 339,
            "environments": [
                "Hill",
                "Underdark",
                "Swamp",
                "Grassland",
                "Mountain",
                "Forest",
                "Arctic"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_orc/"
        },
        {
            "slug": "black-sun-orc",
            "desc": "",
            "name": "Black Sun Orc",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "orc",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 14,
            "armor_desc": "hide armor",
            "hit_points": 65,
            "hit_dice": "10d8+20",
            "speed": {
                "climb": 20,
                "walk": 30
            },
            "strength": 16,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 9,
            "wisdom": 12,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3,
                "stealth": 4,
                "survival": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Common, Orc",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "desc": "The orc makes two attacks with its greatclub or with its sling.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d8+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) bludgeoning damage.",
                    "name": "Greatclub"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d4+2",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 30/120 ft., one target. Hit: 4 (1d4 + 2) bludgeoning damage.",
                    "name": "Sling"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "As a bonus action, the orc can move up to its speed toward a hostile creature that it can see.",
                    "name": "Aggressive"
                },
                {
                    "desc": "Magical darkness doesn't impede the Black Sun orc's darkvision.",
                    "name": "Black Sun Sight"
                },
                {
                    "desc": "While in bright light, the orc has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight.",
                    "name": "Light Sensitivity"
                },
                {
                    "desc": "The orc has advantage on Dexterity (Stealth) checks made to hide in rocky terrain.",
                    "name": "Stone Camouflage"
                }
            ],
            "spell_list": [],
            "page_no": 289,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_black-sun-orc/"
        },
        {
            "slug": "black-sun-priestess",
            "desc": "",
            "name": "Black Sun Priestess",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "orc",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 13,
            "armor_desc": "hide armor",
            "hit_points": 67,
            "hit_dice": "9d8+27",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 12,
            "constitution": 16,
            "intelligence": 9,
            "wisdom": 16,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "insight": 6,
                "intimidation": 6,
                "religion": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Common, Orc",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d8+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) bludgeoning damage.",
                    "name": "Greatclub"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "As a bonus action, the priestess can move up to her speed toward a hostile creature that she can see.",
                    "name": "Aggressive"
                },
                {
                    "desc": "Magical darkness doesn't impede the the Black Sun priestess' darkvision.",
                    "name": "Black Sun Sight"
                },
                {
                    "desc": "While in bright light, the orc has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight.",
                    "name": "Light Sensitivity"
                },
                {
                    "desc": "The priestess is a 6th-level spellcaster. Her spellcasting ability is Wisdom (spell save DC 13, +5 to hit with spell attacks). The priestess has the following cleric spells prepared:\nCantrips (at will): guidance, mending, resistance, sacred flame\n1st level (4 slots): bane, command, cure wounds, detect magic\n2nd level (3 slots): augury, spiritual weapon\n3rd level (3 slots): animate dead, bestow curse, spirit guardians",
                    "name": "Spellcasting"
                }
            ],
            "spell_list": [],
            "page_no": 290,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_black-sun-priestess/"
        },
        {
            "slug": "green-abyss-orc",
            "desc": "",
            "name": "Green Abyss Orc",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "orc",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 15,
            "hit_dice": "2d8+6",
            "speed": {
                "climb": 30,
                "walk": 30
            },
            "strength": 14,
            "dexterity": 16,
            "constitution": 16,
            "intelligence": 9,
            "wisdom": 11,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "acrobatics": 5,
                "athletics": 4,
                "perception": 2,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 90 ft., passive Perception 12",
            "languages": "Orc",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d6+2",
                    "desc": "Melee or Ranged Weapon Attack: +4 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 5 (1d6 + 2) piercing damage, or 6 (1d8 + 2) piercing damage if used with two hands to make a melee attack. If the target is a creature, it must succeed on a DC 13 Constitution saving throw, taking 9 (2d8) poison damage on a failed save, or half as much damage on a successful one. If the poison damage reduces the target to 0 hp, the target is stable but poisoned for 1 hour, even after regaining hp, and is paralyzed while poisoned in this way.",
                    "name": "Poisoned Spear"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "As a bonus action, the orc can move up to its speed toward a hostile creature that it can see.",
                    "name": "Aggressive"
                },
                {
                    "desc": "While in sunlight, the orc has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight. s",
                    "name": "Sunlight Sensitivity"
                }
            ],
            "spell_list": [],
            "page_no": 291,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_green-abyss-orc/"
        },
        {
            "slug": "noctiny",
            "desc": "_A grinning man brandishes a staff surmounted by a rune-covered skull. Blasphemous sigils adorn his clothes, and ashes stain his skin a sickly gray._  \nNoctiny are wretched humanoids corrupted by fell power. Their skin is sallow and gaunt even before they smear it with ash, bone dust, and worse materials to wash all living color from their bodies. The noctiny embrace all manner of blasphemous and taboo behaviors to please their masters.  \n**Pyramid of Power.** The noctiny’s lust for power drives them away from decency and reason. They are initiates who form the lowest rung of fext society. They swear themselves into service to the undead fext as thugs, servants, acolytes, and cannon fodder, and in exchange draw a trickle of power for themselves.  \n**A Race Apart.** Though they arise from any humanoid stock, the noctiny are corrupted by the powers they serve. Noctiny retain the cosmetic traits that identify their original race if one looks hard enough, but any connection they once had to their fellows is overpowered by their transformation into noctiny.",
            "name": "Noctiny",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "noctiny",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 13,
            "armor_desc": "studded leather armor",
            "hit_points": 52,
            "hit_dice": "8d8+16",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 13,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 11,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "frightened",
            "senses": "passive Perception 10",
            "languages": "Common, plus the language spoken by the noctini's fext master",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The noctiny makes two melee attacks."
                },
                {
                    "name": "Pact Staff",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) bludgeoning damage or 8 (1d8 + 4) bludgeoning damage if used in two hands.",
                    "attack_bonus": 3,
                    "damage_dice": "1d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The noctiny has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Pact Wrath",
                    "desc": "One of the noctiny's weapons is infused with power. Its attacks with this weapon count as magical, and it adds its Charisma bonus to the weapon's damage (included below)."
                },
                {
                    "name": "Spellcasting",
                    "desc": "the noctiny is a 3rd-level spellcaster. Its spellcasting ability score is Charisma (save DC 13, +5 to hit with spell attacks). It knows the following warlock spells.\n\ncantrips (at will): chill touch, eldritch blast, poison spray\n\n1st level (4 slots): armor of agathys, charm person, hellish rebuke, hex\n\n2nd level (2 slots): crown of madness, misty step"
                }
            ],
            "spell_list": [],
            "page_no": 308,
            "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_noctiny/"
        },
        {
            "slug": "merfolk",
            "desc": "",
            "name": "Merfolk",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "merfolk",
            "group": null,
            "alignment": "neutral",
            "armor_class": 11,
            "armor_desc": null,
            "hit_points": 11,
            "hit_dice": "2d8+2",
            "speed": {
                "walk": 10,
                "swim": 40
            },
            "strength": 10,
            "dexterity": 13,
            "constitution": 12,
            "intelligence": 11,
            "wisdom": 11,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 12",
            "languages": "Aquan, Common",
            "challenge_rating": "1/8",
            "cr": 0.125,
            "actions": [
                {
                    "name": "Spear",
                    "desc": "Melee or Ranged Weapon Attack: +2 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 3 (1d6) piercing damage, or 4 (1d8) piercing damage if used with two hands to make a melee attack.",
                    "attack_bonus": 2,
                    "damage_dice": "1d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The merfolk can breathe air and water."
                }
            ],
            "spell_list": [],
            "page_no": 332,
            "environments": [
                "Underwater",
                "Desert",
                "Coastal",
                "Water"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_merfolk/"
        },
        {
            "slug": "lizardfolk",
            "desc": "",
            "name": "Lizardfolk",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "lizardfolk",
            "group": null,
            "alignment": "neutral",
            "armor_class": 15,
            "armor_desc": "natural armor, shield",
            "hit_points": 22,
            "hit_dice": "4d8+4",
            "speed": {
                "walk": 30,
                "swim": 30
            },
            "strength": 15,
            "dexterity": 10,
            "constitution": 13,
            "intelligence": 7,
            "wisdom": 12,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3,
                "stealth": 4,
                "survival": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 13",
            "languages": "Draconic",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The lizardfolk makes two melee attacks, each one with a different weapon."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6",
                    "damage_bonus": 2
                },
                {
                    "name": "Heavy Club",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) bludgeoning damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6",
                    "damage_bonus": 2
                },
                {
                    "name": "Javelin",
                    "desc": "Melee or Ranged Weapon Attack: +4 to hit, reach 5 ft. or range 30/120 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6",
                    "damage_bonus": 2
                },
                {
                    "name": "Spiked Shield",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6",
                    "damage_bonus": 2
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hold Breath",
                    "desc": "The lizardfolk can hold its breath for 15 minutes."
                }
            ],
            "spell_list": [],
            "page_no": 326,
            "environments": [
                "Swamp",
                "Jungle",
                "Forest"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_lizardfolk/"
        },
        {
            "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": "lemurfolk-greyfur",
            "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 Greyfur",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "lemurfolk",
            "group": null,
            "alignment": "neutral",
            "armor_class": 13,
            "armor_desc": "16 with mage armor",
            "hit_points": 67,
            "hit_dice": "15d6+15",
            "speed": {
                "walk": 20,
                "climb": 10,
                "fly": 40
            },
            "strength": 9,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 16,
            "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": {
                "acrobatics": 5,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Lemurfolk",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Kukri Dagger",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., range 20/60, one target. Hit: 5 (1d4 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4"
                },
                {
                    "name": "Blowgun",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 25/100 ft., one creature. Hit: 5 (1d4 + 3) 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": 5,
                    "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 greyfur deals an extra 7 (2d6) 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 greyfur that isn't incapacitated and the greyfur doesn't have disadvantage on the attack roll."
                },
                {
                    "name": "Spellcasting",
                    "desc": "the greyfur is a 5th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 13, +5 to hit with spell attacks). The greyfur has the following wizard spells prepared:\n\ncantrips (at will): light, mage hand, minor illusion, poison spray, resistance\n\n1st Level (4 slots): mage armor, sleep\n\n2nd Level (3 slots): detect thoughts, misty step\n\n3rd Level (2 slots): lightning bolt"
                }
            ],
            "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-greyfur/"
        },
        {
            "slug": "kryt",
            "desc": "",
            "name": "Kryt",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "kryt",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 120,
            "hit_dice": "16d8+48",
            "speed": {
                "walk": 25
            },
            "strength": 20,
            "dexterity": 10,
            "constitution": 16,
            "intelligence": 6,
            "wisdom": 18,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 7,
            "skills": {
                "insight": 7,
                "perception": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "exhaustion",
            "senses": "darkvision 60 ft., passive Perception 17",
            "languages": "Common",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "desc": "The kryt makes three attacks: one with its bite and two with its quarterstaff.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "2d8+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "1d6+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 8 (1d6 + 5) bludgeoning damage, or 9 (1d8 + 5) bludgeoning damage if used with two hands.",
                    "name": "Quarterstaff"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When a kryt is attacked by a creature it can see within 30 feet of it, the kryt can haunt the creature with a vision of the creature's death. The haunted creature has disadvantage on its next attack roll. Undead creatures and creatures that are unable to be killed are immune to this reaction.",
                    "name": "Haunting Vision"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The kryt can hold its breath for 15 minutes.",
                    "name": "Hold Breath"
                },
                {
                    "desc": "The kryt catches a glimpse of the immediate future and gains advantage on one attack roll or one saving throw.",
                    "name": "Prophetic Vision (1/Turn)"
                }
            ],
            "spell_list": [],
            "page_no": 243,
            "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_kryt/"
        },
        {
            "slug": "initiate-of-the-elder-elementals",
            "desc": "The kobold stands at the stone altar, chanting words of elemental power. Winds swirl around it, the stone beneath its feet rumbles, and fire ignites in one hand while frost rimes the other._  \n**Elemental Servant.** Serving as part of a secret cabal, the initiate taps into the elemental magic that taints it to serve the four great elemental lords of evil. It often worships in secret underground sites devoted to its dark gods. Service means access to power, and an initiate hopes to use that power to rise in station.",
            "name": "Initiate of the Elder Elementals",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "kobold",
            "group": null,
            "alignment": "any evil alignment",
            "armor_class": 12,
            "armor_desc": "15 with mage armor",
            "hit_points": 33,
            "hit_dice": "6d6+12",
            "speed": {
                "walk": 30
            },
            "strength": 9,
            "dexterity": 14,
            "constitution": 15,
            "intelligence": 16,
            "wisdom": 11,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 4,
            "intelligence_save": 5,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "intimidation": 3,
                "religion": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Common, Draconic, Primordial",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +4 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d4+2"
                },
                {
                    "name": "Gift of the Elder Elementals",
                    "desc": "Ranged Spell Attack: +5 to hit, range 60 ft., one target. Hit: 7 (2d6) acid, cold, fire, or lightning damage, and the target has disadvantage on its next saving throw against any of the initiate's spells that deal the chosen type of damage.",
                    "attack_bonus": 5,
                    "damage_dice": "2d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Blessing of the Elder Elementals",
                    "desc": "The initiate has advantage on saving throws against spells and abilities that deal acid, cold, fire, or lightning damage."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The initiate has advantage on attack rolls against a creature if at least one of the initiate's allies is within 5 feet of the creature and the ally isn't incapacitated."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the initiate has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                },
                {
                    "name": "Versatility of the Elder Elementals",
                    "desc": "As a bonus action, the initiate can change the damage of a spell it casts from acid, cold, fire, or lightning to another one of those elements."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The initiate of the elder elementals is a 5th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 13, +5 to hit with spell attacks). The initiate has the following wizard spells prepared:\nCantrips (at will): pummelstone, light, mage hand, ray of frost\n1st level (4 slots): burning hands, mage armor, tidal barrier\n2nd level (3 slots): gust of wind, misty step, scorching ray\n3rd level (2 slots): lightning bolt, frozen razors"
                }
            ],
            "spell_list": [],
            "page_no": 216,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_initiate-of-the-elder-elementals/"
        },
        {
            "slug": "kobold-spellclerk",
            "desc": "The reptilian snout peeking out from a deep hood is the only hint that this cloaked figure is a kobold. A fang charm dangling from its neck, the kobold goes about its business of secrets and whispers._  \n**Agents of the Empire.** Kobold spellclerks work primarily as messengers and agents of the spy network. They are skilled in code writing and breaking, overseeing the operations of other field agents, and providing their overlords a valued glimpse into the internal affairs of their enemies.  \n**Trusted Messengers.** Kobold spellclerks are often granted the use of magic items that aid in encryption and message-sending to supplement their natural skills and magical studies. The messages they carry or compose are often of great import to clandestine activities.",
            "name": "Kobold Spellclerk",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "kobold",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 21,
            "hit_dice": "6d6",
            "speed": {
                "walk": 30
            },
            "strength": 6,
            "dexterity": 14,
            "constitution": 10,
            "intelligence": 16,
            "wisdom": 12,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 5,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "acrobatics": 4,
                "arcana": 5,
                "deception": 5,
                "investigation": 5,
                "perception": 3,
                "persuasion": 3,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Common, Draconic",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The kobold spellclerk makes two melee attacks."
                },
                {
                    "name": "Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +4 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d4+2"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Cunning Action",
                    "desc": "On each of its turns, the spellclerk can use a bonus action to take the Dash, Disengage, or Hide action."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The kobold has advantage on attack rolls against a creature if at least one of the kobold's allies is within 5 feet of the creature and the ally isn't incapacitated."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the kobold has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The kobold spellclerk is a 2nd-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 13, +5 to hit with spell attacks). It has the following wizard spells prepared:\nCantrips (at will): fire bolt, message, minor illusion\n1st level (3 slots): comprehend languages, feather fall, grease, illusory script, sleep"
                }
            ],
            "spell_list": [],
            "page_no": 232,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_kobold-spellclerk/"
        },
        {
            "slug": "kobold",
            "desc": "",
            "name": "Kobold",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "kobold",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 5,
            "hit_dice": "2d6-2",
            "speed": {
                "walk": 30
            },
            "strength": 7,
            "dexterity": 15,
            "constitution": 9,
            "intelligence": 8,
            "wisdom": 7,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 8",
            "languages": "Common, Draconic",
            "challenge_rating": "1/8",
            "cr": 0.125,
            "actions": [
                {
                    "name": "Dagger",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d4",
                    "damage_bonus": 2
                },
                {
                    "name": "Sling",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 30/120 ft., one target. Hit: 4 (1d4 + 2) bludgeoning damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d4",
                    "damage_bonus": 2
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the kobold has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The kobold has advantage on an attack roll against a creature if at least one of the kobold's allies is within 5 ft. of the creature and the ally isn't incapacitated."
                }
            ],
            "spell_list": [],
            "page_no": 324,
            "environments": [
                "Hill",
                "Underdark",
                "Mountains",
                "Coastal",
                "Tundra",
                "Grassland",
                "Ruin",
                "Swamp",
                "Mountain",
                "Desert",
                "Settlement",
                "Urban",
                "Forest",
                "Arctic",
                "Jungle",
                "Hills",
                "Caverns",
                "Plane Of Earth"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_kobold/"
        },
        {
            "slug": "kobold-alchemist",
            "desc": "More than anything, kobolds are survivors. Their scaly skin and keen night vision as well as their dextrous claws and sensitive snouts make them quick to sense danger, and their clawed feet move them out of danger with cowardly speed. They are small but fierce when fighting on their own terms, and their weight of numbers helps them survive in places where larger but less numerous races can’t sustain a settlement. Kobolds are great miners, good gearsmiths, and modest alchemists, and they have a curiosity about the world that frequently gets them into trouble.  \n_**Underworld Merchants.**_ Kobolds are merchants to both the surface world and the world beneath it, with their greatest cities hidden deep below the earth. Their enemies are the diabolical gnomes, the dwarves, and any other mining races that seek dominance of dark, rich territories.  \nKobolds are closely allied with and related to dragonborn, drakes, and dragons. The kobold kings (and there are oh‑so‑many kobold kings, since no kobold ruler is satisfied with being merely a chieftain) admire dragons as the greatest sources of wisdom, power, and proper behavior.  \n_This slight, reptilian humanoid is bedecked with ceramic flasks and glass vials. An acrid reek follows in the creature’s wake._  \nKobold alchemists are usually smelled before they are seen, thanks to the apothecary’s store of chemicals and poisons they carry. Alchemists often sport mottled and discolored scales and skin, caused by the caustic nature of their obsessions. They raid alchemy shops and magical laboratories to gather more material to fuel their reckless experiments.  \n_**Dangerous Assets.**_ Alchemists can be a great boon to their clan, but at a cost. Not only do the alchemists require rare, expensive, and often dangerous substances to ply their trade, they tend to be a little unhinged. Their experiments yield powerful weapons and defensive concoctions that can save many kobold lives, but the destruction caused by an experiment gone awry can be terrible.",
            "name": "Kobold Alchemist",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "kobold",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 15,
            "armor_desc": "studded leather",
            "hit_points": 44,
            "hit_dice": "8d6+16",
            "speed": {
                "walk": 30
            },
            "strength": 7,
            "dexterity": 16,
            "constitution": 15,
            "intelligence": 16,
            "wisdom": 9,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 5,
                "medicine": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 9",
            "languages": "Common, Draconic",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The kobold makes two attacks."
                },
                {
                    "name": "Dagger",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage plus 5 (2d4) poison damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4"
                },
                {
                    "name": "Dart",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 20/60 ft., one target. Hit: 5 (1d4 + 3) piercing damage plus 5 (2d4) poison damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4"
                },
                {
                    "name": "Alchemical Protection (Recharge after a Short or Long Rest)",
                    "desc": "The kobold chooses up to six allied creatures within 10 feet. It releases alchemical vapors that grant those allies resistance to poison damage for 10 minutes. Instead of poison damage, the kobold can grant resistance to the damage type currently in effect for its Apothecary trait."
                },
                {
                    "name": "Explosive Flask (Recharge 5-6)",
                    "desc": "The kobold throws a flask of volatile substances at a point within 30 feet. The flask explodes in a 15-foot radius. Creatures in the area take 17 (5d6) poison damage and are poisoned for 1 minute, or take half damage and are not poisoned with a successful DC 13 Dexterity saving throw. A poisoned creature repeats the saving throw at the end of each of its turns, ending the poisoned condition on a success. Instead of poison damage, the kobold can deal the damage type currently in effect for its Apothecary trait."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Apothecary",
                    "desc": "As a bonus action the kobold can select one of the following damage types: acid, cold, or fire. Until it uses this action again, the kobold has resistance to the chosen damage type. Additionally, the kobold is proficient with a poisoner's kit."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The kobold has advantage on an attack roll against a target if at least one of the kobold's allies is within 5 feet of the target and the ally isn't incapacitated."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the kobold has disadvantage on attack rolls and on Wisdom (Perception) checks that rely on sight."
                }
            ],
            "spell_list": [],
            "page_no": 261,
            "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_kobold-alchemist/"
        },
        {
            "slug": "kobold-chieftain",
            "desc": "More than anything, kobolds are survivors. Their scaly skin and keen night vision as well as their dextrous claws and sensitive snouts make them quick to sense danger, and their clawed feet move them out of danger with cowardly speed. They are small but fierce when fighting on their own terms, and their weight of numbers helps them survive in places where larger but less numerous races can’t sustain a settlement. Kobolds are great miners, good gearsmiths, and modest alchemists, and they have a curiosity about the world that frequently gets them into trouble.  \n_**Underworld Merchants.**_ Kobolds are merchants to both the surface world and the world beneath it, with their greatest cities hidden deep below the earth. Their enemies are the diabolical gnomes, the dwarves, and any other mining races that seek dominance of dark, rich territories.  \nKobolds are closely allied with and related to dragonborn, drakes, and dragons. The kobold kings (and there are oh‑so‑many kobold kings, since no kobold ruler is satisfied with being merely a chieftain) admire dragons as the greatest sources of wisdom, power, and proper behavior.  \n_This small, draconic humanoid struts as though it were ten feet tall. It wears the gilded skull of a small dragon as a helmet, and its beady eyes gleam out through the skull’s sockets. It hefts its spear and shield and lets out a blood-curdling shriek, signaling the attack._  \nWhile most kobolds are scuttling scavengers or pathetic sycophants, a few carry a spark of draconic nobility that can’t be ignored. These few forge their tribes into forces to be reckoned with, rising to the rank of chieftain. A kobold chieftain stands proud, clad in war gear of fine quality and good repair. Their weapons are tended by the tribe’s trapsmiths, particularly evident in their springspike shields.  \n_**Living Legend.**_ A kobold chieftain is more than a leader, it is a symbol of the tribe’s greatness. The strongest, most cunning, most ruthless of a kobold tribe embodies their connection to the revered dragons. When a chieftain sounds the call to battle, the kobolds meld into a fearless, deadly force.",
            "name": "Kobold Chieftain",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "kobold",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 17,
            "armor_desc": "studded leather and shield",
            "hit_points": 82,
            "hit_dice": "15d6+30",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 17,
            "constitution": 14,
            "intelligence": 11,
            "wisdom": 13,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 4,
            "perception": null,
            "skills": {
                "intimidation": 6,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Draconic",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The kobold makes 2 attacks."
                },
                {
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage plus 10 (3d6) poison damage and the target must make a successful DC 12 Constitution saving throw or be poisoned for 1 minute. A poisoned creature repeats the saving throw at the end of each of its turns, ending the effect on a success.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Shortbow",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 80/320 ft., one target. Hit: 6 (1d6 + 3) piercing damage plus 10 (3d6) poison damage and the target must make a successful DC 12 Constitution saving throw or be poisoned for 1 minute. A poisoned creature repeats the saving throw at the end of each of its turns, ending the effect on a success.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Inspiring Presence (Recharge after Short or Long Rest)",
                    "desc": "The chieftain chooses up to six allied kobolds it can see within 30 feet. For the next minute, the kobolds gain immunity to the charmed and frightened conditions, and add the chieftain's Charisma bonus to attack rolls."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Springspike Shield (5/rest)",
                    "desc": "When the kobold chieftain is hit by a melee attack within 5 feet, the kobold chieftain can fire one of its shield spikes at the attacker. The attacker takes 3 (1d6) piercing damage plus 3 (1d6) poison damage."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Pack Tactics",
                    "desc": "The kobold chieftain has advantage on an attack roll against a target if at least one of the chieftain's allies is within 5 feet of the target and the ally isn't incapacitated."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the kobold chieftain has disadvantage on attack rolls and on Wisdom (Perception) checks that rely on sight."
                }
            ],
            "spell_list": [],
            "page_no": 263,
            "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_kobold-chieftain/"
        },
        {
            "slug": "elite-kobold",
            "desc": "",
            "name": "Elite Kobold",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "kobold",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 14,
            "armor_desc": "leather armor",
            "hit_points": 26,
            "hit_dice": "4d8+8",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 17,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Common, Draconic",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d6+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "name": "Mining Pick"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d4+3",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 30/120 ft., one target. Hit: 5 (1d4 + 3) bludgeoning damage.",
                    "name": "Sling"
                },
                {
                    "desc": "The elite kobold opens its miner's lantern and splashes burning oil in a 15-foot cone. Each creature in that area must make a DC 13 Dexterity saving throw, taking 14 (4d6) fire damage on a failed save, or half as much damage on a successful one.",
                    "name": "Lantern Splash (Recharge 5-6)"
                },
                {
                    "desc": "Two elite kobolds within 5 feet of each other can combine their actions to slam their mining picks into the ground and split the earth in a 20-foot line that is 5 feet wide, extending from one of the pair. Each creature in that line must make a DC 13 Dexterity saving throw. On a failure, a creature takes 7 (2d6) bludgeoning damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone.",
                    "name": "Small but Fierce"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "If two elite kobolds wielding any combination of picks and shovels combine their efforts, they gain a burrow speed of 15 feet through non-rocky soil.",
                    "name": "Combat Tunneler"
                },
                {
                    "desc": "The kobold has advantage on attack rolls against a target if at least one of the kobold's allies is within 5 feet of the target and the ally isn't incapacitated.",
                    "name": "Pack Tactics"
                },
                {
                    "desc": "While in sunlight, the kobold has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight.",
                    "name": "Sunlight Sensitivity"
                }
            ],
            "spell_list": [],
            "page_no": 239,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_elite-kobold/"
        },
        {
            "slug": "junk-shaman",
            "desc": "",
            "name": "Junk Shaman",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "kobold",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 12,
            "armor_desc": "15 with junk armor",
            "hit_points": 42,
            "hit_dice": "12d6",
            "speed": {
                "walk": 30
            },
            "strength": 6,
            "dexterity": 14,
            "constitution": 11,
            "intelligence": 11,
            "wisdom": 17,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Common, Draconic",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "desc": "The kobold junk shaman makes two junk staff attacks.",
                    "name": "Multiattack"
                },
                {
                    "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 3 (1d6) fire damage.",
                    "name": "Junk Staff"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "2d6",
                    "desc": "Ranged Spell Attack: +5 to hit, range 120 ft., one target. Hit: 7 (2d6) fire damage. If the target is a creature or flammable object that isn't being worn or carried, it ignites. Until a creature takes an action to douse the fire, the target takes 3 (1d6) fire damage at the start of each of its turns.",
                    "name": "Flame Jet"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The kobold casts animate objects without any components. Wisdom is its spellcasting ability.",
                    "name": "Animate Objects (1/Day)"
                },
                {
                    "desc": "As a bonus action, the kobold can create magical armor out of scrap metal and bits of junk it touches. The armor provides AC 13 + Dexterity modifier, and a critical hit scored against the kobold becomes a normal hit instead. The armor lasts until the kobold uses a bonus action to end it, the armor is removed from the kobold, or the kobold dies.",
                    "name": "Junk Armor"
                },
                {
                    "desc": "The kobold has advantage on attack rolls against a creature if at least one of the kobold's allies is within 5 feet of the creature and the ally isn't incapacitated.",
                    "name": "Pack Tactics"
                },
                {
                    "desc": "While in sunlight, the kobold has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight.",
                    "name": "Sunlight Sensitivity"
                }
            ],
            "spell_list": [],
            "page_no": 238,
            "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_junk-shaman/"
        },
        {
            "slug": "king-kobold",
            "desc": "",
            "name": "King Kobold",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "kobold",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 15,
            "armor_desc": "18 with mage armor",
            "hit_points": 112,
            "hit_dice": "25d6+25",
            "speed": {
                "walk": 30
            },
            "strength": 8,
            "dexterity": 20,
            "constitution": 12,
            "intelligence": 14,
            "wisdom": 14,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": null,
            "intelligence_save": 5,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "deception": 5,
                "insight": 8,
                "intimidation": 8,
                "persuasion": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Common, Draconic",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "desc": "The king kobold makes two shortsword attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "1d6+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 8 (1d6 + 5) piercing damage.",
                    "name": "Shortsword"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "1d6+5",
                    "desc": "Ranged Weapon Attack: +8 to hit, range 30/120 ft., one target. Hit: 8 (1d6 + 5) piercing damage.",
                    "name": "Hand Crossbow"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "The king kobold halves the damage from one attack that hits it. To do so, it must see the attacker.",
                    "name": "Uncanny Dodge"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "On each of its turns, the king kobold can use a bonus action to take the Dash, Disengage, or Hide action.",
                    "name": "Cunning Action"
                },
                {
                    "desc": "If the king kobold is subjected to an effect that allows it to make a Dexterity saving throw to take only half damage, the king instead takes no damage if it succeeds on the saving throw, and only half damage if it fails.",
                    "name": "Evasion"
                },
                {
                    "desc": "The king has advantage on attack rolls against a creature if at least one of the king's allies is within 5 feet of the creature and the ally isn't incapacitated.",
                    "name": "Pack Tactics"
                },
                {
                    "desc": "The king kobold deals an extra 14 (4d6) damage when it hits a target with a weapon attack and has advantage on the attack roll, or when the target is within 5 feet of an ally of the king that isn't incapacitated and the king doesn't have disadvantage on the attack roll.",
                    "name": "Sneak Attack (1/Turn)"
                },
                {
                    "desc": "While in sunlight, the king has disadvantage on attack rolls and on Wisdom (Perception) checks that rely on sight.",
                    "name": "Sunlight Sensitivity"
                },
                {
                    "desc": "The king kobold is a 4th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 13, +5 to hit with spell attacks). It has the following wizard spells prepared: \nCantrips (at will): fire bolt, mage hand, minor illusion, poison spray\n1st level (4 slots): alarm, grease, mage armor\n2nd level (3 slots): alter self, hold person, invisibility",
                    "name": "Spellcasting"
                }
            ],
            "spell_list": [],
            "page_no": 162,
            "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_king-kobold/"
        },
        {
            "slug": "swolbold",
            "desc": "",
            "name": "Swolbold",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "kobold",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 14,
            "armor_desc": "scale mail",
            "hit_points": 65,
            "hit_dice": "10d8+20",
            "speed": {
                "walk": 20
            },
            "strength": 19,
            "dexterity": 11,
            "constitution": 15,
            "intelligence": 6,
            "wisdom": 12,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "athletics": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Draconic",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "attack_bonus": 6,
                    "damage_dice": "2d6+4",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) bludgeoning damage. If the target is a Large or smaller creature, it is grappled (escape DC 14). Until the grapple ends, the target is restrained and the swolbold can't make slam attacks against other targets.",
                    "name": "Slam"
                },
                {
                    "desc": "One creature grappled by the swolbold must make a DC 14 Strength saving throw, taking 21 (5d6 + 4) bludgeoning damage on a failed save, or half as much damage on a successful one.",
                    "name": "Crush"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "If the swolbold uses the Dash action on its turn and stops within 5 feet of a creature, it can make one slam attack with disadvantage as a bonus action against that creature.",
                    "name": "Leaping Attack"
                },
                {
                    "desc": "The swolbold has advantage on attack rolls against a creature if at least one of the swolbold's allies is within 5 feet of the creature and the ally isn't incapacitated.",
                    "name": "Pack Tactics"
                },
                {
                    "desc": "While in sunlight, the swolbold has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight.",
                    "name": "Sunlight Sensitivity"
                }
            ],
            "spell_list": [],
            "page_no": 240,
            "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_swolbold/"
        },
        {
            "slug": "the-barbed",
            "desc": "",
            "name": "The Barbed",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "kobold",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 44,
            "hit_dice": "8d8+8",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 8,
            "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": {
                "athletics": 4,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Common, Draconic",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "attack_bonus": 4,
                    "damage_dice": "2d4+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 7 (2d4 + 2) slashing damage and 3 (1d6) poison damage. The target must succeed on a DC 12 Constitution saving throw or be poisoned until the end of its next turn.",
                    "name": "Barbed Slash"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d6+2",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 30/120 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "name": "Javelin"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The kobold has advantage on attack rolls against a creature if at least one of the kobold's allies is within 5 feet of the creature and the ally isn't incapacitated.",
                    "name": "Pack Tactics"
                },
                {
                    "desc": "While in sunlight, the kobold has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight.",
                    "name": "Sunlight Sensitivity"
                }
            ],
            "spell_list": [],
            "page_no": 406,
            "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_the-barbed/"
        },
        {
            "slug": "wizard-kobold",
            "desc": "",
            "name": "Wizard Kobold",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "kobold",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 12,
            "armor_desc": "15 with mage armor",
            "hit_points": 58,
            "hit_dice": "13d6+13",
            "speed": {
                "walk": 30
            },
            "strength": 6,
            "dexterity": 14,
            "constitution": 13,
            "intelligence": 17,
            "wisdom": 10,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 6,
            "wisdom_save": 3,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Common, Draconic, Infernal",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d4+2",
                    "desc": "Melee or Ranged Weapon Attack: +5 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "name": "Dagger"
                },
                {
                    "desc": "The wizard kobold magically creates a draconic visage in an unoccupied space it can see within 30 feet. The visage is a glowing, spectral head and neck, resembling a variety of dragon chosen by the kobold, that sheds dim light out to 10 feet. The visage lasts for 1 minute and grants the following benefits: \n* A creature hostile to the wizard who starts its turn within 30 feet of the visage and who is aware of the visage must succeed on a DC 14 Wisdom saving throw or be frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to this effect for the next 24 hours. \n* The wizard gains immunity to the damage type dealt by the chosen dragon's breath weapon. \n* When the wizard uses this action, and as a bonus action on it subsequent turns, it can use the following attack:",
                    "name": "Draconic Visage (1/Day)"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "2d6",
                    "desc": "Ranged Spell Attack: +6 to hit, range 120 ft., one target. Hit: 7 (2d6) damage of the type dealt by the chosen dragon's breath weapon.",
                    "name": "Breath of the Visage"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The kobold has advantage attack rolls roll against a creature if at least one of the kobold's allies is within 5 feet of the creature and the ally isn't incapacitated.",
                    "name": "Pack Tactics"
                },
                {
                    "desc": "While in sunlight, the kobold has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight.",
                    "name": "Sunlight Sensitivity"
                },
                {
                    "desc": "The wizard kobold is an 8th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 14, +6 to hit with spell attacks). It has the following wizard spells prepared:\nCantrips (at will): fire bolt, minor illusion, poison spray, prestidigitation\n1st level (4 slots): burning hands, mage armor, magic missile, shield\n2nd level (3 slots): hold person, mirror image, misty step\n3rd level (3 slots): blink, counterspell, fireball\n4th level (2 slots): fire shield",
                    "name": "Spellcasting"
                }
            ],
            "spell_list": [],
            "page_no": 376,
            "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_wizard-kobold/"
        },
        {
            "slug": "ravenfolk-doom-croaker",
            "desc": "_While a huginn’s face resembles that of a great raven or crow, it lacks wings and has a much more solid frame. Most are pitch black, although a smattering have white feathers and red flecks._  \nThe ravenfolk are an avian race of scoundrels, schemers, and sneaks—and they are much more than that. Long ago when Odin brokered the truce that brought peace among the gods, the wily deity magically created the ravenfolk from feathers plucked from his ravens Huginn (Thought) and Muninn (Memory.) He placed this new race into the world alongside elves, dwarves, humans, and others to be his spies.  \n**Odin’s Children.** To this day, the ravenfolk are Odin’s agents and embody his thought and memory. They are thieves of objects, yes, but primarily, they are thieves of secrets. Their black feathers and long beaks are spotted on the road from place to place, trading information or helping to hatch plots. They are widely viewed as spies, informers, thieves, and troublemakers, but when the ravenfolk swear an oath, they abide by it.  \nOdin grants the best of his ravenfolk magical runespears and runestaves, two-handed heavy weapons enchanted to serve his messengers. These function as long spears or quarterstaves in the hands of other races. The ravenfolk consider them special tokens meant for their use, and no one else’s.  \n_**Flightless but Bold.**_ Though they have no wings and normally cannot fly, the physiology of ravenfolk is strikingly similar to that of true avians. They stand roughly 5 ft. tall and, because of their hollow bones, weigh just 95-105 lb. Albino ravenfolk are found in southern climates.  \nRavenfolk eat almost anything, but they prefer raw meat and field grains, such as corn, soy, and alfalfa. They even scavenge days-old carrion, a practice that repulses most other humanoids.  \n_**Feather Speech.**_ The huginn have their own language, and they have another language which they may use as well: the language of feathers, also known as Feather Speech or Pinion. Ravenfolk can communicate volumes without speaking a word through the dyeing, arrangement, preening, and rustling of their plumage. This language is inherent to ravenfolk and not teachable to unfeathered races.",
            "name": "Ravenfolk Doom Croaker",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "kenku",
            "group": null,
            "alignment": "neutral",
            "armor_class": 14,
            "armor_desc": "studded leather armor",
            "hit_points": 88,
            "hit_dice": "16d8+16",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 12,
            "wisdom": 18,
            "charisma": 14,
            "strength_save": 3,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": null,
            "perception": 10,
            "skills": {
                "perception": 10
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 20",
            "languages": "Common, Feather Speech, Huginn",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Ghost Wings",
                    "desc": "The ravenfolk doom croaker furiously \"beats\"a set of phantasmal wings. Every creature within 5 feet of the ravenfolk must make a successful DC 13 Dexterity saving throw or be blinded until the start of the ravenfolk's next turn."
                },
                {
                    "name": "Radiant Runestaff",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 4 (1d8) bludgeoning damage plus 4 (1d8) radiant damage.",
                    "attack_bonus": 3,
                    "damage_dice": "1d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Mimicry",
                    "desc": "Ravenfolk doom croakers can mimic the voices of others with uncanny accuracy. They have advantage on Charisma (Deception) checks involving audible mimicry."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The doom croaker has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the doom croaker's innate spellcasting ability is Wisdom (spell save DC 15). It can innately cast the following spells, requiring no material components:\n\nat will: comprehend languages\n\n3/day each: counterspell, fear, phantom steed\n\n1/day each: blight, call lightning, clairvoyance, insect plague\n\n1/week: legend lore"
                }
            ],
            "spell_list": [],
            "page_no": 324,
            "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_ravenfolk-doom-croaker/"
        },
        {
            "slug": "ravenfolk-scout",
            "desc": "_While a huginn’s face resembles that of a great raven or crow, it lacks wings and has a much more solid frame. Most are pitch black, although a smattering have white feathers and red flecks._  \nThe ravenfolk are an avian race of scoundrels, schemers, and sneaks—and they are much more than that. Long ago when Odin brokered the truce that brought peace among the gods, the wily deity magically created the ravenfolk from feathers plucked from his ravens Huginn (Thought) and Muninn (Memory.) He placed this new race into the world alongside elves, dwarves, humans, and others to be his spies.  \n**Odin’s Children.** To this day, the ravenfolk are Odin’s agents and embody his thought and memory. They are thieves of objects, yes, but primarily, they are thieves of secrets. Their black feathers and long beaks are spotted on the road from place to place, trading information or helping to hatch plots. They are widely viewed as spies, informers, thieves, and troublemakers, but when the ravenfolk swear an oath, they abide by it.  \nOdin grants the best of his ravenfolk magical runespears and runestaves, two-handed heavy weapons enchanted to serve his messengers. These function as long spears or quarterstaves in the hands of other races. The ravenfolk consider them special tokens meant for their use, and no one else’s.  \n_**Flightless but Bold.**_ Though they have no wings and normally cannot fly, the physiology of ravenfolk is strikingly similar to that of true avians. They stand roughly 5 ft. tall and, because of their hollow bones, weigh just 95-105 lb. Albino ravenfolk are found in southern climates.  \nRavenfolk eat almost anything, but they prefer raw meat and field grains, such as corn, soy, and alfalfa. They even scavenge days-old carrion, a practice that repulses most other humanoids.  \n_**Feather Speech.**_ The huginn have their own language, and they have another language which they may use as well: the language of feathers, also known as Feather Speech or Pinion. Ravenfolk can communicate volumes without speaking a word through the dyeing, arrangement, preening, and rustling of their plumage. This language is inherent to ravenfolk and not teachable to unfeathered races.",
            "name": "Ravenfolk Scout",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "kenku",
            "group": null,
            "alignment": "neutral",
            "armor_class": 14,
            "armor_desc": "studded leather armor",
            "hit_points": 21,
            "hit_dice": "6d8 - 6",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 8,
            "intelligence": 10,
            "wisdom": 15,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": 1,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": 3,
            "perception": 6,
            "skills": {
                "deception": 3,
                "perception": 6,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 16",
            "languages": "Common, Feather Speech, Huginn",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The ravenfolk scout makes one peck attack and one other melee or ranged attack."
                },
                {
                    "name": "Ghost Wings",
                    "desc": "The ravenfolk scout furiously \"beats\"a set of phantasmal wings. Every creature within 5 feet of the ravenfolk must make a successful DC 12 Dexterity saving throw or be blinded until the start of the ravenfolk's next turn."
                },
                {
                    "name": "Longbow",
                    "desc": "Ranged Weapon Attack. +4 to hit, range 150/600 ft., one target. Hit: 6 (1d8 + 2) piercing damage."
                },
                {
                    "name": "Peck",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d4"
                },
                {
                    "name": "Rapier",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Mimicry",
                    "desc": "Ravenfolk scouts can mimic the voices of others with uncanny accuracy. They have advantage on Charisma (Deception) checks involving audible mimicry."
                }
            ],
            "spell_list": [],
            "page_no": 322,
            "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_ravenfolk-scout/"
        },
        {
            "slug": "ravenfolk-warrior",
            "desc": "_While a huginn’s face resembles that of a great raven or crow, it lacks wings and has a much more solid frame. Most are pitch black, although a smattering have white feathers and red flecks._  \nThe ravenfolk are an avian race of scoundrels, schemers, and sneaks—and they are much more than that. Long ago when Odin brokered the truce that brought peace among the gods, the wily deity magically created the ravenfolk from feathers plucked from his ravens Huginn (Thought) and Muninn (Memory.) He placed this new race into the world alongside elves, dwarves, humans, and others to be his spies.  \n**Odin’s Children.** To this day, the ravenfolk are Odin’s agents and embody his thought and memory. They are thieves of objects, yes, but primarily, they are thieves of secrets. Their black feathers and long beaks are spotted on the road from place to place, trading information or helping to hatch plots. They are widely viewed as spies, informers, thieves, and troublemakers, but when the ravenfolk swear an oath, they abide by it.  \nOdin grants the best of his ravenfolk magical runespears and runestaves, two-handed heavy weapons enchanted to serve his messengers. These function as long spears or quarterstaves in the hands of other races. The ravenfolk consider them special tokens meant for their use, and no one else’s.  \n_**Flightless but Bold.**_ Though they have no wings and normally cannot fly, the physiology of ravenfolk is strikingly similar to that of true avians. They stand roughly 5 ft. tall and, because of their hollow bones, weigh just 95-105 lb. Albino ravenfolk are found in southern climates.  \nRavenfolk eat almost anything, but they prefer raw meat and field grains, such as corn, soy, and alfalfa. They even scavenge days-old carrion, a practice that repulses most other humanoids.  \n_**Feather Speech.**_ The huginn have their own language, and they have another language which they may use as well: the language of feathers, also known as Feather Speech or Pinion. Ravenfolk can communicate volumes without speaking a word through the dyeing, arrangement, preening, and rustling of their plumage. This language is inherent to ravenfolk and not teachable to unfeathered races.",
            "name": "Ravenfolk Warrior",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "kenku",
            "group": null,
            "alignment": "neutral",
            "armor_class": 15,
            "armor_desc": "studded leather armor",
            "hit_points": 78,
            "hit_dice": "12d8+24",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 13,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 3,
            "charisma_save": 2,
            "perception": 5,
            "skills": {
                "deception": 2,
                "perception": 5,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 15",
            "languages": "Common, Feather Speech, Huginn",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "A ravenfolk warrior makes two runespear attacks, or two longbow attacks, or one ghost wings attack and one runespear attack. It can substitute one peck attack for any other attack."
                },
                {
                    "name": "Ghost Wings",
                    "desc": "The ravenfolk warrior furiously \"beats\"a set of phantasmal wings. Every creature within 5 feet of the ravenfolk must make a successful DC 13 Dexterity saving throw or be blinded until the start of the ravenfolk's next turn."
                },
                {
                    "name": "Longbow",
                    "desc": "Ranged Weapon Attack. +5 to hit, range 150/600 ft., one target. Hit: 7 (1d8 + 3) piercing damage."
                },
                {
                    "name": "Peck",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4"
                },
                {
                    "name": "Radiant Runespear",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 10 ft., one target. Hit: 7 (1d12 + 1) piercing damage plus 2 (1d4) radiant damage.",
                    "attack_bonus": 3,
                    "damage_dice": "1d12"
                },
                {
                    "name": "Rapier",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d8"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Odin's Call",
                    "desc": "A ravenfolk warrior can disengage after an attack reduces it to 10 hp or less."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Rune Weapons",
                    "desc": "Kept keen with runic magic, runespears and runestaves are two-handed weapons that count as magical, though they provide no bonus to attack. Their magic must be renewed each week by a doom croaker or by Odin's own hand."
                },
                {
                    "name": "Mimicry",
                    "desc": "Ravenfolk warriors can mimic the voices of others with uncanny accuracy. They have advantage on Charisma (Deception) checks involving audible mimicry."
                }
            ],
            "spell_list": [],
            "page_no": 323,
            "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_ravenfolk-warrior/"
        },
        {
            "slug": "gorao-ka",
            "desc": "The wizened, doll-sized woman sits beside a small shrine of bonsai branches. She smiles and reaches into a full pouch, removing a gold coin. She passes the coin with an encouraging nod to the desperate-looking man kneeling before her._  \n**Small Gods of Substance.** Gorao-ka represent small fortunes of both a physical and spiritual nature. Their shrines can be erected anywhere, but they are commonly found in settlements and widely-traveled areas. Larger settlements have multiple shrines, sometimes one or more per neighborhood, each of which is associated with a different gorao-ka.  \n**Gentle and Benevolent.** Gorao-ka have a kind look for every person that crosses their path. Each of them has a burning desire to assist people, and they grieve on the occasions that they can’t. The laws governing their kind forbid them from extending aid to someone that hasn’t made an offering at their shrine, though a gorao-ka accepts almost anything in tribute.  \n**Thieves’ Bane.** Despite their generous natures, gorao-ka have no pity for those who steal from them. Fools who steal from gorao-ka swiftly discover their money inexplicably vanished, and can end up destitute if they don’t make reparations.  \n**Immortal Spirit Nature.** The kami doesn’t require food, drink, or sleep.",
            "name": "Gorao-Ka",
            "size": "Tiny",
            "type": "Fey",
            "subtype": "kami",
            "group": null,
            "alignment": "neutral good",
            "armor_class": 13,
            "armor_desc": "copper coat",
            "hit_points": 17,
            "hit_dice": "5d4+5",
            "speed": {
                "walk": 20
            },
            "strength": 13,
            "dexterity": 11,
            "constitution": 13,
            "intelligence": 15,
            "wisdom": 17,
            "charisma": 15,
            "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 13",
            "languages": "Common, Sylvan",
            "challenge_rating": "1/8",
            "cr": 0.125,
            "actions": [
                {
                    "name": "Sack of Coins",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 3 (1d4 + 1) bludgeoning damage.",
                    "attack_bonus": 3,
                    "damage_dice": "1d4+1"
                },
                {
                    "name": "Find a Penny (Recharge 5-6)",
                    "desc": "The gorao-ka throws a copper piece into a space within 5 feet of it. A creature that is not hostile to the gorao-ka that picks up the copper piece is blessed with good luck. At any point within the next 1 hour, the creature can roll a d6 and add the number rolled to one attack roll, ability check, or saving throw.\n\nAlternatively, the bearer of the coin can pass it to another creature of its choice. At any point within the next 8 hours, the new bearer of the coin can roll 2d6 and add the higher result to one attack roll, ability check, or saving throw."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Fool's Gold",
                    "desc": "If a creature steals one of the gorao-ka's money pouches, it loses 1d20 gp each time it finishes a long rest. A creature that steals more than one money pouch deducts an extra 1d20 gp for each additional stolen pouch. This effect ends when the thief freely gives double the amount of money it stole to another creature or organization. A gorao-ka carries 1d10 pouches, each containing 1d20 gp. If the gorao-ka is killed, all the gold in its pouches turns into worthless stones after 1 minute."
                },
                {
                    "name": "Silver Fountain",
                    "desc": "When the gorao-ka is reduced to 0 hp, it explodes in a spray of silver pieces. Each creature within 5 feet of the gorao-ka that participated in killing it, such as by attacking it or casting a spell on it, must make a DC 12 Dexterity saving throw or take 7 (2d6) bludgeoning damage. The silver pieces disappear after 1 minute."
                }
            ],
            "spell_list": [],
            "page_no": 221,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_gorao-ka/"
        },
        {
            "slug": "hebi-doku",
            "desc": "A serpent rises in tight coils, until its head is level with that of a tall man. Its body is thick and covered in glossy black scales broken by wide bands of bright orange. The two smaller serpents growing from its torso wind together and hiss menacingly. Twin rattles shake rapidly behind the creature._  \n**Ophidian Masters.** Shrines to hebi-doku are found most often in places where venomous snakes are common. They are also located in regions where snakes are considered sacred and in the homes and guilds of assassins who favor the use of toxins. Hebi-doku are never found without an accompaniment of other serpents.  \n**Feared and Placated.** Adventurers and archaeologists who travel through snake-filled jungles and ruins offer hebi-doku tribute, hoping that doing so will purchase some protection from the snakes they encounter. Scorned lovers sometimes venerate a local hebi-doku in the hopes that it will poison future relationships for their former paramour. A hebi-doku claims to care little for the veneration of non-serpents, but it knows it will cease to exist without their gifts.  \n**Toxic Shrines.** To summon a hebi-doku, a heart stilled by snake venom must be laid at the foot of a low altar built of mongoose bones.  \n**Immortal Spirit Nature.** The kami doesn’t require food, drink, or sleep.",
            "name": "Hebi-Doku",
            "size": "Medium",
            "type": "Fey",
            "subtype": "kami",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": null,
            "hit_points": 123,
            "hit_dice": "13d8+65",
            "speed": {
                "climb": 40,
                "walk": 40
            },
            "strength": 17,
            "dexterity": 21,
            "constitution": 21,
            "intelligence": 15,
            "wisdom": 13,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "passive Perception 14",
            "languages": "Common, Sylvan",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The hebi-doku can use its Transfixing Rattle. It then makes two attacks: one with its bite and one with its disabling sting, or two with its toxic spittle."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) piercing plus 14 (4d6) poison damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d8+5"
                },
                {
                    "name": "Disabling Sting",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 12 (3d4 + 5) piercing damage, and the target must succeed on a DC 16 Constitution saving throw or be unable to use bonus actions and reactions until the end of its next turn.",
                    "attack_bonus": 8,
                    "damage_dice": "3d4+5"
                },
                {
                    "name": "Toxic Spittle",
                    "desc": "Ranged Weapon Attack: +8 to hit, range 30/90 ft., one target. Hit: 10 (3d6) poison damage, and the target must make a DC 16 Constitution saving throw. On a failure, the target is paralyzed for 1 minute. On a success, the target is poisoned for 1 minute. The creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "attack_bonus": 8,
                    "damage_dice": "3d6"
                },
                {
                    "name": "Transfixing Rattle",
                    "desc": "The hebi-doku rattles its tail at one creature it can see within 30 feet of it. The target must make a DC 14 Wisdom saving throw or be incapacitated and have its speed reduced to 0 until the end of its next turn."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Smell",
                    "desc": "The hebi-doku has advantage on Wisdom (Perception) checks that rely on smell."
                },
                {
                    "name": "Serpentine Mind",
                    "desc": "The hebi-doku can magically command any snake within 120 feet of it, using a limited form of telepathy."
                }
            ],
            "spell_list": [],
            "page_no": 222,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_hebi-doku/"
        },
        {
            "slug": "naizu-ha",
            "desc": "The old fable How Nuizamo Lost His Knife suggests every blade that has been used to kill is actually a naizu-ha in its native form. This is untrue, but the naizu-ha enjoy the myth and perpetuate it whenever possible._  \n**Daggers Personified.** The naizu-ha are the act of violence perpetrated by small blades given form. Dealings with naizu-ha are fraught with danger. Initially presumed to be good allies in battle, it was quickly discovered that they couldn’t be controlled in a pitched combat and eagerly lashed out at anything that came into reach. Most often, naizu-ha are summoned to assassinate specific targets.  \n**Impartial Betrayers.** A naizu-ha has no loyalty to anything but its own desire for blood and pain. If dispatched to kill someone, a naizu-ha can be coerced to switch sides with a promise that their new task will involve more violence than the current job does. They have no patience for subtle work or trickery that involves more than a quick feint. A favorite tactic of naizu-ha is to fulfill a contract, collect whatever payment has been agreed upon, and immediately murder the initial contractor.  \n**Bloody Biers.** To summon a naizu-ha, the blood of no fewer than three humanoids must be splashed on a stand forged of fused blades. If the petitioner uses their own blood in the ceremony, they have advantage on any ability checks they make to treat with the naizu-ha.  \n**Immortal Spirit Nature.** The kami doesn’t require food, drink, or sleep.",
            "name": "Naizu-Ha",
            "size": "Small",
            "type": "Fey",
            "subtype": "kami",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 117,
            "hit_dice": "18d6+54",
            "speed": {
                "walk": 30
            },
            "strength": 17,
            "dexterity": 15,
            "constitution": 17,
            "intelligence": 13,
            "wisdom": 11,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "blinded, grappled",
            "senses": "passive Perception 10",
            "languages": "Common, Sylvan",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The naizu-ha makes three attacks: two with its scissor claws and one with its scythe tail. If both scissor claws attacks hit the same target, the target must succeed on a DC 14 Dexterity saving throw or take an extra 7 (2d6) slashing damage."
                },
                {
                    "name": "Scissor Claws",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d6+3"
                },
                {
                    "name": "Scythe Tail",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d8+3"
                },
                {
                    "name": "Dagger Legs",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one prone creature. Hit: 8 (2d4 + 3) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d4+3"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Blunting Ambiance",
                    "desc": "Each creature that deals piercing or slashing damage with a bladed weapon while within 30 feet of the naizu-ha must roll the damage twice and take the lower result."
                },
                {
                    "name": "Dagger Form (1/Day)",
                    "desc": "As a bonus action, the naizu-ha transforms into a magical dagger. A creature that wields the naizu-ha while it is in this form gains +1 bonus to attack and damage rolls with the dagger, and attacks with the dagger score a critical hit on a roll of 19 or 20. In addition, the wielder can't take the Disengage action unless it succeeds on a DC 12 Wisdom saving throw."
                },
                {
                    "name": "Spider Climb",
                    "desc": "The naizu-ha can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                },
                {
                    "name": "Tripping Charge",
                    "desc": "If the naizu-ha moves at least 15 feet straight toward a creature and then hits it with a scythe tail attack on the same turn, that target must succeed on a DC 14 Dexterity saving throw or be knocked prone. If the target is prone, the naizu-ha can make one dagger legs attack against it as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 223,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_naizu-ha/"
        },
        {
            "slug": "sasori-fukurowashi",
            "desc": "A golden pair of glowing, avian irises reveal a large creature on a nearby tree. Horn-like feathered ears sit atop its muscular, winged form. As it shifts on its branch, its wings divulge a hint of insectoid claws beneath them. A soft, echoing voice asks, “Are you lost? Do you need aid?”_  \nSasori fukurōwashi are kami originating from reincarnated noble souls who consistently honored and protected nature in their past life.  \n**Friendly Protectors.** Unlike others of their kind, these kami are not found near specific shrines, and they can’t be summoned. The sasori fukurōwashi are divine spirits inherently connected to all of nature, fulfilling the role of divine agent, messenger, or roaming protector. They are generally peaceable, befriending non-evil humanoids, fey, and other magical beings that don’t defile natural environments.  \n**Nocturnal.** They are inclined to rest or meditate by day and are active from dusk until dawn. Blessed with the ability to shift to and from the Ethereal Plane, these kami have a distinct tactical advantage to aid any nearby kami or respectful and contrite travelers along their way.  \n**Immortal Spirit Nature.** The kami doesn’t require food, drink, or sleep.",
            "name": "Sasori Fukurowashi",
            "size": "Medium",
            "type": "Fey",
            "subtype": "kami",
            "group": null,
            "alignment": "neutral good",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 123,
            "hit_dice": "19d8+38",
            "speed": {
                "fly": 80,
                "walk": 40,
                "climb": 20
            },
            "strength": 17,
            "dexterity": 19,
            "constitution": 15,
            "intelligence": 11,
            "wisdom": 21,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 9,
            "charisma_save": null,
            "perception": 9,
            "skills": {
                "perception": 9,
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold, fire, lightning, thunder; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, poisoned",
            "senses": "truesight 60 ft., passive Perception 19",
            "languages": "Common, Sylvan",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The sasori fukurōwashi makes three attacks: one with its claw, one with its sting, and one with its talons."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage, and the target is grappled (escape DC 14). The kami has two claws, each of which can grapple only one target.",
                    "attack_bonus": 8,
                    "damage_dice": "2d8+4"
                },
                {
                    "name": "Sting",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 9 (1d10 + 4) piercing damage, and the target must make a DC 14 Constitution saving throw, taking 22 (4d10) poison damage on a failed save, or half as much damage on a successful one.",
                    "attack_bonus": 8,
                    "damage_dice": "1d10+4"
                },
                {
                    "name": "Talons",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) slashing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d6+4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Ethereal Jaunt",
                    "desc": "As a bonus action, the kami can magically shift from the Material Plane to the Ethereal Plane, or vice versa."
                },
                {
                    "name": "Flyby",
                    "desc": "The kami doesn't provoke opportunity attacks when it flies out of an enemy's reach."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The kami has advantage on saving throws against spells and other magical effects"
                },
                {
                    "name": "Keen Hearing and Sight",
                    "desc": "The kami has advantage on Wisdom (Perception) checks that rely on hearing or sight."
                }
            ],
            "spell_list": [],
            "page_no": 224,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_sasori-fukurowashi/"
        },
        {
            "slug": "wereshark",
            "desc": "The twisted form of a humanoid shark hunches over, its grin showing rows of jagged teeth. Fresh blood drips from its mouth as it clutches a trident in powerful hands._  \nIn humanoid form, weresharks tend to be powerfully-muscled and broad, with little body hair. They are solitary hunters who sometimes stalk and eat each other. If a wereshark spreads its curse, it’s likely because the lycanthrope made a mistake and let potential prey get away.  \n**Voracious Appetites.** Weresharks are savage predators who, driven by voracious appetites, devour anything they come across. Aggressive in all forms, weresharks prefer to spend their time beneath the waves, hunting fish, seals, and other prey. They have no qualms about attacking humanoids or boats, particularly fishing vessels, which contain even more food for the lycanthrope to consume.  \n**Obsessed Predators.** Weresharks become obsessed with prey that gets away from them. A wereshark can stalk an individual through the seas and over land for months, leaving a path of destruction behind it, just to get a taste of what it missed.",
            "name": "Wereshark",
            "size": "Large",
            "type": "Humanoid",
            "subtype": "human, shapechanger",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 11,
            "armor_desc": "in humanoid form, 12 (natural armor) in shark and hybrid form",
            "hit_points": 90,
            "hit_dice": "12d8+36",
            "speed": {
                "walk": 30
            },
            "strength": 19,
            "dexterity": 13,
            "constitution": 17,
            "intelligence": 11,
            "wisdom": 12,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "condition_immunities": "",
            "senses": "blindsight 30 ft. (shark and hybrid form only), passive Perception 14",
            "languages": "Common (can’t speak in shark form)",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "In humanoid or hybrid form, the wereshark makes three trident attacks."
                },
                {
                    "name": "Bite (Shark or Hybrid Form Only)",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 15 (2d10 + 4) piercing damage. If the target is a humanoid, it must succeed on a DC 14 Constitution saving throw or be cursed with wereshark lycanthropy.",
                    "attack_bonus": 7,
                    "damage_dice": "2d10+4"
                },
                {
                    "name": "Trident (Humanoid or Hybrid Form Only)",
                    "desc": "Melee or Ranged Weapon Attack: +7 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 7 (1d6 + 4) piercing damage, or 8 (1d8 + 4) piercing damage if used with two hands to make a melee attack.",
                    "attack_bonus": 7,
                    "damage_dice": "1d6+4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Blood Frenzy",
                    "desc": "The wereshark has advantage on melee attack rolls against any creature that doesn't have all its hp."
                },
                {
                    "name": "Hold Breath (Hybrid Form Only)",
                    "desc": "While out of water, the wereshark can hold its breath for 1 hour."
                },
                {
                    "name": "Shapechanger",
                    "desc": "The wereshark can use its action to polymorph into a Large shark-humanoid hybrid or into a Large hunter shark, or back into its true form, which is humanoid. Its statistics, other than its size and AC, are the same in each form, with the exceptions that only its shark and hybrid forms retain its swimming speed, and its shark form doesn't retain its walking speed. Any equipment it is wearing or carrying isn't transformed. The wereshark reverts to its true form if it dies."
                },
                {
                    "name": "Water Breathing (Shark or Hybrid Form Only)",
                    "desc": "The wereshark can breathe only underwater."
                }
            ],
            "spell_list": [],
            "page_no": 266,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_wereshark/"
        },
        {
            "slug": "werebat",
            "desc": "",
            "name": "Werebat",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "human, shapechanger",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 13,
            "armor_desc": "in humanoid form, 14 (natural armor) in bat or hybrid form",
            "hit_points": 66,
            "hit_dice": "12d8+12",
            "speed": {
                "fly": 50,
                "walk": 30
            },
            "strength": 12,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 10,
            "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": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "bludgeoning, piercing, and slashing from nonmagical attacks not made with silver",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., passive Perception 13",
            "languages": "Common (can't speak in bat form)",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "desc": "In humanoid form, the werebat makes two mace attacks. In hybrid form, it makes two attacks: one with its bite and one with its claws or mace.",
                    "name": "Multiattack (Humanoid or Hybrid Form Only)"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "2d4+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 7 (2d4 + 2) piercing damage. If the target is a humanoid, it must succeed on a DC 14 Constitution saving throw or be cursed with werebat lycanthropy.",
                    "name": "Bite (Bat or Hybrid Form Only)"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d6+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 5 (1d6 + 2) slashing damage.",
                    "name": "Claws (Hybrid Form Only)"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d6+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 5 (1d6 + 2) bludgeoning damage.",
                    "name": "Mace (Humanoid Form Only)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The werebat can't use its blindsight while deafened.",
                    "name": "Echolocation"
                },
                {
                    "desc": "The werebat has advantage on Wisdom (Perception) checks that rely on hearing.",
                    "name": "Keen Hearing"
                },
                {
                    "desc": "The werebat can use its action to polymorph into a bat-humanoid hybrid or into a Medium-sized bat, or back into its true form, which is humanoid. Its statistics, other than its AC, are the same in each form with the exception that only its true and bat forms retain its flying speed. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.",
                    "name": "Shapechanger"
                },
                {
                    "desc": "While in sunlight, the werebat has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight.",
                    "name": "Sunlight Sensitivity"
                }
            ],
            "spell_list": [],
            "page_no": 258,
            "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_werebat/"
        }
    ]
}