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

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

{
    "count": 3207,
    "next": "https://api.open5e.com/monsters/?format=api&ordering=-condition_immunities&page=63",
    "previous": "https://api.open5e.com/monsters/?format=api&ordering=-condition_immunities&page=61",
    "results": [
        {
            "slug": "young-black-dragon-a5e",
            "desc": "",
            "name": "Young Black Dragon",
            "size": "Large",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 18,
            "armor_desc": "",
            "hit_points": 144,
            "hit_dice": "17d10+51",
            "speed": {
                "walk": 40,
                "fly": 80,
                "swim": 40
            },
            "strength": 18,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 12,
            "wisdom": 12,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 6,
            "perception": null,
            "skills": {
                "history": 5,
                "perception": 5,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "acid",
            "condition_immunities": "",
            "senses": "blindsight 30 ft., darkvision 120 ft., passive Perception 18",
            "languages": "Common, Draconic",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 20 (3d10 + 4) piercing damage plus 4 (1d8) acid damage. Instead of dealing piercing damage  the dragon can grapple the target (escape DC 16)  and a Medium or smaller creature grappled in this way is restrained. While grappling a creature  the dragon can't bite another creature."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) slashing damage."
                },
                {
                    "name": "Acid Breath (Recharge 5-6)",
                    "desc": "The dragon exhales sizzling acid in a 40-foot-long  5-foot-wide line. Each creature in that area makes a DC 15 Dexterity saving throw  taking 45 (10d8) acid damage on a failed save or half damage on a success. A creature that fails the save is blinded until the end of its next turn."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Ambusher",
                    "desc": "When submerged in water, the dragon has advantage on Stealth checks. If the dragon hits a creature that can't see it with its bite, it can deal piercing damage and grapple the target simultaneously."
                },
                {
                    "name": "Amphibious",
                    "desc": "The dragon can breathe air and water."
                },
                {
                    "name": "Ruthless (1/Round)",
                    "desc": "After scoring a critical hit on its turn, the dragon can immediately make one claw attack."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dragons spellcasting ability is Charisma (save DC 14). It can innately cast the following spells, requiring no material components. 3/day each:fog cloud, pass without trace"
                }
            ],
            "spell_list": [],
            "page_no": 103,
            "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_young-black-dragon/"
        },
        {
            "slug": "young-blue-dragon-a5e",
            "desc": "",
            "name": "Young Blue Dragon",
            "size": "Large",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 18,
            "armor_desc": "",
            "hit_points": 152,
            "hit_dice": "16d10+64",
            "speed": {
                "walk": 40,
                "burrow": 20,
                "fly": 80,
                "swim": 20
            },
            "strength": 20,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 14,
            "wisdom": 12,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 7,
            "perception": null,
            "skills": {
                "perception": 5,
                "stealth": 4,
                "survival": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "lightning",
            "condition_immunities": "",
            "senses": "blindsight 30 ft., tremorsense 30 ft., darkvision 120 ft., passive Perception 18",
            "languages": "Common, Draconic",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 21 (3d10 + 5) piercing damage plus 4 (1d8) lightning damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) slashing damage."
                },
                {
                    "name": "Lightning Breath (Recharge 5-6)",
                    "desc": "The dragon exhales a 60-foot-long  5-foot-wide line of lightning. Each creature in that area makes a DC 16 Dexterity saving throw  taking 44 (8d10) lightning damage on a failed save or half damage on a success. A creature that fails the save can't take reactions until the end of its next turn."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Desert Farer",
                    "desc": "The dragon ignores difficult terrain or obscurement caused by sand or gravel, even while flying. Additionally, it ignores the effects of extreme heat."
                },
                {
                    "name": "Dune Splitter",
                    "desc": "The dragon can remain submerged in sand and gravel for up to 4 hours. It has advantage on Stealth checks to hide in this way."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dragons spellcasting ability is Charisma (save DC 15). It can innately cast the following spells, requiring no material components. 3/day each:blur, silent image"
                }
            ],
            "spell_list": [],
            "page_no": 108,
            "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_young-blue-dragon/"
        },
        {
            "slug": "young-brass-dragon-a5e",
            "desc": "",
            "name": "Young Brass Dragon",
            "size": "Large",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "",
            "hit_points": 153,
            "hit_dice": "18d10+54",
            "speed": {
                "walk": 40,
                "burrow": 20,
                "fly": 80
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 16,
            "intelligence": 16,
            "wisdom": 12,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 6,
            "perception": null,
            "skills": {
                "arcana": 7,
                "history": 7,
                "nature": 7,
                "perception": 5,
                "persuasion": 6,
                "religion": 7,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "blindsight 30 ft., darkvision 120 ft., passive Perception 18",
            "languages": "Common, Draconic, one more",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks with its bite and twice with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 20 (3d10 + 4) piercing damage plus 4 (1d8) fire damage."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) slashing damage."
                },
                {
                    "name": "Breath Weapons (Recharge 5-6)",
                    "desc": "The dragon uses one of the following breath weapons:"
                },
                {
                    "name": "Molten Breath",
                    "desc": "The dragon exhales molten glass in a 40-foot-long  5-foot-wide line. Each creature in the area makes a DC 15 Dexterity saving throw  taking 38 (11d6) fire damage on a failed save or half damage on a success."
                },
                {
                    "name": "Sleep Breath",
                    "desc": "The dragon exhales sleep gas in a 30-foot cone. Each creature in the area makes a DC 15 Constitution saving throw. On a failure  a creature falls unconscious for 10 minutes or until it takes damage or someone uses an action to wake it."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Self-Sufficient",
                    "desc": "The brass dragon can subsist on only a quart of water and a pound of food per day."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dragons spellcasting ability is Charisma (save DC 14). It can innately cast the following spells, requiring no material components. 3/day each:comprehend languages,"
                }
            ],
            "spell_list": [],
            "page_no": 157,
            "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_young-brass-dragon/"
        },
        {
            "slug": "young-bronze-dragon-a5e",
            "desc": "",
            "name": "Young Bronze Dragon",
            "size": "Large",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "",
            "hit_points": 152,
            "hit_dice": "16d10+64",
            "speed": {
                "walk": 40,
                "fly": 80,
                "swim": 60
            },
            "strength": 20,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 14,
            "wisdom": 12,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 7,
            "perception": null,
            "skills": {
                "insight": 5,
                "perception": 5,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "lightning",
            "condition_immunities": "",
            "senses": "blindsight 30 ft., darkvision 120 ft., passive Perception 18",
            "languages": "Common, Draconic",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks with its bite and twice with its claws. In place of its bite  it can use Lightning Pulse."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 23 (3d10 + 7) piercing damage plus 4 (1d8) lightning damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 20 (3d8 + 7) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 15 ft., one target. Hit: 20 (3d8 + 7) bludgeoning damage  and the dragon pushes the target 10 feet away."
                },
                {
                    "name": "Trident (Humanoid Form Only)",
                    "desc": "Melee or Ranged Weapon Attack: +13 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 10 (1d6 + 7) piercing damage."
                },
                {
                    "name": "Lightning Pulse",
                    "desc": "The dragon targets one creature within 60 feet  forcing it to make a DC 20 Dexterity saving throw. The creature takes 22 (4d10) lightning damage on a failure or half damage on a success. If the initial target is touching a body of water  all other creatures within 20 feet of it and touching the same body of water must also make the saving throw against this damage."
                },
                {
                    "name": "Breath Weapons (Recharge 5-6)",
                    "desc": "The dragon uses one of the following breath weapons:"
                },
                {
                    "name": "Lightning Breath",
                    "desc": "The dragon exhales lightning in a 90-foot-long  5-foot-wide line. Each creature in the area makes a DC 20 Dexterity saving throw  taking 69 (13d10) lightning damage on a failed save or half damage on a success. A creature that fails the saving throw can't take reactions until the end of its next turn."
                },
                {
                    "name": "Ocean Surge",
                    "desc": "The dragon exhales a torrent of seawater in a 30-foot cone. Each creature in the area makes a DC 20 Strength saving throw. A creature that fails is pushed 30 feet away from the dragon and knocked prone  while one that succeeds is pushed only 15 feet away."
                },
                {
                    "name": "Change Shape",
                    "desc": "The dragon magically takes the shape of a humanoid or beast  or changes back into its true form. It reverts to its true form if it dies. Any equipment it is wearing or carrying is absorbed or borne by the new form (dragons choice). In the new form  the dragons stats are unchanged except for its size. It can't use Lightning Pulse  Breath Weapons  Tail Attack  or Wing Attack except in dragon form. In beast form  it can attack only with its bite and claws  if appropriate to its form. If the beast form is Large or smaller  the reach of these attacks is reduced to 5 feet. In humanoid form  it can attack only with its trident."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Tail Attack",
                    "desc": "When a creature the dragon can see within 10 feet hits the dragon with a melee attack, the dragon makes a tail attack against it."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Roar",
                    "desc": "Each creature of the dragons choice within 120 feet that can hear it makes a DC 18 Charisma saving throw. On a failure, it is frightened for 1 minute. A creature repeats the saving throw at the end of its turns, ending the effect on itself on a success. When it succeeds on a saving throw or the effect ends for it, it is immune to Roar for 24 hours."
                },
                {
                    "name": "Wing Attack",
                    "desc": "The dragon beats its wings. Each creature within 15 feet makes a DC 21 Dexterity saving throw. On a failure, it is pushed 10 feet away and knocked prone. The dragon can then fly up to half its fly speed."
                },
                {
                    "name": "Foresight (Costs 2 Actions)",
                    "desc": "The dragon focuses on the many sprawling futures before it and predicts what will come next. Attacks against it are made with disadvantage until the start of its next turn."
                }
            ],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The dragon can breathe air and water."
                },
                {
                    "name": "Oracle of the Coast",
                    "desc": "The dragon can accurately predict the weather up to 7 days in advance and is never considered surprised while conscious."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dragons spellcasting ability is Charisma (save DC 15). It can innately cast the following spells, requiring no material components. 3/day each:fog cloud, speak with animals"
                }
            ],
            "spell_list": [],
            "page_no": 162,
            "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_young-bronze-dragon/"
        },
        {
            "slug": "young-copper-dragon-a5e",
            "desc": "",
            "name": "Young Copper Dragon",
            "size": "Large",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "",
            "hit_points": 144,
            "hit_dice": "17d10+51",
            "speed": {
                "walk": 40,
                "climb": 40,
                "fly": 80
            },
            "strength": 18,
            "dexterity": 12,
            "constitution": 16,
            "intelligence": 16,
            "wisdom": 12,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 6,
            "perception": null,
            "skills": {
                "deception": 6,
                "perception": 5,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "acid",
            "condition_immunities": "",
            "senses": "blindsight 30 ft., darkvision 120 ft., passive Perception 15",
            "languages": "Common, Draconic",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks with its bite and twice with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 15 (3d10 + 4) piercing damage plus 4 (1d8) acid damage."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) slashing damage."
                },
                {
                    "name": "Breath Weapons (Recharge 5-6)",
                    "desc": "The dragon uses one of the following breath weapons:"
                },
                {
                    "name": "Acid Breath",
                    "desc": "The dragon exhales acid in a 40-foot-long  5-foot wide-line. Each creature in the area makes a DC 15 Dexterity saving throw  taking 45 (10d8) acid damage on a failed save or half damage on a success."
                },
                {
                    "name": "Slowing Breath",
                    "desc": "The dragon exhales toxic gas in a 30-foot cone. Each creature in the area makes a DC 15 Constitution saving throw  becoming slowed for 1 minute on a failure. A creature repeats the saving throw at the end of each of its turns  ending the effect on itself on a success."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Flow Within the Mountain",
                    "desc": "The dragon has advantage on Stealth checks made to hide in mountainous regions."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dragons spellcasting ability is Charisma (save DC 15). It can innately cast the following spells, requiring no material components. 3/day each:hideous laughter, suggestion"
                }
            ],
            "spell_list": [],
            "page_no": 167,
            "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_young-copper-dragon/"
        },
        {
            "slug": "young-gold-dragon-a5e",
            "desc": "",
            "name": "Young Gold Dragon",
            "size": "Large",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 18,
            "armor_desc": "",
            "hit_points": 157,
            "hit_dice": "15d10+75",
            "speed": {
                "walk": 40,
                "fly": 80,
                "swim": 40
            },
            "strength": 22,
            "dexterity": 14,
            "constitution": 20,
            "intelligence": 16,
            "wisdom": 12,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 9,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 9,
            "perception": null,
            "skills": {
                "insight": 5,
                "perception": 5,
                "persuasion": 9,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "blindsight 30 ft., darkvision 120 ft., passive Perception 18",
            "languages": "Common, Draconic",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks with its bite and twice with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 22 (3d10 + 6) piercing damage plus 4 (1d8) fire damage."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 15 (2d8 + 6) slashing damage."
                },
                {
                    "name": "Breath Weapons (Recharge 5-6)",
                    "desc": "The dragon uses one of the following breath weapons:"
                },
                {
                    "name": "Molten Breath",
                    "desc": "The dragon exhales molten gold in a 30-foot cone. Each creature in the area makes a DC 17 Dexterity saving throw  taking 49 (9d10) fire damage on a failed save or half damage on a success."
                },
                {
                    "name": "Weakening Breath",
                    "desc": "The dragon exhales gas in a 30-foot cone. Each creature in the area must succeed on a DC 17 Constitution saving throw or suffer disadvantage on weapon attack rolls for 1 minute. A weakened creature repeats the saving throw at the end of each of its turns  ending the effect on a success."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Valor",
                    "desc": "Creatures of the dragons choice within 30 feet gain a +1 bonus to saving throws and are immune to the charmed and frightened conditions."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dragons spellcasting ability is Charisma (save DC 17). It can innately cast the following spells, requiring no material components. 3/day each:bless, healing word"
                }
            ],
            "spell_list": [],
            "page_no": 173,
            "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_young-gold-dragon/"
        },
        {
            "slug": "young-red-dragon-a5e",
            "desc": "",
            "name": "Young Red Dragon",
            "size": "Large",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 18,
            "armor_desc": "",
            "hit_points": 178,
            "hit_dice": "17d10+85",
            "speed": {
                "walk": 40,
                "climb": 40,
                "fly": 80
            },
            "strength": 22,
            "dexterity": 10,
            "constitution": 20,
            "intelligence": 14,
            "wisdom": 12,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": 9,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 8,
            "perception": null,
            "skills": {
                "intimidation": 8,
                "perception": 5,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "blindsight 30 ft., darkvision 120 ft., passive Perception 18",
            "languages": "Common, Draconic",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 22 (3d10 + 6) piercing damage plus 4 (1d8) fire damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 15 (2d8 + 6) slashing damage."
                },
                {
                    "name": "Fire Breath (Recharge 5-6)",
                    "desc": "The dragon exhales a blast of fire that fills a 30-foot cone. Each creature in that area makes a DC 17 Dexterity saving throw  taking 52 (15d6) fire damage on a failed save or half damage on a success. A creature that fails the saving throw also takes 5 (1d10) ongoing fire damage. While affected by this ongoing damage  it is frightened of the dragon. A creature can use an action to end the ongoing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Searing Heat",
                    "desc": "A creature that starts its turn touching the dragon, or touches it or hits it with a melee attack for the first time on a turn, takes 3 (1d6) fire damage."
                },
                {
                    "name": "Volcanic Tyrant",
                    "desc": "The dragon is immune to the effects of poisonous gases caused by volcanic environments. It also ignores difficult terrain caused by lava."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dragons spellcasting ability is Charisma (save DC 16). It can innately cast the following spells, requiring no material components. 3/day each:command, hold person"
                }
            ],
            "spell_list": [],
            "page_no": 119,
            "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_young-red-dragon/"
        },
        {
            "slug": "young-red-dragon-zombie-a5e",
            "desc": "",
            "name": "Young Red Dragon Zombie",
            "size": "Large",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 178,
            "hit_dice": "17d10+85",
            "speed": {
                "walk": 30,
                "climb": 30,
                "fly": 70
            },
            "strength": 22,
            "dexterity": 6,
            "constitution": 20,
            "intelligence": 3,
            "wisdom": 8,
            "charisma": 4,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire, poison",
            "condition_immunities": "",
            "senses": "blindsight 30 ft., darkvision 120 ft., passive Perception 9",
            "languages": "understands Common and Draconic but can't speak",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 22 (3d10 + 6) piercing damage plus 4 (1d8) fire damage."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 15 (2d8 + 6) slashing damage."
                },
                {
                    "name": "Fire Breath (Recharge 5-6)",
                    "desc": "The dragon exhales a blast of fire that fills a 30-foot cone. Each creature in that area makes a DC 17 Dexterity saving throw  taking 52 (15d6) fire damage on a failed save or half damage on a success. A creature that fails the saving throw also suffers 5 (1d10) ongoing fire damage. While affected by this ongoing damage  it is frightened of the dragon. A creature can use an action to end the ongoing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Undead Fortitude (1/Day)",
                    "desc": "If the zombie is reduced to 0 hit points by damage that isnt radiant or from a critical hit, its instead reduced to 1 hit point, falls prone, and is stunned until the end of its next turn, appearing to be dead."
                },
                {
                    "name": "Undead Nature",
                    "desc": "A zombie doesnt require air, sustenance, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 436,
            "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_young-red-dragon-zombie/"
        },
        {
            "slug": "young-silver-dragon-a5e",
            "desc": "",
            "name": "Young Silver Dragon",
            "size": "Large",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 18,
            "armor_desc": "",
            "hit_points": 157,
            "hit_dice": "15d10+75",
            "speed": {
                "walk": 40,
                "fly": 80
            },
            "strength": 22,
            "dexterity": 14,
            "constitution": 20,
            "intelligence": 14,
            "wisdom": 10,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 9,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": 8,
            "perception": null,
            "skills": {
                "arcana": 6,
                "history": 6,
                "perception": 4,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold",
            "condition_immunities": "",
            "senses": "blindsight 30 ft., darkvision 120 ft., passive Perception 17",
            "languages": "Common, Draconic",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks with its bite and twice with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 22 (3d10 + 6) piercing damage plus 4 (1d8) cold damage."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 15 (2d8 + 6) slashing damage."
                },
                {
                    "name": "Breath Weapons (Recharge 5-6)",
                    "desc": "The dragon uses one of the following breath weapons:"
                },
                {
                    "name": "Frost Breath",
                    "desc": "The dragon exhales freezing wind in a 30-foot cone. Each creature in the area makes a DC 17 Constitution saving throw  taking 40 (9d8) cold damage on a failed save or half damage on a success."
                },
                {
                    "name": "Paralyzing Breath",
                    "desc": "The dragon exhales paralytic gas in a 30-foot cone. Each creature in the area must succeed on a DC 17 Constitution saving throw or be paralyzed until the end of its next turn."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Cloud Strider",
                    "desc": "The dragon suffers no harmful effects from high altitudes."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dragons spellcasting ability is Charisma (save DC 17). It can innately cast the following spells, requiring no material components. 3/day each:charm person, faerie fire"
                }
            ],
            "spell_list": [],
            "page_no": 179,
            "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_young-silver-dragon/"
        },
        {
            "slug": "young-white-dragon-a5e",
            "desc": "",
            "name": "Young White Dragon",
            "size": "Large",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "",
            "hit_points": 152,
            "hit_dice": "16d10+64",
            "speed": {
                "walk": 40,
                "burrow": 20,
                "fly": 80,
                "swim": 40
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 8,
            "wisdom": 12,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 5,
            "perception": null,
            "skills": {
                "history": 3,
                "perception": 5,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold",
            "condition_immunities": "",
            "senses": "blindsight 30 ft., darkvision 120 ft., passive Perception 18",
            "languages": "Common, Draconic",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 20 (3d10 + 4) piercing damage plus 4 (1d8) cold damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) slashing damage."
                },
                {
                    "name": "Cold Breath (Recharge 5-6)",
                    "desc": "The dragon exhales a 30-foot cone of frost. Each creature in that area makes a DC 15 Constitution saving throw  taking 35 (10d6) 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 dragon 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."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dragons spellcasting ability is Charisma (save DC 13). It can innately cast the following spells, requiring no material components. 3/day each:animal friendship, sleet storm"
                }
            ],
            "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_young-white-dragon/"
        },
        {
            "slug": "abaasy",
            "desc": "",
            "name": "Abaasy",
            "size": "Huge",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 18,
            "armor_desc": "armor scraps, Dual Shields",
            "hit_points": 126,
            "hit_dice": "11d12+55",
            "speed": {
                "walk": 40
            },
            "strength": 20,
            "dexterity": 10,
            "constitution": 20,
            "intelligence": 9,
            "wisdom": 14,
            "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": "cold",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 15",
            "languages": "Common, Giant",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three melee attacks only one of which can be a Shield Shove. If it uses two hands to make a Spear attack it can't make an Iron Axe attack that turn."
                },
                {
                    "name": "Iron Axe",
                    "desc": "Melee Weapon Attack: +8 to hit, 10 ft., one target, 18 (3d8+5) slashing damage."
                },
                {
                    "name": "Shield Shove",
                    "desc": "Melee Weapon Attack: +8 to hit, 10 ft., one target, 15 (4d4+5) bludgeoning damage and target: DC 16 Str save or be knocked prone or pushed up to 15 ft. away from abaasy (abaasy's choice)."
                },
                {
                    "name": "Spear",
                    "desc": "Melee or Ranged Weapon Attack: +8 to hit 15 ft. or range 20/60' one target 15 (3d6+5) piercing damage or 18 (3d8+5) piercing damage if used with two hands to make a melee attack."
                },
                {
                    "name": "Eyebeam (Recharge 5-6)",
                    "desc": "Fires a beam of oscillating energy from its eye in a 90' line that is 5 ft. wide. Each creature in the line: 27 (5d10) radiant (DC 16 Dex half)."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Armored Berserker",
                    "desc": "The pain caused by the iron plates bolted to its body keep it on the edge of madness. Whenever it starts its turn with 60 hp or fewer roll a d6. On a 6 it goes berserk. While berserk has resistance to B/P/S damage. On each of its turns while berserk it attacks nearest creature it can see. If no creature is near enough to move to and attack attacks an object with preference for object smaller than itself. Once it goes berserk continues to do so until destroyed or regains all its hp."
                },
                {
                    "name": "Dual Shields",
                    "desc": "Carries two shields which together give it a +3 bonus to its AC (included in its AC)."
                },
                {
                    "name": "Poor Depth Perception",
                    "desc": "Has disadvantage on attack rolls vs. a target more than 30' away from it."
                }
            ],
            "spell_list": [],
            "page_no": 8,
            "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_abaasy/"
        },
        {
            "slug": "alabroza",
            "desc": "",
            "name": "Alabroza",
            "size": "Small",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": "",
            "hit_points": 45,
            "hit_dice": "10d6+10",
            "speed": {
                "walk": 10,
                "fly": 50
            },
            "strength": 14,
            "dexterity": 15,
            "constitution": 13,
            "intelligence": 4,
            "wisdom": 15,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 12",
            "languages": "understands Abyssal but can't speak",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Talons attacks or one Talons attack and one Draining Fangs attack."
                },
                {
                    "name": "Draining Fangs",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one creature,. 6 (1d8+2) piercing damage and the alabroza attaches to the target. While attached the alabroza doesn't attack. Instead at the start of each of the alabroza's turns the target loses 6 (1d8+2) hp due to blood loss. The alabroza can detach itself by spending 5 ft. of its movement. It does so after the target is reduced to 0 hp. A creature including the target can use its action to detach the alabroza."
                },
                {
                    "name": "Talons",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one creature,. 5 (1d6+2) slashing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Bloodthirsty",
                    "desc": "An alabroza must drink at least 1 pint of fresh blood or milk every 24 hrs or it suffers one level of exhaustion. Each pint of blood or milk the alabroza drinks removes one level of exhaustion."
                }
            ],
            "spell_list": [],
            "page_no": 13,
            "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_alabroza/"
        },
        {
            "slug": "alliumite-husker",
            "desc": "",
            "name": "Alliumite, Husker",
            "size": "Medium",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 15,
            "armor_desc": "natural armor, shield",
            "hit_points": 68,
            "hit_dice": "8d8+32",
            "speed": {
                "walk": 20,
                "burrow": 10
            },
            "strength": 15,
            "dexterity": 12,
            "constitution": 18,
            "intelligence": 9,
            "wisdom": 12,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 11",
            "languages": "Sylvan",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Gnarly Club attacks or it makes one Gnarly Club attack and uses Taunting Threat."
                },
                {
                    "name": "Gnarly Club",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 6 (1d8+2) bludgeoning damage and the target must make DC 12 Str save or be knocked prone."
                },
                {
                    "name": "Taunting Threat",
                    "desc": "The husker throws a series of rude and menacing gestures at one creature it can see within 30' of it. The target must make a DC 13 Cha save. On a failure the target takes 7 (2d6) psychic and has disadvantage on all attacks not made vs. the husker until the end of its next turn. On a success the target takes half the damage and doesn't have disadvantage on attacks not made vs. the husker."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Overpowering Stench",
                    "desc": "Each creature other than an alliumite or garlicle within 5 ft. of the alliumite when it takes damage must make DC 15 Con save or be blinded until the end of its next turn. On a successful save the creature has advantage vs. the Overpowering Stench of all alliumites for 1 min."
                },
                {
                    "name": "Plant Camouflage",
                    "desc": "Aadvantage on Dex (Stealth) checks it makes in any terrain with ample obscuring plant life."
                }
            ],
            "spell_list": [],
            "page_no": 17,
            "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_alliumite-husker/"
        },
        {
            "slug": "alliumite-rapscallion",
            "desc": "",
            "name": "Alliumite, Rapscallion",
            "size": "Small",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 38,
            "hit_dice": "7d6+14",
            "speed": {
                "walk": 30,
                "burrow": 20,
                "swim": 20
            },
            "strength": 6,
            "dexterity": 18,
            "constitution": 14,
            "intelligence": 9,
            "wisdom": 12,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 13",
            "languages": "Common, Sylvan",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Thorny Rapiers or one Thorny Rapier and one Grappelvine Whip."
                },
                {
                    "name": "Thorny Rapier",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 8 (1d8+4) piercing damage + 3 (1d6) slashing damage."
                },
                {
                    "name": "Grapplevine Whip",
                    "desc": "Melee Weapon Attack: +6 to hit, 10 ft., one target, 9 (2d4+4) slashing damage. If target is holding a weapon it must make DC 14 Str save or drop the weapon. If it is holding more than one weapon it drops only one."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Grapplevine Escape",
                    "desc": "When a creature rapscallion can see hits it with melee attack can use its whip to swing up to 20' away from attacker provided nearby terrain includes a feature it can use to swing (branch chandelier ledge mast railing or similar). This movement doesn't provoke opportunity attacks."
                },
                {
                    "name": "Pungent Retort",
                    "desc": "When a creature rapscallion can see within 60' of it starts its turn or casts a spell rapscallion issues forth a string of insults cleverly crafted to make a foe cry. If it can hear the rapscallion target: DC 14 Wis save or sob uncontrollably until start of rapscallion's next turn. A sobbing creature has disadvantage on ability checks and attack rolls and must make DC 14 Con save to cast a spell that requires spellcaster to see its target. Spellcaster doesn't lose the spell slot on a failure."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Plant Camouflage",
                    "desc": "Advantage on Dex (Stealth) checks it makes in any terrain with ample obscuring plant life."
                },
                {
                    "name": "Tearful Stench",
                    "desc": "Each creature other than an alliumite within 5 ft. of alliumite when it takes damage: DC 14 Con save or be blinded until start of creature's next turn. On a successful save creature is immune to Tearful Stench of all alliumites for 1 min."
                }
            ],
            "spell_list": [],
            "page_no": 17,
            "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_alliumite-rapscallion/"
        },
        {
            "slug": "alseid-woad-warrior",
            "desc": "",
            "name": "Alseid, Woad Warrior",
            "size": "Medium",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 14,
            "armor_desc": "leather armor",
            "hit_points": 55,
            "hit_dice": "10d8+10",
            "speed": {
                "walk": 40
            },
            "strength": 14,
            "dexterity": 17,
            "constitution": 12,
            "intelligence": 8,
            "wisdom": 16,
            "charisma": 10,
            "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', passive Perception 15",
            "languages": "Common, Elvish, Sylvan",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Greatsword or Shortbow attacks."
                },
                {
                    "name": "Greatsword",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 9 (2d6+2) slashing damage."
                },
                {
                    "name": "Shortbow",
                    "desc": "Ranged Weapon Attack: +6 to hit 80/320' one target 6 (1d6+3) piercing damage."
                },
                {
                    "name": "Dye Bomb (3/Day)",
                    "desc": "Lobs a sphere of concentrated dye that explodes on impact marking creatures caught in its effect. Each creature within a 10 ft. radius of where sphere landed: DC 13 Dex save or be brightly painted for 8 hrs. Any attack roll vs. creature has advantage if attacker can see it and other creatures have advantage on any Wis (Perception) or Wis (Survival) check made to find the marked creature. To remove the effect a creature must spend 1 min bathing. Alternatively spells that create water or clean objects such as prestidigitation also remove the effect."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Painted for War",
                    "desc": "Advantage on Cha (Intimidation) checks and advantage on savings throws vs. being frightened. In addition each friendly creature within 10 ft. of warrior and that can see it has advantage on saves vs. being frightened."
                },
                {
                    "name": "Woodfriend",
                    "desc": "When in a forest alseid leave no tracks and automatically discern true north."
                }
            ],
            "spell_list": [],
            "page_no": 20,
            "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_alseid-woad-warrior/"
        },
        {
            "slug": "amphibolt",
            "desc": "",
            "name": "Amphibolt",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 85,
            "hit_dice": "9d10+36",
            "speed": {
                "walk": 30,
                "swim": 60
            },
            "strength": 16,
            "dexterity": 18,
            "constitution": 18,
            "intelligence": 3,
            "wisdom": 9,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": -1,
            "skills": {
                "perception": -1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "fire",
            "damage_immunities": "lightning",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 12",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Bites or one Electric Tongue and uses Swallow."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one creature,. 11 (2d6+4) piercing damage + 7 (2d6) lightning."
                },
                {
                    "name": "Electric Tongue",
                    "desc": "Melee Weapon Attack: +7 to hit, 20 ft., one target, 9 (2d4+4) bludgeoning damage + 7 (2d6) lightning and target is grappled (escape DC 15). Until the grapple ends the target is restrained and amphibolt can't make an Electric Tongue attack vs. another target."
                },
                {
                    "name": "Swallow",
                    "desc": "Makes one Bite vs. a Med or smaller target it is grappling. If attack hits target is swallowed and grapple ends. Swallowed target is blinded and restrained has total cover vs. attacks and effects outside ambphibolt and it takes 10 (3d6) lightning at start of each of amphibolt's turns. Amphibolt can have only one target swallowed at a time. If amphibolt takes 15 damage or more on a single turn from swallowed creature amphibolt: DC 14 Con save at end of that turn or regurgitate creature which falls prone in a space within 5 ft. of amphibolt. If amphibolt dies swallowed creature is no longer restrained by it and can escape corpse using 5 ft. of move exiting prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "Can breathe air and water."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from large rock formation."
                },
                {
                    "name": "Lightning Leap",
                    "desc": "Its long jump is 30' with or with o a running start. Creatures in the its path: 7 (2d6) bludgeoning damage and 7 (2d6) lightning and is knocked prone (DC 15 Dex half damage not prone)."
                }
            ],
            "spell_list": [],
            "page_no": 21,
            "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_amphibolt/"
        },
        {
            "slug": "astralsupial",
            "desc": "",
            "name": "Astralsupial",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 82,
            "hit_dice": "15d6+30",
            "speed": {
                "walk": 30,
                "climb": 30
            },
            "strength": 8,
            "dexterity": 17,
            "constitution": 14,
            "intelligence": 4,
            "wisdom": 12,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 4,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 30', passive Perception 13",
            "languages": "—",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Claws attacks and uses Astral Pouch."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 10 (2d6+3) slashing damage."
                },
                {
                    "name": "Astral Pouch",
                    "desc": "Reaches into its extradimensional pouch and chooses a point it can see within 30' of it. Each creature within 10 ft. of that point suffers effect delow determined by d6 roll if creature fails DC 13 Dex save. It is immune to its own Astral Pouch effects.1 Ball Bearings Roll out of the pouch scattering at end of astralsupial's next turn. Creature knocked prone).2 Cooking Utensils Cast-iron cook pans fly out. Creature: 5 (2d4) bludgeoning damage.3 Tangled Threads Mass of Threads bursts out of pouch. Creature restrained until a creature uses action to break thread (DC 10 Str).4 Astral Mirror Imbued with trace of Astral Plane's power flashes brilliantly. Creature: 1d4 psychic and blinded until end of its next turn.5 Smelly Trash Handfuls of putrid trash spill from the pouch. Creature is poisoned for 1 min. Creature can make a DC 13 Con save at the end of each of its turns success ends effect on itself.6 Magic Beans Magical beans bounce out of the pouch. A creature takes 10 (4d4) fire on a failed save or half as much if made."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Astral Traveler (2/Day)",
                    "desc": "Briefly surrounds itself in a shower of glittering dust and teleports to an unoccupied space it can see within 30 feet."
                }
            ],
            "reactions": [
                {
                    "name": "Playing Dead",
                    "desc": "When reduced to 10 hp or less it feigns death in hopes of deceiving its attackers. A creature that sees it in this state can determine it is a ruse via DC 15 Wis (Medicine) check. Ruse lasts until astralsupial ends it (no action required) up to 8 hrs. 1st attack it makes within 1 round of ending ruse has advantage."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Apposable Thumbs",
                    "desc": "Advantage on climb-related Str (Athletics)."
                },
                {
                    "name": "Keen Hearing",
                    "desc": "[+]and Smell[/+] Advantage: hearing/smell Wis (Perception)."
                }
            ],
            "spell_list": [],
            "page_no": 46,
            "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_astralsupial/"
        },
        {
            "slug": "avestruzii",
            "desc": "",
            "name": "Avestruzii",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "any alignment",
            "armor_class": 14,
            "armor_desc": "scale mail",
            "hit_points": 22,
            "hit_dice": "3d8+9",
            "speed": {
                "walk": 40
            },
            "strength": 14,
            "dexterity": 10,
            "constitution": 16,
            "intelligence": 8,
            "wisdom": 10,
            "charisma": 10,
            "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": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 12",
            "languages": "Common, Terran",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Battleaxe",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 6 (1d8+2) slashing damage or 7 (1d10+2) slashing damage if used with two hands."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 4 (1d4+2) slashing damage."
                },
                {
                    "name": "Shortbow",
                    "desc": "Ranged Weapon Attack: +2 to hit 80/320' one target 3 (1d6) piercing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Dig In",
                    "desc": "Has resistance to one melee weapon attack that would hit it. To do so the avestruzii must see the attacker and must not have moved during its previous turn."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 48,
            "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_avestruzii/"
        },
        {
            "slug": "avestruzii-champion",
            "desc": "",
            "name": "Avestruzii Champion",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "any alignment",
            "armor_class": 15,
            "armor_desc": "scale mail",
            "hit_points": 45,
            "hit_dice": "6d8+18",
            "speed": {
                "walk": 40
            },
            "strength": 17,
            "dexterity": 12,
            "constitution": 16,
            "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": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 12",
            "languages": "Common, Terran",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Greataxe attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 5 (1d4+3) slashing damage."
                },
                {
                    "name": "Greataxe",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 9 (1d12+3) piercing damage. If target is a creature: DC 13 Str save or be pushed 5 ft. away from avestruzii."
                },
                {
                    "name": "Shortbow",
                    "desc": "Ranged Weapon Attack: +3 to hit 80/320' one target 4 (1d6+1) piercing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Dig In",
                    "desc": "As Avestruzi above."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 48,
            "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_avestruzii-champion/"
        },
        {
            "slug": "aziza",
            "desc": "",
            "name": "Aziza",
            "size": "Tiny",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic good",
            "armor_class": 15,
            "armor_desc": "leather",
            "hit_points": 21,
            "hit_dice": "6d4+6",
            "speed": {
                "walk": 30,
                "climb": 30,
                "fly": 30
            },
            "strength": 8,
            "dexterity": 18,
            "constitution": 13,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 14",
            "languages": "Sylvan",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Thorn Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +6 to hit 5 ft. or range 20/60' one target 6 (1d4+4) piercing damage."
                },
                {
                    "name": "Shortbow",
                    "desc": "Ranged Weapon Attack: +6 to hit 80/320' one target 7 (1d6+4) piercing damage and the target must make DC 11 Con save or be poisoned for 1 min."
                },
                {
                    "name": "Befuddle",
                    "desc": "Magically confuses one creature it can see within 30' of it. The target must make DC 12 Wis save or be affected as though it failed a save vs. the confusion spell until the end of its next turn."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Wis (DC 12) no material components: At will: druidcraft guidance1/day ea: animal messenger bless"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Dazzling Glow",
                    "desc": "When a creature the aziza can see targets it with melee attack its skin briefly glows brightly causing the attacker to have disadvantage on the attack roll."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Speak with Frogs and Toads",
                    "desc": "Can communicate with frogs and toads as if they shared a language."
                }
            ],
            "spell_list": [],
            "page_no": 49,
            "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_aziza/"
        },
        {
            "slug": "bannik",
            "desc": "",
            "name": "Bannik",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 60,
            "hit_dice": "11d8+11",
            "speed": {
                "walk": 30,
                "swim": 30
            },
            "strength": 14,
            "dexterity": 15,
            "constitution": 13,
            "intelligence": 9,
            "wisdom": 17,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 3,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 2,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "cold",
            "damage_resistances": "fire; nonmagic B/P/S attacks",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 13",
            "languages": "Common, Elvish, Sylvan",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Scalding Claws attacks."
                },
                {
                    "name": "Scalding Claws",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 5 (1d6+2) slashing damage + 3 (1d6) fire."
                },
                {
                    "name": "Scalding Splash (Recharge 5-6)",
                    "desc": "Summons a giant ladle full of boiling water that pours down on a point it can see within 60' of it extinguishing exposed flames within 10 ft. of that point. Each creature within 10 ft. of that point must make a DC 13 Con save. On a failure a creature takes 14 (4d6) fire and is scalded for 1 min. On a success a creature takes half the damage and isn't scalded. A scalded creature has disadvantage on weapon attack rolls and on Con saves to maintain concentration. A scalded creature can re-save at end of each of its turns success ends effect on itself."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Wis (DC 13) only wand of bound fir required: At will: augury create or destroy water fog cloud3/day: lesser restoration"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hazesight",
                    "desc": "Can see through areas obscured by fog smoke and steam with o penalty."
                },
                {
                    "name": "Hold Breath",
                    "desc": "Can hold its breath for 10 min."
                }
            ],
            "spell_list": [],
            "page_no": 51,
            "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_bannik/"
        },
        {
            "slug": "bearfolk-thunderstomper",
            "desc": "",
            "name": "Bearfolk Thunderstomper",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 15,
            "armor_desc": "chain shirt",
            "hit_points": 105,
            "hit_dice": "14d8+42",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 15,
            "constitution": 16,
            "intelligence": 9,
            "wisdom": 14,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60', tremorsense 30', passive Perception 15",
            "languages": "Common, Giant, Umbral",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Thunder Stomp or Warsong then 1 Bite and 1 War Flute."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 11 (2d6+4) piercing damage."
                },
                {
                    "name": "War Flute",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 8 (1d8+4) bludgeoning damage + 4 (1d8) thunder."
                },
                {
                    "name": "Thunder Stomp",
                    "desc": "Hammers its feet on the ground while chanting emitting destructive energy in a 15 ft. cube. Each creature in that area: 10 (3d6) thunder and be knocked prone (DC 15 Str negates both)."
                },
                {
                    "name": "Warsong",
                    "desc": "Sets an inspiring rhythm with its dancing. Each friendly creature within 60' of the bearfolk has advantage on all saves vs. being charmed or frightened until end of bearfolk's next turn."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Cha (DC 15): At will: dancing lights prestidigitation vicious mockery2/day ea: charm person disguise self mirror image1/day ea: compulsion enthrall freedom of movement hypnotic pattern"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Frenzy (Recharges on a Short or Long Rest)",
                    "desc": "Triggers berserk frenzy for 1 min. It gains resistance to B/P/S damage from nonmagical weapons and has advantage on attacks. Attacks vs. frenzied bearfolk have advantage."
                },
                {
                    "name": "Taunt (2/Day)",
                    "desc": "Jests at one creature it can see within 30' of it. If target can hear bearfolk target: DC 15 Cha save or disadvantage on ability checks attacks and saves until start of bearfolk's next turn."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Deceptive Steps",
                    "desc": "While traveling can perform a stomping dance that mimics thundering footsteps of giants. Any creature within half mile that hears it but can't see bearfolk: DC 15 Wis (Perception) or believe sound comes from Giants (or other Huge or larger creatures)."
                },
                {
                    "name": "Keen Smell",
                    "desc": "Advantage: smell Wis (Percept) checks."
                }
            ],
            "spell_list": [],
            "page_no": 53,
            "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_bearfolk-thunderstomper/"
        },
        {
            "slug": "beetle-clacker-soldier",
            "desc": "",
            "name": "Beetle, Clacker Soldier",
            "size": "Small",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 18,
            "hit_dice": "4d6+4",
            "speed": {
                "walk": 20,
                "climb": 20
            },
            "strength": 8,
            "dexterity": 14,
            "constitution": 13,
            "intelligence": 1,
            "wisdom": 7,
            "charisma": 3,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": -2,
            "skills": {
                "perception": -2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "slashing from nonmagical attacks",
            "damage_immunities": "thunder",
            "condition_immunities": "",
            "senses": "blindsight 30', passive Perception 8",
            "languages": "—",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, 0 ft., one creature,. 11 (2d8+2) piercing damage."
                },
                {
                    "name": "Clack",
                    "desc": "Clacks its mandibles to create small but dangerous booming noise in 15 ft. cone. Each creature in area: 5 (2d4) thunder (DC 13 Con half). When multiple beetles clack in same turn and create overlapping cones each creature in overlapping cones makes one save with disadvantage vs. total damage from all overlapping cones rather than one save for each."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Compact",
                    "desc": "Can occupy same space as one other clacker soldier."
                }
            ],
            "spell_list": [],
            "page_no": 54,
            "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_beetle-clacker-soldier/"
        },
        {
            "slug": "birgemon-seal",
            "desc": "",
            "name": "Birgemon Seal",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": "",
            "hit_points": 60,
            "hit_dice": "8d8+24",
            "speed": {
                "walk": 20,
                "swim": 60
            },
            "strength": 12,
            "dexterity": 15,
            "constitution": 16,
            "intelligence": 4,
            "wisdom": 12,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 13",
            "languages": "—",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite attack one Toothy Maw attack and three Tendril attacks. It can replace all three Tendril attacks with use of Reel."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 7 (2d4+2) piercing damage."
                },
                {
                    "name": "Toothy Maw",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 9 (2d6+2) piercing damage."
                },
                {
                    "name": "Tendril",
                    "desc": "Melee Weapon Attack: +4 to hit, 15 ft., one target, The target is grappled (escape DC 13) if it is a Med or smaller creature and the seal can't use the same tendril on another target. If a creature is grappled by two or more tendrils it is also Restrained."
                },
                {
                    "name": "Reel",
                    "desc": "Pulls each creature grappled by it up to 10 ft. straight toward it."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Ice Slide",
                    "desc": "If the birgemon seal moves at least 10 ft. in a straight line while on snow or ice during its turn it can slide up to 40 feet."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Frozen to the Spot",
                    "desc": "When on snow or ice the birgemon seal can't be moved vs. its will."
                },
                {
                    "name": "Hold Breath",
                    "desc": "Can hold its breath for 90 min."
                }
            ],
            "spell_list": [],
            "page_no": 57,
            "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_birgemon-seal/"
        },
        {
            "slug": "blood-barnacle",
            "desc": "",
            "name": "Blood Barnacle",
            "size": "Tiny",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 25,
            "hit_dice": "10d4",
            "speed": {
                "walk": 10,
                "swim": 30
            },
            "strength": 2,
            "dexterity": 14,
            "constitution": 10,
            "intelligence": 1,
            "wisdom": 12,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 2,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "fire",
            "damage_resistances": "necrotic",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 60' (blind beyond), passive Perception 11",
            "languages": "—",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one creature,. 5 (1d6+2) piercing damage and barnacle attaches to target. While attached barnacle doesn't attack. Instead at start of each of barnacle's turns target loses 5 (1d6+2) hp due to blood loss. Barnacle can detach itself by spending 5 ft. of its movement. A creature including target can take its action to detach barnacle via DC 12 Str check. When barnacle is removed target takes 2 (1d4) piercing damage. If creature ends its turn with barnacle attached to it that creature: DC 12 Con save or contract barnacle shivers (see above)."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Host Defense",
                    "desc": "When a creature damages an attached blood barnacle with anything other than fire creature hosting barnacle must make DC 12 Wis save or use its reaction to protect the barnacle. Barnacle takes half the damage dealt to it and host takes the other half."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Barnacle Shivers",
                    "desc": "Characterized by inescapable cold and shiveringthat slowly pervades victim's body this is a disease that infects creatures attacked by blood barnacles. Until disease is cured infected creature can't regain hp except magically and its hp max decreases by 3 (1d6) for every 24 hrs that elapse. Reduction lasts until disease is cured. Creature dies if disease reduces its hp max to 0. A Humanoid or Beast slain by this disease rises 24 hrs later as a zombie. Zombie isn't under barnacle's control but it views barnacle as an ally."
                },
                {
                    "name": "Blood Sense",
                    "desc": "Can pinpoint by scent location of creatures that aren't Constructs or Undead and that don't have all of their hp within 60' of it and can sense general direction of such creatures within 1 mile of it."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from normal barnacle."
                }
            ],
            "spell_list": [],
            "page_no": 62,
            "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_blood-barnacle/"
        },
        {
            "slug": "brownie",
            "desc": "",
            "name": "Brownie",
            "size": "Tiny",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral good",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 28,
            "hit_dice": "8d4+8",
            "speed": {
                "walk": 30
            },
            "strength": 4,
            "dexterity": 20,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 3,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 14",
            "languages": "Common, Sylvan",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Branch Spear",
                    "desc": "Melee or Ranged Weapon Attack: +7 to hit 5 ft. or range 20/60' one target 10 (2d4+5) piercing damage."
                },
                {
                    "name": "Domestic Magic",
                    "desc": "Wis no material components: At will: mending and prestidigitation"
                },
                {
                    "name": "Invisibility",
                    "desc": "Magically turns invisible until it attacks or uses Domestic Magic or until its concentration ends (as if concentrating on a spell). Any equipment the brownie wears or carries is invisible with it."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Speak with Beasts",
                    "desc": "Can communicate with Beasts as if they shared a language."
                }
            ],
            "spell_list": [],
            "page_no": 68,
            "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_brownie/"
        },
        {
            "slug": "brownie-beastrider",
            "desc": "",
            "name": "Brownie Beastrider",
            "size": "Tiny",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral good",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 54,
            "hit_dice": "12d4+24",
            "speed": {
                "walk": 30
            },
            "strength": 4,
            "dexterity": 20,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 3,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 14",
            "languages": "Common, Sylvan",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Branch Spears or it makes one Branch Spear and its mount makes one melee weapon attack."
                },
                {
                    "name": "Branch Spear",
                    "desc": "Melee or Ranged Weapon Attack: +7 to hit 5 ft. or range 20/60' one target 10 (2d4+5) piercing damage."
                },
                {
                    "name": "Domestic Magic",
                    "desc": "Wis no material components: At will: mending and prestidigitation"
                },
                {
                    "name": "Invisibility",
                    "desc": "Magically turns invisible until it attacks uses Domestic Magic or Beasts of the Forest or until its concentration ends (as if concentrating on a spell). Any equipment it wears or carries is invisible with it."
                },
                {
                    "name": "Beasts of the Forest (1/Day)",
                    "desc": "Magically calls 2d4 hawks or ravens or it calls 1 black bear or wolf. Called creatures arrive in 1d4 rounds acting as allies of brownie and obeying its spoken commands. The Beasts remain for 1 hr until brownie dies or until brownie dismisses them as a bonus action."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Mounted Warrior",
                    "desc": "While mounted the brownie's mount can't be charmed or frightened."
                },
                {
                    "name": "Speak with Beasts",
                    "desc": "Can communicate with Beasts as if they shared a language."
                }
            ],
            "spell_list": [],
            "page_no": 68,
            "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_brownie-beastrider/"
        },
        {
            "slug": "brownie-mystic",
            "desc": "",
            "name": "Brownie Mystic",
            "size": "Tiny",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral good",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 82,
            "hit_dice": "15d4+45",
            "speed": {
                "walk": 30
            },
            "strength": 4,
            "dexterity": 20,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 17,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 3,
            "charisma_save": 4,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 16",
            "languages": "Common, Sylvan",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Mystic Staff or Magical Blast attacks. Can replace one of the attacks with use of Spellcasting."
                },
                {
                    "name": "Mystic Staff",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 7 (1d4+5) bludgeoning damage + 3 (1d6) psychic."
                },
                {
                    "name": "Mystic Blast",
                    "desc": "Ranged Spell Attack: +6 to hit, 60 ft., one target, 10 (2d6+3) psychic."
                },
                {
                    "name": "Invisibility",
                    "desc": "Magically turns invisible until it attacks or uses Spellcasting or until its concentration ends (as if concentrating on a spell). Any equipment brownie wears or carries is invisible with it."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Wis (DC 13) no material components: At will: mending minor illusion prestidigitation3/day ea: entangle mirror image1/day ea: confusion conjure animals dimension door"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Speak with Beasts",
                    "desc": "Can communicate with Beasts as if they shared a language."
                }
            ],
            "spell_list": [],
            "page_no": 68,
            "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_brownie-mystic/"
        },
        {
            "slug": "capybear",
            "desc": "",
            "name": "Capybear",
            "size": "Medium",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 60,
            "hit_dice": "8d8+24",
            "speed": {
                "walk": 30,
                "swim": 20
            },
            "strength": 15,
            "dexterity": 14,
            "constitution": 17,
            "intelligence": 9,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 13",
            "languages": "Capybear",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 9 (2d6+2) piercing damage."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 7 (2d4+2) bludgeoning damage."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Protect the Community",
                    "desc": "When another capybear within 5 ft. of this capybear is hit by an attack this capybear can leap in the way becoming the new target of the attack."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hold Breath",
                    "desc": "Can hold its breath for 30 min."
                },
                {
                    "name": "Keen Smell",
                    "desc": "Advantage: smell Wis (Percept) checks."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "Advantage on attacks vs. creature if 1+ unincapacitated attacker ally is within 5 ft. of target."
                },
                {
                    "name": "Pounce",
                    "desc": "If the capybear moves at least 20' straight toward a creature and then hits it with Slam attack on the same turn that target must make DC 13 Str save or be knocked prone. If the target is prone the capybear can make one Bite attack vs. it as a bonus action."
                },
                {
                    "name": "Swamp Camouflage",
                    "desc": "Has advantage on Dex (Stealth) checks made to hide in swamps or muddy terrain."
                }
            ],
            "spell_list": [],
            "page_no": 72,
            "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_capybear/"
        },
        {
            "slug": "caretaker-weevil",
            "desc": "",
            "name": "Caretaker Weevil",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 51,
            "hit_dice": "6d8+24",
            "speed": {
                "walk": 30,
                "climb": 15
            },
            "strength": 10,
            "dexterity": 12,
            "constitution": 18,
            "intelligence": 3,
            "wisdom": 14,
            "charisma": 4,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "tremorsense 30', passive Perception 14",
            "languages": "—",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Mandibles",
                    "desc": "Melee Weapon Attack: +3 to hit, 5 ft., one target, 10 (2d8+1) slashing damage."
                },
                {
                    "name": "Glue Glob",
                    "desc": "Ranged Weapon Attack: +3 to hit 30/60' one target 7 (2d6) acid. Target restrained for 1 min (DC 13 Dex its speed is halved for 1 min instead). Target can re-save at end of each of its turns success ends effect on itself."
                },
                {
                    "name": "Regenerative Spittle (3/Day)",
                    "desc": "Launches spittle at one creature it can see within 10 ft. of it. Target regains 2 (1d4) hp. For 1 min target regains 1 hp at the start of each of its turns."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Calming Presence",
                    "desc": "A creature that enters a space within 5 ft. of weevil or that starts its turn there: DC 13 Cha save or be indifferent to all creatures that it is hostile toward while it remains within 60' of weevil. This indifference ends if the creature is attacked or harmed by a spell or if it witnesses any of its allies being harmed."
                },
                {
                    "name": "Diligent Preservation",
                    "desc": "A creature that isn't a Construct or Undead and that starts its turn with 0 hp within 60' of weevil becomes stable. In addition any corpse within 60' of weevil is protected from decay and can't become Undead while it remains within 60' of weevil and for 24 hrs after it leaves the area."
                }
            ],
            "spell_list": [],
            "page_no": 73,
            "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_caretaker-weevil/"
        },
        {
            "slug": "catamount",
            "desc": "",
            "name": "Catamount",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": "",
            "hit_points": 117,
            "hit_dice": "18d10+18",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 3,
            "wisdom": 10,
            "charisma": 4,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "tremorsense 30', passive Perception 12",
            "languages": "—",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 8 (1d8+4) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 9 (2d4+4) slashing damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Control Earth",
                    "desc": "Molds the ground near it causing one of: Stone Wall Causes wall of rock to rise from ground at a point it can see within 30' of it. Wall is up to 30' long 5 ft. high and 5 ft. thick. It can be any shape as long as its base is connected to the ground. If wall cuts through creature's space when it appears creature is pushed to one side (catamount's choice). If creature would be surrounded on all sides by the wall it can make a DC 14 Dex save. On success it can use its reaction to move up to its speed so it is not enclosed by the wall. Wall lasts 1 min or until catamount creates new wall.Fissure Catamount causes a rift to form in the ground at a point it can see within 30' of it. Rift can be up to 15 ft. wide up to 30' long and up to 10 ft. deep and can be any shape. Each creature standing on a spot where fissure opens must make DC 14 Dex save or fall in. Creature that successfully saves moves with fissure's edge as it opens. Fissure that opens beneath a structure causes it to automatically collapse as if structure was in the area of an earthquake spell. It can have only one fissure open at a time. If it opens another previous fissure closes shunting all creatures inside it to surface.Tremors Catamount causes earth beneath its feet to shake and shift. Each creature within 30' of it: 3 (1d6) bludgeoning damage and be knocked prone (DC 14 Str negates both)."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Well-Grounded",
                    "desc": "Has advantage on ability checks and saves made vs. effects that would knock it prone."
                }
            ],
            "spell_list": [],
            "page_no": 74,
            "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_catamount/"
        },
        {
            "slug": "catonoctrix",
            "desc": "",
            "name": "Catonoctrix",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 168,
            "hit_dice": "16d10+80",
            "speed": {
                "walk": 40,
                "fly": 80
            },
            "strength": 21,
            "dexterity": 12,
            "constitution": 21,
            "intelligence": 18,
            "wisdom": 15,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": 9,
            "intelligence_save": 8,
            "wisdom_save": null,
            "charisma_save": 8,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "psychic",
            "condition_immunities": "",
            "senses": "darkvision 120', truesight 30', passive Perception 16",
            "languages": "Common, Draconic, Deep Speech, telepathy 120'",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite and two Claws or it makes three Psychic Bolts. It can replace one attack with Spellcasting."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, 10 ft., one target, 18 (3d8+5) piercing damage + 7 (2d6) psychic."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +9 to hit, 5 ft., one target, 15 (3d6+5) slashing damage."
                },
                {
                    "name": "Psychic Bolt",
                    "desc": "Ranged Spell Attack: +8 to hit, 60 ft., one target, 18 (4d6+4) psychic."
                },
                {
                    "name": "Mind Ravage (Recharge 5-6)",
                    "desc": "Unleashes a torrent of psychic energy. Each creature within 20' of catonoctrix: 45 (10d8) psychic and is stunned for 1 min (DC 16 Int half damage and isn't stunned). A stunned creature can re-save at end of each of its turns success ends effect on itself."
                },
                {
                    "name": "Spellcasting (Psionics)",
                    "desc": "Int (DC 15) no spell components: At will: detect thoughts divination1/day ea: confusion scrying suggestion"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Precognitive Dodge",
                    "desc": "Adds 4 to its AC vs. one attack that would hit it. To do so it must see the attacker and be within 30' of it."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Pierce the Veil",
                    "desc": "When a creature catonoctrix can see is stunned by Mind Ravage catonoctrix learns one secret the creature knows."
                }
            ],
            "spell_list": [],
            "page_no": 75,
            "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_catonoctrix/"
        },
        {
            "slug": "chaos-raptor",
            "desc": "",
            "name": "Chaos Raptor",
            "size": "Gargantuan",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 248,
            "hit_dice": "16d20+80",
            "speed": {
                "walk": 20,
                "burrow": 80,
                "fly": 120
            },
            "strength": 28,
            "dexterity": 10,
            "constitution": 20,
            "intelligence": 5,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": 1,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 5,
            "perception": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "tremorsense 60', passive Perception 15",
            "languages": "understands Common and Terran, but can't speak",
            "challenge_rating": "13",
            "cr": 13.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Beak attack and one Talons attack."
                },
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +14 to hit, 10 ft., one target, 27 (4d8+9) piercing damage."
                },
                {
                    "name": "Talons",
                    "desc": "Melee Weapon Attack: +14 to hit, 5 ft., one target, 23 (4d6+9) slashing damage and target is grappled (escape DC 18). Until this grapple ends target is restrained and raptor can't use its talons on another target."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Aura of Chaos",
                    "desc": "When a creature with Int of 4 or higher starts its turn within 30' of raptor creature must make a DC 18 Cha save. Fail: creature can't take reactions until start of its next turn and must roll a d8 to determine what it does during that turn. On 1-4 creature does nothing. On 5-6 creature takes no action but uses all its movement to move in a random direction. On 7-8 creature makes one melee attack vs. randomly determined creature within its reach or it does nothing if no creature is within its reach. At start of raptor's turn it chooses whether this aura is active."
                },
                {
                    "name": "Earth Glide",
                    "desc": "Can burrow through nonmagical unworked earth/stone with o disturbing material it moves through."
                },
                {
                    "name": "Keen Sight",
                    "desc": "Advantage: sight Wis (Percept) checks."
                },
                {
                    "name": "Regeneration",
                    "desc": "Raptor regains 20 hp at start of its turn if at least half of its body is submerged in earth or stone. If raptor takes thunder this trait doesn't function at start of raptor's next turn. Raptor dies only if it starts its turn with 0 hp and doesn't regenerate."
                }
            ],
            "spell_list": [],
            "page_no": 81,
            "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_chaos-raptor/"
        },
        {
            "slug": "chemosit",
            "desc": "",
            "name": "Chemosit",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 119,
            "hit_dice": "14d8+56",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 17,
            "constitution": 18,
            "intelligence": 13,
            "wisdom": 14,
            "charisma": 15,
            "strength_save": 6,
            "dexterity_save": null,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 5,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "fire, cold, lightning; nonmagic B/P/S attacks not made w/silvered weapons",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120', passive Perception 15",
            "languages": "Abyssal, Common, Infernal",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Beak attack and two Crutch attacks."
                },
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 12 (2d8+3) piercing damage + 7 (2d6) fire."
                },
                {
                    "name": "Crutch",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 7 (1d8+3) bludgeoning damage and target: DC 14 Con save or become infected with the cackle fever disease."
                },
                {
                    "name": "Inviting Song",
                    "desc": "Sings an enchanting tune. Each creature with an Int of 5+ within 300' of chemosit that can hear the song: DC 15 Wis save or be charmed until the song ends. Chemosit must take a bonus action on its subsequent turns to continue singing. It can stop singing at any time. Song ends if chemosit is incapacitated. If charmed target is more than 5 ft. away from chemosit target must move on its turn toward chemosit by most direct route trying to get within 5 ft.. It won't move into damaging terrain such as lava or a pit taking whatever route it can to avoid terrain and still reach chemosit. If target can't find a safe route to chemosit charmed effect ends. Whenever target takes damage or at the end of each of its turns target can re-save. If save succeeds effect ends on it. Target that successfully saves is immune to this chemosit's Inviting Song for next 24 hrs."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "Magically transforms into a Small or Med Humanoid or back into its true Fiendish form. Its stats other than size are the same in each form. No matter the form chemosit always has only one leg. Its crutch adjusts to fit its new form but no other equipment transforms. Reverts on death. Crutch becomes nonmagical."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Inner Light",
                    "desc": "Its open mouth emits a red light shedding bright light in 10 ft. radius and dim light additional 10 feet. Opening or closing its mouth doesn't require an action."
                }
            ],
            "spell_list": [],
            "page_no": 82,
            "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_chemosit/"
        },
        {
            "slug": "chroma-lizard",
            "desc": "",
            "name": "Chroma Lizard",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 90,
            "hit_dice": "12d10+24",
            "speed": {
                "walk": 40
            },
            "strength": 12,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 3,
            "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": "",
            "damage_resistances": "radiant",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 12",
            "languages": "—",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Dazzling Display then one Bite and one Claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 14 (2d10+3) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 8 (1d10+3) slashing damage."
                },
                {
                    "name": "Dazzling Display",
                    "desc": "Causes its chrome scales to ripple casting dizzying reflections of light. Each creature that can see the chroma lizard must make DC 15 Con save or be blinded until the end of its next turn. The lizard can't use this action while in darkness and creatures have advantage on the save if the chroma lizard is in dim light."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Mirror Scales",
                    "desc": "While the chroma lizard is in bright light creatures that rely on sight have disadvantage on attack rolls vs. the lizard."
                },
                {
                    "name": "Mirror Shy",
                    "desc": "If the chroma lizard sees itself reflected in a polished surface within 30' of it and in an area of bright light the lizard immediately closes its eyes and is blinded until the start of its next turn when it can check for the reflection again."
                },
                {
                    "name": "Radiant Reflection",
                    "desc": "When a creature deals radiant to the chroma lizard half the radiant the lizard took is reflected back at that creature."
                }
            ],
            "spell_list": [],
            "page_no": 84,
            "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_chroma-lizard/"
        },
        {
            "slug": "cloudhoof-assassin",
            "desc": "",
            "name": "Cloudhoof Assassin",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 45,
            "hit_dice": "7d8+14",
            "speed": {
                "walk": 40
            },
            "strength": 17,
            "dexterity": 17,
            "constitution": 14,
            "intelligence": 2,
            "wisdom": 11,
            "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": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 10",
            "languages": "—",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Headbutt attack and one Shoving Kick attack."
                },
                {
                    "name": "Headbutt",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 6 (1d6+3) bludgeoning damage."
                },
                {
                    "name": "Shoving Kick",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 5 (1d4+3) bludgeoning damage and the target must make DC 13 Str save or be pushed up to 5 ft. away from the cloudhoof assassin. If the cloudhoof scores a critical hit the target is pushed up to 10 ft. on a failed save."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Shoving Charge",
                    "desc": "If it moves at least 20' straight toward a target and then hits it with Headbutt attack on the same turn that target must make DC 13 Str save or be pushed up to 10 ft. away from the cloudhoof. If a creature fails this save by 5 or more it is pushed up to 15 ft.."
                },
                {
                    "name": "Sure-Hooved",
                    "desc": "Has advantage on Str and Dex checks and saves made vs. effects that would knock it prone. In addition it has advantage on Str (Athletics) checks to climb rocky surfaces and Dex (Acrobatics) checks to maintain its balance on rocky surfaces."
                }
            ],
            "spell_list": [],
            "page_no": 91,
            "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_cloudhoof-assassin/"
        },
        {
            "slug": "conniption-bug",
            "desc": "",
            "name": "Conniption Bug",
            "size": "Small",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 55,
            "hit_dice": "10d6+20",
            "speed": {
                "walk": 30,
                "swim": 30
            },
            "strength": 13,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 1,
            "wisdom": 10,
            "charisma": 3,
            "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": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "tremorsense 30', passive Perception 10",
            "languages": "—",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Barbed Mandibles",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 6 (1d8+2) piercing damage. Target is grappled (escape DC 13) if it is a Med or smaller creature and bug doesn't have another creature grappled. Until this grapple ends target takes 4 (1d8) piercing damage at start of each of its turns and bug can't make Barbed Mandible attacks vs. other targets."
                },
                {
                    "name": "Barbed Claws",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 7 (2d4+2) piercing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Death Trap",
                    "desc": "When it dies its mandibles remain locked in place continuing to grapple beyond its death. Until grapple ends creature takes 4 (1d8) piercing damage at start of each of its turns as if the bug was still alive. Any creature can take an action to remove mandibles with successful DC 11 Str (Athletics) or Wis (Medicine) check."
                },
                {
                    "name": "Limited Amphibiousness",
                    "desc": "Can breathe air and water but it needs to be submerged at least once every 4 hrs to avoid suffocating."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "Advantage on attacks vs. creature if 1+ unincapacitated attacker ally is within 5 ft. of target."
                },
                {
                    "name": "Standing Leap",
                    "desc": "Its long jump is up to 20' and its high jump is up to 10 feet with or with o a running start."
                },
                {
                    "name": "Vicious Wound",
                    "desc": "Its melee attacks score a critical hit on a 19 or 20."
                }
            ],
            "spell_list": [],
            "page_no": 93,
            "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_conniption-bug/"
        },
        {
            "slug": "corpselight-moth",
            "desc": "",
            "name": "Corpselight Moth",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 136,
            "hit_dice": "16d10+48",
            "speed": {
                "walk": 15,
                "climb": 15,
                "fly": 60
            },
            "strength": 16,
            "dexterity": 19,
            "constitution": 16,
            "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": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic",
            "damage_immunities": "radiant",
            "condition_immunities": "",
            "senses": "tremorsense 30', passive Perception 14",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Proboscis attacks."
                },
                {
                    "name": "Proboscis",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one creature,. 11 (2d6+4) piercing damage + 7 (2d6) radiant."
                },
                {
                    "name": "Radiant Wind (Recharge 4-6)",
                    "desc": "Flaps its wings releasing magical wind in a 30' cone. Each creature in area: 21 (6d6) radiant and is flung up 15 ft. away from moth in a direction following cone and knocked prone (DC 15 Str half damage and isn't flung or knocked prone). If a thrown target strikes an object such as a wall or floor target takes 3 (1d6) bludgeoning damage per 10 ft. it was thrown. If target is thrown into another creature that creature: DC 15 Dex save or take same damage and knocked prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Downdraft",
                    "desc": "While it is flying area within 10 ft. of it is difficult terrain."
                },
                {
                    "name": "Glow",
                    "desc": "The moth casts light from its abdomen shedding bright light in a 20' radius and dim light for an additional 20'."
                },
                {
                    "name": "Keen Smell",
                    "desc": "Advantage: smell Wis (Percept) checks."
                },
                {
                    "name": "Necrotic Dampening",
                    "desc": "Each friendly creature within 30' of the moth has resistance to necrotic."
                },
                {
                    "name": "Spider Climb",
                    "desc": "Difficult surfaces even ceilings no ability check."
                }
            ],
            "spell_list": [],
            "page_no": 95,
            "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_corpselight-moth/"
        },
        {
            "slug": "crab-duffel",
            "desc": "",
            "name": "Crab, Duffel",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 60,
            "hit_dice": "8d8+24",
            "speed": {
                "walk": 30,
                "swim": 30
            },
            "strength": 16,
            "dexterity": 12,
            "constitution": 16,
            "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": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 30', passive Perception 11",
            "languages": "—",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Claws or one Claw and uses Collect."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one creature,. 10 (2d6+3) bludgeoning damage and target is grappled (escape DC 13). Until this grapple ends target is restrained and crab can't attack another target with that claw. The crab has two claws each of which can grapple only one target."
                },
                {
                    "name": "Collect",
                    "desc": "Places one target it is grappling into its extradimensional space if there is room and grapple ends. Target blinded and restrained and has total cover vs. attacks and effects outside. A trapped creature can take its action to climb out of the bag by succeeding on a DC 13 Str or Dex check (creature's choice). If crab dies trapped creature is no longer restrained by crab and can escape bag using 5 ft. of movement exiting prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Extradimensional Bag",
                    "desc": "Uses an extra-dimensional space such as a bag of holding as its “shell.” Bag can hold creatures in addition to the crab based on extradimensional space's size. Breathing creatures inside bag can survive up to a number of min equal to 10 divided by the number of creatures (minimum 1 min) after which time they begin to suffocate. If bag is overloaded pierced or torn it ruptures and is destroyed. While this would normally cause the contents to be lost in the Astral Plane crab's half-in half-out existence kept the bag constantly open even when it fully withdrew altering the bag which simply spills out its contents into area when the bag is destroyed or crab dies. Bag becomes a standard bag of holding or similar magic item with extradimensional space 24 hrs after crab dies."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from its extradimensional bag with an ajar lid or opening."
                }
            ],
            "spell_list": [],
            "page_no": 97,
            "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_crab-duffel/"
        },
        {
            "slug": "crab-razorback",
            "desc": "",
            "name": "Crab, Razorback",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 58,
            "hit_dice": "9d8+18",
            "speed": {
                "walk": 30,
                "burrow": 15
            },
            "strength": 16,
            "dexterity": 10,
            "constitution": 14,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 3,
            "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": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "tremorsense 30', passive Perception 10",
            "languages": "—",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Claw attack and one Shell Bash attack."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 6 (1d6+3) bludgeoning damage and the target is grappled (escape DC 13). The crab has two claws each of which can grapple only one target."
                },
                {
                    "name": "Shell Bash",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 5 (1d4+3) bludgeoning damage + 3 (1d6) slashing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Bladed Shell",
                    "desc": "A creature that touches the crab or hits it with melee attack while within 5 ft. of it takes 3 (1d6) slashing damage."
                },
                {
                    "name": "Pounce",
                    "desc": "If the crab moves at least 15 ft. straight toward a creature and then hits it with Shell Bash attack on the same turn that target must make DC 13 Str save or be knocked prone. If the target is prone the crab can make one Claw attack vs. it as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 98,
            "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_crab-razorback/"
        },
        {
            "slug": "cueyatl-warchief",
            "desc": "",
            "name": "Cueyatl Warchief",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 16,
            "armor_desc": "studded leather, shield",
            "hit_points": 117,
            "hit_dice": "18d6+54",
            "speed": {
                "walk": 30,
                "climb": 20,
                "swim": 30
            },
            "strength": 18,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 16,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 13",
            "languages": "Cueyatl",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Lances. If mounted mount can then make one melee weapon attack."
                },
                {
                    "name": "Lance",
                    "desc": "Melee Weapon Attack: +7 to hit, 10 ft., one target, 10 (1d12+4) piercing damage + 7 (2d6) poison."
                },
                {
                    "name": "Javelin",
                    "desc": "Melee or Ranged Weapon Attack: +7 to hit 5 ft. or range 30/120' one target 7 (1d6+4) piercing damage + 7 (2d6) poison."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Mounted Parry",
                    "desc": "Adds 3 to its AC or its mount's AC vs. one melee attack that would hit it or its mount. To do so warchief must see attacker and be wielding a melee weapon."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "Can breathe air and water."
                },
                {
                    "name": "Insect Affinity",
                    "desc": "Insects understand warchief and view it favorably. Warchief can communicate simple ideas through words and gestures with insectoid Beasts and warchief has advantage on Wis (Animal Handling) made when interacting with such Beasts."
                },
                {
                    "name": "Jungle Camouflage",
                    "desc": "Advantage on Dex (Stealth) checks made to hide in jungle terrain."
                },
                {
                    "name": "Locked Saddle",
                    "desc": "Can't be knocked prone dismounted or moved vs. its will while mounted."
                },
                {
                    "name": "Mounted Warrior",
                    "desc": "While mounted mount can't be charmed or frightened."
                },
                {
                    "name": "Slippery",
                    "desc": "Advantage: saves/ability checks to escape a grapple."
                },
                {
                    "name": "Spirited Charge",
                    "desc": "If it moves 20'+ straight toward a creature while mounted and then hits with Lance attack on the same turn the warchief can use a bonus action to command its mount to make one melee weapon attack vs. that creature as a reaction."
                },
                {
                    "name": "Standing Leap",
                    "desc": "Its long jump is up to 20' and its high jump is up to 10 ft. with or with o a running start."
                }
            ],
            "spell_list": [],
            "page_no": 101,
            "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_cueyatl-warchief/"
        },
        {
            "slug": "daeodon",
            "desc": "",
            "name": "Daeodon",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 76,
            "hit_dice": "9d10+27",
            "speed": {
                "walk": 40
            },
            "strength": 21,
            "dexterity": 8,
            "constitution": 16,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 11",
            "languages": "—",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite attack and one Slam attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 14 (2d8+5) piercing damage and the target is grappled (escape DC 13). Until this grapple ends the target is restrained and the daeodon can't Bite another target."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 10 (2d4+5) bludgeoning damage."
                },
                {
                    "name": "Fierce Call (Recharge: Short/Long Rest)",
                    "desc": "Lets out a loud fearsome call. Each hostile creature within 60' of the daeodon must make DC 13 Wis save or drop whatever it is holding and become frightened for 1 min. While frightened a creature must take the Dash action and move away from the daeodon by the safest available route on each of its turns unless there is nowhere to move. A frightened creature can re-save at end of each of its turns success ends effect on itself."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Smell",
                    "desc": "Advantage: smell Wis (Percept) checks."
                },
                {
                    "name": "Relentless (Recharge: Short/Long Rest)",
                    "desc": "If it takes 15 damage or less that would reduce it to 0 hp it is reduced to 1 hp instead."
                },
                {
                    "name": "Trampling Charge",
                    "desc": "If it moves 20'+ straight toward a creature and then hits it with Bite on the same turn that target must make DC 13 Str save or be knocked prone. If target is prone daeodon can make one Slam vs. it as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 103,
            "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_daeodon/"
        },
        {
            "slug": "dawnfly-desolation-nymph",
            "desc": "",
            "name": "Dawnfly, Desolation Nymph",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 68,
            "hit_dice": "8d10+24",
            "speed": {
                "walk": 30,
                "burrow": 15,
                "climb": 15,
                "swim": 30
            },
            "strength": 16,
            "dexterity": 15,
            "constitution": 16,
            "intelligence": 1,
            "wisdom": 12,
            "charisma": 4,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "tremorsense 30', passive Perception 13",
            "languages": "—",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Hinged Maw",
                    "desc": "Melee Weapon Attack: +5 to hit, 15 ft., one creature,. 14 (2d10+3) piercing damage. If the target is a Med or smaller creature it is grappled (escape DC 13) and pulled to within 5 ft. of the nymph. Until this grapple ends the target is restrained and the desolation nymph can't use its Hinged Maw on another target."
                },
                {
                    "name": "Swallow",
                    "desc": "The desolation nymph makes one Hinged Maw attack vs. a Med or smaller target it is grappling. If the attack hits the target is also swallowed and the grapple ends. While swallowed the target is blinded and restrained it has total cover vs. attacks and other effects outside the nymph and it takes 7 (2d6) acid at the start of each of the nymph's turns. The nymph can have only 1 foe swallowed at a time. If the desolation nymph dies a swallowed creature is no longer restrained by it and can escape from the corpse using 5 ft. of movement exiting prone."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Water Jet",
                    "desc": "Takes the Disengage action and each creature within 5 ft. of nymph: DC 13 Dex save or be blinded until end of its next turn."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Limited Amphibiousness",
                    "desc": "Can breathe air and water but needs to be submerged at least once every 4 hrs to avoid suffocating."
                },
                {
                    "name": "Shifting Camouflage",
                    "desc": "Its carapace adapts to its current surroundings. The nymph has advantage on Dex (Stealth) checks made to hide in nonmagical natural terrain."
                }
            ],
            "spell_list": [],
            "page_no": 104,
            "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_dawnfly-desolation-nymph/"
        },
        {
            "slug": "death-worm",
            "desc": "",
            "name": "Death Worm",
            "size": "Small",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 44,
            "hit_dice": "8d6+16",
            "speed": {
                "walk": 20,
                "burrow": 20
            },
            "strength": 9,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 1,
            "wisdom": 11,
            "charisma": 3,
            "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": "",
            "damage_resistances": "",
            "damage_immunities": "lightning",
            "condition_immunities": "",
            "senses": "tremorsense 60', passive Perception 10",
            "languages": "—",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one creature,. 4 (1d4+2) piercing damage + 2 (1d4) lightning and 4 (1d8) poison and the target must make DC 12 Con save or succumb to worm's Dreaming Venom (above)."
                },
                {
                    "name": "Spit Poison",
                    "desc": "Ranged Weapon Attack: +4 to hit 15/30' one creature. 9 (2d8) poison and the target must make DC 12 Con save or succumb to the worm's venom (see Dreaming Venom)."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Detect Life",
                    "desc": "Can sense the general direction of creatures that aren't Constructs or Undead within 1 mile of it."
                },
                {
                    "name": "Discharge",
                    "desc": "When a creature ends its turn within 5 ft. of a death worm the creature takes 2 (1d4) lightning."
                },
                {
                    "name": "Dreaming Venom",
                    "desc": "iIEvery 24 hrs that elapse it must re-save reducing its hp max by 2 (1d4) on a failure. The poison is neutralized on a success. Target dies if dreaming venom reduces its hp max to 0. This reduction lasts until the poison is neutralized."
                },
                {
                    "name": "Lightning Arc",
                    "desc": "When a creature starts its turn within 15 ft. of at least two death worms the creature must make DC 14 Dex save or take 5 (2d4) lightning. The creature has disadvantage on the save if it is within 15 ft. of three or more death worms."
                },
                {
                    "name": "Regeneration",
                    "desc": "Regains 3 hp at the start of its turn if it has at least 1 hp."
                }
            ],
            "spell_list": [],
            "page_no": 106,
            "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_death-worm/"
        },
        {
            "slug": "demon-inciter",
            "desc": "",
            "name": "Demon, Inciter",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 27,
            "hit_dice": "5d8+5",
            "speed": {
                "walk": 30,
                "fly": 30
            },
            "strength": 10,
            "dexterity": 15,
            "constitution": 12,
            "intelligence": 11,
            "wisdom": 12,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, lightning",
            "damage_immunities": "poisoned",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 11",
            "languages": "Abyssal, Common",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Claw attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 5 (1d6+2) piercing damage."
                },
                {
                    "name": "Inspire Violence (Recharge 5-6)",
                    "desc": "Wispers to a creature within 5 ft. of it that can hear it stoking paranoia and hatred. The creature must make DC 13 Cha save or it uses its next action to make one attack vs. a creature that both target and inciter demon can see. A creature immune to being charmed isn't affected by inciter demon's Inspire Violence."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Invisibility",
                    "desc": "Magically turns invisible until it attacks or until its concentration ends (as if concentrating on a spell). Any equipment it wears or carries is invisible with it."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amorphous",
                    "desc": "Move through space 1ft.+ wide with o squeezing."
                },
                {
                    "name": "Aura of Distrust",
                    "desc": "Radiates a psychic aura that causes creatures to doubt intentions of their friends. Each creature within 30' of inciter that isn't a Fiend has disadvantage on Wis (Insight) checks. When a creature enters aura's area for the first time on a turn or starts its turn there that creature: DC 13 Cha save. Fail: any spell cast by creature can't affect allies or friendly creatures including spells already in effect such as bless while it remains in the aura. In addition creature can't use Help action or accept assistance from a friendly creature including assistance from spells such as bless or cure wounds while it remains in aura."
                }
            ],
            "spell_list": [],
            "page_no": 108,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_demon-inciter/"
        },
        {
            "slug": "derro-voidwarped",
            "desc": "",
            "name": "Derro, Voidwarped",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 120,
            "hit_dice": "16d6+64",
            "speed": {
                "walk": 25,
                "fly": 30
            },
            "strength": 8,
            "dexterity": 18,
            "constitution": 18,
            "intelligence": 13,
            "wisdom": 5,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": null,
            "intelligence_save": 4,
            "wisdom_save": null,
            "charisma_save": 6,
            "perception": -3,
            "skills": {
                "perception": -3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "force, psychic; nonmagic B/P/S attacks",
            "damage_immunities": "cold",
            "condition_immunities": "",
            "senses": "darkvision 120', passive Perception 10",
            "languages": "Common, Dwarvish, Undercommon, Void Speech",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Shortswords and one Void Tendril attack."
                },
                {
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 7 (1d6+4) piercing damage + 3 (1d6) cold and 3 (1d6) force."
                },
                {
                    "name": "Void Tendril",
                    "desc": "Melee Weapon Attack: +7 to hit, 10 ft., one target, 7 (2d6) bludgeoning damage + 3 (1d6) cold and 3 (1d6) force. Target must make DC 15 Con save or its hp max is reduced by the amount equal to the damage taken. This reduction lasts until target finishes a long rest. Target dies if this reduces its hp max to 0."
                },
                {
                    "name": "Void Speech Rant (Recharge 5-6)",
                    "desc": "Spews a tirade of Void Speech. Each creature within 40' of it that can hear the tirade: 27 (5d10) psychic and is incapacitated until the end of its next turn (DC 15 Wis half damage and isn't incapacitated)."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Insanity",
                    "desc": "Advantage on saves vs. being charmed or frightened."
                },
                {
                    "name": "Mortal Void Traveler",
                    "desc": "Doesn't require air or ambient pressure."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "In sunlight disadvantage on attacks and Wis (Perception) checks that use sight."
                },
                {
                    "name": "Void-Touched Weapons",
                    "desc": "Its weapon attacks are magical. When it hits with any weapon deals extra 1d6 cold and 1d6 force (included below)."
                }
            ],
            "spell_list": [],
            "page_no": 113,
            "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_derro-voidwarped/"
        },
        {
            "slug": "dinosaur-guardian-archaeopteryx",
            "desc": "",
            "name": "Dinosaur, Guardian Archaeopteryx",
            "size": "Small",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 36,
            "hit_dice": "8d6+8",
            "speed": {
                "walk": 15,
                "fly": 50
            },
            "strength": 7,
            "dexterity": 14,
            "constitution": 13,
            "intelligence": 5,
            "wisdom": 14,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "poison",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 14",
            "languages": "understands Common but can't speak",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Beak attack and one Talons attack or it makes two Spit Thorn attacks. If the archaeopteryx hits one creature with two attacks the target must make DC 11 Con save or take 2 (1d4) poison and be poisoned until the end of its next turn."
                },
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 7 (2d4+2) piercing damage + 2 (1d4) poison."
                },
                {
                    "name": "Talons",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 7 (2d4+2) slashing damage."
                },
                {
                    "name": "Spit Thorn",
                    "desc": "Ranged Spell Attack: +4 to hit, 60 ft., one target, 4 (1d4+2) piercing damage + 2 (1d4) poison."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Imbue Poison",
                    "desc": "The guardian archaeopteryx chooses a friendly creature it can see within 30' of it and imbues that creature's attacks with magical poison. The next time the friendly creature hits with an attack before the start of archaeopteryx's next turn target of attack takes an extra 2 (1d4) poison and must make DC 11 Con save or be poisoned until end of its next turn."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Flyby",
                    "desc": "The archaeopteryx doesn't provoke opportunity attacks when it flies out of an enemy's reach."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                }
            ],
            "spell_list": [],
            "page_no": 126,
            "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_dinosaur-guardian-archaeopteryx/"
        },
        {
            "slug": "dinosaur-jeholopterus",
            "desc": "",
            "name": "Dinosaur, Jeholopterus",
            "size": "Small",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 12,
            "hit_dice": "5d4",
            "speed": {
                "walk": 10,
                "fly": 60
            },
            "strength": 10,
            "dexterity": 16,
            "constitution": 10,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 4,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 13",
            "languages": "—",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Blood Drain",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one creature,. 8 (2d4+3) piercing damage and it attaches to the target. While attached jeholopterus doesn't attack. Instead at start of each of jeholopterus's turns target loses 8 (2d4+3) hp due to blood loss. The jeholopterus can detach itself by spending 5 ft. of its movement. It does so after it drains 15 hp of blood from the target or the target dies. A creature including the target can take its action to detach the jeholopterus by succeeding on a DC 13 Str check."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one creature,. 7 (1d6+3) slashing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Flyby",
                    "desc": "Doesn't provoke opportunity attacks when it flies out of an enemy's reach."
                },
                {
                    "name": "Keen Sight",
                    "desc": "Advantage: sight Wis (Percept) checks."
                }
            ],
            "spell_list": [],
            "page_no": 126,
            "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_dinosaur-jeholopterus/"
        },
        {
            "slug": "dinosaur-razorfeather-raptor",
            "desc": "",
            "name": "Dinosaur, Razorfeather Raptor",
            "size": "Medium",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 39,
            "hit_dice": "6d8+12",
            "speed": {
                "walk": 40
            },
            "strength": 15,
            "dexterity": 17,
            "constitution": 14,
            "intelligence": 7,
            "wisdom": 12,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 13",
            "languages": "understands Common but can't speak",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bladed Feather attack and one Claw attack."
                },
                {
                    "name": "Bladed Feather",
                    "desc": "Melee or Ranged Weapon Attack: +5 to hit 5 ft. or range 30/90' one target 8 (1d10+3) slashing damage and the target's speed is reduced by 10 ft. until the end of its next turn."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 7 (1d8+3) slashing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Pack Tactics",
                    "desc": "Advantage on attacks vs. creature if 1+ unincapacitated attacker ally is within 5 ft. of target."
                },
                {
                    "name": "Pounce",
                    "desc": "If the raptor moves at least 20' straight toward a creature and then hits it with Claw attack on the same turn that target must make DC 13 Str save or be knocked prone. If the target is prone the raptor can make one Bladed Feather attack vs. it as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 126,
            "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_dinosaur-razorfeather-raptor/"
        },
        {
            "slug": "dinosaur-therizinosaurus",
            "desc": "",
            "name": "Dinosaur, Therizinosaurus",
            "size": "Huge",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 95,
            "hit_dice": "10d12+30",
            "speed": {
                "walk": 40
            },
            "strength": 21,
            "dexterity": 9,
            "constitution": 17,
            "intelligence": 3,
            "wisdom": 14,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 12",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two claw attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, 15 ft., one target, 18 (3d8+5) slashing damage and the target must make DC 16 Str save or be knocked prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Relentless (Recharge: Short/Long Rest)",
                    "desc": "If therizinosaurus would take 20 or less damage that would reduce it to less than 1 hp it is reduced to 1 hp instead."
                }
            ],
            "spell_list": [],
            "page_no": 126,
            "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_dinosaur-therizinosaurus/"
        }
    ]
}