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

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

{
    "count": 3207,
    "next": "https://api.open5e.com/monsters/?format=api&ordering=-charisma_save&page=17",
    "previous": "https://api.open5e.com/monsters/?format=api&ordering=-charisma_save&page=15",
    "results": [
        {
            "slug": "sea_hag_bf",
            "desc": "",
            "name": "Sea Hag",
            "size": "medium",
            "type": "Fey",
            "subtype": "",
            "group": "Hags",
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 51,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "swim": 40
            },
            "strength": 16,
            "dexterity": 12,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 12,
            "charisma": 12,
            "strength_save": 3,
            "dexterity_save": 1,
            "constitution_save": 2,
            "intelligence_save": 1,
            "wisdom_save": 1,
            "charisma_save": 1,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "Fey Resilience",
            "damage_immunities": "frightened",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "Aquan,Common,Giant",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The hag uses Death Glare. It then makes two Claw attacks."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) slashing damage."
                },
                {
                    "name": "Death Glare",
                    "desc": "One creature the hag can see within 30 feet of it must succeed on a DC 12 WIS save or be frightened until the end of its next turn. If the target is already frightened and fails the save, it is reduced to 0 HP instead. If reduced to 0 HP in this way, the creature is stable."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Illusory Appearance",
                    "desc": "The hag covers itself and anything it is wearing or carrying with a magical illusion that makes it look like another creature of its general size and Humanoid shape. The illusion ends if the hag takes a bonus action to end it or if the hag dies.<br>The changes from this effect fail to hold up to physical inspection. For example, the hag could appear to have smooth skin, but someone touching it would feel its scaly flesh. Otherwise, a creature must take an action to visually inspect the illusion and succeed on a DC 20 INT (Investigation) check to discern that the hag is disguised."
                }
            ],
            "reactions": [
                {
                    "name": "Barnacle Block",
                    "desc": "When the hag takes damage from a source it can see, the hag can shift the barnacles and scales on its body to absorb some of the impact, reducing the damage by 4 (1d8)."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The sea hag can breathe air and water."
                },
                {
                    "name": "Fey Resilience",
                    "desc": "The sea hag is resistant to the charmed and unconscious conditions."
                },
                {
                    "name": "Horrific Appearance",
                    "desc": "When a Humanoid that can see the hag's true form starts its turn within 30 feet of the hag, the hag can force it to make a DC 12 WIS save. On a failure, the creature is frightened until the start of its next turn. Unless surprised or the revelation of the hag's true form is sudden, such as the ending of Illusory Appearance, a creature can avert its eyes to avoid the save at the start of its turn. If the creature does so, it can't see the hag until the start of its next turn, when it can avert its eyes again. If the creature looks at the hag in the meantime, it must immediately make the save."
                },
                {
                    "name": "Underwater Camouflage",
                    "desc": "The hag's Stealth is 18 while underwater and not using Illusory Appearance."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_sea-hag/"
        },
        {
            "slug": "treant_bf",
            "desc": "",
            "name": "Treant",
            "size": "huge",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 185,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 22,
            "dexterity": 8,
            "constitution": 28,
            "intelligence": 12,
            "wisdom": 24,
            "charisma": 12,
            "strength_save": 6,
            "dexterity_save": -1,
            "constitution_save": 9,
            "intelligence_save": 1,
            "wisdom_save": 7,
            "charisma_save": 1,
            "perception": 17,
            "skills": {},
            "damage_vulnerabilities": "fire",
            "damage_resistances": "bludgeoning,piercing,Plant Resilience",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "tremorsense 30 ft.",
            "languages": "Common,Druidic,Elvish,Sylvan",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The treant makes three Slam attacks, or it makes two Throw Rock attacks. If two Slam attacks hit one creature, the target must succeed on a DC 17 STR save or be knocked prone."
                },
                {
                    "name": "Slam",
                    "desc": "_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one target. _Hit:_ 22 (4d6+6) bludgeoning damage."
                },
                {
                    "name": "Throw Rock",
                    "desc": "_Ranged Weapon Attack:_ +10 to hit, range 60/180 ft., one target. _Hit:_ 33 (5d10+6) bludgeoning damage."
                },
                {
                    "name": "Animate Trees (1/Day)",
                    "desc": "The treant magically animates 2 trees or 2d6 shrubs it can see within 60 feet of it. The trees use the statistics of an **awakened tree**, and the shrubs use the statistics of an **awakened shrub**. The animated plants act as allies of the treant, obeying its spoken commands. The plants remain for 1 hour, until the treant dies, or until the treant dismisses them as a bonus action."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Halt Intruders",
                    "desc": "The treant calls to the roots beneath up to two creatures it can see within 30 feet of it. Each target must succeed on a DC 17 STR save or be restrained by roots until the end of its next turn. The treant can target only creatures in contact with the ground and can't target creatures in contact with a manufactured floor, such as the wooden floor of a building."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "False Appearance",
                    "desc": "While the treant remains motionless, it is indistinguishable from a normal tree."
                },
                {
                    "name": "Plant Resilience",
                    "desc": "The treant is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The treant deals double damage to objects and structures."
                },
                {
                    "name": "Speak with Plants",
                    "desc": "The treant can communicate with Plants and nonmagical plants as if they shared a language."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_treant/"
        },
        {
            "slug": "vampire_spawn_bf",
            "desc": "",
            "name": "Vampire Spawn",
            "size": "medium",
            "type": "Undead",
            "subtype": "",
            "group": "Vampires",
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 91,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "climb": 30
            },
            "strength": 16,
            "dexterity": 22,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 16,
            "charisma": 12,
            "strength_save": 3,
            "dexterity_save": 6,
            "constitution_save": 3,
            "intelligence_save": 0,
            "wisdom_save": 3,
            "charisma_save": 1,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic; bludgeoning,piercing,and slashing damage from nonmagical attacks",
            "damage_immunities": "Vampiric Resilience",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "the languages it knew in life",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The vampire spawn makes two Claw attacks. It can replace one attack with a Draining Bite attack. If both Claw attacks hit one Large or smaller creature, the target is grappled (escape DC 14)."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one creature. _Hit:_ 8 (2d4+3) slashing damage plus 10 (3d6) necrotic damage."
                },
                {
                    "name": "Draining Bite",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one willing creature, or a creature that is grappled by the vampire, incapacitated, or restrained. _Hit:_ 8 (2d4+3) piercing damage plus 10 (3d6) necrotic damage. The target's HP maximum is reduced by an amount equal to the necrotic damage taken, and the vampire regains HP equal to that amount. The reduction lasts until the target finishes a long rest. The target dies if this effect reduces its HP maximum to 0."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Call Blood",
                    "desc": "The vampire calls to the blood within one injured creature it can see within 10 feet of it, causing blood to pour from the creature's wounds. If the target doesn't have all its HP, it must make a DC 14 CON save, losing 7 (2d6) HP on a failed save, or losing half as much HP on a successful one. Before the end of its next turn, the vampire has advantage on the next attack roll it makes against a creature that failed the save."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Hungry Dead Nature",
                    "desc": "As the **vampire**."
                },
                {
                    "name": "Regeneration",
                    "desc": "The vampire spawn regains 10 HP at the start of its turn if it has at least 1 HP and isn't in sunlight or running water. If the vampire takes radiant damage or damage from holy water, this trait doesn't function at the start of the vampire's next turn."
                },
                {
                    "name": "Resting Place",
                    "desc": "As the **vampire**."
                },
                {
                    "name": "Spider Climb",
                    "desc": "As the **vampire**."
                },
                {
                    "name": "Vampire Weaknesses",
                    "desc": "As the **vampire**."
                },
                {
                    "name": "Vampiric Resilience",
                    "desc": "The vampire is immune to exhaustion."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_vampire-spawn/"
        },
        {
            "slug": "werebear_bf",
            "desc": "",
            "name": "Werebear",
            "size": "medium",
            "type": "Humanoid",
            "subtype": "Lycanthrope",
            "group": "Lycanthropes",
            "alignment": "",
            "armor_class": 10,
            "armor_desc": "n humanoid form, 11 (natural armor) in bear and hybrid for",
            "hit_points": 126,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "climb": 30
            },
            "strength": 20,
            "dexterity": 10,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 18,
            "charisma": 12,
            "strength_save": 5,
            "dexterity_save": 0,
            "constitution_save": 3,
            "intelligence_save": 0,
            "wisdom_save": 4,
            "charisma_save": 1,
            "perception": 14,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "Common (can't speak in bear form)",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The werebear makes three Claw or Greataxe attacks. It can replace one attack with a Bite attack, provided it is in the appropriate form. If two Claw attacks hit one creature, the target is grappled (escape DC 15). The werebear can grapple only one creature at a time."
                },
                {
                    "name": "Bite (Bear or Hybrid Form Only)",
                    "desc": "_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 16 (2d10+5) piercing damage. If the target is a Humanoid, it must succeed on a DC 14 CON save or be cursed with the werebear lycanthropy curse (see Curse of Lycanthropy sidebar)."
                },
                {
                    "name": "Claw (Bear or Hybrid Form Only)",
                    "desc": "_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 14 (2d8+5) slashing damage."
                },
                {
                    "name": "Greataxe (Humanoid or Hybrid Form Only)",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. _Hit:_ 11 (1d12+5) slashing damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "The werebear transforms into a Medum or Large bear, a Large bear-humanoid hybrid, or back into its true form, which is Humanoid. 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": "Pin",
                    "desc": "One creature grappled by the werebear is knocked prone, and it is restrained until the grapple ends."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Heightened Smell",
                    "desc": "The werebear's Perception is 19 when perceiving by smell."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_werebear/"
        },
        {
            "slug": "light-dragon-wyrmling",
            "desc": "",
            "name": "Light Dragon Wyrmling",
            "size": "Medium",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "neutral good",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 39,
            "hit_dice": "6d8+12",
            "speed": {
                "fly": 60,
                "walk": 30
            },
            "strength": 14,
            "dexterity": 10,
            "constitution": 15,
            "intelligence": 12,
            "wisdom": 14,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": 2,
            "constitution_save": 4,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": 1,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "radiant",
            "condition_immunities": "blinded",
            "senses": "blindsight 10 ft., darkvision 60 ft., passive Perception 14",
            "languages": "Draconic",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d10+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 7 (1d10 + 2) piercing damage.",
                    "name": "Bite"
                },
                {
                    "desc": "The dragon uses one of the following breath weapons:\nRadiant Breath. The dragon exhales radiant energy in a 15-foot cone. Each creature in that area must make a DC 12 Dexterity saving throw, taking 16 (3d10) radiant damage on a failed save, or half as much damage on a successful one.\nFlaring Breath. The dragon emits a flash of dazzling light from its maw in a 15-foot cone. Each creature in that area must make a DC 12 Constitution saving throw or be blinded. Undead within the area of effect must also make a DC 12 Wisdom saving throw or be turned for 1 minute. Undead of CR 1/2 or lower who fail the saving throw are instantly destroyed.",
                    "name": "Breath Weapon (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The dragon sheds bright light in a 10-foot radius and dim light for an additional 10 feet.",
                    "name": "Illumination"
                },
                {
                    "desc": "The dragon can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object.",
                    "name": "Incorporeal Movement"
                }
            ],
            "spell_list": [],
            "page_no": 113,
            "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_light-dragon-wyrmling/"
        },
        {
            "slug": "feyward-tree",
            "desc": "_Dark, bark-like rust encrusts the trunk of this cold-forged metal tree, and its dull metallic leaves rustle with the sound of sharp metal._  \n**Cold Iron Trees.** These ferrous constructs are cold-forged in a process taking several years, as bits of rust and other oxidation are cultivated one layer at a time into bark and branches. In this way, the artificers create massive, twisted trunks resembling real, gnarled trees. Green-tinged leaves of beaten cold iron are welded in place by the master craftsmen, and trained warmages bring the construct to life through intense magical rituals rumored to take a full turn of seasons.  \n**Fey Destroyers.** The tree unswervingly obeys the commands of its creators, guarding key points of entry across fey rivers and streams, abandoned sacred groves deep in the forest, suspected faerie rings, or possible elf encampments. Many are released deep in the deep elvish woods with orders to attack any fey on sight. These feyward trees are rarely, if ever, heard from again and whether they leave a bloody trail of flayed elves in their wake after rampages lasting for decades or some fey counter-measure neutralizes them is unknown.  \n**Growing Numbers.** Each year, the feywardens order their construction and release, trusting in the destructive nature of the constructs. A half-dozen might guard a single ring of toppled elven standing stones. The feywardens leave nothing to chance.  \n**Constructed Nature.** A feyward tree doesn’t require air, food, drink, or sleep.",
            "name": "Feyward Tree",
            "size": "Huge",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 94,
            "hit_dice": "9d12+36",
            "speed": {
                "walk": 20
            },
            "strength": 26,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 2,
            "wisdom": 11,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": 3,
            "charisma_save": 1,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic; bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine weapons",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "-",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The tree makes two razor-leafed branch attacks, and may use a bonus action to make a razor-leafed branch attack against any creature standing next to it."
                },
                {
                    "name": "Razor-Leafed Branch",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 15 ft., one target. Hit: 21 (3d8 + 8) slashing damage.",
                    "attack_bonus": 11,
                    "damage_dice": "3d8"
                },
                {
                    "name": "Flaying Leaves (Recharge 5-6)",
                    "desc": "The tree can launch a barrage of razor-sharp cold iron leaves from its branches in a 20-foot-radius burst. All creatures caught within this area must make a successful DC 16 Dexterity saving throw or take 21 (6d6) slashing damage, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "A feyward tree has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Contractibility and Conductivity",
                    "desc": "certain spells and effects function differently against feyward trees:\n\na magical attack that deals cold damage slows a feyward tree (as the slow spell) for 3 rounds.\n\na magical attack that deals lightning damage breaks any slow effect on the feyward tree and heals 1 hit point for each 3 damage the attack would otherwise deal. If the amount of healing would cause the tree to exceed its full normal hp, it gains any excess as temporary hp. The tree gets no saving throw against lightning effects."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The feyward tree is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The feyward tree's weapon attacks are magical."
                },
                {
                    "name": "Warden's Reach",
                    "desc": "Creatures within 15 feet of a feyward tree provoke opportunity attacks even if they take the Disengage action before leaving its reach."
                }
            ],
            "spell_list": [],
            "page_no": 200,
            "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_feyward-tree/"
        },
        {
            "slug": "feywardtree-tob1-2023",
            "desc": "False",
            "name": "Feyward Tree",
            "size": "Huge",
            "type": "Construct",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 126,
            "hit_dice": "12d12 + 48",
            "speed": {
                "walk": 20
            },
            "strength": 25,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 3,
            "wisdom": 11,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": 3,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 3,
            "charisma_save": 1,
            "perception": 13,
            "skills": {
                "Perception": 3
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine weapons",
            "damage_immunities": "lightning, poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "understands the languages of its creator but can’t speak",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The feyward tree makes two Razor-Leafed Branch attacks."
                },
                {
                    "name": "Razor-Leafed Branch",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 15 ft., one target. Hit: 16 (2d8 + 7) slashing damage plus 9 (2d8) force damage."
                },
                {
                    "name": "Flaying Leaves (Recharge 5-6)",
                    "desc": "The feyward tree launches a barrage of razor-sharp cold iron leaves from its branches. Each creature within 20 feet of the tree must make a DC 15 Dexterity saving throw, taking 28 (8d6) slashing damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Aversion to Cold",
                    "desc": "If the feyward tree takes cold damage, it has disadvantage on attack rolls and its speed is halved until the end of its next turn."
                },
                {
                    "name": "Construct Nature",
                    "desc": "The feyward tree doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Enchanted Leaves",
                    "desc": "The feyward tree's Razor-Leafed Branch attacks are magical. When the tree hits with its Razor-Leafed Branch, the branch deals an extra 9 (2d8) force damage (included in the attack)."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The feyward tree is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Lightning Absorption",
                    "desc": "Whenever the feyward tree is subjected to lightning damage, it takes no damage and instead regains a number of hp equal to the lightning damage dealt."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The feyward tree has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Warden's Reach",
                    "desc": "A creature within 15 feet of a feyward tree that moves away from it provokes an opportunity attack even if the creature takes the Disengage action."
                }
            ],
            "spell_list": [],
            "page_no": 186,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_feyward-tree/"
        },
        {
            "slug": "uraeus-tob1-2023",
            "desc": "False",
            "name": "Uraeus",
            "size": "Tiny",
            "type": "Celestial",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Neutral",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 40,
            "hit_dice": "9d4 + 18",
            "speed": {
                "walk": 60,
                "fly": 30
            },
            "strength": 6,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": 1,
            "perception": 14,
            "skills": {
                "Perception": 4
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "radiant; bludgeoning, piercing, and slashing damage from nonmagical attacks",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "blindsight 10 ft., passive Perception 14",
            "languages": "understands Celestial and Common but can’t speak",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage plus 9 (2d8) poison damage, and the target must succeed on a DC 12 Constitution saving throw or be poisoned for 1 minute. While poisoned, the target takes 3 (1d6) fire damage at the start of each of its turns. A poisoned creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Spit Fire",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 20/60 ft., one target. Hit: 16 (4d6 + 2) fire damage."
                },
                {
                    "name": "Searing Breath (Recharge 5-6)",
                    "desc": "The uraeus exhales a 15-foot cone of fire. Each creature in the area must make a DC 12 Dexterity saving throw, taking 10 (3d6) fire damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Ward Bond",
                    "desc": "The uraeus forms a magical bond with a willing creature within 5 feet of it. While bonded, the uraeus and its ward know the distance and direction to each other and the general state of each other's health, even if the two are on different planes of existence. The bond lasts until the uraeus or its ward dies, until the uraeus ends it as a bonus action, or until the uraeus uses this bonus action to create a bond with another creature."
                }
            ],
            "reactions": [
                {
                    "name": "Bonded Savior",
                    "desc": "When the uraeus's bonded ward takes damage, the uraeus prevents the ward from taking the damage and loses hp equal to that amount instead, regardless of the type of damage dealt."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Flyby",
                    "desc": "The uraeus doesn't provoke opportunity attacks when it flies out of an enemy's reach."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The uraeus has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 373,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_uraeus/"
        },
        {
            "slug": "ushabti-tob1-2023",
            "desc": "False",
            "name": "Ushabti",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 119,
            "hit_dice": "14d8 + 56",
            "speed": {
                "walk": 40
            },
            "strength": 14,
            "dexterity": 20,
            "constitution": 18,
            "intelligence": 6,
            "wisdom": 11,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 3,
            "charisma_save": 1,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "understands the languages of its creator but can’t speak",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The ushabti makes two Nabboot attacks."
                },
                {
                    "name": "Nabboot",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) bludgeoning damage plus 13 (3d8) necrotic damage. If the target is a creature, it must succeed on a DC 16 Constitution saving throw or be cursed with tomb taint. The cursed target's speed is halved, and its hp maximum decreases by 3 (1d6) for every 24 hours that elapse. If the curse reduces the target's hp maximum to 0, the target dies, and its body turns to dust. The curse lasts until removed by the remove curse spell or comparable magic."
                },
                {
                    "name": "Serpentine Armlets (1/Day)",
                    "desc": "The ushabti commands its armlets to drop to the floor and transform into two giant, poisonous snakes. The snakes act as allies of the ushabti and obey its spoken commands. The snakes remain for 1 hour, until the ushabti dies, or until the ushabti dismisses one or both of them as a bonus action. When the snakes disappear, they become wisps of smoke and reform as armlets around the ushabti's arms."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Telekinesis",
                    "desc": "One creature the ushabti can see within 60 feet of it must succeed on a DC 16 Strength saving throw or the ushabti moves the creature up to 30 feet in any direction (including upward). The target is restrained until the start of the ushabti's next turn."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Construct Nature",
                    "desc": "The ushabti doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "False Appearance",
                    "desc": "While the ushabti is motionless, it is indistinguishable from a normal funerary statue."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The ushabti is immune to spells and effects that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The ushabti has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Necrotic Weapons",
                    "desc": "The ushabti's weapon attacks are magical. When the ushabti hits with any weapon, the weapon deals an extra 3d8 necrotic damage (included in the attack)."
                }
            ],
            "spell_list": [],
            "page_no": 376,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_ushabti/"
        },
        {
            "slug": "angel-kalkydra",
            "desc": "",
            "name": "Angel, Kalkydra",
            "size": "Huge",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "lawful good",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 189,
            "hit_dice": "14d12+98",
            "speed": {
                "walk": 40,
                "climb": 30,
                "fly": 90
            },
            "strength": 22,
            "dexterity": 14,
            "constitution": 24,
            "intelligence": 17,
            "wisdom": 21,
            "charisma": 23,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 1,
            "intelligence_save": null,
            "wisdom_save": 1,
            "charisma_save": 1,
            "perception": 5,
            "skills": {
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "poison; nonmagic B/P/S attacks",
            "damage_immunities": "fire, radiant",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned, prone",
            "senses": "truesight 120', passive Perception 20",
            "languages": "all, telepathy 120'",
            "challenge_rating": "13",
            "cr": 13.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Bites or Sunrays. Can replace one with Constrict."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +11 to hit, 10 ft., one target, 15 (2d8+6) piercing damage + 18 (4d8) radiant."
                },
                {
                    "name": "Constrict",
                    "desc": "Melee Weapon Attack: +11 to hit, 5 ft., one target, 17 (2d10+6) bludgeoning damage + 18 (4d8) radiant and target is grappled (escape DC 18). Until this grapple ends creature is restrained and kalkydra can't constrict another target."
                },
                {
                    "name": "Sunray",
                    "desc": "Ranged Spell Attack: +11 to hit, 120 ft., one target, 24 (4d8+6) radiant + 9 (2d8) fire."
                },
                {
                    "name": "Song of Sunrise (1/Day)",
                    "desc": "Sings a song to welcome the dawn causing sunlight to fill area in a 120' radius around it. Lasts 1 min."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Cha (DC 19) no material components: At will: detect evil and good light3/day ea: daylight dispel evil and good1/day ea: commune greater restoration"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Solar Nimbus",
                    "desc": "When hit by an attack it surrounds itself in a fiery nimbus searing attacker: 9 (2d8) fire and 9 (2d8) radiant and nimbus sheds bright light in 30' radius and dim light an additional 30'. Until start of kalkydra's next turn a creature within 5 ft. of kalkydra that hits it with melee attack takes 9 (2d8) fire and 9 (2d8) radiant."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Angelic Weapons",
                    "desc": "Its weapon attacks are magical. When it hits with any weapon deals extra 4d8 radiant (included below)."
                },
                {
                    "name": "Immortal Nature",
                    "desc": "Doesn't require food drink or sleep"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                }
            ],
            "spell_list": [],
            "page_no": 26,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_angel-kalkydra/"
        },
        {
            "slug": "angel-pelagic-deva",
            "desc": "",
            "name": "Angel, Pelagic Deva",
            "size": "Medium",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "neutral good",
            "armor_class": 17,
            "armor_desc": "Living Coral Armor",
            "hit_points": 142,
            "hit_dice": "15d8+75",
            "speed": {
                "walk": 20,
                "swim": 90
            },
            "strength": 19,
            "dexterity": 18,
            "constitution": 20,
            "intelligence": 17,
            "wisdom": 20,
            "charisma": 22,
            "strength_save": 8,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 9,
            "charisma_save": 1,
            "perception": 5,
            "skills": {
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, radiant; nonmagic B/P/S attacks",
            "damage_immunities": "",
            "condition_immunities": "charmed, exhaustion, frightened",
            "senses": "darkvision 120', passive Perception 19",
            "languages": "all, telepathy 120'",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Trident attacks."
                },
                {
                    "name": "Trident",
                    "desc": "Melee or Ranged Weapon Attack: +8 to hit 5 ft. or range 20/60' one target 7 (1d6+4) piercing damage + 18 (4d8) radiant. If deva makes a ranged attack with its trident trident returns to its hands at start of its next turn."
                },
                {
                    "name": "Transforming Touch (5/Day)",
                    "desc": "Can magically polymorph a willing creature into a giant octopus hunter shark or plesiosaurus. Transformation lasts 8 hrs until target uses a bonus action to transform back into its true form or until target dies. Items target is wearing/carrying are absorbed into new form. In new form target retains its alignment and Int Wis and Cha scores as well as its ability to speak. Its other stats are replaced by those of its new form and it gains any capabilities that new form has but it lacks."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Anoxic Aura (1/Day)",
                    "desc": "Removes oxygen from nearby water for 1 min. Each creature that requires oxygen to live (including air-breathing creatures under effects of water breathing) and starts its turn within 20' of deva: DC 17 Con save or begin suffocating. Deva never suffers effects of this; can choose any creatures in area to ignore it."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "Can breathe air and water."
                },
                {
                    "name": "Angelic Weapons",
                    "desc": "Its weapon attacks are magical. When it hits with any weapon deals extra 4d8 radiant (included below)."
                },
                {
                    "name": "Immortal Nature",
                    "desc": "Doesn't require food drink or sleep"
                },
                {
                    "name": "Living Coral Armor",
                    "desc": "Its armor is made of living coral. If armor is damaged such as from a black pudding's Pseudopod armor fully repairs itself within 1 min provided it wasn't destroyed."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                }
            ],
            "spell_list": [],
            "page_no": 27,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_angel-pelagic-deva/"
        },
        {
            "slug": "angel-zirnitran",
            "desc": "",
            "name": "Angel, Zirnitran",
            "size": "Huge",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "neutral good",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 325,
            "hit_dice": "26d12+156",
            "speed": {
                "walk": 30,
                "fly": 80
            },
            "strength": 19,
            "dexterity": 14,
            "constitution": 23,
            "intelligence": 25,
            "wisdom": 25,
            "charisma": 20,
            "strength_save": 1,
            "dexterity_save": 8,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 1,
            "charisma_save": 1,
            "perception": 7,
            "skills": {
                "perception": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "radiant; nonmagic B/P/S attacks",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhausted, frightened, poisoned",
            "senses": "truesight 120', passive Perception 23",
            "languages": "all, telepathy 120'",
            "challenge_rating": "20",
            "cr": 20.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Uses Glimpse from the Heavens then three Anointed Claws or Draconic Blasts."
                },
                {
                    "name": "Anointed Claws",
                    "desc": "Melee Weapon Attack: +10 to hit, 5 ft., one target, 11 (2d6+4) slashing damage and 22 (5d8) radiant."
                },
                {
                    "name": "Draconic Blast",
                    "desc": "Ranged Spell Attack: +13 to hit, 120 ft., one target, 29 (5d8+7) radiant. Can choose to deal acid cold fire lightning or poison instead of radiant."
                },
                {
                    "name": "Sacred Flame Breath (Recharge 5-6)",
                    "desc": "Exhales holy fire in a 90' cone. Each creature in that area: 33 (6d10) fire and 33 (6d10) radiant (DC 20 Dex half). Also the holy fire burns away magic ending any spell of 7th-level or lower in the area."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Six-Scaled Aegis",
                    "desc": "When it takes damage it gains resistance to that type of damage including the triggering damage for 1 min or until it uses this reaction again."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "Detect",
                    "desc": "Knows location of each dragon and each creature with strong connection to dragons such as a sorcerer with the draconic bloodline within 120' of it."
                },
                {
                    "name": "Move",
                    "desc": "Flies up to half its fly speed with o provoking opportunity attacks."
                },
                {
                    "name": "Attack (2)",
                    "desc": "Makes one Anointed Claws or Draconic Blast attack."
                },
                {
                    "name": "Cast a Spell (2)",
                    "desc": "Uses Spellcasting."
                },
                {
                    "name": "Under Black Wings (3)",
                    "desc": "Creates a magical feathered shield around itself or another creature it can see within 120' of it. Target gains +2 to AC and 20 temp hp until the end of zirnitran's next turn."
                }
            ],
            "special_abilities": [
                {
                    "name": "Angelic Weapons",
                    "desc": "Its weapon attacks are magical. When it hits with any weapon deals extra 5d8 radiant (included below)."
                },
                {
                    "name": "Aura of Balance",
                    "desc": "Affects chance and probability around it. While creature within 20' of it can't have advantage or disadvantage on any ability check attack roll or save. Aura affects zirnitran. At start of each of its turns zirnitran chooses whether this aura is active."
                },
                {
                    "name": "Divine Awareness",
                    "desc": "Knows if it hears a lie."
                },
                {
                    "name": "Dragon Watcher",
                    "desc": "Advantage: saves vs. dragon breath weapons. No damage if it succeeds on such a save and only half if it fails."
                },
                {
                    "name": "Hardened Scales",
                    "desc": "Any critical hit vs. it becomes a normal hit."
                },
                {
                    "name": "Immortal Nature",
                    "desc": "Doesn't require food drink or sleep"
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "Choose to succeed failed save."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Glimpse from the Heavens",
                    "desc": "Its eyes flash with the majesty of a solar eclipse. Each creature of its choice that is within 60' of it and that can see it: DC 19 Wis save or frightened for 1 min. Creature can re-save at end of each of its turns ending the effect on a success. If save is successful or effect ends for it creature is immune to zirnitran's Glimpse of the Heavens for the next 24 hrs. A creature that fails by 5+ is also blinded. Blindness lasts until removed by a greater restoration spell or similar magic."
                },
                {
                    "name": "Secrets of the Hidden Hoard (2/Day)",
                    "desc": "Draws upon ages of study and observation and casts one spell of 8th level or lower that appears on the cleric or wizard spell list. Casts the spell as an action regardless of spell's normal casting time."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Wis (DC 21) no material components: At will: detect evil and good invisibility (self only) legend lore thaumaturgy3/day ea: dispel evil and good geas (as an action)1/day ea: antimagic field plane shift"
                }
            ],
            "spell_list": [],
            "page_no": 30,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_angel-zirnitran/"
        },
        {
            "slug": "animated-instrument-symphony",
            "desc": "",
            "name": "Animated Instrument, Symphony",
            "size": "Gargantuan",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 201,
            "hit_dice": "13d20+65",
            "speed": {
                "walk": 30,
                "fly": 30
            },
            "strength": 12,
            "dexterity": 18,
            "constitution": 20,
            "intelligence": 10,
            "wisdom": 8,
            "charisma": 22,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 1,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": 1,
            "perception": -1,
            "skills": {
                "perception": -1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, slashing",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, grappled, paralyzed, petrified, poisoned, prone, restrained, stunned",
            "senses": "blindsight 120' (blind beyond), passive Perception 9",
            "languages": "understands Common but can't speak",
            "challenge_rating": "15",
            "cr": 15.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Uses Musical Arrangement. Then two Hammer Note or Pulsating Cacophony attacks."
                },
                {
                    "name": "Hammer Note",
                    "desc": "Melee Weapon Attack: +9 to hit 5 ft. 1 tgt in the swarm's space. 36 (8d8) bludgeoning damage or 18 (4d8) bludgeoning damage if symphony has half its hp or fewer."
                },
                {
                    "name": "Pulsating Cacophony",
                    "desc": "Ranged Spell Attack: +11 to hit, 60 ft., one target, 22 (4d10) thunder + 13 (2d12) psychic or 11 (2d10) thunder + 6 (1d12) psychic if the symphony has half its hp or fewer."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "Move",
                    "desc": "Moves up to its speed with o provoking opportunity attacks."
                },
                {
                    "name": "Harmonize (2)",
                    "desc": "Tunes its worn-out instruments back to working harmony regaining 20 hp and ending one condition affecting it."
                },
                {
                    "name": "Orchestral Flourish (2)",
                    "desc": "Plays a short fierce melody. Each creature within 10 ft. of symphony including creatures in its space:  10 (3d6) thunder (DC 19 Con half)."
                },
                {
                    "name": "Syncopated Melody (3)",
                    "desc": "Mimics a spell that was cast since the end of its last turn. It makes a Performance check where the DC is the caster's DC+the level of the spell symphony is trying to mimic. If successful symphony casts the spell using original caster's DC and spell attack bonus."
                }
            ],
            "special_abilities": [
                {
                    "name": "Antimagic Susceptibility",
                    "desc": "Incapacitated while in the area of an antimagic field. If targeted by dispel magic instrument must succeed on a Con save vs. caster's spell save DC or fall unconscious for 1 min. Has advantage on this save."
                },
                {
                    "name": "Construct Nature",
                    "desc": "Doesn't require air food drink or sleep."
                },
                {
                    "name": "False",
                    "desc": "[+]Appearance[/+] Motionless and not flying: indistinguishable from large musical instrument collection and performance paraphernalia."
                },
                {
                    "name": "Grand Composition",
                    "desc": "While it occupies another creature's space that creature has disadvantage on Con saves to maintain concentration and creature can't cast spells with verbal components."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "Choose to succeed failed save."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Swarm",
                    "desc": "Can occupy another creature's space and vice versa and symphony can move through any opening large enough for a Small musical instrument. Except for the Harmonize legendary action symphony can't regain hp or gain temp hp."
                },
                {
                    "name": "Musical Arrangement",
                    "desc": "Plays one of the following:Ballet of Quickening Steps Lilting ballet that picks up pace in startling fashion increasing its movement speed by 10 ft. and allowing it to take the Dodge action as a bonus action on each of its turns. Lasts 1 min or until symphony plays a different song.Harrowing Hymn Foreboding verse. Each creature within 30' of symphony that can hear it: DC 19 Wis save or frightened for 1 min. A creature can re-save at end of each of its turns success ends effect on itself. If creature's save succeeds or effect ends for it creature immune to symphony's Harrowing Hymn for next 24 hrs.Concerto for the Luckless Piece pits nearby listeners vs. their own misfortunes. Each creature within 60' of symphony and can hear it: DC 19 Cha save or be cursed 1 min. While cursed creature can't add its proficiency bonus to attack rolls or ability checks. If cursed creature rolls a 20 on attack roll or ability check curse ends. Curse can be lifted early by remove curse spell or similar magic.Four Winds Canon Trumpets gale force winds in a 90' cone. Each creature in that area: creature is pushed up to 30' away from symphony and knocked prone (DC 19 Str creature is knocked prone but isn't pushed). Winds also disperse gas or vapor and it extinguishes candles torches and similar unprotected flames in the area. It causes protected flames such as those of lanterns to dance wildly and has a 50% chance to extinguish them."
                }
            ],
            "spell_list": [],
            "page_no": 34,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_animated-instrument-symphony/"
        },
        {
            "slug": "bone-lord",
            "desc": "",
            "name": "Bone Lord",
            "size": "Huge",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 285,
            "hit_dice": "30d12+90",
            "speed": {
                "walk": 40
            },
            "strength": 21,
            "dexterity": 15,
            "constitution": 16,
            "intelligence": 14,
            "wisdom": 18,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 1,
            "charisma_save": 1,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, lightning",
            "damage_immunities": "necrotic, poison; nonmagic bludgeoning, piercing, and slashing attacks",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, poisoned",
            "senses": "darkvision 90', passive Perception 20 ",
            "languages": "Common",
            "challenge_rating": "19",
            "cr": 19.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Four Claws. Can replace one with one Tail attack."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +11 to hit, 10 ft., one target, 14 (2d8+5) slashing damage + 9 (2d8) necrotic and target is grappled (escape DC 19). Until grapple ends target is restrained. Has 4 claws each can grapple only 1 target."
                },
                {
                    "name": "Sovereign's Onslaught",
                    "desc": "Commands up to four friendly Undead it can see within 60' of it to move. Each target can use its reaction to immediately move up to its speed. This movement doesn't provoke opportunity attacks."
                },
                {
                    "name": "Sovereign's Reprisal",
                    "desc": "Commands one friendly Undead within 30' to attack. Target can make one weapon attack as reaction."
                },
                {
                    "name": "Call Servants (2)",
                    "desc": "Uses Servants of Death."
                },
                {
                    "name": "Fling (2)",
                    "desc": "Uses Fling."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "Sovereign's Onslaught",
                    "desc": "Commands up to four friendly Undead it can see within 60' of it to move. Each target can use its reaction to immediately move up to its speed. This movement doesn't provoke opportunity attacks."
                },
                {
                    "name": "Sovereign's Reprisal",
                    "desc": "Commands one friendly Undead within 30' to attack. Target can make one weapon attack as reaction."
                },
                {
                    "name": "Call Servants (2)",
                    "desc": "Uses Servants of Death."
                },
                {
                    "name": "Fling (2)",
                    "desc": "Uses Fling."
                }
            ],
            "special_abilities": [
                {
                    "name": "Death-Infused Weapons",
                    "desc": "Weapon attacks are magical. When it hits with any weapon deals extra 2d8 necrotic (included below)."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "Choose to succeed failed save."
                },
                {
                    "name": "Master Tactician",
                    "desc": "It and any friendly Undead within 60' of it have advantage on attack rolls vs. a creature if at least one of the Undead's allies is within 5 ft. of the creature and ally isn't incapacitated."
                },
                {
                    "name": "Rejuvenation",
                    "desc": "As long as at least one of its bones remains a destroyed bone lord gathers a new body in 1d10 days regaining all its hp and becoming active again. New body appears within 5 ft. of the largest remaining bone from its body."
                },
                {
                    "name": "Turning",
                    "desc": "[+]Defiance[/+] It and any Undead within 60' of it: advantage on saves vs. effects that turn Undead."
                },
                {
                    "name": "Undead Nature",
                    "desc": "Doesn't require air food drink or sleep."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +11 to hit, 15 ft., one target, 16 (2d10+5) bludgeoning damage + 9 (2d8) necrotic. Target: DC 19 Str save or be pushed up to 15 ft. away from bone lord."
                },
                {
                    "name": "Fling",
                    "desc": "One Med or smaller object held or creature grappled by bone lord is thrown up to 60' in a random direction and knocked prone. If a thrown target strikes a solid surface target takes 3 (1d6) bludgeoning damage for every 10 ft. it was thrown. If target is thrown at another creature that creature: DC 19 Dex save or take the same damage and be knocked prone."
                },
                {
                    "name": "Servants of Death",
                    "desc": "The bone lord magically calls 3d6 skeletons or zombies 2d4 ghouls or 2 wights. Called creatures arrive in 1d4 rounds acting as allies of bone lord and obeying its spoken commands. The Undead remain for 1 hr until bone lord dies or until bone lord dismisses them as a bonus action. Bone lord can have any number of Undead under its control at one time provided combined total CR of the Undead is no higher than 8."
                },
                {
                    "name": "Pattern of Death (Recharge 6)",
                    "desc": "Necrotic energy ripples out from the bone lord. Each creature that isn't a Construct or Undead within 30' of it: 54 (12d8) necrotic (DC 19 Con half). Each friendly Undead within 30' of the bone lord including the bone lord regains hp equal to half the single highest amount of necrotic dealt."
                }
            ],
            "spell_list": [],
            "page_no": 65,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_bone-lord/"
        },
        {
            "slug": "demon-kogukhpak",
            "desc": "",
            "name": "Demon, Kogukhpak",
            "size": "Huge",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 262,
            "hit_dice": "21d12+126",
            "speed": {
                "walk": 40,
                "swim": 40
            },
            "strength": 30,
            "dexterity": 11,
            "constitution": 23,
            "intelligence": 8,
            "wisdom": 16,
            "charisma": 20,
            "strength_save": 1,
            "dexterity_save": null,
            "constitution_save": 1,
            "intelligence_save": null,
            "wisdom_save": 9,
            "charisma_save": 1,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "lightning; nonmagic B/P/S attacks",
            "damage_immunities": "cold, fire, poison",
            "condition_immunities": "poisoned",
            "senses": "truesight 120', passive Perception 13",
            "languages": "understand Abyssal but can't speak",
            "challenge_rating": "18",
            "cr": 18.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite and two Gores or three Spit Fires."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +16 to hit, 5 ft., one target, 19 (2d8+10) bludgeoning damage + 9 (2d8) fire and target is grappled (escape DC 18). Until the grapple ends the target is restrained kogukhpak can automatically hit target with its Bite and kogukhpak can't make Bite attacks vs. other targets."
                },
                {
                    "name": "Gore",
                    "desc": "Melee Weapon Attack: +16 to hit, 10 ft., one target, 37 (5d10+10) piercing damage."
                },
                {
                    "name": "Spit Fire",
                    "desc": "Ranged Spell Attack: +11 to hit, 120 ft., one target, 32 (6d8+5) fire."
                },
                {
                    "name": "Devastating Leap (Recharge 6)",
                    "desc": "Leaps up to 30' and lands on its feet in a space it can see. Each creature in the space or within 5 ft. of it when it lands: 72 (16d8) bludgeoning damage and knocked prone (DC 20 Str half damage not prone and if in kogukhpak's space can choose to be pushed 5 ft. back or to side of kogukhpak). Creature in kogukhpak's space that chooses not to be pushed suffers consequences of failed save."
                },
                {
                    "name": "Fire Breath (Recharge 6)",
                    "desc": "Exhales fire in a 90' cone. Each creature in that area: 70 (20d6) fire (DC 20 Dex half)."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Standing Leap",
                    "desc": "Its long jump is up to 30' and its high jump is up to 15 ft. with or with o a running start."
                },
                {
                    "name": "Sunlight Hypersensitivity",
                    "desc": "Takes 20 radiant when it starts its turn in sunlight. If in sunlight: disadvantage on attacks/ability checks."
                }
            ],
            "spell_list": [],
            "page_no": 109,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_demon-kogukhpak/"
        },
        {
            "slug": "devil-infernal-tutor",
            "desc": "",
            "name": "Devil, Infernal Tutor",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 182,
            "hit_dice": "28d8+56",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 16,
            "constitution": 15,
            "intelligence": 18,
            "wisdom": 20,
            "charisma": 21,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 7,
            "intelligence_save": 9,
            "wisdom_save": 1,
            "charisma_save": 1,
            "perception": 5,
            "skills": {
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing &amp; slashing from nonmagical attacks not made w/silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "charmed, frightened, poisoned",
            "senses": "darkvision 120', passive Perception 15",
            "languages": "all, telepathy 120'",
            "challenge_rating": "13",
            "cr": 13.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Claws or Tutor's Batons or one Claw and two Tutor's Batons. It can replace one attack with Spellcasting."
                },
                {
                    "name": "Claw (True Form Only)",
                    "desc": "Melee Weapon Attack: +8 to hit, 5 ft., one target, 12 (2d8+3) slashing damage + 14 (4d6) psychic."
                },
                {
                    "name": "Tutor's Baton",
                    "desc": "Melee Weapon Attack: +8 to hit, 5 ft., one target, 10 (2d6+3) bludgeoning damage + 14 (4d6) psychic. Instead of dealing psychic damage tutor can cause target to be incapacitated until target's next turn ends."
                },
                {
                    "name": "Fiendish Indoctrination (Recharge 5-6)",
                    "desc": "Speaks fiendish ideals couched in persuasive scholarly language. Each creature within 30' of tutor: 45 (13d6) psychic and is charmed for 1 min (DC 18 Cha half damage isn't charmed). Charmed creature isn't under tutor's control but regards tutor as a trusted friend taking tutor's requests or actions in most favorable way it can. Charmed creature can re-save at end of each of its turns success ends effect on itself. A creature that fails the save by 5+ is charmed for 1 day instead. Such a creature can re-save only when it suffers harm or receives a suicidal command ending effect on a success."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Cha (DC 18) no material components: At will: bane calm emotions command detect thoughts suggestion3/day ea: bestow curse compulsion enthrall1/day ea: geas modify memory"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "Magically transforms into a Small or Med Humanoid or back into its true fiendish form. Its stats other than its size are same in each form. Items worn/carried aren't transformed. Reverts on death."
                }
            ],
            "reactions": [
                {
                    "name": "Strength of Character",
                    "desc": "When it succeeds on a save tutor responds with scathing magical insult if source of effect is a creature within 60' of tutor. That creature: DC 18 Wis save or take 14 (4d6) psychic and have disadvantage on next save it makes vs. a spell cast by tutor."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede its darkvision."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Phrenic Weapons",
                    "desc": "Its weapon attacks are magical. When it hits with any weapon extra 4d6 psychic (included below)."
                },
                {
                    "name": "Weaken Resolve",
                    "desc": "Its speech has subtle enchantments that make it seem logical or profound regardless of words used. It has advantage on Cha (Deception) and Cha (Persuasion) checks vs. Humanoids. Also if tutor spends 1+ min conversing with Humanoid that creature has disadvantage on saves vs. tutor's Fiendish Indoctrination and vs. enchantment spells tutor casts."
                }
            ],
            "spell_list": [],
            "page_no": 120,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_devil-infernal-tutor/"
        },
        {
            "slug": "dragon-prismatic-ancient",
            "desc": "",
            "name": "Dragon, Prismatic Ancient",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 407,
            "hit_dice": "22d20+176",
            "speed": {
                "walk": 50,
                "climb": 40
            },
            "strength": 25,
            "dexterity": 10,
            "constitution": 27,
            "intelligence": 20,
            "wisdom": 17,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 1,
            "intelligence_save": null,
            "wisdom_save": 1,
            "charisma_save": 1,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "radiant",
            "condition_immunities": "blinded",
            "senses": "blindsight 60', darkvision 120', passive Perception 27",
            "languages": "Common, Draconic",
            "challenge_rating": "21",
            "cr": 21.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Uses Frightful Presence then one Bite and two Claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +14 to hit, 15 ft., one target, 18 (2d10+7) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +14 to hit, 10 ft., one target, 14 (2d6+7) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +14 to hit, 20 ft., one target, 16 (2d8+7) bludgeoning damage."
                },
                {
                    "name": "Frightful Presence",
                    "desc": "All it picks within 120' and aware of it frightened 1 min (DC 19 Wis negates) Can re-save at end of each of its turns. Save/effect ends: immune 24 hrs."
                },
                {
                    "name": "Breath Weapon (Recharge 5-6)",
                    "desc": "Uses one of the following:Light Beam. Emits beam of white light in a 120' line that is 10 ft. wide. Each creature in line: 90 (20d8) radiant (DC 23 Dex half).Rainbow Blast. Emits multicolored light in 90' cone. Each creature in area: 72 (16d8) damage (DC 23 Dex half). Dragon splits damage among acid cold fire lightning or poison choosing a number of d8s for each type totaling 16d8. Must choose at least two types."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Int (DC 20) no material components: At will: charm person dancing lights prismatic spray1/day: prismatic wall"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "Detect",
                    "desc": "Makes a Wis (Perception) check."
                },
                {
                    "name": "Tail Attack",
                    "desc": "Makes a tail attack."
                },
                {
                    "name": "Cast a Spell (2)",
                    "desc": "Uses Spellcasting."
                },
                {
                    "name": "Shimmering Wings (2)",
                    "desc": "Each creature within 20': DC 19 Wis save or take 16 (3d10) radiant and blinded until start of its next turn."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "Choose to succeed failed save."
                }
            ],
            "spell_list": [],
            "page_no": 140,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_dragon-prismatic-ancient/"
        },
        {
            "slug": "dragon-sand-ancient",
            "desc": "",
            "name": "Dragon, Sand Ancient",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 21,
            "armor_desc": "natural armor",
            "hit_points": 507,
            "hit_dice": "26d20+234",
            "speed": {
                "walk": 40,
                "burrow": 40,
                "fly": 80
            },
            "strength": 27,
            "dexterity": 12,
            "constitution": 29,
            "intelligence": 16,
            "wisdom": 20,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 9,
            "constitution_save": 1,
            "intelligence_save": null,
            "wisdom_save": 1,
            "charisma_save": 1,
            "perception": 5,
            "skills": {
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "piercing",
            "damage_immunities": "fire",
            "condition_immunities": "blinded",
            "senses": "blindsight 60', darkvision 120', passive Perception 31",
            "languages": "Common, Draconic, Terran",
            "challenge_rating": "23",
            "cr": 23.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Uses Frightful Presence then one Bite and two Claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +16 to hit, 15 ft., one target, 19 (2d10+8) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +16 to hit, 10 ft., one target, 15 (2d6+8) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +16 to hit, 20 ft., one target, 17 (2d8+8) slashing damage."
                },
                {
                    "name": "Frightful Presence",
                    "desc": "All it picks within 120' and aware of it frightened 1 min (DC 20 Wis negates) Can re-save at end of each of its turns. Save/effect ends: immune 24 hrs."
                },
                {
                    "name": "Breath Weapon (Recharge 5-6)",
                    "desc": "Uses one of the following:Sand Blast. Exhales superheated sand in a 90' cone. Each creature in area: 44 (8d10) piercing damage and 44 (8d10) fire (DC 25 Dex half). If a creature fails its save by 5+ it suffers one level of exhaustion as it dehydrates.Blinding Sand. Breathes fine sand in a 90' cone. Each creature in area: blinded for 1 min (DC 25 Con negates). Blinded creature can take an action to clear its eyes of sand ending effect for it."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "Detect",
                    "desc": "Makes a Wis (Perception) check."
                },
                {
                    "name": "Tail Attack",
                    "desc": "Makes a tail attack."
                },
                {
                    "name": "Wing Attack (2)",
                    "desc": "All within 15 feet: 15 (2d6+8) bludgeoning damage and knocked prone (DC 24 Wis negates). Can then fly up to half its fly speed."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "Choose to succeed failed save."
                },
                {
                    "name": "Sand Camouflage",
                    "desc": "Advantage: Dex (Stealth) to hide in sandy terrain."
                },
                {
                    "name": "Sandy Nature",
                    "desc": "Is infused with elemental power and it requires only half the air food and drink that a typical dragon if its size needs."
                },
                {
                    "name": "Stinging Sand",
                    "desc": "1st time it hits target with melee weapon attack target: disadvantage attacks/ability checks til its next turn ends (DC 25 Con)."
                }
            ],
            "spell_list": [],
            "page_no": 144,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_dragon-sand-ancient/"
        },
        {
            "slug": "dread-examiner",
            "desc": "",
            "name": "Dread Examiner",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 322,
            "hit_dice": "28d10+168",
            "speed": {
                "walk": 30,
                "fly": 30,
                "swim": 30
            },
            "strength": 20,
            "dexterity": 16,
            "constitution": 22,
            "intelligence": 25,
            "wisdom": 23,
            "charisma": 25,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 1,
            "intelligence_save": 1,
            "wisdom_save": 1,
            "charisma_save": 1,
            "perception": 6,
            "skills": {
                "perception": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold, fire",
            "damage_immunities": "poison; bludgeoning, piercing, and slashing damage from nonmagical attacks",
            "condition_immunities": "exhaustion, paralyzed, petrified, poisoned, prone, restrained",
            "senses": "truesight 120', passive Perception 23",
            "languages": "all, telepathy 120'",
            "challenge_rating": "21",
            "cr": 21.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Force Swipe or Force Blast attacks. It can replace one attack with use of Spellcasting."
                },
                {
                    "name": "Force Swipe",
                    "desc": "Melee Spell Attack: +14 to hit, 5 ft., one target, 43 (8d8+7) force and target must make DC 20 Str save or be pushed up to 10 ft. in a direction of examiner's choosing."
                },
                {
                    "name": "Force Blast",
                    "desc": "Ranged Spell Attack: +14 to hit, 120 ft., one target, 43 (8d8+7) force and target must make DC 20 Str save or be knocked prone."
                },
                {
                    "name": "Spellcasting (Psionics)",
                    "desc": "Cha (DC 22) no spell components: At will: dispel magic fabricate (as an action) telekinesis3/day ea: animate objects wall of force1/day: true polymorph"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "Teleport",
                    "desc": "Magically teleports along with any equipment it is wearing or carrying up to 120' to an unoccupied spot it sees."
                },
                {
                    "name": "Reform (2)",
                    "desc": "The dread examiner rearranges its disjointed parts and regains 36 (8d8) hp."
                },
                {
                    "name": "Psychic Surge (3)",
                    "desc": "The dread examiner releases a wave of psychic energy. Each creature within 20' of it: 21 (6d6) psychic can't use reactions and has disadvantage on attack rolls and ability checks until the end of its next turn. (DC 20 Wis half damage and ignores the other effects.)"
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "Choose to succeed failed save."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Otherworldly Form",
                    "desc": "Its form is tentative in its cohesion as well as its adherence to physical laws. Immune to effects that cause the loss of limbs such as the effects of a sword of sharpness or vorpal sword. Immune to any spell or effect that would alter its form and it can move through a space as narrow as 1 foot wide with o squeezing."
                },
                {
                    "name": "Psychic Awareness",
                    "desc": "If it is being directly observed at the start of its turn it can immediately make a Wis (Perception) check to notice the observer. Once it has noticed the observer it always knows observer's exact location regardless of cover obscurement or invisibility as long as observer is within 120' of examiner."
                },
                {
                    "name": "Sense Magic",
                    "desc": "The dread examiner senses magic within 120' of it at will. This trait otherwise works like the detect magic spell but isn't itself magical."
                }
            ],
            "spell_list": [],
            "page_no": 159,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_dread-examiner/"
        },
        {
            "slug": "life-broker",
            "desc": "",
            "name": "Life Broker",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 16,
            "armor_desc": "breastplate",
            "hit_points": 190,
            "hit_dice": "20d8+100",
            "speed": {
                "walk": 30
            },
            "strength": 15,
            "dexterity": 19,
            "constitution": 20,
            "intelligence": 19,
            "wisdom": 14,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 1,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 1,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "nonmagic B/P/S attacks not made w/cold iron weapons",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened",
            "senses": "darkvision 60', passive Perception 17",
            "languages": "Common, Sylvan",
            "challenge_rating": "13",
            "cr": 13.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Rapier attacks."
                },
                {
                    "name": "Rapier",
                    "desc": "Melee Weapon Attack: +9 to hit, 5 ft., one target, 8 (1d8+4) piercing damage + 18 (4d8) necrotic."
                },
                {
                    "name": "Life Feast (Recharge 5-6)",
                    "desc": "Pulls life from hostile creatures within 30' of it that aren't Constructs or Undead. Each such creature in the area: 36 (8d8) necrotic (DC 18 Con half). Broker gains temp hp equal to the single highest amount of necrotic dealt and has advantage on attack rolls until the end of its next turn."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Quick-Footed",
                    "desc": "Takes Dash Disengage or Dodge."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Draw Life Essence",
                    "desc": "Can spend 10 min coaxing life essence out of willing creature taking only agreed amount of time from creature's max lifetime. Essence appears as rosy mist that rises from mouth nose or skin of creature and snakes into carved crystal vial in broker's cloak where it takes the form of a crimson liquid. Creature that drinks such a vial gains life stored within it provided broker gave vial willingly. If broker draws all remaining life from creature creature dies and can be returned to life only via wish spell."
                },
                {
                    "name": "Life Reading",
                    "desc": "If it spends 1 min studying a mortal creature it can see within 30' of it broker can determine the remainder of that creature's natural life to the second."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Necrotic Weapons",
                    "desc": "Its weapon attacks are magical. When it hits with any weapon weapon deals + 4d8 necrotic (included below)."
                }
            ],
            "spell_list": [],
            "page_no": 261,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_life-broker/"
        },
        {
            "slug": "primordial-matriarch",
            "desc": "",
            "name": "Primordial Matriarch",
            "size": "Gargantuan",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 20,
            "armor_desc": "",
            "hit_points": 313,
            "hit_dice": "19d20+114",
            "speed": {
                "walk": 0,
                "fly": 120
            },
            "strength": 18,
            "dexterity": 30,
            "constitution": 23,
            "intelligence": 10,
            "wisdom": 21,
            "charisma": 18,
            "strength_save": 1,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 1,
            "charisma_save": 1,
            "perception": 5,
            "skills": {
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold, fire, lightning, thunder; nonmagic B/P/S attacks",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "blindsight 120' (blind beyond), passive Perception 15",
            "languages": "Primordial",
            "challenge_rating": "21",
            "cr": 21.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Uses Storm Blast then two Elemental Lashes."
                },
                {
                    "name": "Create Elementals",
                    "desc": "Magically creates up to 3d6 mephits 2 air earth fire or water elementals 2 ice elementals (Tome of Beasts 2) or 1 rockslide elemental (Tome of Beasts 3). Elementals arrive at start of her next turn acting as her allies and obeying her spoken commands. Elementals remain for 1 hr until she dies or until matriarch dismisses them as a bonus action. She can have any number of Elementals under her control at one time provided the combined total CR of the Elementals is no higher than 10."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Elemental Adaptation",
                    "desc": "When she would take acid cold fire lightning or thunder she can change the element selected with Roiling Elements to that type of damage gaining immunity to that damage type including the triggering damage."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "Elemental Change",
                    "desc": "Changes the damage immunity granted by Roiling Elements."
                },
                {
                    "name": "Fly",
                    "desc": "Up to half her flying speed with o provoking opportunity attacks."
                },
                {
                    "name": "Create Elemental (2)",
                    "desc": "Uses Create Elementals."
                },
                {
                    "name": "Return to Mother (3)",
                    "desc": "Absorbs Elemental within 10 ft. of her gaining temp hp equal to 10 times the CR of Elemental absorbed."
                }
            ],
            "special_abilities": [
                {
                    "name": "Elemental Attacks",
                    "desc": "Her weapon attacks are magical. When she hits with any weapon it deals extra 5d6 damage of Roiling Elements type."
                },
                {
                    "name": "Elemental Aura",
                    "desc": "At start of each of her turns each creature within 5 ft. of her takes 10 (3d6) damage of Roiling Elements type. Creature that touches her or hits her with melee attack while within 10 ft. of her: 10 (3d6) damage of Roiling Elements type. Nonmagical weapon that hits her is destroyed after dealing damage."
                },
                {
                    "name": "Elemental Nature",
                    "desc": "Doesn't require air food drink or sleep."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "Choose to succeed failed save."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Roiling Elements",
                    "desc": "At the start of each of her turns she chooses one of the following damage types: acid cold fire lightning or thunder. She has immunity to that damage type until the start of her next turn."
                },
                {
                    "name": "Siege Monster",
                    "desc": "Double damage to objects/structures."
                },
                {
                    "name": "Elemental Lash",
                    "desc": "Melee Weapon Attack: +17 to hit, 15 ft., one target, 32 (4d10+10) bludgeoning damage + 17 (5d6) damage of the type determined by Roiling Elements."
                },
                {
                    "name": "Storm Blast",
                    "desc": "The primordial matriarch emits elemental energy in a 90' cone. Each creature in the area: 21 (6d6) damage of the type determined by Roiling Elements and suffers one of the following effects depending on the damage type (DC 20 Dex half damage and no additional effect unless specified below).Acid Blast Fail: creature is covered in acid. At the start of each of its turns it takes 7 (2d6) acid until it or another creature takes an action to scrape or wash off the acid.Cold Blast Fail: creature is restrained by ice until end of its next turn or until it or another creature takes an action to break it free. Success: creature's speed is reduced by 10 ft. until end of its next turn.Fire Blast Fail: creature catches fire. Until it or another creature takes an action to douse the fire creature takes 7 (2d6) fire at the start of each of its turns.Lightning Blast Fail: creature incapacitated until end of its next turn. Succcess: creature can't take reactions until start of its next turn.Thunder Blast Fail: creature is deafened for 1 min. At the end of each of its turns a deafened creature can repeat the save ending deafness on itself on a success. Success: creature is deafened until the end of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": 318,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_primordial-matriarch/"
        },
        {
            "slug": "shetani",
            "desc": "",
            "name": "Shetani",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 190,
            "hit_dice": "20d8+100",
            "speed": {
                "walk": 30,
                "fly": 50
            },
            "strength": 17,
            "dexterity": 19,
            "constitution": 20,
            "intelligence": 18,
            "wisdom": 17,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 9,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 8,
            "charisma_save": 1,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; nonmagic B/P/S attacks not made w/silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120', passive Perception 18",
            "languages": "Abyssal, Common, Infernal, telepathy 120'",
            "challenge_rating": "14",
            "cr": 14.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "3 Claws or Necrotic Bolts. Can replace 1 with Spellcasting."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +9 to hit, 5 ft., one target, 11 (2d6+4) slashing damage + 18 (4d8) necrotic."
                },
                {
                    "name": "Necrotic Bolt",
                    "desc": "Ranged Spell Attack: +10 to hit, 120 ft., one target, 27 (5d8+5) necrotic."
                },
                {
                    "name": "Desiccating Breath (Recharge 5-6)",
                    "desc": "Inhales drawing moisture from surrounding creatures. Each non-Construct/Undead creature within 15 ft. of shetani: 54 (12d8) necrotic (DC 18 Con half). If a creature fails the save by 5+ it suffers one level of exhaustion."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Cha (DC 18): At will: charm person silent image3/day ea: major image suggestion1/day ea: mirage arcane (as an action) programmed illusion"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "Transforms into a Large or smaller Beast or Humanoid or back into its true form which is a Fiend. Without wings it loses its flying speed. Its statistics other than size and speed are the same in each form. Items worn/carried transformed as desired by the shetani taking whatever color or shape it deems appropriate. Reverts on death."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magic darkness doesn't impede its darkvision."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Necrotic Weapons",
                    "desc": "Its weapon attacks are magical. When it hits with any weapon weapon deals+4d8 necrotic (included below)."
                }
            ],
            "spell_list": [],
            "page_no": 343,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_shetani/"
        },
        {
            "slug": "acolyte_bf",
            "desc": "",
            "name": "Acolyte",
            "size": "medium",
            "type": "Humanoid",
            "subtype": "Any Lineage",
            "group": "NPCs",
            "alignment": "",
            "armor_class": 10,
            "armor_desc": null,
            "hit_points": 15,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 10,
            "constitution": 10,
            "intelligence": 10,
            "wisdom": 18,
            "charisma": 10,
            "strength_save": 0,
            "dexterity_save": 0,
            "constitution_save": 0,
            "intelligence_save": 0,
            "wisdom_save": 4,
            "charisma_save": 0,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "any one language (usually Common)",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Mace",
                    "desc": "_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one target. _Hit:_ 3 (1d6) bludgeoning damage plus 3 (1d6) necrotic or radiant damage (the acolyte's choice)."
                },
                {
                    "name": "Radiant Bolt",
                    "desc": "_Ranged Spell Attack:_ +6 to hit, range 60 ft., one target. _Hit:_ 6 (1d4+4) radiant damage."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The acolyte casts one of the following spells using WIS as the spellcasting ability (spell save DC 13).<br>At will: _light_, _thaumaturgy_<br>3/day each: _bless_, _cure wounds_, _sanctuary_"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Divine Providence",
                    "desc": "Each friendly creature within 20 feet of the acolyte that isn't a Construct or Undead has advantage on death saves."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_acolyte/"
        },
        {
            "slug": "assassin_bf",
            "desc": "",
            "name": "Assassin",
            "size": "medium",
            "type": "Humanoid",
            "subtype": "Any Lineage",
            "group": "NPCs",
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "studded leather",
            "hit_points": 157,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 22,
            "constitution": 14,
            "intelligence": 18,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": 0,
            "dexterity_save": 6,
            "constitution_save": 2,
            "intelligence_save": 4,
            "wisdom_save": 0,
            "charisma_save": 0,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "poison,poisoned",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "Thieves' Cant plus any two languages",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The assassin makes three Shortsword or Hand Crossbow attacks."
                },
                {
                    "name": "Shortsword",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) piercing damage plus 13 (3d8) poison damage, and the target must succeed on a DC 14 CON save or be poisoned for 1 minute. A poisoned creature can repeat the save at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Hand Crossbow",
                    "desc": "_Ranged Weapon Attack:_ +6 to hit, range 30/120 ft., one target. _Hit:_ 6 (1d6+3) piercing damage plus 13 (3d8) poison damage, and the target must succeed on a DC 14 CON save or be poisoned for 1 minute. A poisoned creature can repeat the save at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Hidden Step",
                    "desc": "The assassin magically teleports, along with any equipment it is wearing or carrying, up to 30 feet to an unoccupied space it can see and takes the Hide action."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Evasion",
                    "desc": "If the assassin is subjected to an effect that allows it to make a DEX save to take only half damage, the assassin instead takes no damage if it succeeds on the save, and only half damage if it fails."
                },
                {
                    "name": "Poisoned Weapons",
                    "desc": "The assassin's weapons are coated in poison. When it hits with any weapon, the weapon deals an extra 3d8 poison damage (included in the attack). In addition, at the start of each of its turns, the assassin can choose which of the following poisons is active on its weapons. The poison remains on the weapons until the start of the assassin's next turn.\n- **Assassin's Friend.** A creature poisoned by a weapon coated with this poison takes an extra 4 (1d8) poison damage each time it takes damage while poisoned.\n- **Buyer's Mercy.** A creature poisoned by a weapon coated with this poison falls unconscious while poisoned or until it takes damage or another creature uses an action to wake it.\n- **Meddler's Fate.** A creature poisoned by a weapon coated with this poison has its speed halved while poisoned."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_assassin/"
        },
        {
            "slug": "azer_bf",
            "desc": "",
            "name": "Azer",
            "size": "medium",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "natural armor, shield",
            "hit_points": 49,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 12,
            "constitution": 18,
            "intelligence": 12,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": 3,
            "dexterity_save": 1,
            "constitution_save": 4,
            "intelligence_save": 1,
            "wisdom_save": 1,
            "charisma_save": 0,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire,poison,poisoned",
            "condition_immunities": "",
            "senses": "-",
            "languages": "Dwarvish,Ignan",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The azer makes two Warhammer attacks."
                },
                {
                    "name": "Warhammer",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) bludgeoning damage, or 8 (1d10+3) bludgeoning damage if used with two hands, plus 3 (1d6) fire damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Blazing Bulwark",
                    "desc": "The azer creates fire in a 15-foot line that is 1 foot wide, originating from a point the azer can see within 15 feet of it. This line is an opaque wall that is 3 feet tall and provides half-cover to creatures behind it. A creature that moves through the line takes damage as if it touched the azer. The line of fire lasts for 1 minute or until the azer uses this bonus action again."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Heated Body",
                    "desc": "A creature that touches the azer or hits it with a melee attack while within 5 feet of it takes 3 (1d6) fire damage."
                },
                {
                    "name": "Heated Weapons",
                    "desc": "When the azer hits with a metal melee weapon, the weapon deals an extra 3 (1d6) fire damage (included in the attack)."
                },
                {
                    "name": "Illumination",
                    "desc": "The azer sheds bright light in a 10-foot radius and dim light for an additional 10 feet."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_azer/"
        },
        {
            "slug": "bandit_bf",
            "desc": "",
            "name": "Bandit",
            "size": "medium",
            "type": "Humanoid",
            "subtype": "Any Lineage",
            "group": "NPCs",
            "alignment": "",
            "armor_class": 12,
            "armor_desc": "leather armor",
            "hit_points": 9,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 12,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": 0,
            "dexterity_save": 1,
            "constitution_save": 1,
            "intelligence_save": 0,
            "wisdom_save": 0,
            "charisma_save": 0,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "any one language (usually Common)",
            "challenge_rating": "1/8",
            "cr": 0.125,
            "actions": [
                {
                    "name": "Scimitar",
                    "desc": "_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 4 (1d6+1) slashing damage."
                },
                {
                    "name": "Light Crossbow",
                    "desc": "_Ranged Weapon Attack:_ +3 to hit, range 80/320 ft., one target. _Hit:_ 5 (1d8+1) piercing damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Steal Item",
                    "desc": "The bandit steals an object from one creature it can see within 5 feet of it. The target must succeed on a DC 11 DEX save or lose one object it is wearing or carrying of the bandit's choice. The object must weigh no more than 10 pounds, can't be a weapon, and can't be wrapped around or firmly attached to the target, such as a shirt or armor."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Opportunist",
                    "desc": "The bandit has advantage on opportunity attacks."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_bandit/"
        },
        {
            "slug": "bearded_devil_bf",
            "desc": "",
            "name": "Bearded Devil",
            "size": "medium",
            "type": "Fiend",
            "subtype": "Devil",
            "group": "Devils",
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 63,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 20,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 8,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": 5,
            "dexterity_save": 2,
            "constitution_save": 4,
            "intelligence_save": -1,
            "wisdom_save": 2,
            "charisma_save": 0,
            "perception": 12,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "Devilish Resilience",
            "damage_immunities": "Devilish Resilience",
            "condition_immunities": "",
            "senses": "darkvision 120 ft.",
            "languages": "Infernal,telepathy 120 ft.",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The devil makes two Beard Spines attacks and one Glaive attack."
                },
                {
                    "name": "Beard Spines",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 8 (2d4+3) piercing damage, and the target must succeed on a DC 13 CON save or be poisoned for 1 minute. While poisoned in this way, the target can't regain HP. The target can repeat the save at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Glaive",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 10 ft., one target. _Hit:_ 8 (1d10+3) slashing damage. If the target is a creature other than a Construct or Undead, it must succeed on a DC 13 CON save or lose 3 (1d6) HP at the start of each of its turns due to an infernal wound. Each time the devil hits the wounded target with this attack, the damage dealt by the wound increases by 3 (1d6). Any creature can take an action to stanch the wound with a successful DC 10 WIS (Medicine) check. The wound also closes if the target receives magical healing, provided the target is capable of regaining HP."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Enhance Pain",
                    "desc": "The bearded devil enhances the pain in one creature it can see within 30 feet of it that is poisoned from the devil's Beard Spines attack or suffering an infernal wound from the devil's Glaive attack. The target must succeed on a DC 13 CON save or be incapacitated until the end of its next turn, as it doubles over in pain."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the devil's darkvision."
                },
                {
                    "name": "Devilish Resilience",
                    "desc": "The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The devil has advantage on saves against spells and other magical effects."
                },
                {
                    "name": "Show Mettle",
                    "desc": "While it can see a superior devil, such as a barbed devil, pit fiend, or similar, the bearded devil has advantage on saves against being charmed and frightened."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_bearded-devil/"
        },
        {
            "slug": "blink_dog_bf",
            "desc": "",
            "name": "Blink Dog",
            "size": "medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 14,
            "hit_dice": "",
            "speed": {
                "walk": 40
            },
            "strength": 12,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": 1,
            "dexterity_save": 3,
            "constitution_save": 1,
            "intelligence_save": 0,
            "wisdom_save": 1,
            "charisma_save": 0,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "Fey Resilience",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "Blink Dog,understands Sylvan but can't speak it",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) piercing damage."
                },
                {
                    "name": "Teleport (Recharge 4-6)",
                    "desc": "The blink dog teleports, along with any equipment it is wearing or carrying, up to 40 feet to an unoccupied space it can see. Before or after teleporting, the dog can make one Bite attack."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Fey Resilience",
                    "desc": "The blink dog is resistant to the charmed and unconscious conditions."
                },
                {
                    "name": "Heightened Hearing and Smell",
                    "desc": "The blink dog's Perception is 18 while perceiving by hearing or smell."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The blink dog has advantage on attack rolls against a creature if at least one of the dog's allies is within 5 feet of the creature and the ally isn't incapacitated."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_blink-dog/"
        },
        {
            "slug": "bugbear_champion_bf",
            "desc": "",
            "name": "Bugbear Champion",
            "size": "medium",
            "type": "Humanoid",
            "subtype": "",
            "group": "Goblins",
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "chain shirt, shield",
            "hit_points": 85,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 22,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": 6,
            "dexterity_save": 2,
            "constitution_save": 2,
            "intelligence_save": 1,
            "wisdom_save": 1,
            "charisma_save": 0,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "charmed,frightened",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "Common,Goblin",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The bugbear champion makes two Spiked Club attacks and one Shield Smash attack, or it makes three Javelin attacks."
                },
                {
                    "name": "Spiked Club",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) piercing damage."
                },
                {
                    "name": "Shield Smash",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 9 (2d4+4) bludgeoning damage. If the target is a creature, it must succeed on a DC 14 STR save or be knocked prone."
                },
                {
                    "name": "Javelin",
                    "desc": "_Melee or Ranged Weapon Attack:_ +5 to hit, reach 5 ft. or range 30/120 ft., one target. _Hit:_ 10 (2d6+3) piercing damage in melee or 5 (1d6+2) piercing damage at range."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Stubborn Attacker (Recharge 5-6)",
                    "desc": "When the champion misses with an attack, it can change that miss to a hit."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Brutal",
                    "desc": "A melee weapon deals one extra die of its damage when the bugbear hits with it (included in the attack)."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_bugbear-champion/"
        },
        {
            "slug": "centaur_bf",
            "desc": "",
            "name": "Centaur",
            "size": "large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 63,
            "hit_dice": "",
            "speed": {
                "walk": 50
            },
            "strength": 18,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 8,
            "wisdom": 16,
            "charisma": 10,
            "strength_save": 4,
            "dexterity_save": 2,
            "constitution_save": 2,
            "intelligence_save": -1,
            "wisdom_save": 3,
            "charisma_save": 0,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "Monstrosity Resilience",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "Elvish,Sylvan",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The centaur makes one Hooves attack and one Pike attack, or it makes three Longbow attacks."
                },
                {
                    "name": "Hooves",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) bludgeoning damage."
                },
                {
                    "name": "Pike",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one target. _Hit:_ 9 (1d10+4) piercing damage."
                },
                {
                    "name": "Longbow",
                    "desc": "_Ranged Weapon Attack:_ +4 to hit, range 150/600 ft., one target. _Hit:_ 6 (1d8+2) piercing damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Defensive Kick",
                    "desc": "When a creature the centaur can see within 5 feet of it hits it with an attack, the centaur can kick the attacker. The attacker must succeed on a DC 14 STR save or be knocked prone or pushed up to 5 feet away from the centaur (the centaur's choice)."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Monstrosity Resilience",
                    "desc": "The centaur is resistant to exhaustion and to the frightened condition."
                },
                {
                    "name": "Trampling Charge",
                    "desc": "If the centaur moves at least 30 feet straight toward a creature and then hits it with a Pike attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the centaur can make one Hooves attack against it as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_centaur/"
        },
        {
            "slug": "chimera_bf",
            "desc": "",
            "name": "Chimera",
            "size": "large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 126,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "fly": 60
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 4,
            "wisdom": 20,
            "charisma": 10,
            "strength_save": 4,
            "dexterity_save": 0,
            "constitution_save": 4,
            "intelligence_save": -3,
            "wisdom_save": 5,
            "charisma_save": 0,
            "perception": 18,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "Multiple Heads,Monstrosity Resilience",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "Draconic",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The chimera makes one Bite attack, one Headbutt attack, and two Claws attacks, or it can make two Claws attacks and use Fire Breath, if available."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) piercing damage."
                },
                {
                    "name": "Headbutt",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 10 (1d12+4) bludgeoning damage."
                },
                {
                    "name": "Claws",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) slashing damage."
                },
                {
                    "name": "Fire Breath (Recharge 5-6)",
                    "desc": "The dragon head exhales fire in a 15-foot cone. Each creature in that area must make a DC 15 DEX save, taking 27 (6d8) fire damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Bickering Heads",
                    "desc": "The chimera is perpetually one step away from arguing with itself. A creature that can see the chimera can use a bonus action on its turn to appeal to one of the chimera's heads with bribes (dragon), praise (lion), displays of magic (goat), or other clever manipulation of a head's desires. The chimera must succeed on a DC 15 WIS save or succumb to that desire.<br>If the lion or goat head succumbs, the chimera has disadvantage on the next Bite or Headbutt attack it makes before the end of its next turn. If the dragon head succumbs, creatures caught in the chimera's next Fire Breath have advantage on the save, provided the chimera uses the breath within the next 1 minute. Once a head has succumbed to a desire, that head can't succumb again for the next 24 hours."
                },
                {
                    "name": "Monstrosity Resilience",
                    "desc": "The chimera is resistant to exhaustion and to the frightened condition."
                },
                {
                    "name": "Multiple Heads",
                    "desc": "The chimera has three heads and is resistant to the blinded, charmed, deafened, frightened, stunned, and unconscious conditions."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_chimera/"
        },
        {
            "slug": "commoner_bf",
            "desc": "",
            "name": "Commoner",
            "size": "medium",
            "type": "Humanoid",
            "subtype": "Any Lineage",
            "group": "NPCs",
            "alignment": "",
            "armor_class": 10,
            "armor_desc": null,
            "hit_points": 8,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 10,
            "constitution": 10,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": 0,
            "dexterity_save": 0,
            "constitution_save": 0,
            "intelligence_save": 0,
            "wisdom_save": 0,
            "charisma_save": 0,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "any one language (usually Common)",
            "challenge_rating": "0",
            "cr": 0.0,
            "actions": [
                {
                    "name": "Club",
                    "desc": "_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one target. _Hit:_ 2 (1d4) bludgeoning damage."
                },
                {
                    "name": "Sling",
                    "desc": "_Ranged Weapon Attack:_ +2 to hit, range 30/120 ft., one target. _Hit:_ 2 (1d4) bludgeoning damage."
                },
                {
                    "name": "Angry Mob (1/Day)",
                    "desc": "The commoner moves up to half its speed toward a creature it can see. Each friendly commoner within 30 feet of the commoner can use its reaction to join the angry mob and move up to half its speed toward the same target. This movement doesn't provoke opportunity attacks. If the initiating commoner is within 5 feet of the target, the target must make a DC 10 DEX save, taking 2 (1d4) bludgeoning damage on a failed save, or half as much damage on a successful one. For each commoner after the first that participated in the angry mob and that is within 10 feet of the target, the damage increases by 1 as stones, clubs, sticks, and similar \"weapons\" fly at the target from all angles. Afterwards, each commoner after the first that participated in the mob can't use Angry Mob until it finishes a short or long rest."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_commoner/"
        },
        {
            "slug": "druid_bf",
            "desc": "",
            "name": "Druid",
            "size": "medium",
            "type": "Humanoid",
            "subtype": "Any Lineage",
            "group": "NPCs",
            "alignment": "",
            "armor_class": 11,
            "armor_desc": "16 with barkskin",
            "hit_points": 66,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 12,
            "constitution": 12,
            "intelligence": 12,
            "wisdom": 16,
            "charisma": 10,
            "strength_save": 0,
            "dexterity_save": 1,
            "constitution_save": 1,
            "intelligence_save": 1,
            "wisdom_save": 3,
            "charisma_save": 0,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "Druidic plus any two languages",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The druid makes two Flowering Quarterstaff or Poison Bolt attacks."
                },
                {
                    "name": "Flowering Quarterstaff",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) bludgeoning damage plus 5 (2d4) poison damage."
                },
                {
                    "name": "Poison Bolt",
                    "desc": "_Ranged Spell Attack:_ +5 to hit, range 60 ft., one target. _Hit:_ 10 (3d4+3) poison damage."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The druid casts one of the following spells, using WIS as the spellcasting ability (spell save DC 13).<br>At will: druidcraft, speak with animals<br>3/day each: _entangle_, _cure wounds_, _thunderwave_<br>2/day each: _barkskin_, _spike growth_"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "The druid magically transforms into a Medium or smaller Beast that has a challenge rating no higher than its own, or back into its true form, which is Humanoid. Any equipment it is wearing or carrying transforms with it. It reverts to its true form if it dies. In a new form, the druid retains its HP, ability to speak, proficiencies, and INT, WIS, and CHA modifiers, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_druid/"
        },
        {
            "slug": "dust_mephit_bf",
            "desc": "",
            "name": "Dust Mephit",
            "size": "small",
            "type": "Elemental",
            "subtype": "",
            "group": "Mephits",
            "alignment": "",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 27,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "fly": 30,
                "hover": true
            },
            "strength": 4,
            "dexterity": 14,
            "constitution": 10,
            "intelligence": 6,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": -3,
            "dexterity_save": 2,
            "constitution_save": 0,
            "intelligence_save": -2,
            "wisdom_save": 1,
            "charisma_save": 0,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "fire,thunder",
            "damage_resistances": "",
            "damage_immunities": "lightning,poison,poisoned,prone",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "Auran,Terran",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Claws",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) slashing damage, and the target loses 2 (1d4) HP at the start of its next turn, as sand and grit irritate the wound."
                },
                {
                    "name": "Dust Blast",
                    "desc": "_Ranged Weapon Attack:_ +4 to hit, range 20/60 ft., one target. _Hit:_ 4 (1d4+2) bludgeoning damage, and the target loses 2 (1d4) HP at the start of its next turn, as sand and grit irritate the wound."
                },
                {
                    "name": "Blinding Breath (Recharge 6)",
                    "desc": "The mephit exhales blinding dust in a 15-foot cone. Each creature in that area must make a DC 11 DEX save. On a failure, a creature takes 5 (2d4) bludgeoning damage and is blinded for 1 minute. On a success, a creature takes half the damage and isn't blinded. A blinded creature can repeat the save at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Sandman's Call (1/Day)",
                    "desc": "The mephit casts the sleep spell (spell save DC 11), requiring no material components and using WIS as the spellcasting ability."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Death Burst",
                    "desc": "When the mephit dies, it explodes in a burst of dust. Each creature within 5 feet of it must succeed on a DC 11 DEX save or be blinded for 1 minute. A blinded creature can repeat the save at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "False Appearance",
                    "desc": "While the mephit remains motionless and hovering, it is indistinguishable from an ordinary cloud of dust."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_dust-mephit/"
        },
        {
            "slug": "eagle_giant_bf",
            "desc": "",
            "name": "Eagle, Giant",
            "size": "large",
            "type": "Beast",
            "subtype": "",
            "group": "Animals",
            "alignment": "",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 40,
            "hit_dice": "",
            "speed": {
                "walk": 10,
                "fly": 80
            },
            "strength": 16,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 8,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": 3,
            "dexterity_save": 3,
            "constitution_save": 1,
            "intelligence_save": -1,
            "wisdom_save": 2,
            "charisma_save": 0,
            "perception": 14,
            "skills": {},
            "damage_vulnerabilities": "blinded",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "Giant Eagle,understands Common and Auran but can't speak them",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The eagle makes one Beak attack and one Talons attack."
                },
                {
                    "name": "Beak",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) piercing damage."
                },
                {
                    "name": "Talons",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) slashing damage, and the target is grappled (escape DC 13) if it is a Medium or smaller creature. Until this grapple ends, the target is restrained, and the eagle can't use its Talons on another target."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Heightened Sight",
                    "desc": "The eagle's Perception is 19 when perceiving by sight."
                },
                {
                    "name": "Seabird",
                    "desc": "The eagle can swim up to 40 feet on its turn, but it must start and end its movement either flying or on a solid surface, such as a ship or beach. If it is swimming at the end of its turn, it must succeed on a DC 11 CON save or it immediately begins to sink and suffocate. A suffocating eagle must succeed on a DC 13 STR check to fly out of the substance where it is sinking."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_eagle-giant/"
        },
        {
            "slug": "elk_giant_bf",
            "desc": "",
            "name": "Elk, Giant",
            "size": "huge",
            "type": "Beast",
            "subtype": "",
            "group": "Animals",
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 60,
            "hit_dice": "",
            "speed": {
                "walk": 60
            },
            "strength": 18,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 6,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": 4,
            "dexterity_save": 3,
            "constitution_save": 2,
            "intelligence_save": -2,
            "wisdom_save": 2,
            "charisma_save": 0,
            "perception": 14,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "Giant Elk,understands Common,Elvish,and Sylvan but can't speak them",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The elk makes one Ram attack and one Kick attack."
                },
                {
                    "name": "Ram",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one target. _Hit:_ 11 (2d6+4) bludgeoning damage."
                },
                {
                    "name": "Kick",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 9 (2d4+4) bludgeoning damage, and the target must succeed on a DC 14 STR save or be pushed up to 15 feet away from the elk."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Bolstering Bugle (27 HP or Higher)",
                    "desc": "The elk bugles its might at its opponents, bolstering its confidence. It has advantage on the next attack roll it makes before the start of its next turn."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Charge",
                    "desc": "If the elk moves at least 20 feet straight toward a target and then hits it with a Ram attack on the same turn, the target takes an extra 7 (2d6) bludgeoning damage. If the target is a creature, it must succeed on a DC 14 STR save or be knocked prone."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_elk-giant/"
        },
        {
            "slug": "goblin_captain_bf",
            "desc": "",
            "name": "Goblin Captain",
            "size": "small",
            "type": "Humanoid",
            "subtype": "",
            "group": "Goblins",
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "chain shirt, shield",
            "hit_points": 32,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 18,
            "constitution": 10,
            "intelligence": 12,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": 0,
            "dexterity_save": 4,
            "constitution_save": 0,
            "intelligence_save": 1,
            "wisdom_save": 1,
            "charisma_save": 0,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "Common,Goblin",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The goblin captain makes two Scimitar or Shortbow attacks. If both attacks hit one target, the goblin captain can make one extra Scimitar or Shortbow attack."
                },
                {
                    "name": "Scimitar",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) slashing damage."
                },
                {
                    "name": "Shortbow",
                    "desc": "_Ranged Weapon Attack:_ +4 to hit, range 80/320 ft., one target. _Hit:_ 5 (1d6+2) piercing damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Get That One!",
                    "desc": "The goblin captain points at a target and calls out to a friendly goblin it can see within 30 feet of it. The chosen goblin can use its reaction to move up to half its speed and make one melee attack against the target."
                },
                {
                    "name": "Nimble Escape",
                    "desc": "The goblin takes the Disengage or Hide action."
                }
            ],
            "reactions": [
                {
                    "name": "Protect Me!",
                    "desc": "When a creature the goblin captain can see targets it with an attack, the captain can sidestep behind an ally within 5 feet of it, moving to an unoccupied space within 5 feet of the ally. The chosen ally becomes the target of the attack instead."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_goblin-captain/"
        },
        {
            "slug": "guard_bf",
            "desc": "",
            "name": "Guard",
            "size": "medium",
            "type": "Humanoid",
            "subtype": "Any Lineage",
            "group": "NPCs",
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "chain shirt",
            "hit_points": 8,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 12,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": 1,
            "dexterity_save": 1,
            "constitution_save": 1,
            "intelligence_save": 0,
            "wisdom_save": 1,
            "charisma_save": 0,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "any one language (usually Common)",
            "challenge_rating": "1/8",
            "cr": 0.125,
            "actions": [
                {
                    "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."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Protector's Parry",
                    "desc": "When a friendly creature the guard can see within 5 feet of it is the target of an attack, the guard can interpose its weapon between the creature and the attacker. The friendly creature adds 2 to its AC against that attack. To use this reaction, the guard must be able to see the attacker and be wielding a melee weapon."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_guard/"
        },
        {
            "slug": "invisible_stalker_bf",
            "desc": "",
            "name": "Invisible Stalker",
            "size": "medium",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": null,
            "hit_points": 121,
            "hit_dice": "",
            "speed": {
                "walk": 50,
                "fly": 50,
                "hover": true
            },
            "strength": 16,
            "dexterity": 18,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 20,
            "charisma": 10,
            "strength_save": 3,
            "dexterity_save": 4,
            "constitution_save": 2,
            "intelligence_save": 0,
            "wisdom_save": 5,
            "charisma_save": 0,
            "perception": 18,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "Elemental Resilience",
            "damage_immunities": "Elemental Resilience",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "Auran,understands Common but can't speak it",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The stalker makes two Slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) bludgeoning damage plus 9 (2d8) cold damage. If the target is the stalker's quarry, the target must succeed on a DC 15 DEX save or its speed is halved until the end of its next turn."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Steal Breath",
                    "desc": "The invisible stalker calls on the air in the lungs of one breathing creature it can see within 30 feet of it, causing the air to leave the creature. The target must succeed on a DC 15 CON save or be unable to speak or cast spells with verbal components until the end of its next turn. A creature that fails the save by 5 or more is also incapacitated and suffocating for the duration, as it coughs uncontrollably."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Elemental Nature",
                    "desc": "The invisible stalker doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Elemental Resilience",
                    "desc": "The stalker is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to poison damage, to exhaustion, and to the grappled, paralyzed, petrified, poisoned, prone, restrained, and unconscious conditions."
                },
                {
                    "name": "Faultless Tracker",
                    "desc": "At the end of each long rest, the invisible stalker can choose a creature it knows or has seen to be its quarry. A stalker summoned by another creature can choose only the quarry specified by its summoner, but the stalker also knows the location of its summoner while it continues to serve the summoner. The stalker always knows the direction and distance to its quarry, provided the two are on the same plane of existence."
                },
                {
                    "name": "Invisibility",
                    "desc": "The stalker is invisible. The condition's effect on DEX (Stealth) checks has been included in the above Stealth value."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_invisible-stalker/"
        },
        {
            "slug": "kobold_swiftblade_bf",
            "desc": "",
            "name": "Kobold Swiftblade",
            "size": "small",
            "type": "Humanoid",
            "subtype": "",
            "group": "Kobolds",
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "leather armor",
            "hit_points": 80,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "climb": 15
            },
            "strength": 8,
            "dexterity": 22,
            "constitution": 10,
            "intelligence": 12,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": -1,
            "dexterity_save": 6,
            "constitution_save": 0,
            "intelligence_save": 1,
            "wisdom_save": 2,
            "charisma_save": 0,
            "perception": 12,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "Common,Draconic",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The kobold swiftblade makes two Scimitar or Hand Crossbow attacks."
                },
                {
                    "name": "Scimitar",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6+4) slashing damage plus 7 (2d6) poison damage."
                },
                {
                    "name": "Hand Crossbow",
                    "desc": "_Ranged Weapon Attack:_ +6 to hit, range 30/120 ft., one target. _Hit:_ 7 (1d6+4) piercing damage plus 7 (2d6) poison damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Hidden Scurry",
                    "desc": "The swiftblade moves up to 15 feet without provoking opportunity attacks, and if it moves into a lightly or heavily obscured area, it takes the Hide action, using its **Stealth** value as the result of the check. If the swiftblade is aware of traps in the area, it can choose if this movement triggers any of them."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "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, and its Perception is 7 when perceiving by sight."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_kobold-swiftblade/"
        },
        {
            "slug": "lizardfolk_shaman_bf",
            "desc": "",
            "name": "Lizardfolk Shaman",
            "size": "medium",
            "type": "Humanoid",
            "subtype": "",
            "group": "Lizardfolk",
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 57,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "climb": 15,
                "swim": 30
            },
            "strength": 14,
            "dexterity": 10,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 20,
            "charisma": 10,
            "strength_save": 2,
            "dexterity_save": 0,
            "constitution_save": 1,
            "intelligence_save": 0,
            "wisdom_save": 5,
            "charisma_save": 0,
            "perception": 15,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "poison,poisoned",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "Common,Draconic",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The lizardfolk makes one Bite attack and one Ritual Staff attack, or it makes two Swamp Bolt attacks."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) piercing damage."
                },
                {
                    "name": "Ritual Staff",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8+2) bludgeoning damage plus 7 (2d6) poison damage."
                },
                {
                    "name": "Swamp Bolt",
                    "desc": "_Ranged Spell Attack:_ +5 to hit, range 60 ft., one target. _Hit:_ 10 (2d6+3) poison damage, and the target must succeed on a DC 13 CON save or be poisoned until the end of its next turn."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The lizardfolk shaman casts one of the following spells, using WIS as the spellcasting ability (spell save DC 13).<br>At will: _druidcraft_, _guidance_, _mending_<br>2/day each: _cure wounds_, _entangle_, _grease_<br>1/day: _ray of enfeeblement_"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Poisoned Body (32 HP or Fewer)",
                    "desc": "The shaman coats itself in poison until the start of its next turn. It takes 3 (1d6) poison damage. In addition, the next time a creature hits the shaman with a melee attack while within 5 feet of the shaman before the start of the shaman's next turn, the attacker takes 7 (2d6) poison damage."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Heightened Smell and Taste",
                    "desc": "The lizardfolk's Perception is 20 when perceiving by smell or taste."
                },
                {
                    "name": "Hold Breath",
                    "desc": "The lizardfolk shaman can hold its breath for 15 minutes."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_lizardfolk-shaman/"
        },
        {
            "slug": "mage_apprentice_bf",
            "desc": "",
            "name": "Mage Apprentice",
            "size": "medium",
            "type": "Humanoid",
            "subtype": "Any Lineage",
            "group": "NPCs",
            "alignment": "",
            "armor_class": 10,
            "armor_desc": "13 with mage armor",
            "hit_points": 40,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 8,
            "dexterity": 12,
            "constitution": 12,
            "intelligence": 18,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": -1,
            "dexterity_save": 1,
            "constitution_save": 1,
            "intelligence_save": 4,
            "wisdom_save": 1,
            "charisma_save": 0,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "any two languages",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Dagger",
                    "desc": "_Melee or Ranged Weapon Attack:_ +3 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 2 (1d4) piercing damage plus 9 (2d8) force damage."
                },
                {
                    "name": "Arcane Bolt",
                    "desc": "_Ranged Spell Attack:_ +4 to hit, range 60 ft., one target. _Hit:_ 11 (2d8+2) force damage."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The mage apprentice casts one of the following spells, using INT as the spellcasting ability (spell save DC 12).<br>At will: _mage hand_, _minor illusion_<br>1/day each: _color spray_, _mage armor_, _sleep_"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Arcane Weapons",
                    "desc": "The mage apprentice's weapon attacks are magical. When the mage hits with any weapon, the weapon deals an extra 2d8 force damage (included in the attack)."
                },
                {
                    "name": "Reckless Show-Off",
                    "desc": "If it can see a fellow apprentice or its magical teacher at the start of its turn, the mage apprentice has advantage on the first spell attack roll it makes during that turn, but attack rolls against it also have advantage until the start of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_mage-apprentice/"
        },
        {
            "slug": "mage_bf",
            "desc": "",
            "name": "Mage",
            "size": "medium",
            "type": "Humanoid",
            "subtype": "Any Lineage",
            "group": "NPCs",
            "alignment": "",
            "armor_class": 10,
            "armor_desc": "13 with mage armor",
            "hit_points": 140,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 8,
            "dexterity": 10,
            "constitution": 10,
            "intelligence": 22,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": -1,
            "dexterity_save": 0,
            "constitution_save": 0,
            "intelligence_save": 6,
            "wisdom_save": 1,
            "charisma_save": 0,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "any four languages",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The mage makes three Dagger or Arcane Bolt attacks. It can replace one attack with a use of Spellcasting."
                },
                {
                    "name": "Dagger",
                    "desc": "_Melee or Ranged Weapon Attack:_ +3 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 2 (1d4) piercing damage plus 13 (3d8) force damage."
                },
                {
                    "name": "Arcane Bolt",
                    "desc": "_Ranged Spell Attack:_ +6 to hit, range 60 ft., one target. _Hit:_ 16 (3d8+3) force damage."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The mage casts one of the following spells, using INT as the spellcasting ability (spell save DC 14).<br>At will: _detect magic_, _light_, _mage hand_, _prestidigitation_<br>3/day each: _fly_, _mage armor_, _mirror image_<br>2/day each: _fireball_, _haste_, _slow_<br>1/day each: _cone of cold_, _greater invisibility_"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Arcane Weapons",
                    "desc": "The mage's weapon attacks are magical. When the mage hits with any weapon, the weapon deals an extra 3d8 force damage (included in the attack)."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The mage has advantage on saves against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_mage/"
        },
        {
            "slug": "magmin_bf",
            "desc": "",
            "name": "Magmin",
            "size": "small",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 22,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "burrow": 15
            },
            "strength": 6,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 8,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": -2,
            "dexterity_save": 2,
            "constitution_save": 1,
            "intelligence_save": -1,
            "wisdom_save": 0,
            "charisma_save": 0,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "Ignan",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Burning Slam",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) bludgeoning damage plus 3 (1d6) fire damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Ignited Illumination",
                    "desc": "The magmin sets itself ablaze or extinguishes its flames. While ablaze, the magmin sheds bright light in a 10-foot radius and dim light for an additional 10 feet."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Death Burst",
                    "desc": "When the magmin dies, it collapses into a Tiny cinder cone. On initiative count 20 after the magmin dies, the cinder cone erupts in a burst of fire and lava. Each creature within 10 feet of the cone must make a DC 11 DEX save, taking 7 (2d6) fire damage on a failed save, or half as much damage on a successful one. Flammable objects that aren't being worn or carried in that area are ignited."
                },
                {
                    "name": "Hardened Magma",
                    "desc": "While the magmin isn't ablaze, it is resistant to piercing and slashing damage from nonmagical attacks, and it is vulnerable to thunder damage."
                },
                {
                    "name": "Molten Body",
                    "desc": "While the magmin is ablaze, each creature that hits it with a melee attack while within 5 feet of it takes 3 (1d6) fire damage."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_magmin/"
        },
        {
            "slug": "mechanist_bf",
            "desc": "",
            "name": "Mechanist",
            "size": "medium",
            "type": "Humanoid",
            "subtype": "Any Lineage",
            "group": "NPCs",
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "scale mail",
            "hit_points": 60,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 12,
            "constitution": 12,
            "intelligence": 20,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": 3,
            "dexterity_save": 1,
            "constitution_save": 1,
            "intelligence_save": 5,
            "wisdom_save": 0,
            "charisma_save": 0,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "Common,plus any two languages",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The mechanist makes two Warhammer or Light Crossbow attacks."
                },
                {
                    "name": "Warhammer",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) bludgeoning damage, or 8 (1d10+3) bludgeoning damage if used with two hands."
                },
                {
                    "name": "Light Crossbow",
                    "desc": "_Ranged Weapon Attack:_ +3 to hit, range 80/320 ft., one target. _Hit:_ 5 (1d8+1) piercing damage."
                },
                {
                    "name": "Repair (Recharge 4-6)",
                    "desc": "The mechanist touches one friendly Construct it can see. The target regains 5 (2d4) HP."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Quick Creation (Recharge 4-6)",
                    "desc": "The mechanist cobbles together various machine parts it is carrying and creates a Tiny Construct. The Construct obeys the mechanist's spoken commands. It uses the statistics of a solodron but it isn't a mechadron or part of the Plan. The mechanist can have up to two such Constructs under its control at one time. Each Construct remains for 1 minute, until the mechanist dies, or until the mechanist uses this bonus action again to dismiss one or both of them."
                }
            ],
            "reactions": [
                {
                    "name": "Magnetic Pulse",
                    "desc": "When a creature the mechanist can see attacks it with a weapon made at least partially of metal while within 5 feet of it, the mechanist can release a magical, magnetic pulse. The attacker must succeed on a DC 13 DEX save or have disadvantage on the attack roll."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Tools of the Trade",
                    "desc": "The mechanist is proficient with tinker tools and doubles its proficiency bonus for any ability check it makes with tinker tools."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_mechanist/"
        },
        {
            "slug": "orc_bf",
            "desc": "",
            "name": "Orc",
            "size": "medium",
            "type": "Humanoid",
            "subtype": "",
            "group": "Orcs",
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "hide armor",
            "hit_points": 25,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 12,
            "constitution": 16,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": 3,
            "dexterity_save": 1,
            "constitution_save": 3,
            "intelligence_save": -2,
            "wisdom_save": 0,
            "charisma_save": 0,
            "perception": 12,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "exhaustion",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "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."
                },
                {
                    "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."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Warrior's Advance",
                    "desc": "The orc moves up to its speed toward a hostile creature that it can see."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Stalwart",
                    "desc": "If the orc starts its turn afflicted by an ongoing effect that allows for a repeated save to end the effect, such as the hold spell or the poison from an ettercap's Bite, the orc can make the save at the start of the turn instead of the end and has advantage on the save."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_orc/"
        },
        {
            "slug": "owl_giant_bf",
            "desc": "",
            "name": "Owl, Giant",
            "size": "large",
            "type": "Beast",
            "subtype": "",
            "group": "Animals",
            "alignment": "",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 15,
            "hit_dice": "",
            "speed": {
                "walk": 5,
                "fly": 60
            },
            "strength": 12,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 8,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": 1,
            "dexterity_save": 2,
            "constitution_save": 1,
            "intelligence_save": -1,
            "wisdom_save": 1,
            "charisma_save": 0,
            "perception": 15,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft.",
            "languages": "Giant Owl,understands Common,Elvish,and Sylvan but can't speak them",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Talons",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8+2) slashing damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Puffed Up Display",
                    "desc": "When a creature the owl is aware of and that is within 30 feet of it attacks it, the owl can suddenly turn its piercing gaze on the creature, puff up its feathers, and release a quick hiss, startling the creature. The attacker has disadvantage on the attack roll."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Flyby",
                    "desc": "The owl doesn't provoke opportunity attacks when it flies out of an enemy's reach."
                },
                {
                    "name": "Heightened Hearing and Sight",
                    "desc": "The owl's Perception is 20 when perceiving by hearing or sight."
                },
                {
                    "name": "Quiet Wings",
                    "desc": "The owl's Stealth is 19 while flying."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_owl-giant/"
        },
        {
            "slug": "pseudodragon_bf",
            "desc": "",
            "name": "Pseudodragon",
            "size": "tiny",
            "type": "Dragon",
            "subtype": "",
            "group": "Dragons",
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 12,
            "hit_dice": "",
            "speed": {
                "walk": 15,
                "fly": 60
            },
            "strength": 6,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 16,
            "charisma": 10,
            "strength_save": -2,
            "dexterity_save": 2,
            "constitution_save": 1,
            "intelligence_save": 0,
            "wisdom_save": 3,
            "charisma_save": 0,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "poison,poisoned",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., keensense 10 ft.",
            "languages": "understands Common and Draconic but can't speak",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) piercing damage."
                },
                {
                    "name": "Sting",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 4 (1d4+2) piercing damage plus 2 (1d4) poison damage, and the target must succeed on a DC 11 CON save or be poisoned for 1 hour. If the creature fails the save by 5 or more, it falls unconscious while poisoned in this way, or until it takes damage or another creature uses an action to shake it awake."
                },
                {
                    "name": "Puff of Smoke (1/Day)",
                    "desc": "The pseudodragon exhales a cloud of smoke in a 10-foot-radius sphere centered on itself. The sphere spreads around corners, and its area is heavily obscured. It lasts for 1 minute or until a wind of moderate or greater speed (at least 10 miles per hour) disperses it."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Heightened Senses",
                    "desc": "The pseudodragon's Perception is 18 when perceiving by sight, hearing, or smell."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The pseudodragon has advantage on saves against spells and other magical effects."
                },
                {
                    "name": "Limited Telepathy",
                    "desc": "The pseudodragon can magically communicate simple ideas, emotions, and images telepathically with any creature within 100 feet of it that can understand a language."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_pseudodragon/"
        },
        {
            "slug": "quasit_bf",
            "desc": "",
            "name": "Quasit",
            "size": "tiny",
            "type": "Fiend",
            "subtype": "Demon",
            "group": "Demons",
            "alignment": "",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 35,
            "hit_dice": "",
            "speed": {
                "walk": 40
            },
            "strength": 4,
            "dexterity": 20,
            "constitution": 10,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": -3,
            "dexterity_save": 5,
            "constitution_save": 0,
            "intelligence_save": -2,
            "wisdom_save": 0,
            "charisma_save": 0,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "Demonic Resilience",
            "damage_immunities": "Demonic Resilience",
            "condition_immunities": "",
            "senses": "darkvision 120 ft.",
            "languages": "Abyssal,Common",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Claws (True Form Only)",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 5 (1d4+3) piercing damage, and the target must succeed on a DC 13 Constitution saving throw or take 5 (2d4) poison damage and be poisoned for 1 minute. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Slam (Beast Form Only)",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) bludgeoning, piercing, or slashing damage (based on the type of damage dealt by the Beast form's primary attack, such as Bite)."
                },
                {
                    "name": "Invisibility (True Form Only)",
                    "desc": "The quasit magically turns invisible until it attacks, uses Scare, or uses Change Shape, or until its concentration ends (as if concentrating on a spell). Any equipment the quasit wears or carries is invisible with it."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "The quasit magically transforms into a Medium or smaller Beast that has a CR no higher than its own or back into its true form, which is a Fiend. Its statistics, other than its size and speed, are the same in each form.<br>Any equipment it is wearing or carrying transforms with it. It reverts to its true form if it dies."
                },
                {
                    "name": "Scare (1/Day; True Form Only)",
                    "desc": "One creature of the quasit's choice within 20 feet of it must succeed on a DC 13 Wisdom saving throw or be frightened for 1 minute. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Demonic Resilience",
                    "desc": "The quasit is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The quasit has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_quasit/"
        },
        {
            "slug": "raven_bf",
            "desc": "",
            "name": "Raven",
            "size": "tiny",
            "type": "Beast",
            "subtype": "",
            "group": "Animals",
            "alignment": "",
            "armor_class": 11,
            "armor_desc": null,
            "hit_points": 8,
            "hit_dice": "",
            "speed": {
                "walk": 10,
                "fly": 50
            },
            "strength": 2,
            "dexterity": 12,
            "constitution": 8,
            "intelligence": 4,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": -4,
            "dexterity_save": 1,
            "constitution_save": -1,
            "intelligence_save": -3,
            "wisdom_save": 1,
            "charisma_save": 0,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "-",
            "challenge_rating": "0",
            "cr": 0.0,
            "actions": [
                {
                    "name": "Beak",
                    "desc": "_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 3 (1d4+1) piercing damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Carrion Sense",
                    "desc": "The raven can pinpoint, by scent, the location of carrion, dead creatures, and Undead without the Incorporeal Movement trait within 60 feet of it."
                },
                {
                    "name": "Mimicry",
                    "desc": "The raven can mimic simple sounds it has heard, such as a chord of a flute melody, a baby crying, or an animal chittering. A creature that hears the sounds can tell they are imitations with a successful DC 10 WIS (Insight) check."
                },
                {
                    "name": "Recollection",
                    "desc": "The raven knows up to 20 words in any language it has heard and can repeat those words in the voices it heard them, using its Mimicry trait."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_raven/"
        }
    ]
}