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

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

{
    "count": 3207,
    "next": "https://api.open5e.com/monsters/?format=api&ordering=-slug&page=5",
    "previous": "https://api.open5e.com/monsters/?format=api&ordering=-slug&page=3",
    "results": [
        {
            "slug": "winds-harp",
            "desc": "",
            "name": "Wind's Harp",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 12,
            "armor_desc": "natural armor",
            "hit_points": 63,
            "hit_dice": "14d8",
            "speed": {
                "fly": 10,
                "walk": 30
            },
            "strength": 10,
            "dexterity": 13,
            "constitution": 10,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 2,
            "charisma_save": 6,
            "perception": null,
            "skills": {
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold, fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Common, Infernal",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "desc": "The wind's harp devil makes two infernal noise attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "2d8",
                    "desc": "Ranged Spell Attack: +6 to hit, range 60 ft., one target. Hit: 9 (2d8) psychic damage plus 3 (1d6) thunder damage.",
                    "name": "Infernal Noise"
                },
                {
                    "desc": "The wind's harp devil creates an infernal cacophony. Each creature within 30 feet of it must make a DC 14 Dexterity saving throw, taking 13 (3d8) psychic damage and 7 (2d6) thunder damage on a failed save, or half as much damage on a successful one. Devils are immune to the hellish chorus.",
                    "name": "Hellish Chorus (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When a spell is cast within 60 feet of it, the wind's harp devil plays a single, infernal note, interrupting the spell. This reaction works like the counterspell spell, except it only works on spells of 3rd level or lower.",
                    "name": "Diabolical Countersong"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "While the wind's harp devil remains motionless, it is indistinguishable from an ordinary object.",
                    "name": "False Appearance"
                },
                {
                    "desc": "The wind's harp devil has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "The wind's harp devil has advantage on attack rolls against a creature if at least one of its allies is an air elemental, wind demon, or similar creature of air, is within 20 feet of the target, and isn't incapacitated. rP",
                    "name": "Strong Winds"
                }
            ],
            "spell_list": [],
            "page_no": 105,
            "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_winds-harp/"
        },
        {
            "slug": "winddragonwyrmling-tob1-2023",
            "desc": "False",
            "name": "Wind Dragon Wyrmling",
            "size": "Medium",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 32,
            "hit_dice": "5d8 + 10",
            "speed": {
                "walk": 80,
                "fly": 20
            },
            "strength": 16,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 11,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": 4,
            "intelligence_save": null,
            "wisdom_save": 2,
            "charisma_save": 4,
            "perception": 14,
            "skills": {
                "Acrobatics": 7,
                "Perception": 4,
                "Stealth": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "cold",
            "damage_immunities": "lightning",
            "condition_immunities": "False",
            "senses": "blindsight 10 ft., darkvision 60 ft., passive Perception 14",
            "languages": "Draconic, Primordial",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (1d10 + 3) piercing damage."
                },
                {
                    "name": "Tempest Breath (Recharge 5-6)",
                    "desc": "The dragon exhales a blast of stormy wind in a 15-foot cone. Each creature in that area must make a DC 12 Strength saving throw. On a failure, a creature takes 9 (2d8) bludgeoning damage and is pushed up to 5 feet away from the dragon. On a success, a creature takes half the damage and isn't pushed. Unprotected flames, such as torches, in the area are extinguished, and protected flames, such as those in lanterns, have a 50 percent chance of being extinguished."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Elusive",
                    "desc": "The dragon has advantage on ability checks and saving throws made to avoid or escape an effect that would reduce its speed or grapple or restrain it."
                },
                {
                    "name": "Storm Sight",
                    "desc": "The dragon can see through areas obscured by fog, mist, clouds, or precipitation."
                }
            ],
            "spell_list": [],
            "page_no": 135,
            "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_wind-dragon-wyrmling/"
        },
        {
            "slug": "wind-witch",
            "desc": "",
            "name": "Wind Witch",
            "size": "Large",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 66,
            "hit_dice": "12d8+12",
            "speed": {
                "walk": 30,
                "fly": 60
            },
            "strength": 6,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 6,
            "wisdom": 11,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing",
            "damage_immunities": "",
            "condition_immunities": "exhaustion, poisoned, prone",
            "senses": "blindsight 60' (blind beyond), passive Perception 12",
            "languages": "understands Common but can't speak",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Slam attacks or one Slam attack and uses Capture."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 7 (1d8+ 3) bludgeoning damage and 4 (1d8) piercing damage."
                },
                {
                    "name": "Capture",
                    "desc": "Envelopes one up to Med creature in its space. Target: DC 13 Dex save or restrained inside wind witch. Restrained target can't be hit by wind witch's Slam but takes 5 (2d4) piercing damage if it takes action that requires movement (ex: attack or cast somatic spell). When it moves captured creature moves with it. Can have only one creature captured at a time. Creature within 5 ft. of wind witch can use action to pull restrained creature out via DC 13 Str check; creature trying: 5 (2d4) piercing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Bouncy Escape",
                    "desc": "When it takes damage from a melee attack can move up to half its fly speed. This move doesn't provoke opportunity attacks. It releases a captured creature when it uses this."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Cursed Plant",
                    "desc": "If damage reduces it to 0 hp becomes inanimate tumbleweed and travels via wind. Regains 5 hp every hr regaining consciousness after the first. This doesn't function if it took fire on same round it was reduced to 0 hp or if its body was destroyed."
                },
                {
                    "name": "Flammable",
                    "desc": "When it takes fire damage catches fire taking 3 (1d6) fire at start of each of its turns. Burns until it takes cold or is immersed in water. Creature that touches wind witch or hits it with melee attack while within 5 ft. of it while it is burning takes 3 (1d6) fire. While burning deals extra 3 (1d6) fire on each melee attack and deals 7 (2d6) fire to a captured creature at start of its turn."
                },
                {
                    "name": "Tumbleweed Form",
                    "desc": "Can enter hostile creature's space and stop there."
                }
            ],
            "spell_list": [],
            "page_no": 393,
            "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_wind-witch/"
        },
        {
            "slug": "wind-weasel",
            "desc": "",
            "name": "Wind Weasel",
            "size": "Medium",
            "type": "Fey",
            "subtype": "shapechanger",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 52,
            "hit_dice": "8d8+16",
            "speed": {
                "walk": 40
            },
            "strength": 12,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Sylvan, Umbral",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "desc": "The wind weasel makes three attacks: one with its bite and two with its scythe claws.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d4+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d10+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (1d10 + 3) slashing damage.",
                    "name": "Scythe Claw"
                },
                {
                    "desc": "Each creature in the wind weasel's space must make a DC 13 Dexterity saving throw, taking 21 (6d6) slashing damage on a failed save, or half as much damage on a successful one.",
                    "name": "Whirling Leaves (Whirlwind Form Only)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The wind weasel can enter a hostile creature's space and stop there. It can move through a space as narrow as 1 inch wide without squeezing.",
                    "name": "Air Form (Whirlwind Form Only)"
                },
                {
                    "desc": "The wind weasel doesn't provoke an opportunity attack when it flies out of an enemy's reach.",
                    "name": "Flyby (Whirlwind Form Only)"
                },
                {
                    "desc": "Until it attacks or uses Whirling Leaves, the wind weasel is indistinguishable from a natural dust devil unless a creature succeeds on a DC 15 Intelligence (Investigation) check.",
                    "name": "Hidden In The Wind (Whirlwind Form Only)"
                },
                {
                    "desc": "The wind weasel can use its action to polymorph into a whirlwind. It can revert back to its true form as a bonus action. It statistics are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies. While a whirlwind, it has a flying speed of 60 feet, immunity to the grappled, petrified, restrained, and prone conditions, and resistance to bludgeoning, piercing, and slashing damage from nonmagical attacks. The wind weasel can't make bite or claw attacks while in whirlwind form.",
                    "name": "Shapechanger"
                },
                {
                    "desc": "When the wind weasel is subjected to the slow spell, it doesn't suffer the effects of the spell but instead is forced into its true form and incapacitated until the end of its next turn.",
                    "name": "Windy Speed (Whirlwind Form Only)"
                }
            ],
            "spell_list": [],
            "page_no": 381,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_wind-weasel/"
        },
        {
            "slug": "wind-eater",
            "desc": "",
            "name": "Wind Eater",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 14,
            "armor_desc": null,
            "hit_points": 65,
            "hit_dice": "10d8+20",
            "speed": {
                "walk": 30
            },
            "strength": 8,
            "dexterity": 18,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 16,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 4,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold, fire, lightning, necrotic, thunder; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, grappled, paralyzed, poisoned, prone, restrained, unconscious",
            "senses": "truesight 60 ft., passive Perception 15",
            "languages": "understands Common but can't speak",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "desc": "The wind eater makes two claw attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "2d6+4",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage.",
                    "name": "Claw"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "A creature within 120 feet of the wind eater has disadvantage on Wisdom (Perception) checks that rely on hearing. All creatures within 20 feet of the wind eater are immune to thunder damage and are deafened. This trait works like the silence spell, except the effect moves with the wind eater and persists unless it is incapacitated or until it dies.",
                    "name": "Aura of Silence"
                },
                {
                    "desc": "The wind eater can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object.",
                    "name": "Incorporeal Movement"
                },
                {
                    "desc": "As a bonus action while in dim light or darkness, the wind eater becomes invisible. The invisibility lasts until the wind eater uses a bonus action to end it or until the wind eater attacks, is in bright light, or is incapacitated. Any equipment the wind eater wears or carries is invisible with it.",
                    "name": "Shadow Blend"
                },
                {
                    "desc": "The wind eater's innate spellcasting ability is Wisdom (spell save DC 13). It can innately cast the following spells, requiring only somatic components:\nAt will: silent image\n3/day each: blur, major image\n1/day: mirage arcane",
                    "name": "Innate Spellcasting"
                }
            ],
            "spell_list": [],
            "page_no": 381,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_wind-eater/"
        },
        {
            "slug": "wind-demon",
            "desc": "",
            "name": "Wind Demon",
            "size": "Small",
            "type": "Fiend",
            "subtype": "demon",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 28,
            "hit_dice": "8d6",
            "speed": {
                "fly": 60,
                "walk": 30
            },
            "strength": 10,
            "dexterity": 18,
            "constitution": 10,
            "intelligence": 10,
            "wisdom": 7,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "fire, lightning",
            "damage_immunities": "cold, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 8",
            "languages": "Abyssal, Common, Void Speech",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "desc": "The wind demon makes two frost claw attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d4+4",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 6 (1d4 + 4) slashing damage plus 3 (1d6) cold damage.",
                    "name": "Frost Claw"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "After a creature the wind demon can see damages it with an attack, the wind demon can move up to its speed without provoking opportunity attacks.",
                    "name": "Swift as Frost"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "When the wind demon is targeted by an attack or spell that requires a ranged attack roll, roll a d6. On a 1 to 5, the attacker has disadvantage on the attack roll. On a 6, the wind demon is unaffected, and the attack is reflected back at the attacker as though it originated from the wind demon, turning the attacker into the target.",
                    "name": "Arrow Bane"
                },
                {
                    "desc": "The wind demon has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                }
            ],
            "spell_list": [],
            "page_no": 381,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_wind-demon/"
        },
        {
            "slug": "willowisp_bf",
            "desc": "",
            "name": "Will-o'-Wisp",
            "size": "tiny",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "Ephemeral",
            "hit_points": 31,
            "hit_dice": "",
            "speed": {
                "walk": 0,
                "fly": 50,
                "hover": true
            },
            "strength": 1,
            "dexterity": 18,
            "constitution": 10,
            "intelligence": 12,
            "wisdom": 16,
            "charisma": 10,
            "strength_save": -5,
            "dexterity_save": 4,
            "constitution_save": 0,
            "intelligence_save": 1,
            "wisdom_save": 3,
            "charisma_save": 0,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "acid,cold,fire,necrotic,thunder; bludgeoning,piercing,and slashing damage from nonmagical attacks",
            "damage_immunities": "lightning,grappled,paralyzed,prone,restrained,unconscious,Undead Resilience",
            "condition_immunities": "",
            "senses": "darkvision 120 ft.",
            "languages": "the languages it knew in life",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The will-o'-wisp makes two Shock attacks."
                },
                {
                    "name": "Shock",
                    "desc": "Melee Spell Attack: +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) lightning damage."
                },
                {
                    "name": "Invisibility",
                    "desc": "The will-o'-wisp and its light magically become invisible until it attacks or uses its Beckon, or until its concentration ends (as if concentrating on a spell)."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Beckon",
                    "desc": "The will-o'-wisp pulses its lightly gently toward one creature it can see within 30 feet of it. The target must succeed on a DC 13 WIS save or use its reaction to move up to its speed toward the will-o'-wisp by the most direct route. It doesn't avoid opportunity attacks or damaging terrain when moving."
                }
            ],
            "reactions": [
                {
                    "name": "Consume Life",
                    "desc": "When a creature the will-o'-wisp can see within 15 feet of it is reduced to 0 HP, the will-o'-wisp can consume some of that creature's fading life. The will-o'-wisp gains 7 (2d6) temporary HP, and the creature has disadvantage on the next death save it makes before the end of the wisp's next turn."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Ephemeral",
                    "desc": "The will-o'-wisp can't wear or carry anything. In addition, it adds its WIS modifier to its AC (included above)."
                },
                {
                    "name": "Incorporeal Movement",
                    "desc": "The will-o'-wisp 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": "Variable Illumination",
                    "desc": "The will-o'-wisp sheds bright light in a 5- to 20-foot radius and dim light for an additional number of feet equal to the chosen radius. The will-o'-wisp can alter the radius as a bonus action."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The will-o'-wisp doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Undead Resilience",
                    "desc": "The will-o'-wisp is immune to poison damage, to exhaustion, and to the poisoned condition."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_will-o-wisp/"
        },
        {
            "slug": "willowhaunt",
            "desc": "The ghostly image of a healthy willow overlays a smaller tree composed of bones. Piles of bones litter the ground at its base._  \n**Death Tree.** When victims of murder or other violent deaths die in view of an otherwise healthy willow tree, their spirits flock to the tree. This destroys the willow and causes it to return as a mockery of a living tree. The willowhaunt projects an image of its former appearance to put creatures at ease, at least long enough to convince them to approach.  \n**Thirst for Blood.** Willowhaunts thrive best in blood-soaked soil. They incite murderousness in those who come near by telepathically whispering conspiracies about a creature’s allies. The willowhaunts encourage their victims to make small sacrifices to the willows, ensuring the willowhaunt’s soil remains bloody.  \n**Attractive to Death Cults.** Swamp-based death cults cherish the discovery of a willowhaunt and sacrifice victims to create a grove of willowhaunts. Perversely, a willowhaunt prefers blood shed by unwilling creatures, and it demands the cultists bring victims it can force into a fight.  \n**Undead Nature.** The willowhaunt doesn’t require air, food, drink, or sleep.",
            "name": "Willowhaunt",
            "size": "Huge",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 90,
            "hit_dice": "12d12+12",
            "speed": {
                "walk": 20
            },
            "strength": 17,
            "dexterity": 10,
            "constitution": 12,
            "intelligence": 9,
            "wisdom": 14,
            "charisma": 19,
            "strength_save": 6,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 7,
            "perception": null,
            "skills": {
                "insight": 5,
                "intimidation": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "understands Common but can’t speak, telepathy 60 ft.",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The willowhaunt makes two slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one creature. Hit: 9 (1d12 + 3) bludgeoning damage plus 7 (2d6) necrotic damage.",
                    "attack_bonus": 6,
                    "damage_dice": "1d12+3"
                },
                {
                    "name": "Provoke Murder",
                    "desc": "The willowhaunt chooses up to two creatures it can see within 30 feet of it. Each target must succeed on a DC 15 Wisdom saving throw or be overcome with murderous intent for 1 minute. While overcome with murderous intent, a creature has advantage on melee attack rolls and is compelled to kill creatures within 30 feet of the willowhaunt. The creature is unable to distinguish friend from foe and must attack the nearest creature other than the willowhaunt each turn. If no other creature is near enough to move to and attack, it stalks off in a random direction, seeking a new target to drag within 30 feet of the willowhaunt. The creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Whispers of Madness (Recharge 5-6)",
                    "desc": "The willowhaunt whispers in the minds of nearby creatures. Each creature of the willowhaunt's choice within 30 feet of it must make a DC 15 Wisdom saving throw. On a failure, a creature takes 18 (4d8) psychic damage and is afflicted with short term madness. On a success, a creature takes half the damage and isn't afflicted with madness. If a saving throw fails by 5 or more, the creature is afflicted with long term madness instead. A creature afflicted with madness caused by the willowhaunt's whispers has disadvantage on its saving throw against the Willowhaunt's Provoke Murder."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Living Projection",
                    "desc": "The willowhaunt's skeletal form is covered with a magical illusion that makes it look like a living willow tree. The willowhaunt can use a bonus action to dismiss this illusion until the end of its next turn.\n\nThe changes wrought by this illusion fail to hold up to physical inspection. For example, the willowhaunt's trunk appears to be made of bark, but someone touching it would feel the tree's polished bones. Otherwise, a creature must take an action to visually inspect the illusion and succeed on a DC 20 Intelligence (Investigation) check to discern the willowhaunt's true appearance."
                }
            ],
            "spell_list": [],
            "page_no": 369,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_willowhaunt/"
        },
        {
            "slug": "will-o-wisp-a5e",
            "desc": "",
            "name": "Will-o-Wisp",
            "size": "Small",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "",
            "hit_points": 28,
            "hit_dice": "8d6",
            "speed": {
                "walk": 0,
                "fly": 50
            },
            "strength": 2,
            "dexterity": 24,
            "constitution": 10,
            "intelligence": 12,
            "wisdom": 14,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold, fire, necrotic, thunder; damage from nonmagical weapons",
            "damage_immunities": "lightning, poison",
            "condition_immunities": "fatigue, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "darkvision 120 ft., passive Perception 12",
            "languages": "the languages it knew in life",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Shock",
                    "desc": "Melee Spell Attack: +4 to hit, reach 5 ft., one target. Hit: 10 (3d6) lightning damage. The will-o-wisp can't make this attack while its glow is extinguished."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Illumination",
                    "desc": "The will-o-wisp alters the radius of its glow (shedding bright light in a 5- to 20-foot radius and dim light for the same number of feet beyond that radius), changes the color of its glow, or extinguishes its glow (making it invisible)."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Conductive",
                    "desc": "Each time a creature touches the will-o-wisp or hits it with a metal melee weapon for the first time on a turn, the creature takes 7 (2d6) lightning damage. This trait doesnt function while the will-o-wisps glow is extinguished."
                },
                {
                    "name": "Insubstantial",
                    "desc": "The will-o-wisp can't pick up or move objects or creatures. It can move through creatures and objects. It takes 5 (1d10) force damage if it ends its turn inside an object."
                },
                {
                    "name": "Treasure Sense",
                    "desc": "The will-o-wisp knows the location of coins, gems, and other nonmagical wealth within 500 feet."
                },
                {
                    "name": "Undead Nature",
                    "desc": "A will-o-wisp doesnt require air, sustenance, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 425,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_will-o-wisp/"
        },
        {
            "slug": "will-o-wisp",
            "desc": "",
            "name": "Will-o'-Wisp",
            "size": "Tiny",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 19,
            "armor_desc": null,
            "hit_points": 22,
            "hit_dice": "9d4",
            "speed": {
                "hover": true,
                "walk": 0,
                "fly": 50
            },
            "strength": 1,
            "dexterity": 28,
            "constitution": 10,
            "intelligence": 13,
            "wisdom": 14,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold, fire, necrotic, thunder; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "lightning, poison",
            "condition_immunities": "exhaustion, grappled, paralyzed, poisoned, prone, restrained, unconscious",
            "senses": "darkvision 120 ft., passive Perception 12",
            "languages": "the languages it knew in life",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Shock",
                    "desc": "Melee Spell Attack: +4 to hit, reach 5 ft., one creature. Hit: 9 (2d8) lightning damage.",
                    "attack_bonus": 4,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Invisibility",
                    "desc": "The will-o'-wisp and its light magically become invisible until it attacks or uses its Consume Life, or until its concentration ends (as if concentrating on a spell)."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Consume Life",
                    "desc": "As a bonus action, the will-o'-wisp can target one creature it can see within 5 ft. of it that has 0 hit points and is still alive. The target must succeed on a DC 10 Constitution saving throw against this magic or die. If the target dies, the will-o'-wisp regains 10 (3d6) hit points."
                },
                {
                    "name": "Ephemeral",
                    "desc": "The will-o'-wisp can't wear or carry anything."
                },
                {
                    "name": "Incorporeal Movement",
                    "desc": "The will-o'-wisp 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": "Variable Illumination",
                    "desc": "The will-o'-wisp sheds bright light in a 5- to 20-foot radius and dim light for an additional number of ft. equal to the chosen radius. The will-o'-wisp can alter the radius as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 355,
            "environments": [
                "Urban",
                "Swamp",
                "Forest"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_will-o-wisp/"
        },
        {
            "slug": "wilderness-crone",
            "desc": "",
            "name": "Wilderness Crone",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 105,
            "hit_dice": "14d8+42",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 10,
            "constitution": 17,
            "intelligence": 15,
            "wisdom": 18,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "piercing",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 14",
            "languages": "Common, Sylvan",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Staff attacks."
                },
                {
                    "name": "Wild Staff",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 10 (2d6+3) bludgeoning damage + 4 (1d8) force."
                },
                {
                    "name": "Needle Breath (Recharge 5-6)",
                    "desc": "Exhales pine needles in a 30' cone. Each creature in the area: 28 (8d6) piercing damage (DC 15 Dex half)."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Wis (DC 15). Prepared: At will: minor illusion tree stride3/day ea: goodberry hold person locate animals or plants1/day ea: commune with nature remove curse"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Transmigratory Strike",
                    "desc": "When she kills a Humanoid can immediately restore it to life as a Beast with CR no higher the Humanoid's CR or level. Otherwise works as reincarnate spell."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Beast Passivism",
                    "desc": "No beast with Int 3 or less can willingly attack the crone. They can be forced to do so through magical means."
                },
                {
                    "name": "Speak with Beasts and Plants",
                    "desc": "Can communicate with Beasts and Plants as if they shared a language."
                }
            ],
            "spell_list": [],
            "page_no": 392,
            "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_wilderness-crone/"
        },
        {
            "slug": "wild_warrior_bf",
            "desc": "",
            "name": "Wild Warrior",
            "size": "medium",
            "type": "Humanoid",
            "subtype": "Any Lineage",
            "group": "NPCs",
            "alignment": "",
            "armor_class": 12,
            "armor_desc": "hide armor",
            "hit_points": 9,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 10,
            "constitution": 12,
            "intelligence": 8,
            "wisdom": 10,
            "charisma": 8,
            "strength_save": 1,
            "dexterity_save": 0,
            "constitution_save": 1,
            "intelligence_save": -1,
            "wisdom_save": 0,
            "charisma_save": -1,
            "perception": 12,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "any one language",
            "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": [
                {
                    "name": "Quick Trap",
                    "desc": "The wild warrior cobbles together a makeshift trap with materials at hand and throws the trap at a creature it can see within 15 feet of it. The target must succeed on a DC 11 DEX save or be restrained until the end of its next turn."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Home in the Wilds",
                    "desc": "The wild warrior automatically discerns true north when outside, and checks to follow its tracks in forest, grassland, hills, or mountain terrain have disadvantage, unless the wild warrior chooses to leave obvious signs of its passage."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The wild warrior has advantage on attack rolls against a creature if at least one of the warrior'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_wild-warrior/"
        },
        {
            "slug": "wild-sirocco",
            "desc": "",
            "name": "Wild Sirocco",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 105,
            "hit_dice": "14d10+28",
            "speed": {
                "walk": 0,
                "fly": 80
            },
            "strength": 18,
            "dexterity": 16,
            "constitution": 15,
            "intelligence": 5,
            "wisdom": 10,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "cold",
            "damage_resistances": "nonmagic B/P/S attacks",
            "damage_immunities": "fire, poison",
            "condition_immunities": "exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "darkvision 60', passive Perception 10",
            "languages": "Auran, Ignan",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Fiery Wallop attacks."
                },
                {
                    "name": "Fiery Wallop",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 11 (2d6+4) bludgeoning damage + 7 (2d6) fire."
                },
                {
                    "name": "Scorching Winds (Recharge 5-6)",
                    "desc": "Whips up scorching winds around it. Each creature within 10 ft. of it: 21 (6d6) fire ignites and is thrown up to 20' in random direction and knocked prone (DC 15 Str negates). If thrown creature strikes solid surface creature takes 3 (1d6) bludgeoning damage per 10 ft. it was thrown. If thrown at another creature that creature must make DC 15 Dex save or take same damage and be knocked prone. Until creature uses action to douse fire ignited creature takes 3 (1d6) fire at start of each of its turns."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Blazing Maelstrom Form",
                    "desc": "Can move through a space as narrow as 1 inch wide with o squeezing. A creature that touches the sirocco or hits it with melee attack while within 5 ft. of it takes 3 (1d6) fire. In addition sirocco can enter a hostile creature's space and stop there. The first time it enters a creature's space on a turn creature takes 3 (1d6) fire and must make DC 15 Str save or be knocked prone."
                },
                {
                    "name": "Elemental Nature",
                    "desc": "Doesn't require air food drink or sleep."
                },
                {
                    "name": "Water Susceptibility",
                    "desc": "For every 5 ft. it moves in water or for every gallon of water splashed on it it takes 1 cold."
                }
            ],
            "spell_list": [],
            "page_no": 391,
            "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_wild-sirocco/"
        },
        {
            "slug": "wight_bf",
            "desc": "",
            "name": "Wight",
            "size": "medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "studded leather",
            "hit_points": 69,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 14,
            "strength_save": 3,
            "dexterity_save": 2,
            "constitution_save": 3,
            "intelligence_save": 0,
            "wisdom_save": 1,
            "charisma_save": 2,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic; bludgeoning,piercing,and slashing damage from nonmagical attacks",
            "damage_immunities": "Undead Resilience,frightened",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "the languages it knew in life",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The wight makes two Longsword or Longbow attacks. It can replace one attack with a Life Drain attack."
                },
                {
                    "name": "Life Drain",
                    "desc": "Melee Spell Attack: +5 to hit, reach 5 ft., one creature. _Hit:_ 10 (2d6+3) necrotic damage. The target must succeed on a DC 13 CON save or its HP maximum is reduced by an amount equal to the damage taken. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its HP maximum to 0.<br>A Humanoid slain by this attack rises 24 hours later as a zombie under the wight's control, unless the Humanoid is restored to life or its body is destroyed. The wight can have no more than twelve zombies under its control at one time."
                },
                {
                    "name": "Longsword",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 12 (2d8+3) slashing damage, or 14 (2d10+3) slashing damage if used with two hands."
                },
                {
                    "name": "Longbow",
                    "desc": "_Ranged Weapon Attack:_ +4 to hit, range 150/600 ft., one target. _Hit:_ 11 (2d8+2) piercing damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Command Horde",
                    "desc": "The wight commands up to five friendly skeletons or zombies to do one of the following:\n- **Protect.** Until the start of the wight's next turn, each time a friendly creature within 5 feet of a target is attacked, the target can use its reaction to intercept the attack, becoming the target instead.\n- **Overwhelm.** Until the start of the wight's next turn, each target has advantage on attack rolls against a creature on its turn if at least one other target is within 5 feet of the creature and the allied target isn't incapacitated.\n- **Shamble.** Each target uses its reaction to move up to its speed in a direction chosen by the wight. If this movement provokes an opportunity attack, that attack is made with disadvantage."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Martial Adept",
                    "desc": "A manufactured weapon, such as a sword or bow, deals one extra die of its damage when the wight hits with it (included in the attack)."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the wight has disadvantage on attack rolls, and its Perception is 8 when perceiving by sight."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The wight doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Undead Resilience",
                    "desc": "The wight is immune to poison damage, to exhaustion, and to the poisoned condition."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_wight/"
        },
        {
            "slug": "wight-a5e",
            "desc": "",
            "name": "Wight",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 45,
            "hit_dice": "6d8+18",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "perception": 3,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, necrotic; damage from nonmagical, non-silvered weapons",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "the languages it knew in life",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Longsword",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) slashing damage plus 3 (1d6) cold damage."
                },
                {
                    "name": "Seize",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 3 (1d6) cold damage  and the target is grappled (escape DC 12). Until this grapple ends  the target is restrained and the only attack the wight can make is Life Drain against the grappled target."
                },
                {
                    "name": "Longbow",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 150/600 ft., one target. Hit: 6 (1d8 + 2) piercing damage plus 3 (1d6) cold damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Life Drain",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 6 (1d8 + 2) necrotic damage, and the target makes a DC 13 Constitution saving throw. On a failure, the targets hit point maximum is reduced by an amount equal to the necrotic damage dealt. The reduction lasts until the target finishes a long rest. A humanoid or beast reduced to 0 hit points by this attack dies. Its corpse rises 24 hours later as a zombie under the wights control."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Cold Aura",
                    "desc": "A creature that starts its turn grappled by the wight, touches it, or hits it with a melee attack while within 5 feet takes 3 (1d6) cold damage. A creature can take this damage only once per turn. If the wight has been subjected to fire damage since its last turn, this trait doesnt function."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the wight has disadvantage on attack rolls, as well as on Perception checks that rely on sight."
                },
                {
                    "name": "Undead Nature",
                    "desc": "A wight doesnt require air, sustenance, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 423,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_wight/"
        },
        {
            "slug": "wight",
            "desc": "",
            "name": "Wight",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "studded leather",
            "hit_points": 45,
            "hit_dice": "6d8+18",
            "speed": {
                "walk": 30
            },
            "strength": 15,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 13,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "necrotic; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "the languages it knew in life",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The wight makes two longsword attacks or two longbow attacks. It can use its Life Drain in place of one longsword attack."
                },
                {
                    "name": "Life Drain",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 5 (1d6 + 2) necrotic damage. The target must succeed on a DC 13 Constitution saving throw or its hit point maximum is reduced by an amount equal to the damage taken. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its hit point maximum to 0.\nA humanoid slain by this attack rises 24 hours later as a zombie under the wight's control, unless the humanoid is restored to life or its body is destroyed. The wight can have no more than twelve zombies under its control at one time.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6",
                    "damage_bonus": 2
                },
                {
                    "name": "Longsword",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) slashing damage, or 7 (1d10 + 2) slashing damage if used with two hands.",
                    "attack_bonus": 4,
                    "damage_dice": "1d8",
                    "damage_bonus": 2
                },
                {
                    "name": "Longbow",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 150/600 ft., one target. Hit: 6 (1d8 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d8",
                    "damage_bonus": 2
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the wight has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                }
            ],
            "spell_list": [],
            "page_no": 354,
            "environments": [
                "Underdark",
                "Swamp",
                "Urban"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_wight/"
        },
        {
            "slug": "wickerman",
            "desc": "",
            "name": "Wickerman",
            "size": "Huge",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 8,
            "armor_desc": null,
            "hit_points": 138,
            "hit_dice": "12d12+60",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 8,
            "constitution": 21,
            "intelligence": 3,
            "wisdom": 14,
            "charisma": 1,
            "strength_save": 8,
            "dexterity_save": null,
            "constitution_save": 9,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "blindsight 120 ft. (blind beyond this radius), passive Perception 10",
            "languages": "understands the languages of its creator but can't speak",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "desc": "The wickerman makes two slam attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "5d10",
                    "desc": "Ranged Spell Attack: +6 to hit, range 120 ft., one target. Hit: 27 (5d10) fire damage.",
                    "name": "Blazing Ray"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "2d10+4",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 15 (2d10 + 4) bludgeoning damage plus 5 (1d10) fire damage and the target is grappled (escape DC 16). The wickerman has two fists, each of which can grapple only one target.",
                    "name": "Slam"
                },
                {
                    "desc": "The wickerman makes one slam attack against a target it is grappling. If the attack hits, the target is imprisoned inside its burning body, and the grapple ends. A creature imprisoned in the wickerman is blinded, restrained, has total cover against attacks and other effects outside the wickerman, and it takes 17 (5d6) fire damage at the start of each of the wickerman's turns. Up to 6 Medium or smaller creatures can fit inside a wickerman's body. If the wickerman takes 25 damage or more from a creature inside of it, the wickerman must succeed on a DC 14 Constitution saving throw or the creature bursts free from it. The creature falls prone in a space within 10 feet of the wickerman. If the wickerman dies, all creatures inside of it are no longer restrained by it and can escape from the burning corpse by using 15 feet of movement, exiting prone.",
                    "name": "Imprison"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "If the staff controlling the wickerman is broken or is not being worn or carried by a humanoid, the wickerman goes berserk. On each of its turns while berserk, the wickerman attacks the nearest creature it can see. If no creature is near enough to move to and attack, the wickerman attacks an object with preference for an object smaller than itself. Once the wickerman goes berserk, it continues to do so until it is destroyed, until a new staff is created, or until the staff is worn or carried by a humanoid.",
                    "name": "Berserk"
                },
                {
                    "desc": "A creature that touches the wickerman or hits it with a melee attack while within 5 feet of it takes 5 (1d10) fire damage. If the wickerman's flame is ever doused, it is incapacitated until the flame is rekindled by dealing at least 10 fire damage to it.",
                    "name": "Blazing Fury"
                },
                {
                    "desc": "If the wickerman is on fire, it takes 1 cold damage for every 5 feet it moves in water or for every gallon of water splashed on it. If the wickerman takes at least 100 points of cold damage within a 1 minute period, its flame is doused.",
                    "name": "Water Susceptibility"
                }
            ],
            "spell_list": [],
            "page_no": 380,
            "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_wickerman/"
        },
        {
            "slug": "wicked-skull",
            "desc": "This skull chatters eerily, gently rocking as it comes to life. It calls out a warning in a hauntingly musical voice._  \n**Origins Unknown.** The origin of these shape-changing monstrosities is unknown, but they have come to be named “wicked skulls” after the form they favor most. Some scholars suggest that they took inspiration from the undead horrors known as Open Game License",
            "name": "Wicked Skull",
            "size": "Tiny",
            "type": "Monstrosity",
            "subtype": "shapechanger",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 7,
            "hit_dice": "2d4+2",
            "speed": {
                "walk": 30
            },
            "strength": 6,
            "dexterity": 16,
            "constitution": 13,
            "intelligence": 11,
            "wisdom": 12,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "deception": 4,
                "insight": 3,
                "persuasion": 4,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 11",
            "languages": "Common",
            "challenge_rating": "1/8",
            "cr": 0.125,
            "actions": [
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) bludgeoning damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4+3"
                },
                {
                    "name": "Petty Mockery",
                    "desc": "The wicked skull unleashes a string of insults laced with subtle enchantments at a creature it can see within 60 feet. If the target can hear the wicked skull (though it does not have to understand it), the target must succeed on a DC 11 Wisdom saving throw or have disadvantage on the next attack roll it makes before the end of its next turn."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "False Appearance (Object Form Only)",
                    "desc": "While the wicked skull remains motionless, it is indistinguishable from an ordinary object."
                },
                {
                    "name": "Jokester",
                    "desc": "The wicked skull has advantage on a Charisma (Deception) or Charisma (Persuasion) check if it includes mockery or a joke or riddle as part of the check."
                },
                {
                    "name": "Shapechanger",
                    "desc": "The wicked skull can use its action to polymorph into a Tiny object or back into its true, amorphous form. Its statistics are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies."
                }
            ],
            "spell_list": [],
            "page_no": 368,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_wicked-skull/"
        },
        {
            "slug": "whiteape-tob1-2023",
            "desc": "False",
            "name": "White Ape",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d10 + 48",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 16,
            "constitution": 18,
            "intelligence": 8,
            "wisdom": 14,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 15,
            "skills": {
                "Athletics": 7,
                "Intimidation": 5,
                "Perception": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Common",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The white ape makes one Bite attack and two Fist attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) piercing damage, and the target must succeed on a DC 15 Constitution saving throw or contract the arcane wasting disease (see the Arcane Wasting trait)."
                },
                {
                    "name": "Fist",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 15 (2d10 + 4) bludgeoning damage."
                },
                {
                    "name": "Frenzy (Recharge 5-6)",
                    "desc": "The white ape lashes out wildly at nearby creatures, flailing and biting. Each creature within 10 feet of the white ape must make a DC 15 Dexterity saving throw. On a failure, a creature takes 35 (10d6) bludgeoning damage and is pushed up to 10 feet away from the ape. On a success, a creature takes half the damage and isn't pushed. A creature that succeeds on this saving throw also has advantage on attack rolls against the white ape until the end of its next turn."
                },
                {
                    "name": "Familiar",
                    "desc": "The witchlight can serve another creature as a familiar, forming a magic, telepathic bond with that willing companion. While the two are bonded, the companion can sense what the witchlight senses as long as they are within 1 mile of each other. While the witchlight is within 10 feet of its companion, the companion can't be blinded. At any time and for any reason, the witchlight can end its service as a familiar, ending the telepathic bond."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Arcane Wasting",
                    "desc": "Characterized by the slow mental deterioration it causes, arcane wasting is a disease that infects Humanoids and spreads through spellcasting. A creature infected with this disease manifests symptoms 1d4 days after infection, which include brain fog and difficulty recalling memories. Until the disease is cured, at the end of each long rest, the infected creature must succeed on a DC 15 Constitution saving throw or its Intelligence and Wisdom scores are each reduced by 1d2. This reduction lasts until the creature finishes a long rest after the disease is cured. If the disease reduces a creature's Intelligence or Wisdom to 0, the creature dies. If the infected creature casts a spell on a Humanoid before the disease is cured, and the Humanoid is hit by the spell or fails the saving throw, that Humanoid must succeed on a DC 15 Constitution saving throw or also become infected with the arcane wasting disease."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The white ape has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Spellcasting Animosity",
                    "desc": "If the white ape sees a creature cast a spell, the ape has advantage on attack rolls against that creature on the ape's next turn."
                }
            ],
            "spell_list": [],
            "page_no": 396,
            "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_white-ape/"
        },
        {
            "slug": "white_dragon_wyrmling_bf",
            "desc": "",
            "name": "White Dragon Wyrmling",
            "size": "medium",
            "type": "Dragon",
            "subtype": "",
            "group": "Dragons",
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 54,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "burrow": 15,
                "fly": 60,
                "swim": 30
            },
            "strength": 14,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 4,
            "wisdom": 14,
            "charisma": 14,
            "strength_save": 2,
            "dexterity_save": 2,
            "constitution_save": 4,
            "intelligence_save": -3,
            "wisdom_save": 2,
            "charisma_save": 2,
            "perception": 14,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., keensense 10 ft.",
            "languages": "Draconic",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon makes one Bite attack and one Claw attack."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 7 (1d10+2) piercing damage plus 2 (1d4) cold damage."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) slashing damage."
                },
                {
                    "name": "Cold Breath (Recharge 5-6)",
                    "desc": "The dragon exhales an icy blast in a 15-foot cone. Each creature in that area must make a DC 12 CON save, taking 22 (5d8) cold 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": "Ice Walk",
                    "desc": "The dragon can move across and climb icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn't cost it extra movement."
                },
                {
                    "name": "Pounce",
                    "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 12 STR save or be knocked prone. If the target is prone, the dragon can make one Claw 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_white-dragon-wyrmling/"
        },
        {
            "slug": "white-stag",
            "desc": "",
            "name": "White Stag",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "chaotic good",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 45,
            "hit_dice": "7d10+7",
            "speed": {
                "walk": 60
            },
            "strength": 17,
            "dexterity": 15,
            "constitution": 13,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "athletics": 5,
                "insight": 4,
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "understands Celestial, Common, Elvish and Sylvan but can't speak",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "desc": "The white stag makes one gore attack and one hooves attack.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d8+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) piercing damage.",
                    "name": "Gore"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "2d6+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 10 (2d6 + 3) bludgeoning damage.",
                    "name": "Hooves"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "When the white stag dies, the deity that created it curses the creature that dealt the killing blow. The cursed creature finds the natural world working against it: roots randomly rise up to trip the creature when it walks past a tree (5% chance per mile traveled in forested terrain), animals are more reluctant to obey (disadvantage on Wisdom (Animal Handling) checks), and the wind seems to always be blowing in the least favorable direction for the creature (scattering papers, sending the creature's scent in the direction of a creature tracking it, etc.). This curse lasts until it is lifted by a remove curse spell or after the cursed creature completes a task of penance for the deity or its temple.",
                    "name": "Beloved by the Gods"
                },
                {
                    "desc": "Difficult terrain doesn't slow the white stag's travel while in a forest.",
                    "name": "Forest Runner"
                },
                {
                    "desc": "With a 10-foot running start, the white stag can long jump up to 25 feet.",
                    "name": "Running Leap"
                }
            ],
            "spell_list": [],
            "page_no": 379,
            "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_white-stag/"
        },
        {
            "slug": "white-dragon-wyrmling-a5e",
            "desc": "",
            "name": "White Dragon Wyrmling",
            "size": "Medium",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 45,
            "hit_dice": "7d8+14",
            "speed": {
                "walk": 30,
                "burrow": 15,
                "fly": 60,
                "swim": 30
            },
            "strength": 14,
            "dexterity": 12,
            "constitution": 14,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "perception": 2,
                "stealth": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold",
            "condition_immunities": "",
            "senses": "blindsight 10 ft., darkvision 60 ft., passive Perception 12",
            "languages": "Draconic",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 13 (2d10 + 2) piercing damage."
                },
                {
                    "name": "Cold Breath (Recharge 5-6)",
                    "desc": "The dragon exhales a 15-foot cone of frost. Each creature in that area makes a DC 12 Constitution saving throw  taking 10 (3d6) cold damage on a failed save or half damage on a success."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Cold Mastery",
                    "desc": "The dragons movement and vision is not hindered by cold, icy surfaces, snow, wind, or storms. Additionally, the dragon can choose to burrow through snow and ice without leaving a trace."
                }
            ],
            "spell_list": [],
            "page_no": 123,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_white-dragon-wyrmling/"
        },
        {
            "slug": "white-dragon-wyrmling",
            "desc": "",
            "name": "White Dragon Wyrmling",
            "size": "Medium",
            "type": "Dragon",
            "subtype": "",
            "group": "White Dragon",
            "alignment": "chaotic evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 32,
            "hit_dice": "5d8+10",
            "speed": {
                "walk": 30,
                "burrow": 15,
                "fly": 60,
                "swim": 30
            },
            "strength": 14,
            "dexterity": 10,
            "constitution": 14,
            "intelligence": 5,
            "wisdom": 10,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": 2,
            "constitution_save": 4,
            "intelligence_save": null,
            "wisdom_save": 2,
            "charisma_save": 2,
            "perception": 4,
            "skills": {
                "perception": 4,
                "stealth": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold",
            "condition_immunities": "",
            "senses": "blindsight 10 ft., darkvision 60 ft., passive Perception 14",
            "languages": "Draconic",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 7 (1d10 + 2) piercing damage plus 2 (1d4) cold damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d10+1d4",
                    "damage_bonus": 2
                },
                {
                    "name": "Cold Breath (Recharge 5-6)",
                    "desc": "The dragon exhales an icy blast of hail in a 15-foot cone. Each creature in that area must make a DC 12 Constitution saving throw, taking 22 (5d8) cold damage on a failed save, or half as much damage on a successful one.",
                    "attack_bonus": 0,
                    "damage_dice": "5d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 290,
            "environments": [
                "Tundra",
                "Mountains",
                "Ice"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_white-dragon-wyrmling/"
        },
        {
            "slug": "white-ape",
            "desc": "_This hulking primate looms over others of its kind. Its filthy white fur is matted and yellowed, and a deranged look haunts its blood-red eyes._  \n**Awakened by Sorcery.** White apes were once docile, gentle giants that roamed forested hills and savannah lands. Two thousand years ago, a kingdom of mages awakened the apes, raising their intelligence to near-human level so the beasts could be employed as soldiers and servants, protecting and replacing the humans who were slowly dying off. When the sorcerers died out, the apes remained.  \n**Arcane Wasting.** The enchantment that imbued the apes with intelligence also bleached their fur white and made them carriers of the arcane wasting, a disease that hastened their creators’ demise. The apes are immune to the wasting’s effects, but they can pass it to other humanoids. Among spellcasters, the wasting spreads like a plague.  \n**Driven Away.** The awakening enchantment also gave the white apes a strong desire to serve humans, but because of the risk from the disease, they are viciously driven away from settled areas. They are acutely aware of the injustice that was done to them, and generations of exile have turned their loyalty to animosity, especially toward arcane spellcasters.",
            "name": "White Ape",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d10+48",
            "speed": {
                "walk": 40,
                "climb": 40
            },
            "strength": 18,
            "dexterity": 16,
            "constitution": 18,
            "intelligence": 8,
            "wisdom": 14,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "acrobatics": 6,
                "athletics": 7,
                "intimidation": 2,
                "perception": 5,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Common",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The ape makes one bite attack and two claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) piercing damage, and the target must succeed on a DC 14 Constitution saving throw or contract the arcane wasting disease (see sidebar).",
                    "attack_bonus": 7,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 15 (2d10 + 4) slashing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d10+4"
                },
                {
                    "name": "Frenzy (1/Day)",
                    "desc": "When two or more foes are adjacent to the ape, it can enter a deadly battle frenzy. Instead of using its normal multiattack, a frenzied white ape makes one bite attack and two claw attacks against each enemy within 5 feet of it. Melee attacks against the white ape are made with advantage from the end of that turn until the start of the white ape's next turn."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hatred for Spellcasters",
                    "desc": "The white ape does one extra die of damage (d8 or d10, respectively) per attack against an enemy it has seen cast a spell."
                },
                {
                    "name": "Arcane Wasting (Disease)",
                    "desc": "When the bodily fluid of an infected creature touches a humanoid or when an infected creature casts a spell (direct or indirect) on a humanoid, that humanoid must succeed on a DC 15 Constitution saving throw or become infected with arcane wasting. Beginning 1d6 days after infection, the infected creature must make a DC 15 Constitution saving throw at the end of each long rest. If the saving throw fails, the victim loses 1d3 Intelligence and 1d3 Wisdom. Lost Intelligence and Wisdom can't be recovered while the disease persists. If the saving throw succeeds, nothing happens; the disease ends after the second consecutive successful saving throws. Once the disease ends, lost Intelligence and Wisdom can be restored by greater restoration or comparable magic. The disease is also cured by lesser restoration if the caster makes a successful DC 15 spellcasting check."
                }
            ],
            "spell_list": [],
            "page_no": 408,
            "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_white-ape/"
        },
        {
            "slug": "whisperer-in-darkness",
            "desc": "",
            "name": "Whisperer in Darkness",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 142,
            "hit_dice": "15d8+75",
            "speed": {
                "walk": 30
            },
            "strength": 15,
            "dexterity": 19,
            "constitution": 21,
            "intelligence": 25,
            "wisdom": 18,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 10,
            "intelligence_save": null,
            "wisdom_save": 9,
            "charisma_save": 8,
            "perception": 9,
            "skills": {
                "arcana": 17,
                "deception": 13,
                "medicine": 9,
                "perception": 9,
                "stealth": 9
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, lightning; bludgeoning, piercing, and slashing from nonmagical attacks not made with silver",
            "damage_immunities": "psychic, poison",
            "condition_immunities": "frightened, charmed, poisoned",
            "senses": "truesight 120 ft., passive Perception 19",
            "languages": "all, telepathy 60 ft.",
            "challenge_rating": "15",
            "cr": 15.0,
            "actions": [
                {
                    "desc": "The whisperer in the darkness makes two Grasp of the Void attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 12,
                    "damage_dice": "6d6",
                    "desc": "Melee Spell Attack: +12 to hit, reach 5 ft., one target. Hit: 21 (6d6) force damage, and the target must succeed on a DC 18 Constitution saving throw or be stunned 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": "Grasp of the Void"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The whisperer is a highly advanced being that often carries pieces of powerful wands of fireballs shaped like staves with peculiar triggers, eyes of the eagle shaped as a pair of cylinders, or a helm of telepathy in the form of a glowing metal disc adhered to the side of the creature's head.",
                    "name": "Disquieting Technology"
                },
                {
                    "desc": "The whisperer has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "The whisperer's innate spellcasting ability is Intelligence (spell save DC 20). The whisperer can innately cast the following spells, requiring no material components:\nAt will: alter self, detect magic, detect thoughts, disguise self, fear, identify, invisibility (self only), misty step, sleep, suggestion\n3/day each: confusion, dimension door, disintegrate, dream, modify memory, plane shift, teleport\n1/day each: feeblemind, meteor swarm, mind blank, weird",
                    "name": "Innate Spellcasting"
                }
            ],
            "spell_list": [],
            "page_no": 378,
            "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_whisperer-in-darkness/"
        },
        {
            "slug": "wharfling-tob1-2023",
            "desc": "False",
            "name": "Wharfling",
            "size": "Tiny",
            "type": "Beast",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 12,
            "armor_desc": "",
            "hit_points": 10,
            "hit_dice": "4d4",
            "speed": {
                "walk": 30
            },
            "strength": 4,
            "dexterity": 14,
            "constitution": 10,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 13,
            "skills": {
                "Perception": 3,
                "Sleight of Hand": 4
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "—",
            "challenge_rating": "1/8",
            "cr": 0.125,
            "actions": [
                {
                    "name": "Pilfering Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage. Instead of dealing damage, the wharfling can steal one item the target is wearing or carrying, provided the item weighs no more than 10 pounds, isn't a weapon, and isn't wrapped around or firmly attached to the target, such as a shirt or armor."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The wharfling can breathe air and water."
                }
            ],
            "spell_list": [],
            "page_no": 395,
            "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_wharfling/"
        },
        {
            "slug": "wharfling-swarm",
            "desc": "_An undulating mass of flesh and teeth, a wharfling swarm is a horrific sight by moonlight._  \n**Bloodthisty Mobs.** These masses of hairless bodies writhe along the coast in the moonlight, and often are mistaken for shoggoths or other much larger creatures. Squeals mingle with the screams of unfortunate fishermen caught in its path.  \n**Beach Swarms.** Periodically, wharflings congregate in huge numbers and tear along the shoreline for miles before finally returning to their dens. Why they gather this way is unknown, but most locals know to avoid the shore on these nights.",
            "name": "Wharfling Swarm",
            "size": "Large",
            "type": "Beast",
            "subtype": "Swarm",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 63,
            "hit_dice": "14d10 - 14",
            "speed": {
                "walk": 30,
                "climb": 30,
                "swim": 20
            },
            "strength": 10,
            "dexterity": 16,
            "constitution": 8,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, slashing",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened, paralyzed, petrified, prone, restrained, stunned",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "-",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Bites",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 0 ft., one creature in the swarm's space. Hit: 21 (6d6) piercing damage, or 10 (3d6) piercing damage if the swarm has half of its hit points or fewer.",
                    "attack_bonus": 5,
                    "damage_dice": "6d6"
                },
                {
                    "name": "Locking Bite",
                    "desc": "When a creature leaves a wharfling swarm's space, 1d3 wharflings remain grappled to them (escape DC 10). Each wharfling inflicts 5 (1d4 + 3) piercing damage at the start of the creature's turns until it escapes from the grapples."
                },
                {
                    "name": "Pilfer",
                    "desc": "A wharfling swarm makes 1d6 Dexterity (Sleight of Hand) checks each round against every creature in the swarm's space. The DC for each check equals 10 plus the target creature's Dexterity modifier. For each successful check, the wharflings steal some small metallic object from the target, and the theft is unnoticed if the same result equals or exceeds the target's passive Perception."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Swarm",
                    "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a tiny wharfling. The swarm can't regain hit points or gain temporary hit points."
                }
            ],
            "spell_list": [],
            "page_no": 407,
            "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_wharfling-swarm/"
        },
        {
            "slug": "wharfling",
            "desc": "_Hairless, ugly, and usually dripping water, the wharfling is a nocturnal raider and fond of stealing from fishmongers and jewelers alike._  \n**Waterborne Packs.** Wharflings have large, webbed hands and feet and oversized mouths. An adept fish catcher, wharflings establish dens near the shores of oceans, lakes, and rivers, and they often move in family groups of 3 or more.  \n**Thieving Gits.** Those who have been bitten by a wharfling rightly fear their needle-like teeth, but most coastal communities hate the animal more for its propensity for theft. Their lairs are invariably filled with stolen metal trinkets.",
            "name": "Wharfling",
            "size": "Tiny",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 6,
            "hit_dice": "4d4 - 4",
            "speed": {
                "walk": 30,
                "climb": 30,
                "swim": 20
            },
            "strength": 4,
            "dexterity": 16,
            "constitution": 8,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "-",
            "challenge_rating": "1/8",
            "cr": 0.125,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage, and the target is grappled (escape DC 10). Until this grapple ends, the wharfling can't use its bite on another target. While the target is grappled, the wharfling's bite attack hits it automatically.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4+3"
                },
                {
                    "name": "Pilfer",
                    "desc": "A wharfling that has an opponent grappled at the start of its turn can make a Dexterity (Sleight of Hand) check as a bonus action. The DC for this check equals 10 plus the grappled target's Dexterity modifier. If the check is successful, the wharfling steals some small metallic object from the target, and the theft is unnoticed if the same result equals or exceeds the target's passive Perception. A wharfling flees with its treasure."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 407,
            "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_wharfling/"
        },
        {
            "slug": "werynax",
            "desc": "Resembling a giant scaled stoat with savage tusks jutting from the corners of its mouth, this monster bears a set of diaphanous, mothlike wings that radiate all the colors of the spectrum._  \n**Eaters of Magical Energy.** The werynax is a fearsome predator that supplements its diet with magical energy from the natural world, occasionally disrupting plant growth rates, water cycles, and weather patterns. Fortunately, werynax are solitary creatures, though female werynax are fiercely protective of their young and may have a litter of up to a dozen offspring. Most werynax live in forests and grasslands.  \n**Strange Habits.** Why and how werynax feed on the magical energy of the natural world has baffled sages and scholars throughout the centuries, though it is clear that the energy werynax consume grants them their magical abilities. Some sages point to magical experimentation on the part of an insane lich or fey lord, while others lay the blame at the feet of the gods, believing the werynax to be some form of divine punishment for misusing the land. Many druids, however, speculate the werynax is an integral part of the natural order—just as death and decay are part of the life cycle, so too is the werynax part of the land’s natural cycle.",
            "name": "Werynax",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d10+48",
            "speed": {
                "fly": 60,
                "walk": 30
            },
            "strength": 18,
            "dexterity": 16,
            "constitution": 18,
            "intelligence": 10,
            "wisdom": 15,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "athletics": 7,
                "perception": 5,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "force",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "understands Common but can’t speak",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The werynax makes three attacks: one with its bite and two with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 9 (1d10 + 4) piercing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "1d10+4"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) slashing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "1d6+4"
                },
                {
                    "name": "Arcane Bombardment (Recharge 6)",
                    "desc": "The werynax unleashes an explosion of multicolored arcane energy from its outstretched wings. Each creature within 20 feet of the werynax must make a DC 15 Dexterity saving throw. On a failure, a creature takes 21 (6d6) force damage and is stunned until the end of its next turn. On a success, a creature takes half the damage and isn't stunned."
                },
                {
                    "name": "Nature's Healing (2/Day)",
                    "desc": "The werynax taps into the power inherent in the land around it. It regains 13 (3d8) hp and is freed from any disease, poison, blindness, or deafness."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The werynax has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Pounce",
                    "desc": "If the werynax moves at least 20 feet straight toward a creature and then hits it with a claw attack on the same turn, the target must succeed on a DC 15 Strength saving throw or be knocked prone. If the target is prone, the werynax can make one bite attack against it as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 367,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_werynax/"
        },
        {
            "slug": "werewolf_bf",
            "desc": "",
            "name": "Werewolf",
            "size": "medium",
            "type": "Humanoid",
            "subtype": "Lycanthrope",
            "group": "Lycanthropes",
            "alignment": "",
            "armor_class": 11,
            "armor_desc": "n humanoid form, 12 (natural armor) in wolf or hybrid for",
            "hit_points": 76,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 12,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": 4,
            "dexterity_save": 1,
            "constitution_save": 3,
            "intelligence_save": 0,
            "wisdom_save": 0,
            "charisma_save": 0,
            "perception": 12,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "Common (can't speak in wolf form)",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack (Humanoid or Hybrid Form Only)",
                    "desc": "The werewolf makes three Claws or Spear attacks. It can replace one attack with a Bite attack, provided it is in the appropriate form."
                },
                {
                    "name": "Bite (Wolf or Hybrid Form Only)",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 11 (2d8+2) piercing damage. If the target is a Humanoid, it must succeed on a DC 13 CON save or be cursed with the werewolf lycanthropy curse (see Curse of Lycanthropy sidebar)."
                },
                {
                    "name": "Claws (Hybrid Form Only)",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 9 (2d6+2) slashing damage."
                },
                {
                    "name": "Spear (Humanoid Form Only)",
                    "desc": "_Melee or Ranged Weapon Attack:_ +4 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 5 (1d6+2) piercing damage, or 6 (1d8+2) piercing damage if used with two hands to make a melee attack."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "The werewolf transforms into a Medum or Large wolf, a Medium wolf-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": "Hungry Growl (Wolf and Hybrid Form Only)",
                    "desc": "The werewolf stares down and growls at one creature it can see within 30 feet of it. The target must succeed on a DC 13 WIS save or be frightened until the end of its next turn. The werewolf has advantage on the next attack roll it makes against the frightened creature."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Heightened Hearing and Smell",
                    "desc": "The werewolf's Perception is 17 while perceiving by hearing or smell."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The werewolf has advantage on attack rolls against a creature if at least one of the werewolf'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_werewolf/"
        },
        {
            "slug": "werewolf-a5e",
            "desc": "",
            "name": "Werewolf",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 12,
            "armor_desc": "",
            "hit_points": 58,
            "hit_dice": "9d8+18",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "perception": 2,
                "stealth": 4,
                "survival": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "damage from nonmagical, non-silvered weapons",
            "condition_immunities": "",
            "senses": "darkvision 30 ft. (wolf or hybrid form only), passive Perception 14",
            "languages": "Common",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The werewolf makes two melee attacks  only one of which can be with its bite."
                },
                {
                    "name": "Greatclub (Humanoid or Hybrid Form Only)",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) bludgeoning damage."
                },
                {
                    "name": "Claw (Wolf or Hybrid Form Only)",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) slashing damage."
                },
                {
                    "name": "Bite (Wolf or Hybrid Form Only)",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) piercing damage. If the target is a humanoid  it makes a DC 12 Constitution saving throw. On a failure  it is cursed with werewolf lycanthropy."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shapeshift",
                    "desc": "The werewolf changes its form to a wolf, a wolf-humanoid hybrid, or into its true form, which is a humanoid. While shapeshifted, its statistics are unchanged. It can't speak in wolf form. Its equipment is not transformed. It reverts to its true form if it dies."
                },
                {
                    "name": "Frenzied Bite (While Bloodied",
                    "desc": "The werewolf makes a bite attack."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Hearing and Smell",
                    "desc": "The werewolf has advantage on Perception checks that rely on hearing or smell."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The werewolf has advantage on attack rolls against a creature if at least one of the werewolfs allies is within 5 feet of the creature and not incapacitated."
                }
            ],
            "spell_list": [],
            "page_no": 315,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_werewolf/"
        },
        {
            "slug": "werewolf",
            "desc": "",
            "name": "Werewolf",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "human",
            "group": "Lycanthropes",
            "alignment": "chaotic evil",
            "armor_class": 11,
            "armor_desc": "11 in humanoid form, 12 (natural armor) in wolf or hybrid form",
            "hit_points": 58,
            "hit_dice": "9d8+18",
            "speed": {
                "notes": "40 ft. in wolf form",
                "walk": 30
            },
            "strength": 15,
            "dexterity": 13,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 11,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "condition_immunities": "",
            "senses": "passive Perception 14",
            "languages": "Common (can't speak in wolf form)",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack (Humanoid or Hybrid Form Only)",
                    "desc": "The werewolf makes two attacks: two with its spear (humanoid form) or one with its bite and one with its claws (hybrid form)."
                },
                {
                    "name": "Bite (Wolf or Hybrid Form Only)",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) piercing damage. If the target is a humanoid, it must succeed on a DC 12 Constitution saving throw or be cursed with werewolf lycanthropy.",
                    "attack_bonus": 4,
                    "damage_dice": "1d8",
                    "damage_bonus": 2
                },
                {
                    "name": "Claws (Hybrid Form Only)",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 7 (2d4 + 2) slashing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "2d4",
                    "damage_bonus": 2
                },
                {
                    "name": "Spear (Humanoid Form Only)",
                    "desc": "Melee or Ranged Weapon Attack: +4 to hit, reach 5 ft. or range 20/60 ft., one creature. Hit: 5 (1d6 + 2) piercing damage, or 6 (1d8 + 2) piercing damage if used with two hands to make a melee attack.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6",
                    "damage_bonus": -2
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Shapechanger",
                    "desc": "The werewolf can use its action to polymorph into a wolf-humanoid hybrid or into a wolf, or back into its true form, which is humanoid. Its statistics, other than its 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": "Keen Hearing and Smell",
                    "desc": "The werewolf has advantage on Wisdom (Perception) checks that rely on hearing or smell."
                }
            ],
            "spell_list": [],
            "page_no": 328,
            "environments": [
                "Hill",
                "Forest"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_werewolf/"
        },
        {
            "slug": "weretiger_bf",
            "desc": "",
            "name": "Weretiger",
            "size": "medium",
            "type": "Humanoid",
            "subtype": "Lycanthrope",
            "group": "Lycanthropes",
            "alignment": "",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 95,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 18,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": 3,
            "dexterity_save": 4,
            "constitution_save": 3,
            "intelligence_save": 0,
            "wisdom_save": 1,
            "charisma_save": 0,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "Common (can't speak in tiger form)",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack (Humanoid or Hybrid Form Only)",
                    "desc": "The weretiger makes four Claw or Scimitar attacks, or it makes four Longbow attacks. It can replace one attack with a Bite attack, provided it is in the appropriate form."
                },
                {
                    "name": "Bite (Tiger or Hybrid Form Only)",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 8 (1d10+3) piercing damage. If the target is a Humanoid, it must succeed on a DC 13 CON save or be cursed with the weretiger lycanthropy curse (see Curse of Lycanthropy sidebar)."
                },
                {
                    "name": "Claw (Tiger or Hybrid Form Only)",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) slashing damage."
                },
                {
                    "name": "Scimitar (Humanoid or Hybrid Form Only)",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) slashing damage."
                },
                {
                    "name": "Longbow (Humanoid or Hybrid Form Only)",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 150/600 ft., one target. _Hit:_ 6 (1d8+2) piercing damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Bleed Prey",
                    "desc": "The weretiger chooses a creature it can see within 30 feet of it to be its prey until the prey dies, until the weretiger dies, or until the weretiger uses this bonus action on another creature. While within 60 feet of its prey, the weretiger can pinpoint its prey's location. In addition, if the weretiger hits the prey with at least two melee weapon attacks, the weretiger rends the prey's flesh, and the prey must succeed on a DC 13 CON save or lose 7 (2d6) HP at the start of its next turn, as the wound bleeds excessively."
                },
                {
                    "name": "Change Shape",
                    "desc": "The weretiger transforms into a Large tiger, a Medium tiger-humanoid hybrid, or back into its true form, which is Humanoid. Its statistics, other than its size and speed, 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."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Heightened Hearing and Smell",
                    "desc": "The weretiger's Perception is 18 when perceiving by hearing or smell."
                },
                {
                    "name": "Pounce (Tiger or Hybrid Form Only)",
                    "desc": "If the weretiger moves at least 15 feet straight toward a creature and then hits it with a Claw 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 weretiger can make one Bite or Claw 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_weretiger/"
        },
        {
            "slug": "weretiger-a5e",
            "desc": "",
            "name": "Weretiger",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 90,
            "hit_dice": "12d8+36",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 16,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "perception": 3,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "damage from nonmagical, non-silvered weapons",
            "condition_immunities": "",
            "senses": "darkvision 60 ft. (tiger or hybrid form only), passive Perception 15",
            "languages": "Common",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack (Humanoid or Hybrid Form Only)",
                    "desc": "The weretiger makes two attacks  neither of which can be a bite."
                },
                {
                    "name": "Longsword (Humanoid or Hybrid Form Only)",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) slashing damage."
                },
                {
                    "name": "Longbow (Humanoid or Hybrid Form Only)",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 150/600 ft., one target. Hit: 7 (1d8 + 3) piercing damage."
                },
                {
                    "name": "Claw (Tiger or Hybrid Form Only)",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) slashing damage. If the weretiger moves at least 20 feet straight towards the target before the attack  the target makes a DC 13 Strength saving throw  falling prone on a failure."
                },
                {
                    "name": "Bite (Tiger or Hybrid Form Only)",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (1d10 + 3) piercing damage. If the target is a humanoid  it makes a DC 13 Constitution saving throw. On a failure  it is cursed with weretiger lycanthropy."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shapeshift",
                    "desc": "The weretiger changes its form to a Large tiger, a tiger-humanoid hybrid, or into its true form, which is a humanoid. While shapeshifted, its statistics are unchanged except for its size. It can't speak in tiger form. Its equipment is not transformed. It reverts to its true form if it dies."
                },
                {
                    "name": "Opportune Bite (Tiger or Hybrid Form Only)",
                    "desc": "The weretiger makes a bite attack against a prone creature."
                },
                {
                    "name": "Frenzied Bite (While Bloodied",
                    "desc": "The weretiger makes a bite attack."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Hearing and Smell",
                    "desc": "The weretiger has advantage on Perception checks that rely on hearing or smell."
                },
                {
                    "name": "Wolfsbane",
                    "desc": "Lycanthropes are repelled by the wolfsbane flower. A lycanthrope in hybrid or beast form is poisoned while within 10 feet of a living or dried wolfsbane flower that it can smell. If wolfsbane is applied to a weapon or ammunition, lycanthropes are damaged by the weapon as if it were silver. An application of wolfsbane lasts for 1 hour."
                }
            ],
            "spell_list": [],
            "page_no": 314,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_weretiger/"
        },
        {
            "slug": "weretiger",
            "desc": "",
            "name": "Weretiger",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "human",
            "group": "Lycanthropes",
            "alignment": "neutral",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 120,
            "hit_dice": "16d8+48",
            "speed": {
                "notes": "40 ft. in tiger form",
                "walk": 30
            },
            "strength": 17,
            "dexterity": 15,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 13,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Common (can't speak in tiger form)",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack (Humanoid or Hybrid Form Only)",
                    "desc": "In humanoid form, the weretiger makes two scimitar attacks or two longbow attacks. In hybrid form, it can attack like a humanoid or make two claw attacks."
                },
                {
                    "name": "Bite (Tiger or Hybrid Form Only)",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (1d10 + 3) piercing damage. If the target is a humanoid, it must succeed on a DC 13 Constitution saving throw or be cursed with weretiger lycanthropy.",
                    "attack_bonus": 5,
                    "damage_dice": "1d10",
                    "damage_bonus": 3
                },
                {
                    "name": "Claw (Tiger or Hybrid Form Only)",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) slashing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d8",
                    "damage_bonus": 3
                },
                {
                    "name": "Scimitar (Humanoid or Hybrid Form Only)",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) slashing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6",
                    "damage_bonus": 3
                },
                {
                    "name": "Longbow (Humanoid or Hybrid Form Only)",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 150/600 ft., one target. Hit: 6 (1d8 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d8",
                    "damage_bonus": 2
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Shapechanger",
                    "desc": "The weretiger can use its action to polymorph into a tiger-humanoid hybrid or into a tiger, or back into its true form, which is humanoid. Its statistics, other than its size, are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies."
                },
                {
                    "name": "Keen Hearing and Smell",
                    "desc": "The weretiger has advantage on Wisdom (Perception) checks that rely on hearing or smell."
                },
                {
                    "name": "Pounce (Tiger or Hybrid Form Only)",
                    "desc": "If the weretiger moves at least 15 feet straight toward a creature and then hits it with a claw attack on the same turn, that target must succeed on a DC 14 Strength saving throw or be knocked prone. If the target is prone, the weretiger can make one bite attack against it as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 328,
            "environments": [
                "Forest",
                "Jungle",
                "Grassland"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_weretiger/"
        },
        {
            "slug": "wereshark",
            "desc": "The twisted form of a humanoid shark hunches over, its grin showing rows of jagged teeth. Fresh blood drips from its mouth as it clutches a trident in powerful hands._  \nIn humanoid form, weresharks tend to be powerfully-muscled and broad, with little body hair. They are solitary hunters who sometimes stalk and eat each other. If a wereshark spreads its curse, it’s likely because the lycanthrope made a mistake and let potential prey get away.  \n**Voracious Appetites.** Weresharks are savage predators who, driven by voracious appetites, devour anything they come across. Aggressive in all forms, weresharks prefer to spend their time beneath the waves, hunting fish, seals, and other prey. They have no qualms about attacking humanoids or boats, particularly fishing vessels, which contain even more food for the lycanthrope to consume.  \n**Obsessed Predators.** Weresharks become obsessed with prey that gets away from them. A wereshark can stalk an individual through the seas and over land for months, leaving a path of destruction behind it, just to get a taste of what it missed.",
            "name": "Wereshark",
            "size": "Large",
            "type": "Humanoid",
            "subtype": "human, shapechanger",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 11,
            "armor_desc": "in humanoid form, 12 (natural armor) in shark and hybrid form",
            "hit_points": 90,
            "hit_dice": "12d8+36",
            "speed": {
                "walk": 30
            },
            "strength": 19,
            "dexterity": 13,
            "constitution": 17,
            "intelligence": 11,
            "wisdom": 12,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "condition_immunities": "",
            "senses": "blindsight 30 ft. (shark and hybrid form only), passive Perception 14",
            "languages": "Common (can’t speak in shark form)",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "In humanoid or hybrid form, the wereshark makes three trident attacks."
                },
                {
                    "name": "Bite (Shark or Hybrid Form Only)",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 15 (2d10 + 4) piercing damage. If the target is a humanoid, it must succeed on a DC 14 Constitution saving throw or be cursed with wereshark lycanthropy.",
                    "attack_bonus": 7,
                    "damage_dice": "2d10+4"
                },
                {
                    "name": "Trident (Humanoid or Hybrid Form Only)",
                    "desc": "Melee or Ranged Weapon Attack: +7 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 7 (1d6 + 4) piercing damage, or 8 (1d8 + 4) piercing damage if used with two hands to make a melee attack.",
                    "attack_bonus": 7,
                    "damage_dice": "1d6+4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Blood Frenzy",
                    "desc": "The wereshark has advantage on melee attack rolls against any creature that doesn't have all its hp."
                },
                {
                    "name": "Hold Breath (Hybrid Form Only)",
                    "desc": "While out of water, the wereshark can hold its breath for 1 hour."
                },
                {
                    "name": "Shapechanger",
                    "desc": "The wereshark can use its action to polymorph into a Large shark-humanoid hybrid or into a Large hunter shark, or back into its true form, which is humanoid. Its statistics, other than its size and AC, are the same in each form, with the exceptions that only its shark and hybrid forms retain its swimming speed, and its shark form doesn't retain its walking speed. Any equipment it is wearing or carrying isn't transformed. The wereshark reverts to its true form if it dies."
                },
                {
                    "name": "Water Breathing (Shark or Hybrid Form Only)",
                    "desc": "The wereshark can breathe only underwater."
                }
            ],
            "spell_list": [],
            "page_no": 266,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_wereshark/"
        },
        {
            "slug": "wererat_bf",
            "desc": "",
            "name": "Wererat",
            "size": "medium",
            "type": "Humanoid",
            "subtype": "Lycanthrope",
            "group": "Lycanthropes",
            "alignment": "",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 57,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 18,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 8,
            "strength_save": 0,
            "dexterity_save": 4,
            "constitution_save": 1,
            "intelligence_save": 0,
            "wisdom_save": 0,
            "charisma_save": -1,
            "perception": 12,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "Common (can't speak in rat form)",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack (Humanoid or Hybrid Form Only)",
                    "desc": "The wererat makes three Claw or Shortsword attacks, or it makes three Hand Crossbow attacks. It can replace one attack with a Bite attack, provided it is in the appropriate form."
                },
                {
                    "name": "Bite (Rat or Hybrid Form Only)",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 7 (2d4+2) piercing damage. If the target is a Humanoid, it must succeed on a DC 11 CON save or be cursed with the wererat lycanthropy curse (see Curse of Lycanthropy sidebar)."
                },
                {
                    "name": "Claw (Rat or Hybrid Form Only)",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 7 (2d4+2) slashing damage."
                },
                {
                    "name": "Shortsword (Humanoid or Hybrid Form Only)",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) piercing damage."
                },
                {
                    "name": "Hand Crossbow (Humanoid or Hybrid Form Only)",
                    "desc": "_Ranged Weapon Attack:_ +4 to hit, range 30/120 ft., one target. _Hit:_ 5 (1d6+2) piercing damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "The wererat transforms into a Tiny or Small rat, a Medium rat-humanoid hybrid, or back into its true form, which is Humanoid. Its statistics, other than its size and speed, 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."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Heightened Smell",
                    "desc": "The wererat's Perception is 17 when perceiving by smell."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The wererat has advantage on attack rolls against a creature if at least one of the wererat'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_wererat/"
        },
        {
            "slug": "wererat-a5e",
            "desc": "",
            "name": "Wererat",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 12,
            "armor_desc": "",
            "hit_points": 33,
            "hit_dice": "6d8+6",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "perception": 2,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "damage from nonmagical, non-silvered weapons",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft. (rat or hybrid form only), passive Perception 12",
            "languages": "Common",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Shortsword (Humanoid or Hybrid Form Only)",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage  or 12 (3d6 + 2) piercing damage if the attack is made with advantage."
                },
                {
                    "name": "Hand Crossbow (Humanoid or Hybrid Form Only)",
                    "desc": "Melee or Ranged Weapon Attack: +4 to hit, range 30/120 ft., one target. Hit: 5 (1d6 + 2) piercing damage  or 12 (3d6 + 2) piercing damage if the attack is made with advantage."
                },
                {
                    "name": "Bite (Rat or Hybrid Form Only)",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage. If the target is a humanoid  it makes a DC 11 Constitution saving throw. On a failure  it is cursed with wererat lycanthropy."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shapeshift",
                    "desc": "The wererat changes its form to a giant rat, a rat-humanoid hybrid, or into its true form, which is a humanoid. While shapeshifted, its statistics are unchanged. It can't speak in rat form. Its equipment is not transformed. It reverts to its true form if it dies."
                },
                {
                    "name": "Frenzied Bite (While Bloodied",
                    "desc": "The wererat makes a bite attack."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Smell",
                    "desc": "The wererat has advantage on Perception checks that rely on smell."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The wererat has advantage on attack rolls against a creature if at least one of the wererats allies is within 5 feet of the creature and not incapacitated."
                },
                {
                    "name": "Wolfsbane",
                    "desc": "Lycanthropes are repelled by the wolfsbane flower. A lycanthrope in hybrid or beast form is poisoned while within 10 feet of a living or dried wolfsbane flower that it can smell. If wolfsbane is applied to a weapon or ammunition, lycanthropes are damaged by the weapon as if it were silver. An application of wolfsbane lasts for 1 hour."
                }
            ],
            "spell_list": [],
            "page_no": 314,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_wererat/"
        },
        {
            "slug": "wererat",
            "desc": "",
            "name": "Wererat",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "human",
            "group": "Lycanthropes",
            "alignment": "lawful evil",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 33,
            "hit_dice": "6d8+6",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 15,
            "constitution": 12,
            "intelligence": 11,
            "wisdom": 10,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "condition_immunities": "",
            "senses": "darkvision 60 ft. (rat form only), passive Perception 12",
            "languages": "Common (can't speak in rat form)",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack (Humanoid or Hybrid Form Only)",
                    "desc": "The wererat makes two attacks, only one of which can be a bite."
                },
                {
                    "name": "Bite (Rat or Hybrid Form Only).",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage. If the target is a humanoid, it must succeed on a DC 11 Constitution saving throw or be cursed with wererat lycanthropy.",
                    "attack_bonus": 4,
                    "damage_dice": "1d4",
                    "damage_bonus": 2
                },
                {
                    "name": "Shortsword (Humanoid or Hybrid Form Only)",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6",
                    "damage_bonus": 2
                },
                {
                    "name": "Hand Crossbow (Humanoid or Hybrid Form Only)",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 30/120 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6",
                    "damage_bonus": 2
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Shapechanger",
                    "desc": "The wererat can use its action to polymorph into a rat-humanoid hybrid or into a giant rat, or back into its true form, which is humanoid. Its statistics, other than its size, are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies."
                },
                {
                    "name": "Keen Smell",
                    "desc": "The wererat has advantage on Wisdom (Perception) checks that rely on smell."
                }
            ],
            "spell_list": [],
            "page_no": 327,
            "environments": [
                "Urban",
                "Sewer",
                "Forest",
                "Ruin",
                "Feywild",
                "Shadowfell",
                "Caverns",
                "Settlement"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_wererat/"
        },
        {
            "slug": "wereowl",
            "desc": "This feathered humanoid has piercing eyes, larger than normal for a humanoid’s head, set around a sharp beak. Wings spread from its arms, and its feet end in wicked talons._  \nA wereowl is a hybrid creature usually in service to a powerful creature with dominion over flying creatures. The affinity between owls and elves means that most wereowls are elves, rather than the humans typical among other lycanthropes. The wereowl possesses the keen eyesight that is common to owls, as well as the birds’ preternatural ability to fly silently. Its appetite tends toward its avian nature, and it feasts on rodents and other small mammals, usually raw and directly after a successful hunt. Its attitudes toward rodents extends to wererats and rodentlike creatures, such as ratfolk, and it often prefers to attack such creatures to the exclusion of other foes.",
            "name": "Wereowl",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "elf, shapechanger",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 117,
            "hit_dice": "18d8+36",
            "speed": {
                "walk": 30
            },
            "strength": 15,
            "dexterity": 16,
            "constitution": 15,
            "intelligence": 10,
            "wisdom": 13,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 7,
            "skills": {
                "perception": 7,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 17",
            "languages": "Common (can’t speak in owl form), Giant Owl (can’t speak in humanoid form)",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "In owl form, the wereowl makes two talon attacks. In humanoid form, it makes three shortbow or shortsword attacks. In hybrid form, it can attack like an owl or a humanoid."
                },
                {
                    "name": "Shortsword (Humanoid or Hybrid Form Only)",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "1d6+3"
                },
                {
                    "name": "Talon (Hybrid or Owl Form Only)",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 9 (2d6 + 2) slashing damage. If the target is a humanoid, it must succeed on a DC 13 Constitution saving throw or be cursed with wereowl lycanthropy.",
                    "attack_bonus": 5,
                    "damage_dice": "2d6+2"
                },
                {
                    "name": "Shortbow (Humanoid or Hybrid Form Only)",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 80/320 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "1d6+3"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Flyby",
                    "desc": "The wereowl doesn't provoke opportunity attacks when it flies out of an enemy's reach."
                },
                {
                    "name": "Keen Hearing and Sight",
                    "desc": "The wereowl has advantage on Wisdom (Perception) checks that rely on hearing or sight."
                },
                {
                    "name": "Shapechanger",
                    "desc": "The wereowl can use its action to polymorph into an owl-humanoid hybrid or into a giant owl, or back into its true form, which is humanoid. Its statistics, other than its size, are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies."
                },
                {
                    "name": "Silent Flight (Hybrid or Owl Form Only)",
                    "desc": "The wereowl has advantage on Dexterity (Stealth) checks when it flies."
                }
            ],
            "spell_list": [],
            "page_no": 194,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_wereowl/"
        },
        {
            "slug": "werehyena",
            "desc": "",
            "name": "Werehyena",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "gnoll, shapechanger",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 13,
            "armor_desc": "in gnoll form, 14 (natural armor) in hyena or hybrid form",
            "hit_points": 58,
            "hit_dice": "9d8+18",
            "speed": {
                "walk": 30
            },
            "strength": 11,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 11,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "bludgeoning, piercing, and slashing from nonmagical attacks not made with silver",
            "condition_immunities": "",
            "senses": "passive Perception 12",
            "languages": "Gnoll (can't speak in hyena form)",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "desc": "The werehyena makes two attacks: one with its bite and one with its claws or scimitar.",
                    "name": "Multiattack (Gnoll or Hybrid Form Only)"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d8+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) piercing damage. If the target is humanoid, it must succeed on a DC 12 Constitution saving throw or be cursed with werehyena lycanthropy.",
                    "name": "Bite (Hyena or Hybrid Form Only)"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "2d4+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) slashing damage.",
                    "name": "Claws (Hybrid Form Only)"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d8+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) slashing damage.",
                    "name": "Scimitar (Gnoll or Hybrid Form Only)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The werehyena has advantage on Wisdom (Perception) checks that rely on hearing or smell.",
                    "name": "Keen Hearing and Smell"
                },
                {
                    "desc": "The werehyena can use its action to polymorph into a hyena-gnoll hybrid or into a hyena, or back into its true gnoll form. Its statistics, other than AC, are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.",
                    "name": "Shapechanger"
                }
            ],
            "spell_list": [],
            "page_no": 259,
            "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_werehyena/"
        },
        {
            "slug": "wereboar_bf",
            "desc": "",
            "name": "Wereboar",
            "size": "medium",
            "type": "Humanoid",
            "subtype": "Lycanthrope",
            "group": "Lycanthropes",
            "alignment": "",
            "armor_class": 10,
            "armor_desc": "n humanoid form, 11 (natural armor) in boar or hybrid for",
            "hit_points": 100,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 20,
            "dexterity": 10,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 8,
            "strength_save": 5,
            "dexterity_save": 0,
            "constitution_save": 2,
            "intelligence_save": 0,
            "wisdom_save": 0,
            "charisma_save": -1,
            "perception": 12,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "Common (can't speak in boar form)",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack (Humanoid or Hybrid Form Only)",
                    "desc": "The wereboar makes three Maul or Slam attacks. It can replace one attack with a Tusks attack, provided it is in the appropriate form. If two Maul or Slam attacks hit one creature, the target must succeed on a DC 13 STR save or be knocked prone."
                },
                {
                    "name": "Maul (Humanoid or Hybrid Form Only)",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) bludgeoning damage."
                },
                {
                    "name": "Slam (Boar or Hybrid Form Only)",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) bludgeoning damage."
                },
                {
                    "name": "Tusks (Boar or Hybrid Form Only)",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) slashing damage. If the target is a Humanoid, it must succeed on a DC 12 CON save or be cursed with the wereboar lycanthropy curse (see Curse of Lycanthropy sidebar)."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Challenging Snort (Boar or Hybrid Form Only)",
                    "desc": "The wereboar snorts and stomps its feet at a creature it can see within 30 feet of it. The target must succeed on a DC 13 WIS save or be frightened until the end of its next turn and have disadvantage on the next save it makes against being knocked prone by the wereboar."
                },
                {
                    "name": "Change Shape",
                    "desc": "The wereboar transforms into a Medum or Large boar, a Medium boar-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."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Charge (Boar or Hybrid Form Only)",
                    "desc": "If the wereboar moves at least 15 feet straight toward a target and then hits it with a Slam or Tusks attack on the same turn, the target takes an extra 7 (2d6) damage of the weapon's type. If the target is a creature, it must succeed on a DC 13 STR save or be knocked prone."
                },
                {
                    "name": "Relentless (Recharges after a Short or Long Rest)",
                    "desc": "If the wereboar takes 14 damage or less that would reduce it to 0 HP, it is reduced to 1 HP instead."
                }
            ],
            "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_wereboar/"
        },
        {
            "slug": "wereboar-a5e",
            "desc": "",
            "name": "Wereboar",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 12,
            "armor_desc": "",
            "hit_points": 78,
            "hit_dice": "12d8+24",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 10,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "damage from nonmagical, non-silvered weapons",
            "condition_immunities": "",
            "senses": "passive Perception 12",
            "languages": "Common",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack (Humanoid or Hybrid Form Only)",
                    "desc": "The wereboar makes two attacks  only one of which can be with its tusks."
                },
                {
                    "name": "Maul (Humanoid or Hybrid Form Only)",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) bludgeoning damage."
                },
                {
                    "name": "Tusks (Boar or Hybrid Form Only)",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) slashing damage. If the boar moves at least 20 feet straight towards the target before the attack  the attack deals an extra 7 (2d6) slashing damage. If the target is a creature  it makes a DC 13 Strength saving throw  falling prone on a failure. If the target is a humanoid  it makes a DC 12 Constitution saving throw. On a failure  it is cursed with wereboar lycanthropy."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shapeshift",
                    "desc": "The wereboar changes its form to a boar, a boar-humanoid hybrid, or into its true form, which is a humanoid. While shapeshifted, its statistics are unchanged. It can't speak in boar form. Its equipment is not transformed. It reverts to its true form if it dies."
                },
                {
                    "name": "Frenzied Tusks (While Bloodied",
                    "desc": "The wereboar attacks with its tusks."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Relentless (1/Day)",
                    "desc": "If the wereboar takes 14 or less damage that would reduce it to 0 hit points, it is instead reduced to 1 hit point."
                },
                {
                    "name": "Wolfsbane",
                    "desc": "Lycanthropes are repelled by the wolfsbane flower. A lycanthrope in hybrid or beast form is poisoned while within 10 feet of a living or dried wolfsbane flower that it can smell. If wolfsbane is applied to a weapon or ammunition, lycanthropes are damaged by the weapon as if it were silver. An application of wolfsbane lasts for 1 hour."
                }
            ],
            "spell_list": [],
            "page_no": 313,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_wereboar/"
        },
        {
            "slug": "wereboar",
            "desc": "",
            "name": "Wereboar",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "human",
            "group": "Lycanthropes",
            "alignment": "neutral evil",
            "armor_class": 10,
            "armor_desc": "10 in humanoid form, 11 (natural armor) in boar or hybrid form",
            "hit_points": 78,
            "hit_dice": "12d8+24",
            "speed": {
                "notes": "40 ft. in boar form",
                "walk": 30
            },
            "strength": 17,
            "dexterity": 10,
            "constitution": 15,
            "intelligence": 10,
            "wisdom": 11,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "condition_immunities": "",
            "senses": "passive Perception 12",
            "languages": "Common (can't speak in boar form)",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack (Humanoid or Hybrid Form Only)",
                    "desc": "The wereboar makes two attacks, only one of which can be with its tusks."
                },
                {
                    "name": "Maul (Humanoid or Hybrid Form Only)",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) bludgeoning damage.",
                    "attack_bonus": 5,
                    "damage_dice": "2d6",
                    "damage_bonus": 3
                },
                {
                    "name": "Tusks (Boar or Hybrid Form Only)",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) slashing damage. If the target is a humanoid, it must succeed on a DC 12 Constitution saving throw or be cursed with wereboar lycanthropy.",
                    "attack_bonus": 5,
                    "damage_dice": "2d6",
                    "damage_bonus": 3
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Shapechanger",
                    "desc": "The wereboar can use its action to polymorph into a boar-humanoid hybrid or into a boar, or back into its true form, which is humanoid. Its statistics, other than its 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": "Charge (Boar or Hybrid Form Only)",
                    "desc": "If the wereboar moves at least 15 feet straight toward a target and then hits it with its tusks on the same turn, the target takes an extra 7 (2d6) slashing damage. If the target is a creature, it must succeed on a DC 13 Strength saving throw or be knocked prone.",
                    "attack_bonus": 0,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Relentless (Recharges after a Short or Long Rest)",
                    "desc": "If the wereboar takes 14 damage or less that would reduce it to 0 hit points, it is reduced to 1 hit point instead."
                }
            ],
            "spell_list": [],
            "page_no": 327,
            "environments": [
                "Hill",
                "Grassland",
                "Forest",
                "Jungle",
                "Hills",
                "Shadowfell",
                "Feywild",
                "Settlement"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_wereboar/"
        },
        {
            "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": "werebear-a5e",
            "desc": "",
            "name": "Werebear",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 11,
            "armor_desc": "",
            "hit_points": 135,
            "hit_dice": "18d8+54",
            "speed": {
                "walk": 30,
                "climb": 30
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "damage from nonmagical, non-silvered weapons",
            "condition_immunities": "",
            "senses": "passive Perception 16",
            "languages": "Common",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The werebear makes two claw attacks  two greataxe attacks  or two handaxe attacks."
                },
                {
                    "name": "Greataxe (Humanoid or Hybrid Form Only)",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 10 (1d12 + 4) slashing damage."
                },
                {
                    "name": "Handaxe (Humanoid or Hybrid Form Only)",
                    "desc": "Melee or Ranged Weapon Attack: +7 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 7 (1d6 + 4) slashing damage."
                },
                {
                    "name": "Claw (Bear or Hybrid Form Only)",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 10 (1d12 + 4) slashing damage. If the target is a Medium or smaller creature  it is grappled (escape DC 15). Until this grapple ends  the werebear can't use its greataxe and can't attack a different target with its claw."
                },
                {
                    "name": "Bite (Bear or Hybrid Form Only)",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) piercing damage. If the target is a humanoid  it makes a DC 14 Constitution saving throw. On a failure  it is cursed with werebear lycanthropy."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shapeshift",
                    "desc": "The werebear changes its form to a Large bear, a Large bear-humanoid hybrid, or into its true form, which is a humanoid. While shapeshifted, its statistics are unchanged except for its size. It can't speak in bear form. Its equipment is not transformed. It reverts to its true form if it dies."
                },
                {
                    "name": "Frenzied Bite (While Bloodied",
                    "desc": "The werebear makes a bite attack."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Smell",
                    "desc": "The werebear has advantage on Perception checks that rely on smell."
                },
                {
                    "name": "Wolfsbane",
                    "desc": "Lycanthropes are repelled by the wolfsbane flower. A lycanthrope in hybrid or beast form is poisoned while within 10 feet of a living or dried wolfsbane flower that it can smell. If wolfsbane is applied to a weapon or ammunition, lycanthropes are damaged by the weapon as if it were silver. An application of wolfsbane lasts for 1 hour."
                }
            ],
            "spell_list": [],
            "page_no": 312,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_werebear/"
        },
        {
            "slug": "werebear",
            "desc": "",
            "name": "Werebear",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "human",
            "group": "Lycanthropes",
            "alignment": "neutral good",
            "armor_class": 10,
            "armor_desc": "10 in humanoid form, 11 (natural armor) in bear and hybrid form",
            "hit_points": 135,
            "hit_dice": "18d8+54",
            "speed": {
                "notes": "40 ft., climb 30 ft. in bear or hybrid form",
                "walk": 30
            },
            "strength": 19,
            "dexterity": 10,
            "constitution": 17,
            "intelligence": 11,
            "wisdom": 12,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 7,
            "skills": {
                "perception": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "condition_immunities": "",
            "senses": "passive Perception 17",
            "languages": "Common (can't speak in bear form)",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "In bear form, the werebear makes two claw attacks. In humanoid form, it makes two greataxe attacks. In hybrid form, it can attack like a bear or a humanoid."
                },
                {
                    "name": "Bite (Bear or Hybrid Form Only)",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 15 (2d10 + 4) piercing damage. If the target is a humanoid, it must succeed on a DC 14 Constitution saving throw or be cursed with were bear lycanthropy.",
                    "attack_bonus": 7,
                    "damage_dice": "2d10",
                    "damage_bonus": 4
                },
                {
                    "name": "Claw (Bear or Hybrid Form Only)",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) slashing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d8",
                    "damage_bonus": 4
                },
                {
                    "name": "Greataxe (Humanoid or Hybrid Form Only)",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 10 (1d12 + 4) slashing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "1d12",
                    "damage_bonus": 4
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Shapechanger",
                    "desc": "The werebear can use its action to polymorph into a Large bear-humanoid hybrid or into a Large bear, or back into its true form, which is humanoid. Its statistics, other than its size 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": "Keen Smell",
                    "desc": "The werebear has advantage on Wisdom (Perception) checks that rely on smell."
                }
            ],
            "spell_list": [],
            "page_no": 326,
            "environments": [
                "Hill",
                "Mountains",
                "Tundra",
                "Forest",
                "Arctic",
                "Hills",
                "Feywild",
                "Shadowfell",
                "Settlement"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_werebear/"
        },
        {
            "slug": "werebat",
            "desc": "",
            "name": "Werebat",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "human, shapechanger",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 13,
            "armor_desc": "in humanoid form, 14 (natural armor) in bat or hybrid form",
            "hit_points": 66,
            "hit_dice": "12d8+12",
            "speed": {
                "fly": 50,
                "walk": 30
            },
            "strength": 12,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "bludgeoning, piercing, and slashing from nonmagical attacks not made with silver",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., passive Perception 13",
            "languages": "Common (can't speak in bat form)",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "desc": "In humanoid form, the werebat makes two mace attacks. In hybrid form, it makes two attacks: one with its bite and one with its claws or mace.",
                    "name": "Multiattack (Humanoid or Hybrid Form Only)"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "2d4+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 7 (2d4 + 2) piercing damage. If the target is a humanoid, it must succeed on a DC 14 Constitution saving throw or be cursed with werebat lycanthropy.",
                    "name": "Bite (Bat or Hybrid Form Only)"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d6+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 5 (1d6 + 2) slashing damage.",
                    "name": "Claws (Hybrid Form Only)"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d6+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 5 (1d6 + 2) bludgeoning damage.",
                    "name": "Mace (Humanoid Form Only)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The werebat can't use its blindsight while deafened.",
                    "name": "Echolocation"
                },
                {
                    "desc": "The werebat has advantage on Wisdom (Perception) checks that rely on hearing.",
                    "name": "Keen Hearing"
                },
                {
                    "desc": "The werebat can use its action to polymorph into a bat-humanoid hybrid or into a Medium-sized bat, or back into its true form, which is humanoid. Its statistics, other than its AC, are the same in each form with the exception that only its true and bat forms retain its flying speed. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.",
                    "name": "Shapechanger"
                },
                {
                    "desc": "While in sunlight, the werebat has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight.",
                    "name": "Sunlight Sensitivity"
                }
            ],
            "spell_list": [],
            "page_no": 258,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_werebat/"
        },
        {
            "slug": "wendigo",
            "desc": "",
            "name": "Wendigo",
            "size": "Medium",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 150,
            "hit_dice": "20d8+60",
            "speed": {
                "walk": 40
            },
            "strength": 21,
            "dexterity": 18,
            "constitution": 16,
            "intelligence": 11,
            "wisdom": 16,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 7,
            "skills": {
                "athletics": 9,
                "perception": 7,
                "stealth": 8,
                "survival": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "cold, fire",
            "condition_immunities": "exhaustion, stunned",
            "senses": "darkvision 120 ft., passive Perception 17",
            "languages": "Common",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "desc": "The wendigo makes three attacks: two with its icy claw and one with its bite. Alternatively, it uses its Frozen Spittle twice.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 9,
                    "damage_dice": "2d6+5",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) slashing damage and 14 (4d6) cold damage.",
                    "name": "Icy Claw"
                },
                {
                    "attack_bonus": 9,
                    "damage_dice": "2d8+5",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) piercing damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "8d6",
                    "desc": "Ranged Spell Attack: +7 to hit, range 100 ft., one target. Hit: 28 (8d6) cold damage, and the target must succeed on a DC 16 Dexterity saving throw or be restrained until the end of its next turn.",
                    "name": "Frozen Spittle"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "A creature that starts its turn within 10 feet of the wendigo must succeed on a DC 15 Constitution saving throw or be paralyzed by gnawing cold and crippling hunger for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the wendigo's Aura of Starvation for the next 24 hours.",
                    "name": "Aura of Starvation"
                },
                {
                    "desc": "The wendigo has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                }
            ],
            "spell_list": [],
            "page_no": 377,
            "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_wendigo/"
        },
        {
            "slug": "weirding-scroll",
            "desc": "",
            "name": "Weirding Scroll",
            "size": "Tiny",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 10,
            "armor_desc": null,
            "hit_points": 27,
            "hit_dice": "6d4+12",
            "speed": {
                "fly": 10,
                "walk": 0
            },
            "strength": 1,
            "dexterity": 10,
            "constitution": 15,
            "intelligence": 16,
            "wisdom": 10,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 2,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "deception": 5
            },
            "damage_vulnerabilities": "fire",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "blinded, charmed, deafened, frightened, paralyzed, petrified, poisoned",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive perception 10",
            "languages": "all, telepathy 120 ft.",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "desc": "A weirding scroll beguiles one humanoid that it can see within 30 feet. The target must succeed on a DC 13 Wisdom saving throw or be charmed for 1 hour. The charmed creature obeys the telepathic commands of the weirding scroll to the best of its ability. This action works like the dominate person spell, except the weirding scroll doesn't need to concentrate to maintain the domination, and it can't take total and precise control of the target. The weirding scroll can have only one humanoid under its control at one time. If it dominates another, the effect on the previous target ends.",
                    "name": "Dominate"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d6",
                    "desc": "Melee Spell Attack: +5 to hit, reach 10 ft., one target. Hit: 3 (1d6) psychic damage plus 3 (1d6) radiant damage.",
                    "name": "Tendril of Light"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The weirding scroll is incapacitated while in the area of an antimagic field. If targeted by dispel magic, the weirding scroll must succeed on a Constitution saving throw against the caster's spell save DC or fall unconscious for 1 minute.",
                    "name": "Antimagic Susceptibility"
                },
                {
                    "desc": "While the weirding scroll remains motionless, it is indistinguishable from a normal scroll.",
                    "name": "False Appearance"
                }
            ],
            "spell_list": [],
            "page_no": 376,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_weirding-scroll/"
        }
    ]
}