list: API endpoint for returning a list of creatures.
retrieve: API endpoint for returning a particular creature.

GET /v2/creatures/?format=api&ordering=-subcategory&page=26
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3539,
    "next": "https://api-beta.open5e.com/v2/creatures/?format=api&ordering=-subcategory&page=27",
    "previous": "https://api-beta.open5e.com/v2/creatures/?format=api&ordering=-subcategory&page=25",
    "results": [
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_kobold-spellclerk/?format=api",
            "key": "tob2_kobold-spellclerk",
            "name": "Kobold Spellclerk",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Humanoid",
                "key": "humanoid",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "lawful neutral",
            "languages": {
                "as_string": "Common, Draconic",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    },
                    {
                        "name": "Draconic",
                        "key": "draconic",
                        "url": "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                        "desc": "Typical speakers include dragons and dragonborn."
                    }
                ]
            },
            "armor_class": 12,
            "armor_detail": "",
            "hit_points": 21,
            "hit_dice": "6d6",
            "experience_points": 100,
            "ability_scores": {
                "strength": 6,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 16,
                "wisdom": 12,
                "charisma": 12
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 3,
                "wisdom": 1,
                "charisma": 1
            },
            "initiative_bonus": 2,
            "saving_throws": {
                "intelligence": 5
            },
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 5,
                "wisdom": 1,
                "charisma": 1
            },
            "skill_bonuses": {
                "acrobatics": 4,
                "arcana": 5,
                "deception": 5,
                "investigation": 5,
                "perception": 3,
                "persuasion": 3,
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 1,
                "arcana": 5,
                "athletics": -2,
                "deception": 5,
                "history": 3,
                "insight": 1,
                "intimidation": 1,
                "investigation": 5,
                "medicine": 1,
                "nature": 3,
                "perception": 3,
                "performance": 1,
                "persuasion": 3,
                "religion": 3,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 1
            },
            "passive_perception": 13,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +4 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "attacks": [
                        {
                            "name": "Dagger attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": 20.0,
                            "long_range": 60.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The kobold spellclerk makes two melee attacks.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Cunning Action",
                    "desc": "On each of its turns, the spellclerk can use a bonus action to take the Dash, Disengage, or Hide action."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The kobold has advantage on attack rolls against a creature if at least one of the kobold’s allies is within 5 feet of the creature and the ally isn’t incapacitated."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The kobold spellclerk is a 2nd-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 13, +5 to hit with spell attacks). It has the following wizard spells prepared:\nCantrips (at will): fire bolt, message, minor illusion\n1st level (3 slots): comprehend languages, feather fall, grease, illusory script, sleep"
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the kobold has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_kobold-war-machine/?format=api",
            "key": "tob2_kobold-war-machine",
            "name": "Kobold War Machine",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Construct",
                "key": "construct",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "9.000",
            "challenge_rating_text": "9",
            "proficiency_bonus": null,
            "speed": {
                "walk": 25.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 25.0,
                "crawl": 12.5,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 12.5,
                "swim": 12.5
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 16,
            "armor_detail": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d10+48",
            "experience_points": 5000,
            "ability_scores": {
                "strength": 21,
                "dexterity": 14,
                "constitution": 19,
                "intelligence": 2,
                "wisdom": 7,
                "charisma": 1
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": -2,
                "charisma": -5
            },
            "initiative_bonus": 2,
            "saving_throws": {
                "dexterity": 6,
                "constitution": 8
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 6,
                "constitution": 8,
                "intelligence": -4,
                "wisdom": -2,
                "charisma": -5
            },
            "skill_bonuses": {
                "athletics": 9
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": -2,
                "arcana": -4,
                "athletics": 9,
                "deception": -5,
                "history": -4,
                "insight": -2,
                "intimidation": -5,
                "investigation": -4,
                "medicine": -2,
                "nature": -4,
                "perception": -2,
                "performance": -5,
                "persuasion": -5,
                "religion": -4,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": -2
            },
            "passive_perception": 8,
            "resistances_and_immunities": {
                "damage_immunities_display": "poison, psychic",
                "damage_immunities": [
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    },
                    {
                        "name": "Psychic",
                        "key": "psychic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                    }
                ],
                "damage_resistances_display": "bludgeoning, piercing, and slashing from nonmagical attacks",
                "damage_resistances": [
                    {
                        "name": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    },
                    {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    },
                    {
                        "name": "Slashing",
                        "key": "slashing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "blinded, charmed, deafened, exhaustion, frightened, paralyzed, petrified, poisoned, prone, unconscious",
                "condition_immunities": [
                    {
                        "name": "Blinded",
                        "key": "blinded",
                        "url": "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
                    },
                    {
                        "name": "Charmed",
                        "key": "charmed",
                        "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
                    },
                    {
                        "name": "Deafened",
                        "key": "deafened",
                        "url": "https://api-beta.open5e.com/v2/conditions/deafened/?format=api"
                    },
                    {
                        "name": "Exhaustion",
                        "key": "exhaustion",
                        "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
                    },
                    {
                        "name": "Frightened",
                        "key": "frightened",
                        "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
                    },
                    {
                        "name": "Paralyzed",
                        "key": "paralyzed",
                        "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
                    },
                    {
                        "name": "Petrified",
                        "key": "petrified",
                        "url": "https://api-beta.open5e.com/v2/conditions/petrified/?format=api"
                    },
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    },
                    {
                        "name": "Prone",
                        "key": "prone",
                        "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
                    },
                    {
                        "name": "Unconscious",
                        "key": "unconscious",
                        "url": "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Fire Breath",
                    "desc": "The kobold war machine exhales fire in a 30-foot cone. Each creature in that area must make a DC 16 Dexterity saving throw, taking 35 (10d6) fire damage on a failed save, or half as much damage on a successful one.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 3,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE_ON_ROLL",
                        "param": 5
                    }
                },
                {
                    "name": "Multiattack",
                    "desc": "The kobold war machine makes two spiked wheel attacks. Alternatively, it can make three spit fire attacks.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Spiked Wheel",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 17 (2d10 + 6) piercing damage.",
                    "attacks": [
                        {
                            "name": "Spiked Wheel attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 9,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D10",
                            "damage_bonus": 6,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Spit Fire",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 120 ft., one target. Hit: 14 (4d6) fire damage.",
                    "attacks": [
                        {
                            "name": "Spit Fire attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": null,
                            "range": 120.0,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 4,
                            "damage_die_type": "D6) fire",
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Fire",
                                "key": "fire",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Immutable Form",
                    "desc": "The kobold war machine is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Operators",
                    "desc": "The kobold war machine can either take an action or move up to its speed each turn, not both. The war machine can hold up to three Small operators. If it has at least one operator, it can move and act normally as long as the operator spends its entire turn operating the war machine. When it has more than one operator, it has additional traits as long as the additional operators spend their entire turns operating the war machine.\n\nIf a creature scores a critical hit against the kobold war machine, the creature can target one of the operators with the attack instead. Otherwise, the operators can’t be targeted and are immune to damage while operating the kobold war machine."
                },
                {
                    "name": "Ram Them! (Two or More Operators)",
                    "desc": "If the kobold war machine moves at least 15 feet straight toward a target and then hits it with a spiked wheel attack on the same turn, the target takes an extra 11 (2d10) piercing damage. If the target is a creature, it must succeed on a DC 16 Strength saving throw or be knocked prone."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The kobold war machine deals double damage to objects and structures."
                },
                {
                    "name": "That Way! (Three or More Operators)",
                    "desc": "The kobold war machine can take the Dash or Disengage action as a bonus action on each of its turns."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_lambent-witchfyre/?format=api",
            "key": "tob2_lambent-witchfyre",
            "name": "Lambent Witchfyre",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Aberration",
                "key": "aberration",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "7.000",
            "challenge_rating_text": "7",
            "proficiency_bonus": null,
            "speed": {
                "walk": 20.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 15,
            "armor_detail": "natural armor",
            "hit_points": 110,
            "hit_dice": "13d10+39",
            "experience_points": 2900,
            "ability_scores": {
                "strength": 10,
                "dexterity": 16,
                "constitution": 17,
                "intelligence": 2,
                "wisdom": 11,
                "charisma": 1
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -5
            },
            "initiative_bonus": 3,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 0,
                "deception": -5,
                "history": -4,
                "insight": 0,
                "intimidation": -5,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -5,
                "persuasion": -5,
                "religion": -4,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 0
            },
            "passive_perception": 10,
            "resistances_and_immunities": {
                "damage_immunities_display": "fire, poison",
                "damage_immunities": [
                    {
                        "name": "Fire",
                        "key": "fire",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
                    },
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    }
                ],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "blinded, charmed, deafened, exhaustion, frightened, poisoned, prone",
                "condition_immunities": [
                    {
                        "name": "Blinded",
                        "key": "blinded",
                        "url": "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
                    },
                    {
                        "name": "Charmed",
                        "key": "charmed",
                        "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
                    },
                    {
                        "name": "Deafened",
                        "key": "deafened",
                        "url": "https://api-beta.open5e.com/v2/conditions/deafened/?format=api"
                    },
                    {
                        "name": "Exhaustion",
                        "key": "exhaustion",
                        "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
                    },
                    {
                        "name": "Frightened",
                        "key": "frightened",
                        "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
                    },
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    },
                    {
                        "name": "Prone",
                        "key": "prone",
                        "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
                    }
                ]
            },
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Blazing Touch",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 13 (3d6 + 3) fire damage. If the target is a creature or a flammable object, it ignites. Until a creature takes an action to douse the fire, the target takes 5 (1d10) fire damage at the start of each of its turns. If a creature is slain by this attack, the lambent witchfyre regains hp equal to the damage dealt. The body of a creature slain by this attack turns to ash, along with any nonmagical items it was wearing or carrying. The creature can be restored to life only by means of a resurrection or wish spell.",
                    "attacks": [
                        {
                            "name": "Blazing Touch attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 3,
                            "damage_die_type": "D6",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Fire",
                                "key": "fire",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The lambent witchfyre makes three blazing touch attacks.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Fire Absorption",
                    "desc": "Whenever the lambent witchfyre is subjected to fire damage, it takes no damage and instead regains a number of hp equal to the fire damage dealt."
                },
                {
                    "name": "Fire Form",
                    "desc": "The lambent witchfyre can move through a space as narrow as 1 inch wide without squeezing. A creature that touches the lambent witchfyre or hits it with a melee attack while within 5 feet of it takes 5 (1d10) fire damage. In addition, the lambent witchfyre can enter a hostile creature’s space and stop there. The first time it enters a creature’s space on a turn, that creature takes 5 (1d10) fire damage and catches fire; until someone takes an action to douse the fire, the creature takes 5 (1d10) fire damage at the start of each of its turns."
                },
                {
                    "name": "Illumination",
                    "desc": "The lambent witchfyre sheds bright light in a 30-foot radius and dim light for an additional 30 feet."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_lantern-beetle/?format=api",
            "key": "tob2_lantern-beetle",
            "name": "Lantern Beetle",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Beast",
                "key": "beast",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
            },
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "challenge_rating_decimal": "0.000",
            "challenge_rating_text": "0",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 10.0,
                "climb": 10.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 10.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 13,
            "armor_detail": "natural armor",
            "hit_points": 2,
            "hit_dice": "1d4",
            "experience_points": 0,
            "ability_scores": {
                "strength": 6,
                "dexterity": 12,
                "constitution": 10,
                "intelligence": 1,
                "wisdom": 7,
                "charisma": 3
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -4
            },
            "initiative_bonus": 1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": -2,
                "arcana": -5,
                "athletics": -2,
                "deception": -4,
                "history": -5,
                "insight": -2,
                "intimidation": -4,
                "investigation": -5,
                "medicine": -2,
                "nature": -5,
                "perception": -2,
                "performance": -4,
                "persuasion": -4,
                "religion": -5,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": -2
            },
            "passive_perception": 8,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Horn",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 1 piercing damage.",
                    "attacks": [
                        {
                            "name": "Horn attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": null,
                            "damage_die_type": null,
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Illumination",
                    "desc": "The beetle sheds bright light in a 10-foot radius and dim light for an additional 10 feet. When it dies, its body continues to glow for another 6 hours."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_lava-keeper/?format=api",
            "key": "tob2_lava-keeper",
            "name": "Lava Keeper",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Elemental",
                "key": "elemental",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api"
            },
            "size": {
                "name": "Huge",
                "key": "huge",
                "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api"
            },
            "challenge_rating_decimal": "18.000",
            "challenge_rating_text": "18",
            "proficiency_bonus": null,
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "burrow": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 40.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "lawful neutral",
            "languages": {
                "as_string": "Ignan, Terran",
                "data": []
            },
            "armor_class": 18,
            "armor_detail": "natural armor",
            "hit_points": 276,
            "hit_dice": "24d12+120",
            "experience_points": 20000,
            "ability_scores": {
                "strength": 24,
                "dexterity": 10,
                "constitution": 21,
                "intelligence": 10,
                "wisdom": 18,
                "charisma": 12
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 0,
                "constitution": 5,
                "intelligence": 0,
                "wisdom": 4,
                "charisma": 1
            },
            "initiative_bonus": 0,
            "saving_throws": {
                "constitution": 11,
                "wisdom": 10
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 0,
                "constitution": 11,
                "intelligence": 0,
                "wisdom": 10,
                "charisma": 1
            },
            "skill_bonuses": {
                "history": 12,
                "perception": 10
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 4,
                "arcana": 0,
                "athletics": 7,
                "deception": 1,
                "history": 12,
                "insight": 4,
                "intimidation": 1,
                "investigation": 0,
                "medicine": 4,
                "nature": 0,
                "perception": 10,
                "performance": 1,
                "persuasion": 1,
                "religion": 0,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 4
            },
            "passive_perception": 20,
            "resistances_and_immunities": {
                "damage_immunities_display": "fire, poison",
                "damage_immunities": [
                    {
                        "name": "Fire",
                        "key": "fire",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
                    },
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    }
                ],
                "damage_resistances_display": "acid, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
                "damage_resistances": [
                    {
                        "name": "Acid",
                        "key": "acid",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
                    },
                    {
                        "name": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    },
                    {
                        "name": "Lightning",
                        "key": "lightning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
                    },
                    {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    },
                    {
                        "name": "Slashing",
                        "key": "slashing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "exhaustion, paralyzed, petrified, poisoned, prone",
                "condition_immunities": [
                    {
                        "name": "Exhaustion",
                        "key": "exhaustion",
                        "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
                    },
                    {
                        "name": "Paralyzed",
                        "key": "paralyzed",
                        "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
                    },
                    {
                        "name": "Petrified",
                        "key": "petrified",
                        "url": "https://api-beta.open5e.com/v2/conditions/petrified/?format=api"
                    },
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    },
                    {
                        "name": "Prone",
                        "key": "prone",
                        "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": 120.0,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Fumarole",
                    "desc": "The crater between the lava keeper's shoulders erupts in a plume of fire, rock, and toxic smoke. Each creature within 60 feet of the lava keeper must make a DC 19 Constitution saving throw. On a failure, a creature takes 21 (6d6) bludgeoning damage and 21 (6d6) fire damage and becomes poisoned for 1 minute. On a success, a creature takes half the damage and isn't poisoned. A poisoned target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. The eruption surrounds the lava keeper in a 20-foot-radius sphere of smoke, considered heavily obscured until the end of its next turn. A wind of moderate or greater speed (at least 10 miles per hour) disperses the smoke.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 3,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE_ON_ROLL",
                        "param": 5
                    }
                },
                {
                    "name": "Lava Lob",
                    "desc": "Ranged Weapon Attack: +13 to hit, range 60/240 ft., one target. Hit: 21 (6d6) fire damage, and the target must succeed on a DC 19 Dexterity saving throw or take 10 (3d6) fire damage at the start of its next turn.",
                    "attacks": [
                        {
                            "name": "Lava Lob attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 13,
                            "reach": null,
                            "range": 60.0,
                            "long_range": 240.0,
                            "target_creature_only": false,
                            "damage_die_count": 6,
                            "damage_die_type": "D6) fire",
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Fire",
                                "key": "fire",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The lava keeper makes four slam attacks. Alternatively, it can use its Lava Lob twice.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 25 (4d8 + 7) bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 13,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 4,
                            "damage_die_type": "D8",
                            "damage_bonus": 7,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "The lava keeper’s innate spellcasting ability is Wisdom (spell save DC 17). It can innately cast the following spells, requiring no material components:\nAt will: move earth, stone shape\n3/day each: wall of fire, wall of stone\n1/day each: conjure elemental (earth or fire elemental only), earthquake, fire storm"
                },
                {
                    "name": "Lava Dribble",
                    "desc": "Each creature that starts its turn within 5 feet of the lava keeper must make a DC 19 Dexterity saving throw, taking 7 (2d6) fire damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_lazavik/?format=api",
            "key": "tob2_lazavik",
            "name": "Lazavik",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Fey",
                "key": "fey",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
            },
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "swim": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral good",
            "languages": {
                "as_string": "Common, Sylvan",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    },
                    {
                        "name": "Sylvan",
                        "key": "sylvan",
                        "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                        "desc": "Typical speakers are fey creatures."
                    }
                ]
            },
            "armor_class": 14,
            "armor_detail": "",
            "hit_points": 36,
            "hit_dice": "8d4+16",
            "experience_points": 700,
            "ability_scores": {
                "strength": 12,
                "dexterity": 18,
                "constitution": 15,
                "intelligence": 13,
                "wisdom": 17,
                "charisma": 14
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 4,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 2
            },
            "initiative_bonus": 4,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 4,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 2
            },
            "skill_bonuses": {
                "perception": 7,
                "stealth": 8,
                "survival": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 3,
                "arcana": 1,
                "athletics": 1,
                "deception": 2,
                "history": 1,
                "insight": 3,
                "intimidation": 2,
                "investigation": 1,
                "medicine": 3,
                "nature": 1,
                "perception": 7,
                "performance": 2,
                "persuasion": 2,
                "religion": 1,
                "sleight_of_hand": 4,
                "stealth": 8,
                "survival": 5
            },
            "passive_perception": 17,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "poison",
                "damage_resistances": [
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "frightened, poisoned",
                "condition_immunities": [
                    {
                        "name": "Frightened",
                        "key": "frightened",
                        "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
                    },
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Eye Flare",
                    "desc": "The lazavik's eye flares with blinding light in a 15-foot cone. Each creature in the area much make a DC 13 Dexterity saving throw. On a failure, a creature takes 10 (3d6) radiant damage and is blinded for 1 minute. On a success, a creature takes half the damage and isn't blinded. The creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE_ON_ROLL",
                        "param": 5
                    }
                },
                {
                    "name": "Reed Whip",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 9 (2d4 + 4) slashing damage.",
                    "attacks": [
                        {
                            "name": "Reed Whip attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D4",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Slashing",
                                "key": "slashing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Glowing Eye",
                    "desc": "As a bonus action, the lazavik makes its single eye shine with a brilliant golden light. Its eye sheds bright light in a line that is 90 feet long and 5 feet wide, or it sheds bright light in a 30-foot cone. Each creature in the area illuminated by the lazavik’s eye gains the lazavik’s Swamp Stride trait as long as it remains on the illuminated path. The lazavik can douse its light at any time (no action required)."
                },
                {
                    "name": "Hold Breath",
                    "desc": "The lazavik can hold its breath for 30 minutes."
                },
                {
                    "name": "Speak with Beasts",
                    "desc": "The lazavik can communicate with beasts as if they shared a language."
                },
                {
                    "name": "Swamp Stride",
                    "desc": "Difficult terrain composed of mud, reeds, or other marshy terrain doesn’t cost the lazavik extra movement. In addition, it can pass through nonmagical hazards, such as quicksand, without being hindered by them and through nonmagical plants without taking damage from them, despite thorns, spines, or a similar hazard."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_leech-swarm/?format=api",
            "key": "tob2_leech-swarm",
            "name": "Leech Swarm",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Beast",
                "key": "beast",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
            },
            "size": {
                "name": "Medium",
                "key": "medium",
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
            },
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 13,
            "armor_detail": "",
            "hit_points": 32,
            "hit_dice": "5d8+10",
            "experience_points": 450,
            "ability_scores": {
                "strength": 5,
                "dexterity": 16,
                "constitution": 15,
                "intelligence": 2,
                "wisdom": 13,
                "charisma": 4
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "initiative_bonus": 3,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "skill_bonuses": {
                "perception": 3,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": -3,
                "deception": -3,
                "history": -4,
                "insight": 1,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 3,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 3,
                "stealth": 5,
                "survival": 1
            },
            "passive_perception": 13,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "bludgeoning, piercing, and slashing",
                "damage_resistances": [
                    {
                        "name": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    },
                    {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "charmed, frightened, grappled, paralyzed, petrified, prone, restrained, stunned",
                "condition_immunities": [
                    {
                        "name": "Charmed",
                        "key": "charmed",
                        "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
                    },
                    {
                        "name": "Frightened",
                        "key": "frightened",
                        "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
                    },
                    {
                        "name": "Grappled",
                        "key": "grappled",
                        "url": "https://api-beta.open5e.com/v2/conditions/grappled/?format=api"
                    },
                    {
                        "name": "Paralyzed",
                        "key": "paralyzed",
                        "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
                    },
                    {
                        "name": "Petrified",
                        "key": "petrified",
                        "url": "https://api-beta.open5e.com/v2/conditions/petrified/?format=api"
                    },
                    {
                        "name": "Prone",
                        "key": "prone",
                        "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
                    },
                    {
                        "name": "Restrained",
                        "key": "restrained",
                        "url": "https://api-beta.open5e.com/v2/conditions/restrained/?format=api"
                    },
                    {
                        "name": "Stunned",
                        "key": "stunned",
                        "url": "https://api-beta.open5e.com/v2/conditions/stunned/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 30.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bites",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 0 ft., one creature in the swarm's space. Hit: 14 (4d6) piercing damage, or 7 (2d6) piercing damage if the swarm has half its hp or fewer. If the target is a creature other than a construct or an undead, it must succeed on a DC 13 Dexterity saving throw or lose 2 (1d4) hp at the start of each of its turns as leeches attach to it and drain its blood. Any creature can take an action to find and remove the leeches with a successful DC 13 Wisdom (Perception) check. The leeches also detach if the target takes fire damage.",
                    "attacks": [
                        {
                            "name": "Bites attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 0.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 4,
                            "damage_die_type": "D6) piercing",
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Fire",
                                "key": "fire",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Blood Frenzy",
                    "desc": "The leech swarm has advantage on melee attack rolls against any creature that doesn’t have all its hp."
                },
                {
                    "name": "Blood Sense",
                    "desc": "The leech swarm can pinpoint, by scent, the location of creatures that aren’t undead or constructs within 30 feet of it."
                },
                {
                    "name": "Swarm",
                    "desc": "The leech swarm can occupy another creature’s space and vice versa, and the swarm can move through any opening large enough for a Tiny leech. The swarm can’t regain hp or gain temporary hp."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_lesser-lunarchidna/?format=api",
            "key": "tob2_lesser-lunarchidna",
            "name": "Lesser Lunarchidna",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Aberration",
                "key": "aberration",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api"
            },
            "size": {
                "name": "Medium",
                "key": "medium",
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
            },
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "climb": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral evil",
            "languages": {
                "as_string": "Deep Speech, Elvish",
                "data": [
                    {
                        "name": "Deep Speech",
                        "key": "deep-speech",
                        "url": "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                        "desc": "Typical speakers include aboleths and cloakers. It is only spoken."
                    },
                    {
                        "name": "Elvish",
                        "key": "elvish",
                        "url": "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                        "desc": "Typical speakers are elves."
                    }
                ]
            },
            "armor_class": 15,
            "armor_detail": "natural armor",
            "hit_points": 39,
            "hit_dice": "6d8+12",
            "experience_points": 450,
            "ability_scores": {
                "strength": 10,
                "dexterity": 15,
                "constitution": 14,
                "intelligence": 6,
                "wisdom": 12,
                "charisma": 13
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": 1
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": 1
            },
            "skill_bonuses": {
                "perception": 3,
                "stealth": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -2,
                "athletics": 0,
                "deception": 1,
                "history": -2,
                "insight": 1,
                "intimidation": 1,
                "investigation": -2,
                "medicine": 1,
                "nature": -2,
                "perception": 3,
                "performance": 1,
                "persuasion": 1,
                "religion": -2,
                "sleight_of_hand": 2,
                "stealth": 6,
                "survival": 1
            },
            "passive_perception": 13,
            "resistances_and_immunities": {
                "damage_immunities_display": "poison",
                "damage_immunities": [
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    }
                ],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "poisoned, restrained",
                "condition_immunities": [
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    },
                    {
                        "name": "Restrained",
                        "key": "restrained",
                        "url": "https://api-beta.open5e.com/v2/conditions/restrained/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": 10.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) necrotic damage. The target must succeed on a DC 12 Constitution saving throw or its hp maximum is reduced by an amount equal to the damage taken. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its hp maximum to 0.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Necrotic",
                                "key": "necrotic",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) slashing damage.",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Slashing",
                                "key": "slashing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The lunarchidna makes one bite attack and two claw attacks.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Light Sensitivity",
                    "desc": "While in bright light, the lunarchidna has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                },
                {
                    "name": "Shadow Stealth",
                    "desc": "While in dim light or darkness, the lunarchidna can take the Hide action as a bonus action."
                },
                {
                    "name": "Spider Climb",
                    "desc": "The lunarchidna can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_light-drake/?format=api",
            "key": "tob2_light-drake",
            "name": "Light Drake",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Dragon",
                "key": "dragon",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api"
            },
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "fly": 60.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": true,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral good",
            "languages": {
                "as_string": "Common, Draconic",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    },
                    {
                        "name": "Draconic",
                        "key": "draconic",
                        "url": "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                        "desc": "Typical speakers include dragons and dragonborn."
                    }
                ]
            },
            "armor_class": 13,
            "armor_detail": "",
            "hit_points": 24,
            "hit_dice": "7d4+7",
            "experience_points": 100,
            "ability_scores": {
                "strength": 7,
                "dexterity": 16,
                "constitution": 13,
                "intelligence": 8,
                "wisdom": 12,
                "charisma": 14
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": 2
            },
            "initiative_bonus": 3,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": 2
            },
            "skill_bonuses": {
                "acrobatics": 5,
                "perception": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 1,
                "arcana": -1,
                "athletics": -2,
                "deception": 2,
                "history": -1,
                "insight": 1,
                "intimidation": 2,
                "investigation": -1,
                "medicine": 1,
                "nature": -1,
                "perception": 3,
                "performance": 2,
                "persuasion": 2,
                "religion": -1,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 1
            },
            "passive_perception": 13,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "radiant",
                "damage_resistances": [
                    {
                        "name": "Radiant",
                        "key": "radiant",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Breath Weapon",
                    "desc": "A light drake can breathe a 30-foot line of brilliant white light. Each creature in that line must make a DC 13 Dexterity saving throw. On a failure, a creature takes 5 (2d4) radiant damage and is blinded for 1 minute. On a success, a creature takes half the damage and isn't blinded. A blinded creature can make a DC 13 Constitution saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE_ON_ROLL",
                        "param": 6
                    }
                }
            ],
            "traits": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "The light drake’s innate spellcasting ability is Charisma (spell save DC 12, +4 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\nAt will: dancing lights, light, guiding star, starburst\n3/day each: color spray, faerie fire"
                },
                {
                    "name": "Reflective Scales",
                    "desc": "When a light drake is within 5 feet of a source of light, that source of light sheds bright light and dim light for an additional 10 feet. While the light drake wears or carries an object that sheds light from the daylight spell, the light within 10 feet of the drake is sunlight."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_liminal-drake/?format=api",
            "key": "tob2_liminal-drake",
            "name": "Liminal Drake",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Dragon",
                "key": "dragon",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "14.000",
            "challenge_rating_text": "14",
            "proficiency_bonus": null,
            "speed": {
                "walk": 0.0,
                "unit": "feet",
                "fly": 80.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": true,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 0.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral evil",
            "languages": {
                "as_string": "Draconic",
                "data": [
                    {
                        "name": "Draconic",
                        "key": "draconic",
                        "url": "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                        "desc": "Typical speakers include dragons and dragonborn."
                    }
                ]
            },
            "armor_class": 17,
            "armor_detail": "",
            "hit_points": 204,
            "hit_dice": "24d10+72",
            "experience_points": 11500,
            "ability_scores": {
                "strength": 7,
                "dexterity": 24,
                "constitution": 16,
                "intelligence": 15,
                "wisdom": 18,
                "charisma": 17
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 7,
                "constitution": 3,
                "intelligence": 2,
                "wisdom": 4,
                "charisma": 3
            },
            "initiative_bonus": 7,
            "saving_throws": {
                "constitution": 8,
                "wisdom": 9
            },
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 7,
                "constitution": 8,
                "intelligence": 2,
                "wisdom": 9,
                "charisma": 3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 7,
                "animal_handling": 4,
                "arcana": 2,
                "athletics": -2,
                "deception": 3,
                "history": 2,
                "insight": 4,
                "intimidation": 3,
                "investigation": 2,
                "medicine": 4,
                "nature": 2,
                "perception": 4,
                "performance": 3,
                "persuasion": 3,
                "religion": 2,
                "sleight_of_hand": 7,
                "stealth": 7,
                "survival": 4
            },
            "passive_perception": 14,
            "resistances_and_immunities": {
                "damage_immunities_display": "cold",
                "damage_immunities": [
                    {
                        "name": "Cold",
                        "key": "cold",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
                    }
                ],
                "damage_resistances_display": "acid, fire, lightning, radiant, thunder; bludgeoning, piercing, and slashing from nonmagical attacks",
                "damage_resistances": [
                    {
                        "name": "Acid",
                        "key": "acid",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
                    },
                    {
                        "name": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    },
                    {
                        "name": "Fire",
                        "key": "fire",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
                    },
                    {
                        "name": "Lightning",
                        "key": "lightning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
                    },
                    {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    },
                    {
                        "name": "Radiant",
                        "key": "radiant",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api"
                    },
                    {
                        "name": "Slashing",
                        "key": "slashing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                    },
                    {
                        "name": "Thunder",
                        "key": "thunder",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "exhaustion, frightened, grappled, paralyzed, petrified, poisoned, prone, restrained",
                "condition_immunities": [
                    {
                        "name": "Exhaustion",
                        "key": "exhaustion",
                        "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
                    },
                    {
                        "name": "Frightened",
                        "key": "frightened",
                        "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
                    },
                    {
                        "name": "Grappled",
                        "key": "grappled",
                        "url": "https://api-beta.open5e.com/v2/conditions/grappled/?format=api"
                    },
                    {
                        "name": "Paralyzed",
                        "key": "paralyzed",
                        "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
                    },
                    {
                        "name": "Petrified",
                        "key": "petrified",
                        "url": "https://api-beta.open5e.com/v2/conditions/petrified/?format=api"
                    },
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    },
                    {
                        "name": "Prone",
                        "key": "prone",
                        "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
                    },
                    {
                        "name": "Restrained",
                        "key": "restrained",
                        "url": "https://api-beta.open5e.com/v2/conditions/restrained/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one creature. Hit: 14 (2d10 + 3) piercing damage plus 18 (4d8) cold damage.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 12,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D10",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": 4,
                            "extra_damage_die_type": "D8",
                            "extra_damage_bonus": 0,
                            "extra_damage_type": {
                                "name": "Cold",
                                "key": "cold",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one creature. Hit: 10 (2d6 + 3) slashing damage plus 9 (2d8) cold damage.",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 12,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": 2,
                            "extra_damage_die_type": "D8",
                            "extra_damage_bonus": 0,
                            "extra_damage_type": {
                                "name": "Cold",
                                "key": "cold",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The liminal drake makes three attacks: one with its bite and two with its claws.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Stellar Breath",
                    "desc": "The drake exhales star fire in a 30-foot cone. Each creature in that area must make a DC 17 Dexterity saving throw, taking 18 (4d8) fire damage and 18 (4d8) radiant damage on a failed save, and half as much damage on a successful one.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 3,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE_ON_ROLL",
                        "param": 5
                    }
                },
                {
                    "name": "Warp Space",
                    "desc": "The liminal drake can fold in on itself to travel to a different plane. This works like the plane shift spell, except the drake can only affect itself, not other creatures, and it can't use the effect to banish an unwilling creature to another plane.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 4,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Incorporeal Movement",
                    "desc": "The drake can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object."
                },
                {
                    "name": "Nauseating Luminance",
                    "desc": "When a creature that can see the drake starts its turn within 60 feet of the drake, the drake can force it to make a DC 16 Constitution saving throw if the drake isn’t incapacitated and can see the creature. On a failed save, the creature is incapacitated until the start of its next turn.\n\nUnless surprised, a creature can avert its eyes to avoid the saving throw at the start of its turn. If it does so, it can’t see the drake until the start of its next turn, when it can avert its eyes again. If the creature looks at the drake in the meantime, it must immediately make the save."
                },
                {
                    "name": "Void Dweller",
                    "desc": "When traveling through the void between stars, the liminal drake magically glides on solar winds, making the immense journey in an impossibly short time."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_locksmith/?format=api",
            "key": "tob2_locksmith",
            "name": "Locksmith",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Construct",
                "key": "construct",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api"
            },
            "size": {
                "name": "Medium",
                "key": "medium",
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
            },
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "proficiency_bonus": null,
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "Common",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    }
                ]
            },
            "armor_class": 18,
            "armor_detail": "natural armor",
            "hit_points": 102,
            "hit_dice": "12d8+48",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 20,
                "dexterity": 18,
                "constitution": 18,
                "intelligence": 16,
                "wisdom": 10,
                "charisma": 6
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 4,
                "constitution": 4,
                "intelligence": 3,
                "wisdom": 0,
                "charisma": -2
            },
            "initiative_bonus": 4,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 4,
                "constitution": 4,
                "intelligence": 3,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {
                "insight": 4,
                "stealth": 8
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 0,
                "arcana": 3,
                "athletics": 5,
                "deception": -2,
                "history": 3,
                "insight": 4,
                "intimidation": -2,
                "investigation": 3,
                "medicine": 0,
                "nature": 3,
                "perception": 0,
                "performance": -2,
                "persuasion": -2,
                "religion": 3,
                "sleight_of_hand": 4,
                "stealth": 8,
                "survival": 0
            },
            "passive_perception": 10,
            "resistances_and_immunities": {
                "damage_immunities_display": "fire, poison, psychic",
                "damage_immunities": [
                    {
                        "name": "Fire",
                        "key": "fire",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
                    },
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    },
                    {
                        "name": "Psychic",
                        "key": "psychic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                    }
                ],
                "damage_resistances_display": "bludgeoning, piercing, and slashing from nonmagical attacks",
                "damage_resistances": [
                    {
                        "name": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    },
                    {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    },
                    {
                        "name": "Slashing",
                        "key": "slashing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
                "condition_immunities": [
                    {
                        "name": "Charmed",
                        "key": "charmed",
                        "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
                    },
                    {
                        "name": "Exhaustion",
                        "key": "exhaustion",
                        "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
                    },
                    {
                        "name": "Frightened",
                        "key": "frightened",
                        "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
                    },
                    {
                        "name": "Paralyzed",
                        "key": "paralyzed",
                        "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
                    },
                    {
                        "name": "Petrified",
                        "key": "petrified",
                        "url": "https://api-beta.open5e.com/v2/conditions/petrified/?format=api"
                    },
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": 90.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Acid Wash",
                    "desc": "The locksmith emits a cloud of rust in a 60-foot cone. Each creature in that area must succeed on a DC 16 Dexterity saving throw, taking 35 (10d6) acid damage on a failed save, or half as much damage on a successful one.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE_ON_ROLL",
                        "param": 5
                    }
                },
                {
                    "name": "Key Blade",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 18 (3d8 + 5) slashing damage.",
                    "attacks": [
                        {
                            "name": "Key Blade attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 9,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 3,
                            "damage_die_type": "D8",
                            "damage_bonus": 5,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Slashing",
                                "key": "slashing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The locksmith makes two key blade attacks.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Expert Lockpicker",
                    "desc": "The locksmith can use any piece of its mechanical body to pick locks and disarm traps, as if its entire body was made up of several sets of thieves’ tools. It is proficient in using pieces of itself in this way. In addition, the locksmith has advantage on ability checks to pick locks and disarm traps."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The locksmith’s innate spellcasting ability is Intelligence (spell save DC 15). It can innately cast the following spells, requiring no material components:\nAt will: mending\n3/day each: arcane lock, knock\n1/day: forcecage"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_luck-leech/?format=api",
            "key": "tob2_luck-leech",
            "name": "Luck Leech",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Fey",
                "key": "fey",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
            },
            "size": {
                "name": "Medium",
                "key": "medium",
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
            },
            "challenge_rating_decimal": "10.000",
            "challenge_rating_text": "10",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral evil",
            "languages": {
                "as_string": "Common, Sylvan, Umbral",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    },
                    {
                        "name": "Sylvan",
                        "key": "sylvan",
                        "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                        "desc": "Typical speakers are fey creatures."
                    }
                ]
            },
            "armor_class": 17,
            "armor_detail": "studded leather",
            "hit_points": 150,
            "hit_dice": "20d8+60",
            "experience_points": 5900,
            "ability_scores": {
                "strength": 14,
                "dexterity": 21,
                "constitution": 16,
                "intelligence": 17,
                "wisdom": 14,
                "charisma": 19
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 5,
                "constitution": 3,
                "intelligence": 3,
                "wisdom": 2,
                "charisma": 4
            },
            "initiative_bonus": 5,
            "saving_throws": {
                "dexterity": 9,
                "wisdom": 6
            },
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 9,
                "constitution": 3,
                "intelligence": 3,
                "wisdom": 6,
                "charisma": 4
            },
            "skill_bonuses": {
                "deception": 8,
                "perception": 6,
                "stealth": 9
            },
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 2,
                "arcana": 3,
                "athletics": 2,
                "deception": 8,
                "history": 3,
                "insight": 2,
                "intimidation": 4,
                "investigation": 3,
                "medicine": 2,
                "nature": 3,
                "perception": 6,
                "performance": 4,
                "persuasion": 4,
                "religion": 3,
                "sleight_of_hand": 5,
                "stealth": 9,
                "survival": 2
            },
            "passive_perception": 16,
            "resistances_and_immunities": {
                "damage_immunities_display": "necrotic",
                "damage_immunities": [
                    {
                        "name": "Necrotic",
                        "key": "necrotic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
                    }
                ],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "frightened",
                "condition_immunities": [
                    {
                        "name": "Frightened",
                        "key": "frightened",
                        "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Biting Arms",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 18 (3d8 + 5) piercing damage plus 9 (2d8) necrotic damage.",
                    "attacks": [
                        {
                            "name": "Biting Arms attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 9,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 3,
                            "damage_die_type": "D8",
                            "damage_bonus": 5,
                            "damage_type": null,
                            "extra_damage_die_count": 2,
                            "extra_damage_die_type": "D8",
                            "extra_damage_bonus": 0,
                            "extra_damage_type": {
                                "name": "Necrotic",
                                "key": "necrotic",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Feast of Fortune",
                    "desc": "Each creature the luck leech can see within 30 feet of it must make a DC 16 Charisma saving throw. On a failure, the creature takes 27 (6d8) psychic damage, becomes blinded until the end of its next turn, and is cursed with falling fortunes. On a success, a creature takes half the damage and isn't blinded or cursed. For each creature that fails this saving throw, the luck leech gains 1 luck point.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE_ON_ROLL",
                        "param": 6
                    }
                },
                {
                    "name": "Multiattack",
                    "desc": "The luck leech makes two biting arm attacks.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Leech Luck",
                    "desc": "If a creature within 60 feet of the luck leech rolls a 20 on an ability check, attack roll, or saving throw, the luck leech gains 1 luck point. It can’t have more than 4 luck points at a time."
                },
                {
                    "name": "Reserve of Fortune",
                    "desc": "If the luck leech doesn’t have 4 luck points at sunset, it gains 2 luck points. It can’t have more than 4 luck points at a time. In addition, if the luck leech rolls a 1 on the d20 for an attack roll, ability check, or saving throw while it has at least 1 luck point, it can reroll the die and must use the new roll. This trait doesn’t expend luck points."
                },
                {
                    "name": "Turn Luck",
                    "desc": "As a bonus action, the luck leech can spend 1 luck point to: \n* Gain advantage on its next attack or saving throw \n* Cast misty step\n* Increase the necrotic damage of its next successful biting arms attack by an extra 9 (2d8) \n* Force each creature that is concentrating on a spell within 60 feet of it to make a DC 16 Constitution saving throw, losing its concentration on the spell on a failure."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_lunarian/?format=api",
            "key": "tob2_lunarian",
            "name": "Lunarian",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Fey",
                "key": "fey",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
            },
            "size": {
                "name": "Medium",
                "key": "medium",
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
            },
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 40.0,
                "climb": 15.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic neutral",
            "languages": {
                "as_string": "Celestial, Common, Sylvan",
                "data": [
                    {
                        "name": "Celestial",
                        "key": "celestial",
                        "url": "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                        "desc": "Typical speakers are celestials"
                    },
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    },
                    {
                        "name": "Sylvan",
                        "key": "sylvan",
                        "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                        "desc": "Typical speakers are fey creatures."
                    }
                ]
            },
            "armor_class": 16,
            "armor_detail": "breastplate",
            "hit_points": 97,
            "hit_dice": "15d8+30",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 18,
                "dexterity": 15,
                "constitution": 14,
                "intelligence": 13,
                "wisdom": 12,
                "charisma": 15
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": 2
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": 2
            },
            "skill_bonuses": {
                "acrobatics": 5,
                "history": 4,
                "stealth": 5,
                "survival": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 1,
                "arcana": 1,
                "athletics": 4,
                "deception": 2,
                "history": 4,
                "insight": 1,
                "intimidation": 2,
                "investigation": 1,
                "medicine": 1,
                "nature": 1,
                "perception": 1,
                "performance": 2,
                "persuasion": 2,
                "religion": 1,
                "sleight_of_hand": 2,
                "stealth": 5,
                "survival": 4
            },
            "passive_perception": 11,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "necrotic, poison",
                "damage_resistances": [
                    {
                        "name": "Necrotic",
                        "key": "necrotic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
                    },
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "charmed, poisoned, unconscious",
                "condition_immunities": [
                    {
                        "name": "Charmed",
                        "key": "charmed",
                        "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
                    },
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    },
                    {
                        "name": "Unconscious",
                        "key": "unconscious",
                        "url": "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Halberd",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 9 (1d10 + 4) slashing damage plus 4 (1d8) radiant damage.",
                    "attacks": [
                        {
                            "name": "Halberd attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D10",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": 1,
                            "extra_damage_die_type": "D8",
                            "extra_damage_bonus": 0,
                            "extra_damage_type": {
                                "name": "Radiant",
                                "key": "radiant",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The lunarian makes two halberd attacks.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Descendant of The Moon",
                    "desc": "Magical light created by the lunarian can’t be extinguished."
                },
                {
                    "name": "Major Surface Curse",
                    "desc": "A lunarian can never be in the presence of natural light. It takes 9 (2d8) radiant damage at the beginning of its turn if it is exposed to direct moonlight or sunlight. If this damage reduces the lunarian to 0 hp, it dies and turns to moondust."
                },
                {
                    "name": "Moon-Touched Weapons",
                    "desc": "The lunarian’s weapon attacks are magical. When the lunarian hits with any weapon, the weapon deals an extra 4 (1d8) radiant damage (included in the attack). A creature that takes radiant damage from a lunarian’s weapon sheds dim light in a 10-foot radius for 1 hour."
                },
                {
                    "name": "Summon Shadowbeam (Recharge 6)",
                    "desc": "As a bonus action, the lunarian summons a beam of pale light, shot through with undulating waves of shadow, centered on a point it can see within 60 feet of it. The beam is a 10-foot-radius, 40-foot-high cylinder and lasts for 1 minute. As a bonus action on each of its turns, the lunarian can move the beam up to 20 feet in any direction. A creature that enters or starts its turn in the beam must make a DC 13 Constitution saving throw. On a failure, a creature takes 11 (2d10) necrotic damage and is cursed with the minor surface curse. On a success, a creature takes half the damage and isn’t cursed."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_lymarien/?format=api",
            "key": "tob2_lymarien",
            "name": "Lymarien",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Fey",
                "key": "fey",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
            },
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "proficiency_bonus": null,
            "speed": {
                "walk": 5.0,
                "unit": "feet",
                "fly": 50.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 5.0,
                "crawl": 2.5,
                "hover": false,
                "fly": 50.0,
                "burrow": 0.0,
                "climb": 2.5,
                "swim": 2.5
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral good",
            "languages": {
                "as_string": "Sylvan",
                "data": [
                    {
                        "name": "Sylvan",
                        "key": "sylvan",
                        "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                        "desc": "Typical speakers are fey creatures."
                    }
                ]
            },
            "armor_class": 13,
            "armor_detail": "",
            "hit_points": 5,
            "hit_dice": "2d4",
            "experience_points": 25,
            "ability_scores": {
                "strength": 1,
                "dexterity": 17,
                "constitution": 10,
                "intelligence": 7,
                "wisdom": 13,
                "charisma": 11
            },
            "modifiers": {
                "strength": -5,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": 0
            },
            "initiative_bonus": 3,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -5,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 3,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": -2,
                "athletics": -5,
                "deception": 0,
                "history": -2,
                "insight": 1,
                "intimidation": 0,
                "investigation": -2,
                "medicine": 1,
                "nature": -2,
                "perception": 3,
                "performance": 0,
                "persuasion": 0,
                "religion": -2,
                "sleight_of_hand": 3,
                "stealth": 5,
                "survival": 1
            },
            "passive_perception": 13,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) slashing damage.",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Slashing",
                                "key": "slashing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Distracting Swoop",
                    "desc": "If the lymarien moves at least 20 feet straight toward a creature and then hits it with a claw attack on the same turn, that target must succeed on a DC 11 Wisdom saving throw or be distracted until the end of its next turn. A distracted creature has disadvantage on its next attack roll or ability check."
                },
                {
                    "name": "Speak with Beasts",
                    "desc": "The lymarien can communicate with beasts as if they shared a language."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_lymarien-swarm/?format=api",
            "key": "tob2_lymarien-swarm",
            "name": "Lymarien Swarm",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Fey",
                "key": "fey",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "proficiency_bonus": null,
            "speed": {
                "walk": 5.0,
                "unit": "feet",
                "fly": 50.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 5.0,
                "crawl": 2.5,
                "hover": false,
                "fly": 50.0,
                "burrow": 0.0,
                "climb": 2.5,
                "swim": 2.5
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral good",
            "languages": {
                "as_string": "Sylvan",
                "data": [
                    {
                        "name": "Sylvan",
                        "key": "sylvan",
                        "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                        "desc": "Typical speakers are fey creatures."
                    }
                ]
            },
            "armor_class": 14,
            "armor_detail": "",
            "hit_points": 90,
            "hit_dice": "12d10+24",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 8,
                "dexterity": 19,
                "constitution": 14,
                "intelligence": 7,
                "wisdom": 13,
                "charisma": 15
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 4,
                "constitution": 2,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": 2
            },
            "initiative_bonus": 4,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 4,
                "constitution": 2,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": 2
            },
            "skill_bonuses": {
                "perception": 4,
                "stealth": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 1,
                "arcana": -2,
                "athletics": -1,
                "deception": 2,
                "history": -2,
                "insight": 1,
                "intimidation": 2,
                "investigation": -2,
                "medicine": 1,
                "nature": -2,
                "perception": 4,
                "performance": 2,
                "persuasion": 2,
                "religion": -2,
                "sleight_of_hand": 4,
                "stealth": 7,
                "survival": 1
            },
            "passive_perception": 14,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "bludgeoning, piercing, slashing",
                "damage_resistances": [
                    {
                        "name": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    },
                    {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    },
                    {
                        "name": "Slashing",
                        "key": "slashing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "charmed, frightened, grappled, paralyzed, petrified, prone, restrained, stunned",
                "condition_immunities": [
                    {
                        "name": "Charmed",
                        "key": "charmed",
                        "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
                    },
                    {
                        "name": "Frightened",
                        "key": "frightened",
                        "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
                    },
                    {
                        "name": "Grappled",
                        "key": "grappled",
                        "url": "https://api-beta.open5e.com/v2/conditions/grappled/?format=api"
                    },
                    {
                        "name": "Paralyzed",
                        "key": "paralyzed",
                        "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
                    },
                    {
                        "name": "Petrified",
                        "key": "petrified",
                        "url": "https://api-beta.open5e.com/v2/conditions/petrified/?format=api"
                    },
                    {
                        "name": "Prone",
                        "key": "prone",
                        "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
                    },
                    {
                        "name": "Restrained",
                        "key": "restrained",
                        "url": "https://api-beta.open5e.com/v2/conditions/restrained/?format=api"
                    },
                    {
                        "name": "Stunned",
                        "key": "stunned",
                        "url": "https://api-beta.open5e.com/v2/conditions/stunned/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 0 ft., one creature in the swarm's space. Hit: 21 (6d6) slashing damage, or 10 (3d6) slashing damage if the swarm has half its hp or fewer.",
                    "attacks": [
                        {
                            "name": "Claws attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": 0.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 6,
                            "damage_die_type": "D6) slashing",
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Slashing",
                                "key": "slashing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Flight of the Fey",
                    "desc": "The lymarien swarm lifts a Large or smaller creature in its space. The target must succeed on a DC 15 Dexterity saving throw or be lifted directly upward to a height up to the swarm's flying speed. When the swarm moves, the lifted creature moves with it. At the end of the swarm's turn, the swarm drops the creature, which takes falling damage as normal.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE_ON_ROLL",
                        "param": 4
                    }
                }
            ],
            "traits": [
                {
                    "name": "Distracting Beauty",
                    "desc": "A creature that starts its turn in the lymarien swarm’s space must succeed on a DC 15 Wisdom saving throw or be distracted by the swarm’s luminous eyes and fluttering wings until the end of its next turn. A distracted creature has disadvantage on Wisdom (Perception) checks and on attack rolls against the lymarien swarm."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The lymarien swarm’s innate spellcasting ability is Charisma (spell save DC 13). It can innately cast the following spells, requiring no material components:\nAt will: dancing lights, minor illusion\n3/day each: hypnotic pattern, sleep (affects 9d8 hp)"
                },
                {
                    "name": "Speak with Beasts",
                    "desc": "The lymarien swarm can communicate with beasts as if they shared a language."
                },
                {
                    "name": "Swarm",
                    "desc": "The swarm can occupy another creature’s space and vice versa, and the swarm can move through any opening large enough for a Tiny lymarien. The swarm can’t regain hp or gain temporary hp."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_mad-piper/?format=api",
            "key": "tob2_mad-piper",
            "name": "Mad Piper",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Construct",
                "key": "construct",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral",
            "languages": {
                "as_string": "understands Common and Void Speech, but can't speak",
                "data": []
            },
            "armor_class": 12,
            "armor_detail": "padded armor",
            "hit_points": 19,
            "hit_dice": "3d8+6",
            "experience_points": 450,
            "ability_scores": {
                "strength": 16,
                "dexterity": 8,
                "constitution": 14,
                "intelligence": 5,
                "wisdom": 7,
                "charisma": 16
            },
            "modifiers": {
                "strength": 3,
                "dexterity": -1,
                "constitution": 2,
                "intelligence": -3,
                "wisdom": -2,
                "charisma": 3
            },
            "initiative_bonus": -1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": -1,
                "constitution": 2,
                "intelligence": -3,
                "wisdom": -2,
                "charisma": 3
            },
            "skill_bonuses": {
                "performance": 5
            },
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": -2,
                "arcana": -3,
                "athletics": 3,
                "deception": 3,
                "history": -3,
                "insight": -2,
                "intimidation": 3,
                "investigation": -3,
                "medicine": -2,
                "nature": -3,
                "perception": -2,
                "performance": 5,
                "persuasion": 3,
                "religion": -3,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": -2
            },
            "passive_perception": 8,
            "resistances_and_immunities": {
                "damage_immunities_display": "poison",
                "damage_immunities": [
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    }
                ],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "charmed, exhaustion, frightened, paralyzed, poisoned, prone",
                "condition_immunities": [
                    {
                        "name": "Charmed",
                        "key": "charmed",
                        "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
                    },
                    {
                        "name": "Exhaustion",
                        "key": "exhaustion",
                        "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
                    },
                    {
                        "name": "Frightened",
                        "key": "frightened",
                        "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
                    },
                    {
                        "name": "Paralyzed",
                        "key": "paralyzed",
                        "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
                    },
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    },
                    {
                        "name": "Prone",
                        "key": "prone",
                        "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Screaming Flail",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) bludgeoning damage plus 2 (1d4) thunder damage.",
                    "attacks": [
                        {
                            "name": "Screaming Flail attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": 1,
                            "extra_damage_die_type": "D4",
                            "extra_damage_bonus": 0,
                            "extra_damage_type": {
                                "name": "Thunder",
                                "key": "thunder",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Terrible Dirge",
                    "desc": "The mad piper plays a haunting dirge. Each creature of the mad piper's choice that is within 30 feet of the piper and can hear the dirge must succeed o a DC 13 Wisdom saving throw or become frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the mad piper's Terrible Dirge for the next 24 hours.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Inspire",
                    "desc": "As a bonus action, the mad piper can play a tune that inspires a friendly creature it can see within 30 feet of it. If the target can hear the mad piper, it has advantage on its next ability check, attack roll, or saving throw."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_magma-octopus/?format=api",
            "key": "tob2_magma-octopus",
            "name": "Magma Octopus",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Elemental",
                "key": "elemental",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "proficiency_bonus": null,
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 16,
            "armor_detail": "natural armor",
            "hit_points": 147,
            "hit_dice": "14d10+70",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 21,
                "dexterity": 17,
                "constitution": 21,
                "intelligence": 5,
                "wisdom": 8,
                "charisma": 7
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 3,
                "constitution": 5,
                "intelligence": -3,
                "wisdom": -1,
                "charisma": -2
            },
            "initiative_bonus": 3,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 3,
                "constitution": 5,
                "intelligence": -3,
                "wisdom": -1,
                "charisma": -2
            },
            "skill_bonuses": {
                "athletics": 8,
                "stealth": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": -1,
                "arcana": -3,
                "athletics": 8,
                "deception": -2,
                "history": -3,
                "insight": -1,
                "intimidation": -2,
                "investigation": -3,
                "medicine": -1,
                "nature": -3,
                "perception": -1,
                "performance": -2,
                "persuasion": -2,
                "religion": -3,
                "sleight_of_hand": 3,
                "stealth": 6,
                "survival": -1
            },
            "passive_perception": 9,
            "resistances_and_immunities": {
                "damage_immunities_display": "fire",
                "damage_immunities": [
                    {
                        "name": "Fire",
                        "key": "fire",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
                    }
                ],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Magma Blast",
                    "desc": "The magma octopus sprays magma in a 30-foot cone. Each creature in that area must make a DC 16 Dexterity saving throw, taking 28 (8d6) fire damage on a failed save, or half as much damage on a successful one. If a creature fails the saving throw by 5 or more, it catches fire. Until someone takes an action to douse the fire, the creature takes 5 (1d10) fire damage at the start of each of its turns.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE_ON_ROLL",
                        "param": 6
                    }
                },
                {
                    "name": "Multiattack",
                    "desc": "The magma octopus makes four attacks with its tentacles.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Tentacle",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 15 ft., one target. Hit: 8 (1d6 + 5) bludgeoning damage plus 2 (1d4) fire damage. If the target is a creature, it is grappled (escape DC 16). Until this grapple ends, the target is restrained, and it takes 2 (1d4) fire damage at the start of each of its turns. The magma octopus can grapple up to two targets at a time.",
                    "attacks": [
                        {
                            "name": "Tentacle attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach": 15.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 5,
                            "damage_type": null,
                            "extra_damage_die_count": 1,
                            "extra_damage_die_type": "D4",
                            "extra_damage_bonus": 0,
                            "extra_damage_type": {
                                "name": "Fire",
                                "key": "fire",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Lava Bound",
                    "desc": "The magma octopus can exist outside of lava for up to 1 hour each day. If it remains outside of lava for 1 minute or longer, its skin begins to dry and harden like rapidly-cooled magma. While its skin is hardened, it has a walking speed of 20 feet, an Armor Class of 18, and vulnerability to cold damage. If it remains outside of lava for 1 hour or longer, it becomes petrified, transforming into basalt. Its body returns to normal if it is submerged in lava for 1 round."
                },
                {
                    "name": "Lava Swimmer",
                    "desc": "While in lava, the magma octopus has a swimming speed of 60 feet and can move through the lava as if it were water."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_magnetic-elemental/?format=api",
            "key": "tob2_magnetic-elemental",
            "name": "Magnetic Elemental",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Elemental",
                "key": "elemental",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 20.0,
                "burrow": 20.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": true,
                "fly": 20.0,
                "burrow": 20.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral",
            "languages": {
                "as_string": "Terran",
                "data": []
            },
            "armor_class": 16,
            "armor_detail": "natural armor",
            "hit_points": 95,
            "hit_dice": "10d10+40",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 18,
                "dexterity": 12,
                "constitution": 18,
                "intelligence": 6,
                "wisdom": 10,
                "charisma": 6
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 4,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -2
            },
            "initiative_bonus": 1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 4,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": -2,
                "athletics": 4,
                "deception": -2,
                "history": -2,
                "insight": 0,
                "intimidation": -2,
                "investigation": -2,
                "medicine": 0,
                "nature": -2,
                "perception": 0,
                "performance": -2,
                "persuasion": -2,
                "religion": -2,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 0
            },
            "passive_perception": 10,
            "resistances_and_immunities": {
                "damage_immunities_display": "lightning, poison",
                "damage_immunities": [
                    {
                        "name": "Lightning",
                        "key": "lightning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
                    },
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    }
                ],
                "damage_resistances_display": "bludgeoning, piercing, and slashing from nonmagical attacks",
                "damage_resistances": [
                    {
                        "name": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    },
                    {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    },
                    {
                        "name": "Slashing",
                        "key": "slashing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "exhaustion, paralyzed, petrified, poisoned, prone, unconscious",
                "condition_immunities": [
                    {
                        "name": "Exhaustion",
                        "key": "exhaustion",
                        "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
                    },
                    {
                        "name": "Paralyzed",
                        "key": "paralyzed",
                        "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
                    },
                    {
                        "name": "Petrified",
                        "key": "petrified",
                        "url": "https://api-beta.open5e.com/v2/conditions/petrified/?format=api"
                    },
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    },
                    {
                        "name": "Prone",
                        "key": "prone",
                        "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
                    },
                    {
                        "name": "Unconscious",
                        "key": "unconscious",
                        "url": "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": 30.0,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Magnetic Pulse",
                    "desc": "The magnetic elemental releases a magnetic pulse, choosing to pull or push nearby metal objects. Objects made of gold or silver are unaffected by the elemental's Pulse. \n* Pull. Each creature that is wearing metal armor or holding a metal weapon within 5 feet of the magnetic elemental must succeed on a DC 15 Strength saving throw or the metal items worn or carried by it stick to the magnetic elemental. A creature that is made of metal or is wearing metal armor and that fails the saving throw is stuck to the elemental and grappled (escape DC 15). If the item is a weapon and the wielder can't or won't let go of the weapon, the wielder is stuck to the elemental and grappled (escape DC 15). A stuck object can't be used. Grappled and stuck creatures and objects move with the elemental when it moves. A creature can take its action to remove one creature or object from the elemental by succeeding on a DC 15 Strength check. The magnetic elemental's Armor Class increases by 1 for each creature grappled in this way. \n* Push. Each creature that is wearing metal armor or holding a metal weapon within 10 feet of the elemental must make a DC 15 Strength saving throw. On a failure, a target takes 21 (6d6) force damage and is pushed up to 10 feet away from the elemental. On a success, a target takes half the damage and isn't pushed. A creature grappled by the elemental has disadvantage on this saving throw.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE_ON_ROLL",
                        "param": 4
                    }
                },
                {
                    "name": "Multiattack",
                    "desc": "The magnetic elemental makes two slam attacks.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Controlled Polarity",
                    "desc": "The magnetic elemental has advantage on attack rolls against a creature if the creature is wearing metal armor. A creature attacking the magnetic elemental with a metal weapon while within 10 feet of it has disadvantage on the attack roll."
                },
                {
                    "name": "Magnetism",
                    "desc": "When the magnetic elemental moves, Medium and smaller metal objects that aren’t being worn or carried are pulled up to 5 feet closer to the magnetic elemental. If this movement pulls the object into the elemental’s space, the item sticks to the elemental. A successful DC 15 Strength check removes a stuck item from the elemental. Objects made of gold and silver are unaffected by this trait."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_major-malleable/?format=api",
            "key": "tob2_major-malleable",
            "name": "Major Malleable",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Aberration",
                "key": "aberration",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api"
            },
            "size": {
                "name": "Huge",
                "key": "huge",
                "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api"
            },
            "challenge_rating_decimal": "10.000",
            "challenge_rating_text": "10",
            "proficiency_bonus": null,
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "climb": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 40.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "all, telepathy 120 ft.",
                "data": []
            },
            "armor_class": 13,
            "armor_detail": "natural armor",
            "hit_points": 218,
            "hit_dice": "23d12+69",
            "experience_points": 5900,
            "ability_scores": {
                "strength": 22,
                "dexterity": 8,
                "constitution": 17,
                "intelligence": 19,
                "wisdom": 16,
                "charisma": 10
            },
            "modifiers": {
                "strength": 6,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": 4,
                "wisdom": 3,
                "charisma": 0
            },
            "initiative_bonus": -1,
            "saving_throws": {
                "intelligence": 8,
                "wisdom": 7,
                "charisma": 4
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": 8,
                "wisdom": 7,
                "charisma": 4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 3,
                "arcana": 4,
                "athletics": 6,
                "deception": 0,
                "history": 4,
                "insight": 3,
                "intimidation": 0,
                "investigation": 4,
                "medicine": 3,
                "nature": 4,
                "perception": 3,
                "performance": 0,
                "persuasion": 0,
                "religion": 4,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 3
            },
            "passive_perception": 13,
            "resistances_and_immunities": {
                "damage_immunities_display": "psychic",
                "damage_immunities": [
                    {
                        "name": "Psychic",
                        "key": "psychic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                    }
                ],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "blinded, prone",
                "condition_immunities": [
                    {
                        "name": "Blinded",
                        "key": "blinded",
                        "url": "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
                    },
                    {
                        "name": "Prone",
                        "key": "prone",
                        "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
                    }
                ]
            },
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 90.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Flesh Tendril",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 20 (4d6 + 6) bludgeoning damage. If the target is a Huge or smaller creature, it is grappled (escape DC 16).",
                    "attacks": [
                        {
                            "name": "Flesh Tendril attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 10,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 4,
                            "damage_die_type": "D6",
                            "damage_bonus": 6,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Join Malleables",
                    "desc": "As long as the malleable is within 10 feet of one other major malleable, both malleables can use this action option at the same time to join together to create a massive malleable. The new malleable's hp total is equal to the combined hp total of both major malleables, and it is affected by any conditions, spells, and other magical effects currently affecting either of the major malleables. The new malleable acts on the same initiative count as the malleables that formed it and occupies any unoccupied space that previously contained at least one of the malleables that formed it.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 3,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The malleable makes three flesh tendril attacks.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Psychic Drain",
                    "desc": "One creature grappled by the malleable must make a DC 16 Intelligence saving throw, taking 45 (10d8) psychic damage on a failed save, or half as much damage on a successful one. The target's hp maximum is reduced by an amount equal to the damage taken. This reduction lasts until the target finishes a long rest. The target dies and becomes a minor malleable if this effect reduces its hp maximum to 0.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Separate Malleables",
                    "desc": "The major malleable can split into eight minor malleables or two moderate malleables. The new malleables' hp totals are equal to the major malleable's hp total divided by the number of malleables created (rounded down) and are affected by any conditions, spells, and other magical effects that affected the major malleable. The new malleables act on the same initiative count as the major malleable and occupy any unoccupied space that previously contained the major malleable.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 4,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Sudden Separation",
                    "desc": "When the major malleable takes 20 damage or more from a single attack, it can choose to immediately use Separate Malleables. If it does so, the damage is divided evenly among the separate malleables it becomes.",
                    "attacks": [],
                    "action_type": "REACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Absorb Malleable",
                    "desc": "As a bonus action, the major malleable absorbs one minor or moderate malleable within 5 feet of it into its body, regaining a number of hp equal to the absorbed malleable’s remaining hp. The major malleable is affected by any conditions, spells, and other magical effects that were affecting the absorbed malleable."
                },
                {
                    "name": "Amorphous",
                    "desc": "The malleable can move through a space as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "Controlled Mutability",
                    "desc": "Any spell or effect that would alter the malleable’s form only alters it until the end of the malleable’s next turn. Afterwards, the malleable returns to its amorphous form. In addition, the malleable can use its action to change itself into any shape, but it always looks like an inside-out fleshy creature no matter the shape it takes. If it changes into the shape of a creature, it doesn’t gain any statistics or special abilities of that creature; it only takes on the creature’s basic shape and general appearance."
                },
                {
                    "name": "Psychic Absorption",
                    "desc": "Whenever the malleable is subjected to psychic damage, it takes no damage and instead regains a number of hp equal to the psychic damage dealt."
                },
                {
                    "name": "Spider Climb",
                    "desc": "The malleable can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_manggus/?format=api",
            "key": "tob2_manggus",
            "name": "Manggus",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Giant",
                "key": "giant",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "Common, Giant",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    },
                    {
                        "name": "Giant",
                        "key": "giant",
                        "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                        "desc": "Typical speakers include ogres, and giants."
                    }
                ]
            },
            "armor_class": 14,
            "armor_detail": "hide armor",
            "hit_points": 127,
            "hit_dice": "15d10+45",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 18,
                "dexterity": 14,
                "constitution": 16,
                "intelligence": 8,
                "wisdom": 7,
                "charisma": 9
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": -1,
                "wisdom": -2,
                "charisma": -1
            },
            "initiative_bonus": 2,
            "saving_throws": {
                "constitution": 6
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 6,
                "intelligence": -1,
                "wisdom": -2,
                "charisma": -1
            },
            "skill_bonuses": {
                "intimidation": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": -2,
                "arcana": -1,
                "athletics": 4,
                "deception": -1,
                "history": -1,
                "insight": -2,
                "intimidation": 5,
                "investigation": -1,
                "medicine": -2,
                "nature": -1,
                "perception": -2,
                "performance": -1,
                "persuasion": -1,
                "religion": -1,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": -2
            },
            "passive_perception": 8,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "frightened",
                "condition_immunities": [
                    {
                        "name": "Frightened",
                        "key": "frightened",
                        "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 9 (1d10 + 4) piercing damage.",
                    "attacks": [
                        {
                            "name": "Bite (Hydra Form Only) attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D10",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": "Hydra Form Only",
                    "usage_limits": null
                },
                {
                    "name": "Greataxe",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 17 (2d12 + 4) slashing damage.",
                    "attacks": [
                        {
                            "name": "Greataxe (Giant Form Only) attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D12",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Slashing",
                                "key": "slashing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": "Giant Form Only",
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "In hydra form, the manggus makes as many bite attacks as it has heads. In giant form, it makes two greataxe attacks.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Roaring Transformation",
                    "desc": "When the manggus changes from its true form into its hydra form, it unleashes a mighty roar. Each creature within 30 feet of it and that can hear the roar must succeed on a DC 15 Wisdom saving throw or be frightened until the end of its next turn. If the target fails the saving throw by 5 or more, it is also paralyzed until the end of its next turn. If a creature’s saving throw is successful, it is immune to the Roaring Transformation of all manggus for the next 24 hours."
                },
                {
                    "name": "Shapechanger",
                    "desc": "The manggus can use its action to polymorph into a Large, three-headed hydra, or back into its true form. Its statistics, other than its size, are the same in each form. Any equipment it is wearing or carrying isn’t transformed. The manggus reverts to its true form if it dies."
                },
                {
                    "name": "Three-Headed (Hydra Form Only)",
                    "desc": "The manggus has three heads. While it has more than one head, the manggus has advantage on saving throws against being blinded, charmed, deafened, frightened, stunned, and knocked unconscious.\n\nWhenever the manggus takes 15 or more damage in a single turn, one of its heads dies. If all its heads die and the manggus still lives, the manggus immediately reverts to its true form and can’t change into its hydra form again until it finishes a long rest.\n\nAt the end of its turn, the manggus regrows two heads for each of its heads that died since its last turn, unless it has taken fire damage since its last turn. The manggus regains 5 hp for each head regrown in this way."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_mangrove-treant/?format=api",
            "key": "tob2_mangrove-treant",
            "name": "Mangrove Treant",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Plant",
                "key": "plant",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api"
            },
            "size": {
                "name": "Huge",
                "key": "huge",
                "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api"
            },
            "challenge_rating_decimal": "7.000",
            "challenge_rating_text": "7",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral",
            "languages": {
                "as_string": "Common, Draconic, Druidic, Sylvan",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    },
                    {
                        "name": "Draconic",
                        "key": "draconic",
                        "url": "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                        "desc": "Typical speakers include dragons and dragonborn."
                    },
                    {
                        "name": "Druidic",
                        "key": "druidic",
                        "url": "https://api-beta.open5e.com/v2/languages/druidic/?format=api",
                        "desc": "The secret language of druids. Those who know it can speak the language and use it to leave hidden messages. Those who know this language automatically spot such a message. Others spot the message’s presence with a successful DC 15 Wisdom (Perception) check but can’t decipher it without magic."
                    },
                    {
                        "name": "Sylvan",
                        "key": "sylvan",
                        "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                        "desc": "Typical speakers are fey creatures."
                    }
                ]
            },
            "armor_class": 15,
            "armor_detail": "natural armor",
            "hit_points": 136,
            "hit_dice": "13d12+52",
            "experience_points": 2900,
            "ability_scores": {
                "strength": 20,
                "dexterity": 7,
                "constitution": 19,
                "intelligence": 12,
                "wisdom": 15,
                "charisma": 12
            },
            "modifiers": {
                "strength": 5,
                "dexterity": -2,
                "constitution": 4,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 1
            },
            "initiative_bonus": -2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 5,
                "dexterity": -2,
                "constitution": 4,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 1
            },
            "skill_bonuses": {
                "athletics": 8,
                "nature": 4
            },
            "skill_bonuses_all": {
                "acrobatics": -2,
                "animal_handling": 2,
                "arcana": 1,
                "athletics": 8,
                "deception": 1,
                "history": 1,
                "insight": 2,
                "intimidation": 1,
                "investigation": 1,
                "medicine": 2,
                "nature": 4,
                "perception": 2,
                "performance": 1,
                "persuasion": 1,
                "religion": 1,
                "sleight_of_hand": -2,
                "stealth": -2,
                "survival": 2
            },
            "passive_perception": 12,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Mangrove Mosquitos",
                    "desc": "The mangrove treant calls a swarm of mosquitos from its branches. The swarm of mosquitos uses the statistics of a swarm of insects, except it has a flying speed of 30 feet. The swarm acts an ally of the treant and obeys its spoken commands. The swarm remains for 1 day, until the treant dies, or until the treant dismisses it as a bonus action.\n\nThe treant can have only one swarm of mosquitos at a time. If it calls another, the previous swarm disperses.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The mangrove treant makes two slam attacks.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 18 (3d8 + 5) bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 3,
                            "damage_die_type": "D8",
                            "damage_bonus": 5,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "False Appearance",
                    "desc": "While the mangrove treant remains motionless, it is indistinguishable from an ordinary mangrove tree."
                },
                {
                    "name": "Grasping Roots",
                    "desc": "The treant has advantage on Strength and Dexterity saving throws made against effects that would knock it prone."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The mangrove treant deals double damage to objects and structures."
                },
                {
                    "name": "Tiny Spies",
                    "desc": "The mangrove treant can communicate with mosquitos as if they shared a language. The mosquitos alert the treant to the presence of intruders, and the treant has advantage on Wisdom (Perception) checks to notice creatures within 60 feet of it."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_mari-lwyd/?format=api",
            "key": "tob2_mari-lwyd",
            "name": "Mari Lwyd",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Undead",
                "key": "undead",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "proficiency_bonus": null,
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral",
            "languages": {
                "as_string": "Common, Draconic, Elvish, Giant, Primordial",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    },
                    {
                        "name": "Draconic",
                        "key": "draconic",
                        "url": "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                        "desc": "Typical speakers include dragons and dragonborn."
                    },
                    {
                        "name": "Elvish",
                        "key": "elvish",
                        "url": "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                        "desc": "Typical speakers are elves."
                    },
                    {
                        "name": "Giant",
                        "key": "giant",
                        "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                        "desc": "Typical speakers include ogres, and giants."
                    },
                    {
                        "name": "Primordial",
                        "key": "primordial",
                        "url": "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                        "desc": "Typical speakers are elementals."
                    }
                ]
            },
            "armor_class": 15,
            "armor_detail": "natural armor",
            "hit_points": 66,
            "hit_dice": "7d10+28",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 16,
                "dexterity": 13,
                "constitution": 19,
                "intelligence": 10,
                "wisdom": 14,
                "charisma": 15
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 4,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 2
            },
            "initiative_bonus": 1,
            "saving_throws": {
                "charisma": 4
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 4,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 4
            },
            "skill_bonuses": {
                "intimidation": 4,
                "performance": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": 3,
                "deception": 2,
                "history": 0,
                "insight": 2,
                "intimidation": 4,
                "investigation": 0,
                "medicine": 2,
                "nature": 0,
                "perception": 2,
                "performance": 6,
                "persuasion": 2,
                "religion": 0,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 2
            },
            "passive_perception": 12,
            "resistances_and_immunities": {
                "damage_immunities_display": "poison",
                "damage_immunities": [
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    }
                ],
                "damage_resistances_display": "necrotic",
                "damage_resistances": [
                    {
                        "name": "Necrotic",
                        "key": "necrotic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "exhaustion, frightened, poisoned, unconscious",
                "condition_immunities": [
                    {
                        "name": "Exhaustion",
                        "key": "exhaustion",
                        "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
                    },
                    {
                        "name": "Frightened",
                        "key": "frightened",
                        "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
                    },
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    },
                    {
                        "name": "Unconscious",
                        "key": "unconscious",
                        "url": "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 12 (2d8 + 3) piercing damage.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Hooves",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 10 (2d6 + 3) bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Hooves attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The mari lwyd makes one bite attack and one hooves attack.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "The mari lwyd’s innate spellcasting ability is Charisma (spell save DC 12, +4 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\nAt will: chill touch, mage hand\n3/day each: animate dead, hideous laughter, suggestion"
                },
                {
                    "name": "Turn Resistance",
                    "desc": "The mari lwyd has advantage on saving throws against any effect that turns undead."
                },
                {
                    "name": "Turned by Rhyme",
                    "desc": "A creature can use its action to formally challenge the mari lwyd to a duel of rhymes. If no creature attacks the mari lwyd until the beginning of its next turn, it uses its action to recite a rhyme. The challenger must respond to the rhyme and succeed on a DC 14 Charisma (Performance) check. On a success, the mari lwyd is treated as if it is turned for 1 minute or until it takes damage."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_marsh-dire/?format=api",
            "key": "tob2_marsh-dire",
            "name": "Marsh Dire",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Undead",
                "key": "undead",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api"
            },
            "size": {
                "name": "Medium",
                "key": "medium",
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
            },
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "swim": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral evil",
            "languages": {
                "as_string": "understands all languages it knew in life but can't speak",
                "data": []
            },
            "armor_class": 15,
            "armor_detail": "natural armor",
            "hit_points": 142,
            "hit_dice": "15d8+75",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 18,
                "dexterity": 13,
                "constitution": 20,
                "intelligence": 7,
                "wisdom": 11,
                "charisma": 8
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 5,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -1
            },
            "initiative_bonus": 1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 5,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -1
            },
            "skill_bonuses": {
                "perception": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": -2,
                "athletics": 4,
                "deception": -1,
                "history": -2,
                "insight": 0,
                "intimidation": -1,
                "investigation": -2,
                "medicine": 0,
                "nature": -2,
                "perception": 3,
                "performance": -1,
                "persuasion": -1,
                "religion": -2,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 0
            },
            "passive_perception": 13,
            "resistances_and_immunities": {
                "damage_immunities_display": "poison",
                "damage_immunities": [
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    }
                ],
                "damage_resistances_display": "fire, necrotic",
                "damage_resistances": [
                    {
                        "name": "Fire",
                        "key": "fire",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
                    },
                    {
                        "name": "Necrotic",
                        "key": "necrotic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "charmed, exhaustion, poisoned",
                "condition_immunities": [
                    {
                        "name": "Charmed",
                        "key": "charmed",
                        "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
                    },
                    {
                        "name": "Exhaustion",
                        "key": "exhaustion",
                        "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
                    },
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one creature. Hit: 11 (2d6 + 4) slashing damage.",
                    "attacks": [
                        {
                            "name": "Claws attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Slashing",
                                "key": "slashing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The marsh dire makes three attacks: two with its claws and one with its strangling vine.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Strangling Vine",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one creature. Hit: 13 (2d8 + 4) bludgeoning damage plus 7 (2d6) necrotic damage. If the target is Medium or smaller, it is grappled (escape DC 15). Until this grapple ends, the target can't breathe, speak, or cast spells with verbal components; is restrained; and takes 7 (2d6) necrotic damage at the start of each of the marsh dire's turns. The marsh dire has three vines, each of which can grapple only one target.",
                    "attacks": [
                        {
                            "name": "Strangling Vine attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": 2,
                            "extra_damage_die_type": "D6",
                            "extra_damage_bonus": 0,
                            "extra_damage_type": {
                                "name": "Necrotic",
                                "key": "necrotic",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Cloying Stench",
                    "desc": "Any creature that starts its turn within 10 feet of the marsh dire must succeed on a DC 16 Constitution saving throw or be poisoned until the end of its next turn. On a successful saving throw, the creature has advantage on saving throws against the marsh dire’s Cloying Stench for the next 24 hours."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_massive-malleable/?format=api",
            "key": "tob2_massive-malleable",
            "name": "Massive Malleable",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Aberration",
                "key": "aberration",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api"
            },
            "size": {
                "name": "Gargantuan",
                "key": "gargantuan",
                "url": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api"
            },
            "challenge_rating_decimal": "16.000",
            "challenge_rating_text": "16",
            "proficiency_bonus": null,
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "climb": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 40.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "all, telepathy 120 ft.",
                "data": []
            },
            "armor_class": 14,
            "armor_detail": "natural armor",
            "hit_points": 248,
            "hit_dice": "16d20+80",
            "experience_points": 15000,
            "ability_scores": {
                "strength": 26,
                "dexterity": 8,
                "constitution": 20,
                "intelligence": 21,
                "wisdom": 17,
                "charisma": 10
            },
            "modifiers": {
                "strength": 8,
                "dexterity": -1,
                "constitution": 5,
                "intelligence": 5,
                "wisdom": 3,
                "charisma": 0
            },
            "initiative_bonus": -1,
            "saving_throws": {
                "intelligence": 10,
                "wisdom": 8,
                "charisma": 5
            },
            "saving_throws_all": {
                "strength": 8,
                "dexterity": -1,
                "constitution": 5,
                "intelligence": 10,
                "wisdom": 8,
                "charisma": 5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 3,
                "arcana": 5,
                "athletics": 8,
                "deception": 0,
                "history": 5,
                "insight": 3,
                "intimidation": 0,
                "investigation": 5,
                "medicine": 3,
                "nature": 5,
                "perception": 3,
                "performance": 0,
                "persuasion": 0,
                "religion": 5,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 3
            },
            "passive_perception": 13,
            "resistances_and_immunities": {
                "damage_immunities_display": "psychic",
                "damage_immunities": [
                    {
                        "name": "Psychic",
                        "key": "psychic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                    }
                ],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "blinded, prone",
                "condition_immunities": [
                    {
                        "name": "Blinded",
                        "key": "blinded",
                        "url": "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
                    },
                    {
                        "name": "Prone",
                        "key": "prone",
                        "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
                    }
                ]
            },
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 120.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Flesh Tendril",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 15 ft., one target. Hit: 25 (5d6 + 8) bludgeoning damage. If the target is a creature, it is grappled (escape DC 18).",
                    "attacks": [
                        {
                            "name": "Flesh Tendril attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 13,
                            "reach": 15.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 5,
                            "damage_die_type": "D6",
                            "damage_bonus": 8,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The malleable makes four flesh tendril attacks.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Psychic Drain",
                    "desc": "One creature grappled by the malleable must make a DC 18 Intelligence saving throw, taking 72 (16d8) psychic damage on a failed save, or half as much damage on a successful one. The target's hp maximum is reduced by an amount equal to the damage taken. This reduction lasts until the target finishes a long rest. The target dies and becomes a minor malleable if this effect reduces its hp maximum to 0.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Separate Malleables",
                    "desc": "The massive malleable can split into sixteen minor malleables, four moderate malleables, or two major malleables. The new malleables' hp totals are equal to the massive malleable's hp total divided by the number of malleables created (rounded down) and are affected by any conditions, spells, and other magical effects that affected the massive malleable. The new malleables act on the same initiative count as the massive malleable and occupy any unoccupied space that previously contained the massive malleable.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 3,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Sudden Separation",
                    "desc": "When the massive malleable takes 30 damage or more from a single attack, it can choose to immediately use Separate Malleables. If it does so, the damage is divided evenly among the separate malleables it becomes.",
                    "attacks": [],
                    "action_type": "REACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Absorb Malleable",
                    "desc": "As a bonus action, the massive malleable absorbs one minor, moderate, or major malleable within 5 feet of it into its body, regaining a number of hp equal to the absorbed malleable’s remaining hp. The massive malleable is affected by any conditions, spells, and other magical effects that were affecting the absorbed malleable."
                },
                {
                    "name": "Amorphous",
                    "desc": "The malleable can move through a space as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "Controlled Mutability",
                    "desc": "Any spell or effect that would alter the malleable’s form only alters it until the end of the malleable’s next turn. Afterwards, the malleable returns to its amorphous form. In addition, the malleable can use its action to change itself into any shape, but it always looks like an inside-out fleshy creature no matter the shape it takes. If it changes into the shape of a creature, it doesn’t gain any statistics or special abilities of that creature; it only takes on the creature’s basic shape and general appearance."
                },
                {
                    "name": "Psychic Absorption",
                    "desc": "Whenever the malleable is subjected to psychic damage, it takes no damage and instead regains a number of hp equal to the psychic damage dealt."
                },
                {
                    "name": "Spider Climb",
                    "desc": "The malleable can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_mead-archon/?format=api",
            "key": "tob2_mead-archon",
            "name": "Mead Archon",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Celestial",
                "key": "celestial",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api"
            },
            "size": {
                "name": "Medium",
                "key": "medium",
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
            },
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic good",
            "languages": {
                "as_string": "all, telepathy 60 ft.",
                "data": []
            },
            "armor_class": 14,
            "armor_detail": "leather armor",
            "hit_points": 82,
            "hit_dice": "11d8+33",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 20,
                "dexterity": 16,
                "constitution": 17,
                "intelligence": 14,
                "wisdom": 18,
                "charisma": 20
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 3,
                "constitution": 3,
                "intelligence": 2,
                "wisdom": 4,
                "charisma": 5
            },
            "initiative_bonus": 3,
            "saving_throws": {
                "constitution": 5,
                "wisdom": 6,
                "charisma": 7
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 3,
                "constitution": 5,
                "intelligence": 2,
                "wisdom": 6,
                "charisma": 7
            },
            "skill_bonuses": {
                "athletics": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 4,
                "arcana": 2,
                "athletics": 7,
                "deception": 5,
                "history": 2,
                "insight": 4,
                "intimidation": 5,
                "investigation": 2,
                "medicine": 4,
                "nature": 2,
                "perception": 4,
                "performance": 5,
                "persuasion": 5,
                "religion": 2,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 4
            },
            "passive_perception": 14,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "poison, radiant; bludgeoning, piercing, and slashing damage from nonmagical attacks",
                "damage_resistances": [
                    {
                        "name": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    },
                    {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    },
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    },
                    {
                        "name": "Radiant",
                        "key": "radiant",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api"
                    },
                    {
                        "name": "Slashing",
                        "key": "slashing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "charmed, exhaustion, frightened, poisoned",
                "condition_immunities": [
                    {
                        "name": "Charmed",
                        "key": "charmed",
                        "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
                    },
                    {
                        "name": "Exhaustion",
                        "key": "exhaustion",
                        "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
                    },
                    {
                        "name": "Frightened",
                        "key": "frightened",
                        "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
                    },
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Create Potion of Healing",
                    "desc": "The mead archon touches a container containing 1 pint of alcohol and turns it into a potion of healing. If the potion is not consumed within 24 hours, it reverts back to its original form.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 4,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "PER_DAY",
                        "param": 1
                    }
                },
                {
                    "name": "Divine Guzzle",
                    "desc": "The mead archon drinks a pint of alcohol and chooses one of the following effects: \n* The archon belches fire in a 15-foot cone. Each creature in that area must make a DC 15 Dexterity saving throw, taking 14 (4d6) fire damage on a failed save, or half as much damage on a successful one. \n* The archon has advantage on attack rolls and saving throws until the end of its next turn. \n* The archon regains 10 hit points.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 5,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE_ON_ROLL",
                        "param": 4
                    }
                },
                {
                    "name": "Drunken Touch",
                    "desc": "The mead archon touches a creature within 5 feet of it. The creature must succeed on a DC 15 Constitution saving throw or become poisoned for 1 hour. If a creature poisoned this way takes damage, it can repeat the saving throw, ending the condition on a success.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 3,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Maul",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Maul attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 5,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The mead archon makes two melee attacks. Alternatively, it can use its Radiant Bolt twice. It can use its Drunken Touch in place of one melee attack.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Radiant Bolt",
                    "desc": "Ranged Spell Attack: +7 to hit, range 60 ft., one target. Hit: 10 (3d6) radiant damage.",
                    "attacks": [
                        {
                            "name": "Radiant Bolt attack",
                            "attack_type": "SPELL",
                            "to_hit_mod": 7,
                            "reach": null,
                            "range": 60.0,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 3,
                            "damage_die_type": "D6) ra",
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Radiant",
                                "key": "radiant",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "The mead archon’s spellcasting ability is Charisma (spell save DC 15). The archon can innately cast the following spells, requiring only verbal components:\n1/day each: aid, enhance ability, lesser restoration, protection from poison, zone of truth"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The mead archon has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The mead archon’s weapon attacks are magical."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_mei-jiao-shou/?format=api",
            "key": "tob2_mei-jiao-shou",
            "name": "Mei Jiao Shou",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Beast",
                "key": "beast",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
            },
            "size": {
                "name": "Gargantuan",
                "key": "gargantuan",
                "url": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api"
            },
            "challenge_rating_decimal": "7.000",
            "challenge_rating_text": "7",
            "proficiency_bonus": null,
            "speed": {
                "walk": 50.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 50.0,
                "crawl": 25.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 25.0,
                "swim": 25.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 14,
            "armor_detail": "natural armor",
            "hit_points": 139,
            "hit_dice": "9d20+45",
            "experience_points": 2900,
            "ability_scores": {
                "strength": 23,
                "dexterity": 7,
                "constitution": 21,
                "intelligence": 3,
                "wisdom": 9,
                "charisma": 6
            },
            "modifiers": {
                "strength": 6,
                "dexterity": -2,
                "constitution": 5,
                "intelligence": -4,
                "wisdom": -1,
                "charisma": -2
            },
            "initiative_bonus": -2,
            "saving_throws": {
                "dexterity": 1
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 1,
                "constitution": 5,
                "intelligence": -4,
                "wisdom": -1,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -2,
                "animal_handling": -1,
                "arcana": -4,
                "athletics": 6,
                "deception": -2,
                "history": -4,
                "insight": -1,
                "intimidation": -2,
                "investigation": -4,
                "medicine": -1,
                "nature": -4,
                "perception": -1,
                "performance": -2,
                "persuasion": -2,
                "religion": -4,
                "sleight_of_hand": -2,
                "stealth": -2,
                "survival": -1
            },
            "passive_perception": 9,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Earth-Shaking Thump",
                    "desc": "The mei jiao shou rears up and lands heavily, kicking up a shower of debris and rattling and cracking the ground. Each creature in contact with the ground within 30 feet of the mei jiao shou must make a DC 16 Dexterity saving throw. On a failure, a creature takes 22 (4d10) bludgeoning damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone. The area then becomes difficult terrain.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE_ON_ROLL",
                        "param": 5
                    }
                },
                {
                    "name": "Head Bash",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 19 (3d8 + 6) bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Head Bash attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 9,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 3,
                            "damage_die_type": "D8",
                            "damage_bonus": 6,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Stomp",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one prone creature. Hit: 28 (4d10 + 6) bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Stomp attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 9,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 4,
                            "damage_die_type": "D10",
                            "damage_bonus": 6,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Trampling Charge",
                    "desc": "If the mei jiao shou moves at least 20 feet straight toward a creature and then hits it with a head bash attack on the same turn, that target must succeed on a DC 16 Strength saving throw or be knocked prone. If the target is prone, the mei jiao shou can make one stomp attack against it as a bonus action."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_mineral-ooze/?format=api",
            "key": "tob2_mineral-ooze",
            "name": "Mineral Ooze",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Ooze",
                "key": "ooze",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/ooze/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "proficiency_bonus": null,
            "speed": {
                "walk": 20.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 9,
            "armor_detail": "",
            "hit_points": 76,
            "hit_dice": "8d10+32",
            "experience_points": 700,
            "ability_scores": {
                "strength": 14,
                "dexterity": 8,
                "constitution": 18,
                "intelligence": 1,
                "wisdom": 5,
                "charisma": 3
            },
            "modifiers": {
                "strength": 2,
                "dexterity": -1,
                "constitution": 4,
                "intelligence": -5,
                "wisdom": -3,
                "charisma": -4
            },
            "initiative_bonus": -1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": -1,
                "constitution": 4,
                "intelligence": -5,
                "wisdom": -3,
                "charisma": -4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": -3,
                "arcana": -5,
                "athletics": 2,
                "deception": -4,
                "history": -5,
                "insight": -3,
                "intimidation": -4,
                "investigation": -5,
                "medicine": -3,
                "nature": -5,
                "perception": -3,
                "performance": -4,
                "persuasion": -4,
                "religion": -5,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": -3
            },
            "passive_perception": 7,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "acid, cold, fire",
                "damage_resistances": [
                    {
                        "name": "Acid",
                        "key": "acid",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
                    },
                    {
                        "name": "Cold",
                        "key": "cold",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
                    },
                    {
                        "name": "Fire",
                        "key": "fire",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "blinded, charmed, deafened, exhaustion, frightened, prone",
                "condition_immunities": [
                    {
                        "name": "Blinded",
                        "key": "blinded",
                        "url": "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
                    },
                    {
                        "name": "Charmed",
                        "key": "charmed",
                        "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
                    },
                    {
                        "name": "Deafened",
                        "key": "deafened",
                        "url": "https://api-beta.open5e.com/v2/conditions/deafened/?format=api"
                    },
                    {
                        "name": "Exhaustion",
                        "key": "exhaustion",
                        "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
                    },
                    {
                        "name": "Frightened",
                        "key": "frightened",
                        "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
                    },
                    {
                        "name": "Prone",
                        "key": "prone",
                        "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
                    }
                ]
            },
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Encase",
                    "desc": "The mineral ooze encases a Medium or smaller creature grappled by it. The encased target is blinded, restrained, and unable to breathe, and it must succeed on a DC 14 Constitution saving throw at the start of each of the ooze's turns or take 7 (2d6) acid damage. If the ooze moves, the encased target moves with it. The ooze can have only one creature encased at a time. An encased creature can try to escape by taking an action to make a DC 12 Strength check. The creature has disadvantage on this check if the ooze is mineralized. On a success, the creature escapes and enters a space of its choice within 5 feet of the ooze. Alternatively, a creature within 5 feet of the ooze can take an action to pull a creature out of the ooze. Doing so requires a successful DC 12 Strength check, and the creature making the attempt takes 7 (2d6) acid damage. The creature making the attempt has disadvantage on the check if the ooze is mineralized.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The mineral ooze makes two slam attacks. If both attacks hit a Medium or smaller target, the target is grappled (escape DC 12), and the ooze uses its Encase on the target.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) bludgeoning damage plus 3 (1d6) acid damage.",
                    "attacks": [
                        {
                            "name": "Pseudopod attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D8",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": 1,
                            "extra_damage_die_type": "D6",
                            "extra_damage_bonus": 0,
                            "extra_damage_type": {
                                "name": "Acid",
                                "key": "acid",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Amorphous",
                    "desc": "The ooze can move through a space as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "False Appearance",
                    "desc": "While the ooze remains motionless, it is indistinguishable from an oily pool or wet rock."
                },
                {
                    "name": "Mineralize",
                    "desc": "As a bonus action when it has encased a creature, the ooze hardens the minerals in its body, turning the surface of its body into a stone-like material. While mineralized, the ooze has a walking speed of 5 feet, and it has resistance to bludgeoning, piercing, and slashing damage. The ooze remains mineralized until the creature it has encased dies, or until the ooze takes a bonus action to end it."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_minor-malleable/?format=api",
            "key": "tob2_minor-malleable",
            "name": "Minor Malleable",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Aberration",
                "key": "aberration",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api"
            },
            "size": {
                "name": "Medium",
                "key": "medium",
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
            },
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "climb": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "all, telepathy 60 ft.",
                "data": []
            },
            "armor_class": 11,
            "armor_detail": "natural armor",
            "hit_points": 32,
            "hit_dice": "5d8+10",
            "experience_points": 200,
            "ability_scores": {
                "strength": 16,
                "dexterity": 8,
                "constitution": 14,
                "intelligence": 15,
                "wisdom": 14,
                "charisma": 10
            },
            "modifiers": {
                "strength": 3,
                "dexterity": -1,
                "constitution": 2,
                "intelligence": 2,
                "wisdom": 2,
                "charisma": 0
            },
            "initiative_bonus": -1,
            "saving_throws": {
                "intelligence": 4,
                "wisdom": 4,
                "charisma": 2
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": -1,
                "constitution": 2,
                "intelligence": 4,
                "wisdom": 4,
                "charisma": 2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 2,
                "arcana": 2,
                "athletics": 3,
                "deception": 0,
                "history": 2,
                "insight": 2,
                "intimidation": 0,
                "investigation": 2,
                "medicine": 2,
                "nature": 2,
                "perception": 2,
                "performance": 0,
                "persuasion": 0,
                "religion": 2,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 2
            },
            "passive_perception": 12,
            "resistances_and_immunities": {
                "damage_immunities_display": "psychic",
                "damage_immunities": [
                    {
                        "name": "Psychic",
                        "key": "psychic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                    }
                ],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "blinded, prone",
                "condition_immunities": [
                    {
                        "name": "Blinded",
                        "key": "blinded",
                        "url": "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
                    },
                    {
                        "name": "Prone",
                        "key": "prone",
                        "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
                    }
                ]
            },
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 30.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Flesh Tendril",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) bludgeoning damage. If the target is a Medium or smaller creature, it is grappled (escape DC 12).",
                    "attacks": [
                        {
                            "name": "Flesh Tendril attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Join Malleables",
                    "desc": "As long as the malleable is within 10 feet of at least three other minor malleables, each minor malleable in range can use this action option at the same time to join together and create a larger malleable. The new malleable's hp total is equal to the combined hp total of all the minor malleables. and it is affected by any conditions, spells, and other magical effects that affected any of the minor malleables. The new malleable acts on the same initiative count as the malleables that formed it and occupies any unoccupied space that previously contained at least one of the malleables that formed it. \n* Four minor malleables can join to create one moderate malleable. \n* Eight minor malleables can join to create one major malleable. \n* Sixteen minor malleables can join to create one massive malleable.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Psychic Drain",
                    "desc": "One creature grappled by the malleable must make a DC 12 Intelligence saving throw, taking 4 (1d8) psychic damage on a failed save, or half as much damage on a successful one. The target's hp maximum is reduced by an amount equal to the damage taken. This reduction lasts until the target finishes a long rest. The target dies and becomes a minor malleable if this effect reduces its hp maximum to 0.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Amorphous",
                    "desc": "The malleable can move through a space as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "Controlled Mutability",
                    "desc": "Any spell or effect that would alter the malleable’s form only alters it until the end of the malleable’s next turn. Afterwards, the malleable returns to its amorphous form. In addition, the malleable can use its action to change itself into any shape, but it always looks like an inside-out fleshy creature no matter the shape it takes. If it changes into the shape of a creature, it doesn’t gain any statistics or special abilities of that creature; it only takes on the creature’s basic shape and general appearance."
                },
                {
                    "name": "Psychic Absorption",
                    "desc": "Whenever the malleable is subjected to psychic damage, it takes no damage and instead regains a number of hp equal to the psychic damage dealt."
                },
                {
                    "name": "Spider Climb",
                    "desc": "The malleable can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_moderate-malleable/?format=api",
            "key": "tob2_moderate-malleable",
            "name": "Moderate Malleable",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Aberration",
                "key": "aberration",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "climb": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "all, telepathy 60 ft.",
                "data": []
            },
            "armor_class": 12,
            "armor_detail": "natural armor",
            "hit_points": 136,
            "hit_dice": "16d10+48",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 18,
                "dexterity": 8,
                "constitution": 16,
                "intelligence": 17,
                "wisdom": 15,
                "charisma": 10
            },
            "modifiers": {
                "strength": 4,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": 3,
                "wisdom": 2,
                "charisma": 0
            },
            "initiative_bonus": -1,
            "saving_throws": {
                "intelligence": 6,
                "wisdom": 5,
                "charisma": 3
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": 6,
                "wisdom": 5,
                "charisma": 3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 2,
                "arcana": 3,
                "athletics": 4,
                "deception": 0,
                "history": 3,
                "insight": 2,
                "intimidation": 0,
                "investigation": 3,
                "medicine": 2,
                "nature": 3,
                "perception": 2,
                "performance": 0,
                "persuasion": 0,
                "religion": 3,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 2
            },
            "passive_perception": 12,
            "resistances_and_immunities": {
                "damage_immunities_display": "psychic Condition Immunities blinded, prone",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Flesh Tendril",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 14 (3d6 + 4) bludgeoning damage. If the target is a Large or smaller creature, it is grappled (escape DC 14).",
                    "attacks": [
                        {
                            "name": "Flesh Tendril attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 3,
                            "damage_die_type": "D6",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Join Malleables",
                    "desc": "As long as the malleable is within 10 feet of at least one other moderate malleable, each moderate malleable in range can use this action option at the same time to join together to create a larger malleable. The new malleable's hp total is equal to the combined hp total of all the moderate malleables, and it is affected by any conditions, spells, and other magical effects currently affecting any of the moderate malleables. The new malleable acts on the same initiative count as the malleables that formed it and occupies any unoccupied space that previously contained at least one of the malleables that formed it. \n* Two moderate malleables can join to create one major malleable. \n* Four moderate malleables can join to create one massive malleable.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 3,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The malleable makes two flesh tendril attacks.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Psychic Drain",
                    "desc": "One creature grappled by the malleable must make a DC 14 Intelligence saving throw, taking 22 (5d8) psychic damage on a failed save, or half as much damage on a successful one. The target's hp maximum is reduced by an amount equal to the damage taken. This reduction lasts until the target finishes a long rest. The target dies and becomes a minor malleable if this effect reduces its hp maximum to 0.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Separate Malleables",
                    "desc": "The moderate malleable can split into four minor malleables. The new malleables' hp totals are equal to the moderate malleable's hp total divided by 4 (rounded down) and are affected by any conditions, spells, and other magical effects that affected the moderate malleable. The new malleables act on the same initiative count as the moderate malleable and occupy any unoccupied space that previously contained the moderate malleable.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 4,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Sudden Separation",
                    "desc": "When the moderate malleable takes 10 damage or more from a single attack, it can choose to immediately use Separate Malleables. If it does so, the damage is divided evenly among the separate malleables it becomes.",
                    "attacks": [],
                    "action_type": "REACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Absorb Malleable",
                    "desc": "As a bonus action, the moderate malleable absorbs one minor malleable within 5 feet of it into its body, regaining a number of hp equal to the minor malleable’s remaining hp. The moderate malleable is affected by any conditions, spells, and other magical effects that were affecting the absorbed malleable."
                },
                {
                    "name": "Amorphous",
                    "desc": "The malleable can move through a space as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "Controlled Mutability",
                    "desc": "Any spell or effect that would alter the malleable’s form only alters it until the end of the malleable’s next turn. Afterwards, the malleable returns to its amorphous form. In addition, the malleable can use its action to change itself into any shape, but it always looks like an inside-out fleshy creature no matter the shape it takes. If it changes into the shape of a creature, it doesn’t gain any statistics or special abilities of that creature; it only takes on the creature’s basic shape and general appearance."
                },
                {
                    "name": "Psychic Absorption",
                    "desc": "Whenever the malleable is subjected to psychic damage, it takes no damage and instead regains a number of hp equal to the psychic damage dealt."
                },
                {
                    "name": "Spider Climb",
                    "desc": "The malleable can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_moonkite/?format=api",
            "key": "tob2_moonkite",
            "name": "Moonkite",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Celestial",
                "key": "celestial",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "proficiency_bonus": null,
            "speed": {
                "walk": 0.0,
                "unit": "feet",
                "fly": 120.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": true,
                "fly": 120.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 0.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "lawful good",
            "languages": {
                "as_string": "Celestial, telepathy 120 ft.",
                "data": [
                    {
                        "name": "Celestial",
                        "key": "celestial",
                        "url": "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                        "desc": "Typical speakers are celestials"
                    }
                ]
            },
            "armor_class": 15,
            "armor_detail": "natural armor",
            "hit_points": 93,
            "hit_dice": "11d10+33",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 15,
                "dexterity": 18,
                "constitution": 16,
                "intelligence": 14,
                "wisdom": 16,
                "charisma": 19
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 4,
                "constitution": 3,
                "intelligence": 2,
                "wisdom": 3,
                "charisma": 4
            },
            "initiative_bonus": 4,
            "saving_throws": {
                "wisdom": 6,
                "charisma": 7
            },
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 4,
                "constitution": 3,
                "intelligence": 2,
                "wisdom": 6,
                "charisma": 7
            },
            "skill_bonuses": {
                "insight": 6,
                "perception": 6,
                "religion": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 3,
                "arcana": 2,
                "athletics": 2,
                "deception": 4,
                "history": 2,
                "insight": 6,
                "intimidation": 4,
                "investigation": 2,
                "medicine": 3,
                "nature": 2,
                "perception": 6,
                "performance": 4,
                "persuasion": 4,
                "religion": 5,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 3
            },
            "passive_perception": 16,
            "resistances_and_immunities": {
                "damage_immunities_display": "poison",
                "damage_immunities": [
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    }
                ],
                "damage_resistances_display": "fire, radiant; bludgeoning, piercing, and slashing from nonmagical attacks",
                "damage_resistances": [
                    {
                        "name": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    },
                    {
                        "name": "Fire",
                        "key": "fire",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
                    },
                    {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    },
                    {
                        "name": "Radiant",
                        "key": "radiant",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api"
                    },
                    {
                        "name": "Slashing",
                        "key": "slashing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "blinded, exhaustion, frightened, poisoned, prone",
                "condition_immunities": [
                    {
                        "name": "Blinded",
                        "key": "blinded",
                        "url": "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
                    },
                    {
                        "name": "Exhaustion",
                        "key": "exhaustion",
                        "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
                    },
                    {
                        "name": "Frightened",
                        "key": "frightened",
                        "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
                    },
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    },
                    {
                        "name": "Prone",
                        "key": "prone",
                        "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
                    }
                ]
            },
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 120.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The moonkite makes four wing buffet attacks. Alternatively, it can use Radiant Arrow twice.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Planar Traveler",
                    "desc": "The moonkite can transport itself to a different plane of existence. This works like the plane shift spell, except the moonkite can affect only itself and a willing rider, and can't banish an unwilling creature to another plane.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 3,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Radiant Arrow",
                    "desc": "Ranged Spell Attack: +7 to hit, range 150 ft., one target. Hit: 14 (4d6) radiant damage.",
                    "attacks": [
                        {
                            "name": "Radiant Arrow attack",
                            "attack_type": "SPELL",
                            "to_hit_mod": 7,
                            "reach": null,
                            "range": 150.0,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 4,
                            "damage_die_type": "D6) ra",
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Radiant",
                                "key": "radiant",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Wing Buffet",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) bludgeoning damage. If the moonkite scores a critical hit, the target must succeed on a DC 15 Constitution saving throw or be blinded for 1 minute. The creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "attacks": [
                        {
                            "name": "Wing Buffet attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D8",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Celestial Freedom",
                    "desc": "The moonkite ignores difficult terrain, and magical effects can’t reduce its speed or cause it to be restrained. It can spend 5 feet of movement to escape from nonmagical restraints or being grappled. In addition, it has advantage on saving throws against spells and effects that would banish it from its current plane or that would bind it to a particular location or creature. The moonkite can grant this trait to anyone riding it."
                },
                {
                    "name": "Flyby",
                    "desc": "The moonkite doesn’t provoke opportunity attacks when it flies out of an enemy’s reach."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The moonkite has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The moonkite’s weapon attacks are magical and silvered."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_mountain-dryad/?format=api",
            "key": "tob2_mountain-dryad",
            "name": "Mountain Dryad",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Fey",
                "key": "fey",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
            },
            "size": {
                "name": "Huge",
                "key": "huge",
                "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api"
            },
            "challenge_rating_decimal": "11.000",
            "challenge_rating_text": "11",
            "proficiency_bonus": null,
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "burrow": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 30.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral",
            "languages": {
                "as_string": "Sylvan, Terran",
                "data": [
                    {
                        "name": "Sylvan",
                        "key": "sylvan",
                        "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                        "desc": "Typical speakers are fey creatures."
                    }
                ]
            },
            "armor_class": 17,
            "armor_detail": "natural armor",
            "hit_points": 172,
            "hit_dice": "15d12+75",
            "experience_points": 7200,
            "ability_scores": {
                "strength": 29,
                "dexterity": 12,
                "constitution": 20,
                "intelligence": 14,
                "wisdom": 18,
                "charisma": 18
            },
            "modifiers": {
                "strength": 9,
                "dexterity": 1,
                "constitution": 5,
                "intelligence": 2,
                "wisdom": 4,
                "charisma": 4
            },
            "initiative_bonus": 1,
            "saving_throws": {
                "constitution": 9,
                "charisma": 8
            },
            "saving_throws_all": {
                "strength": 9,
                "dexterity": 1,
                "constitution": 9,
                "intelligence": 2,
                "wisdom": 4,
                "charisma": 8
            },
            "skill_bonuses": {
                "athletics": 13,
                "intimidation": 8,
                "perception": 8,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 4,
                "arcana": 2,
                "athletics": 13,
                "deception": 4,
                "history": 2,
                "insight": 4,
                "intimidation": 8,
                "investigation": 2,
                "medicine": 4,
                "nature": 2,
                "perception": 8,
                "performance": 4,
                "persuasion": 4,
                "religion": 2,
                "sleight_of_hand": 1,
                "stealth": 5,
                "survival": 4
            },
            "passive_perception": 18,
            "resistances_and_immunities": {
                "damage_immunities_display": "cold, poison",
                "damage_immunities": [
                    {
                        "name": "Cold",
                        "key": "cold",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
                    },
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    }
                ],
                "damage_resistances_display": "lightning",
                "damage_resistances": [
                    {
                        "name": "Lightning",
                        "key": "lightning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "charmed, exhaustion, paralyzed, petrified, poisoned, unconscious",
                "condition_immunities": [
                    {
                        "name": "Charmed",
                        "key": "charmed",
                        "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
                    },
                    {
                        "name": "Exhaustion",
                        "key": "exhaustion",
                        "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
                    },
                    {
                        "name": "Paralyzed",
                        "key": "paralyzed",
                        "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
                    },
                    {
                        "name": "Petrified",
                        "key": "petrified",
                        "url": "https://api-beta.open5e.com/v2/conditions/petrified/?format=api"
                    },
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    },
                    {
                        "name": "Unconscious",
                        "key": "unconscious",
                        "url": "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": 6018.0,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Mountain's Awe",
                    "desc": "The mountain dryad emits a magical aura that radiates out from it for 1 minute. Each creature that starts its turn within 30 feet of the dryad must succeed on a DC 16 Charisma saving throw or be charmed for 1 minute. A charmed creature is incapacitated and, if it is more than 5 feet away from the mountain dryad, it must move on its turn toward the dryad by the most direct route, trying to get within 5 feet. It doesn't avoid opportunity attacks, but before moving into damaging terrain, such as lava or a pit, and whenever it takes damage from a source other than the dryad, it can repeat the saving throw. While charmed within 5 feet of the dryad, a Medium or smaller creature must climb the dryad, no check required. After climbing 20 feet, the charmed creature throws itself off the mountain dryad, taking falling damage and landing prone in an unoccupied space within 5 feet of the mountain dryad. A charmed creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 3,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "PER_DAY",
                        "param": 1
                    }
                },
                {
                    "name": "Multiattack",
                    "desc": "The mountain dryad makes two slam attacks.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +13 to hit, range 60/240 ft., one target. Hit: 31 (4d10 + 9) bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Rock attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 13,
                            "reach": null,
                            "range": 60.0,
                            "long_range": 240.0,
                            "target_creature_only": false,
                            "damage_die_count": 4,
                            "damage_die_type": "D10",
                            "damage_bonus": 9,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 27 (4d8 + 9) bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 13,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 4,
                            "damage_die_type": "D8",
                            "damage_bonus": 9,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Earth Glide",
                    "desc": "The mountain dryad can burrow through nonmagical, unworked earth and stone. While doing so, the dryad doesn’t disturb the material it moves through."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The mountain dryad has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Mountain’s Aspect",
                    "desc": "Each day at sunrise, the mountain dryad chooses one of the following: \n* Hardened Face. The mountain dryad chooses one of bludgeoning, piercing, or slashing damage types. The mountain dryad has resistance to the chosen damage type until the next sunrise. \n* Vaunted Peaks. The mountain dryad has advantage on Wisdom (Perception) checks until the next sunrise. \n* Rockslider. As a bonus action once before the next sunrise, the mountain dryad can make the ground within 30 feet of it difficult terrain. This difficult terrain doesn’t cost the dryad extra movement."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The mountain dryad deals double damage to objects and structures."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_mountain-nymph/?format=api",
            "key": "tob2_mountain-nymph",
            "name": "Mountain Nymph",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Fey",
                "key": "fey",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
            },
            "size": {
                "name": "Medium",
                "key": "medium",
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
            },
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "climb": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic neutral",
            "languages": {
                "as_string": "Common, Elvish, Sylvan",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    },
                    {
                        "name": "Elvish",
                        "key": "elvish",
                        "url": "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                        "desc": "Typical speakers are elves."
                    },
                    {
                        "name": "Sylvan",
                        "key": "sylvan",
                        "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                        "desc": "Typical speakers are fey creatures."
                    }
                ]
            },
            "armor_class": 15,
            "armor_detail": "leather armor",
            "hit_points": 112,
            "hit_dice": "15d8+45",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 12,
                "dexterity": 18,
                "constitution": 16,
                "intelligence": 10,
                "wisdom": 18,
                "charisma": 14
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 4,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 4,
                "charisma": 2
            },
            "initiative_bonus": 4,
            "saving_throws": {
                "dexterity": 7,
                "wisdom": 7
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 7,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 7,
                "charisma": 2
            },
            "skill_bonuses": {
                "perception": 7,
                "stealth": 7,
                "survival": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 4,
                "arcana": 0,
                "athletics": 1,
                "deception": 2,
                "history": 0,
                "insight": 4,
                "intimidation": 2,
                "investigation": 0,
                "medicine": 4,
                "nature": 0,
                "perception": 7,
                "performance": 2,
                "persuasion": 2,
                "religion": 0,
                "sleight_of_hand": 4,
                "stealth": 7,
                "survival": 7
            },
            "passive_perception": 17,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 90.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Longbow",
                    "desc": "Ranged Weapon Attack: +7 to hit, range 150/600 ft., one target. Hit: 8 (1d8 + 4) piercing damage.",
                    "attacks": [
                        {
                            "name": "Longbow attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": null,
                            "range": 150.0,
                            "long_range": 600.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D8",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The mountain nymph makes three longbow attacks.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Hunter’s Foresight",
                    "desc": "The mountain nymph can see the immediate future of a creature affected by her hunter’s mark spell. While hunter’s mark is active on a creature, the mountain nymph has advantage on attack rolls against the creature and on saving throws against the creature’s spells and special abilities."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The mountain nymph’s innate spellcasting ability is Wisdom (spell save DC 15). It can innately cast the following spells, requiring no material components:\nAt will: hunter’s mark\n3/day each: misty step, spike growth\n1/day: pass without trace"
                },
                {
                    "name": "Mountain Walk",
                    "desc": "The mountain nymph can move across and climb rocky surfaces without needing to make an ability check. Additionally, difficult terrain composed of rocks or rocky debris doesn’t cost her extra movement."
                },
                {
                    "name": "Point Blank Hunter",
                    "desc": "When the mountain nymph makes a ranged attack with a bow, she doesn’t have disadvantage on the attack roll from being within 5 feet of a hostile creature, though she may still have disadvantage from other sources."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_mountain-strider/?format=api",
            "key": "tob2_mountain-strider",
            "name": "Mountain Strider",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Monstrosity",
                "key": "monstrosity",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "climb": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic neutral",
            "languages": {
                "as_string": "Common",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    }
                ]
            },
            "armor_class": 12,
            "armor_detail": "",
            "hit_points": 34,
            "hit_dice": "4d10+12",
            "experience_points": 200,
            "ability_scores": {
                "strength": 16,
                "dexterity": 14,
                "constitution": 17,
                "intelligence": 8,
                "wisdom": 14,
                "charisma": 9
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": -1,
                "wisdom": 2,
                "charisma": -1
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": -1,
                "wisdom": 2,
                "charisma": -1
            },
            "skill_bonuses": {
                "survival": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": -1,
                "athletics": 3,
                "deception": -1,
                "history": -1,
                "insight": 2,
                "intimidation": -1,
                "investigation": -1,
                "medicine": 2,
                "nature": -1,
                "perception": 2,
                "performance": -1,
                "persuasion": -1,
                "religion": -1,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 4
            },
            "passive_perception": 12,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "cold",
                "damage_resistances": [
                    {
                        "name": "Cold",
                        "key": "cold",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Headbutt",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Headbutt attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D4",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Revenge for the Fallen",
                    "desc": "When an ally the mountain strider can see is reduced to 0 hp within 30 feet of the mountain strider, the strider can move up to half its speed and make a headbutt attack.",
                    "attacks": [],
                    "action_type": "REACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Spear",
                    "desc": "Melee or Ranged Weapon Attack: +5 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 6 (1d6 + 3) piercing damage, or 7 (1d8 + 3) piercing damage if used with two hands to make a melee attack.",
                    "attacks": [
                        {
                            "name": "Spear attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": 20.0,
                            "long_range": 60.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Thunderous Bleat",
                    "desc": "The mountain strider releases a loud bleat in a 15-foot cone. Each creature in the area must make a DC 13 Dexterity saving throw, taking 7 (2d6) thunder damage on a failed save, or half as much damage on a successful one.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE_ON_ROLL",
                        "param": 6
                    }
                }
            ],
            "traits": [
                {
                    "name": "Charge",
                    "desc": "If the mountain strider moves at least 15 feet straight toward a target and then hits it with a headbutt attack on the same turn, the target takes an extra 5 (2d4) bludgeoning damage. If the target is a creature, it must succeed on a DC 13 Strength saving throw or be pushed up to 10 feet away from the mountain strider and knocked prone."
                },
                {
                    "name": "Sure-Footed",
                    "desc": "The mountain strider has advantage on Strength and Dexterity saving throws made against effects that would knock it prone."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_murgrik/?format=api",
            "key": "tob2_murgrik",
            "name": "Murgrik",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Aberration",
                "key": "aberration",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "9.000",
            "challenge_rating_text": "9",
            "proficiency_bonus": null,
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 20.0,
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 20.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "understands Deep Speech but can't speak",
                "data": []
            },
            "armor_class": 18,
            "armor_detail": "natural armor",
            "hit_points": 152,
            "hit_dice": "16d10+64",
            "experience_points": 5000,
            "ability_scores": {
                "strength": 23,
                "dexterity": 10,
                "constitution": 18,
                "intelligence": 6,
                "wisdom": 14,
                "charisma": 9
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": -2,
                "wisdom": 2,
                "charisma": -1
            },
            "initiative_bonus": 0,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": -2,
                "wisdom": 2,
                "charisma": -1
            },
            "skill_bonuses": {
                "athletics": 10,
                "perception": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 2,
                "arcana": -2,
                "athletics": 10,
                "deception": -1,
                "history": -2,
                "insight": 2,
                "intimidation": -1,
                "investigation": -2,
                "medicine": 2,
                "nature": -2,
                "perception": 6,
                "performance": -1,
                "persuasion": -1,
                "religion": -2,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 2
            },
            "passive_perception": 16,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 15 (2d8 + 6) piercing damage.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 10,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": 6,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The murgrik makes three attacks: one with its bite and two with its tentacles.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Stomach Maw",
                    "desc": "The murgrik makes one bite attack against a Medium 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 against attacks and other effects outside the murgrik, and it takes 14 (4d6) acid damage at the start of each of the murgrik's turns. The murgrik can only have one creature swallowed at a time.\n\nIf the murgrik takes 20 damage or more on a single turn from the swallowed creature, the murgrik must succeed on a DC 14 Constitution saving throw at the end of that turn or regurgitate the creature, which falls prone in a space within 5 feet of the murgrik. If the murgrik dies, a swallowed creature is no longer restrained by it and can escape from the corpse by using 10 feet of movement, exiting prone.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 3,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Tentacles",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 9 (1d6 + 6) bludgeoning damage. The target is grappled (escape DC 18) if it is a Medium or smaller creature and the murgrik doesn't have two other creatures grappled. Until this grapple ends, the target is restrained.",
                    "attacks": [
                        {
                            "name": "Tentacles attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 10,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 6,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Unsettling Ululations",
                    "desc": "The stalk on the murgrik's head unleashes a dispiriting wail. Each creature within 30 feet of the murgrik that can hear it must make a DC 14 Wisdom saving throw. On a failure, a creature takes 21 (6d6) psychic damage and is frightened for 1 minute. On a success, a creature takes half the damage and isn't frightened. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 4,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE_ON_ROLL",
                        "param": 6
                    }
                }
            ],
            "traits": [
                {
                    "name": "Blood Frenzy",
                    "desc": "The murgrik has advantage on melee attack rolls against any creature that doesn’t have all its hp."
                },
                {
                    "name": "Hold Breath",
                    "desc": "The murgrik can hold its breath for 30 minutes."
                },
                {
                    "name": "Keen Scent",
                    "desc": "The murgrik has advantage on Wisdom (Perception) checks that rely on smell."
                },
                {
                    "name": "Tentacle Flight",
                    "desc": "The murgrik flies by spinning its tentacles. If it is grappling a creature with its tentacles, its flying speed is halved."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_mydnari/?format=api",
            "key": "tob2_mydnari",
            "name": "Mydnari",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Humanoid",
                "key": "humanoid",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api"
            },
            "size": {
                "name": "Medium",
                "key": "medium",
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
            },
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral evil",
            "languages": {
                "as_string": "Deep Speech, Undercommon",
                "data": [
                    {
                        "name": "Deep Speech",
                        "key": "deep-speech",
                        "url": "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                        "desc": "Typical speakers include aboleths and cloakers. It is only spoken."
                    },
                    {
                        "name": "Undercommon",
                        "key": "undercommon",
                        "url": "https://api-beta.open5e.com/v2/languages/undercommon/?format=api",
                        "desc": "Typical speakers are underworld traders."
                    }
                ]
            },
            "armor_class": 13,
            "armor_detail": "",
            "hit_points": 22,
            "hit_dice": "4d8+4",
            "experience_points": 100,
            "ability_scores": {
                "strength": 12,
                "dexterity": 16,
                "constitution": 13,
                "intelligence": 14,
                "wisdom": 16,
                "charisma": 14
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 2,
                "wisdom": 3,
                "charisma": 2
            },
            "initiative_bonus": 3,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 2,
                "wisdom": 3,
                "charisma": 2
            },
            "skill_bonuses": {
                "deception": 4,
                "intimidation": 4,
                "perception": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 3,
                "arcana": 2,
                "athletics": 1,
                "deception": 4,
                "history": 2,
                "insight": 3,
                "intimidation": 4,
                "investigation": 2,
                "medicine": 3,
                "nature": 2,
                "perception": 5,
                "performance": 2,
                "persuasion": 2,
                "religion": 2,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 3
            },
            "passive_perception": 15,
            "resistances_and_immunities": {
                "damage_immunities_display": "acid",
                "damage_immunities": [
                    {
                        "name": "Acid",
                        "key": "acid",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
                    }
                ],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "paralyzed",
                "condition_immunities": [
                    {
                        "name": "Paralyzed",
                        "key": "paralyzed",
                        "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
                    }
                ]
            },
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Acid Glob",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 30/60 ft., one target. Hit: 5 (1d4 + 3) acid damage, and the target must succeed on a DC 12 Constitution saving throw or be poisoned for 1 minute. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "attacks": [
                        {
                            "name": "Acid Glob attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": null,
                            "range": 30.0,
                            "long_range": 60.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Acid",
                                "key": "acid",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "attacks": [
                        {
                            "name": "Shortsword attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Bound in Jelly",
                    "desc": "The mydnari and its jelly are wholly reliant on each other. If the mydnari’s jelly is somehow separated from its master, the jelly dies within 1 minute. If the mydnari is separated from its jelly, it loses its blindsight, Acid Glob action, and Jelly Symbiosis trait."
                },
                {
                    "name": "Jelly Symbiosis",
                    "desc": "A creature that touches the mydnari or hits it with a melee attack while within 5 feet of it takes 2 (1d4) acid damage."
                },
                {
                    "name": "Ooze Empathy",
                    "desc": "A mydnari can use its Animal Handling skill on ooze-type creatures with an Intelligence score of 5 or lower. An ooze never attacks a mydnari unless provoked."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_mystic/?format=api",
            "key": "tob2_mystic",
            "name": "Mystic",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Humanoid",
                "key": "humanoid",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api"
            },
            "size": {
                "name": "Medium",
                "key": "medium",
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
            },
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral evil",
            "languages": {
                "as_string": "Common, Void Speech",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    },
                    {
                        "name": "Void Speech",
                        "key": "void-speech",
                        "url": "https://api-beta.open5e.com/v2/languages/void-speech/?format=api",
                        "desc": "Void speech is a rename of Deep Speech from Tome of Beasts."
                    }
                ]
            },
            "armor_class": 14,
            "armor_detail": "hide armor",
            "hit_points": 75,
            "hit_dice": "10d8+30",
            "experience_points": 700,
            "ability_scores": {
                "strength": 12,
                "dexterity": 14,
                "constitution": 16,
                "intelligence": 17,
                "wisdom": 11,
                "charisma": 12
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": 3,
                "wisdom": 0,
                "charisma": 1
            },
            "initiative_bonus": 2,
            "saving_throws": {
                "constitution": 5
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 5,
                "intelligence": 3,
                "wisdom": 0,
                "charisma": 1
            },
            "skill_bonuses": {
                "arcana": 5,
                "intimidation": 3,
                "perception": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 5,
                "athletics": 1,
                "deception": 1,
                "history": 3,
                "insight": 0,
                "intimidation": 3,
                "investigation": 3,
                "medicine": 0,
                "nature": 3,
                "perception": 2,
                "performance": 1,
                "persuasion": 1,
                "religion": 3,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 12,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "necrotic",
                "damage_resistances": [
                    {
                        "name": "Necrotic",
                        "key": "necrotic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The satarre mystic makes two void claw attacks. Alternatively, it can use Void Bolt twice.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Unveil",
                    "desc": "The mystic unveils a darker reality to up to three creatures it can see within 30 feet of it. Each target must succeed on a DC 13 Wisdom saving throw or be frightened until the end of its next turn.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 3,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "PER_DAY",
                        "param": 1
                    }
                },
                {
                    "name": "Void Bolt",
                    "desc": "Ranged Spell Attack: +5 to hit, range 50 ft., one target. Hit: 9 (2d8) necrotic damage.",
                    "attacks": [
                        {
                            "name": "Void Bolt attack",
                            "attack_type": "SPELL",
                            "to_hit_mod": 5,
                            "reach": null,
                            "range": 50.0,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8) necrotic",
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Necrotic",
                                "key": "necrotic",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Void Claw",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) slashing damage plus 4 (1d8) necrotic damage. The target must succeed on a DC 13 Constitution saving throw or its speed is reduced by 10 feet until the end of its next turn.",
                    "attacks": [
                        {
                            "name": "Void Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": 1,
                            "extra_damage_die_type": "D8",
                            "extra_damage_bonus": 0,
                            "extra_damage_type": {
                                "name": "Necrotic",
                                "key": "necrotic",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Void Deflection",
                    "desc": "When a creature the mystic can see targets it with a ranged spell attack, the mystic can attempt to deflect the spell. The mystic makes a Constitution saving throw. If the result is higher than the attack roll, the mystic is unaffected by the spell.",
                    "attacks": [],
                    "action_type": "REACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Keeper of Secrets",
                    "desc": "The satarre mystic has advantage on all Intelligence (Arcana) checks related to the planes and planar travel."
                },
                {
                    "name": "Levitate",
                    "desc": "As a bonus action, a mystic can rise or descend vertically up to 10 feet and can remain suspended there. This trait works like the levitate spell, except there is no duration, and the mystic doesn’t need to concentrate to continue levitating each round."
                },
                {
                    "name": "Planar Commander",
                    "desc": "As a bonus action, the mystic commands an angel, elemental, or fiend ally within 30 feet of it to use a reaction to make one attack against a creature that dealt damage to the mystic in the previous round."
                },
                {
                    "name": "Void Fortitude",
                    "desc": "If damage reduces the satarre mystic to 0 hp, it must make a Constitution saving throw with a DC of 5 + the damage taken, unless the damage is radiant or from a critical hit. On a success, the satarre mystic drops to 1 hp instead."
                },
                {
                    "name": "Void Weapons",
                    "desc": "The satarre’s weapon attacks are magical. When the satarre hits with any weapon, the weapon deals an extra 1d8 necrotic damage (included in the attack)."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_naizu-ha/?format=api",
            "key": "tob2_naizu-ha",
            "name": "Naizu-Ha",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Fey",
                "key": "fey",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral evil",
            "languages": {
                "as_string": "Common, Sylvan",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    },
                    {
                        "name": "Sylvan",
                        "key": "sylvan",
                        "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                        "desc": "Typical speakers are fey creatures."
                    }
                ]
            },
            "armor_class": 17,
            "armor_detail": "natural armor",
            "hit_points": 117,
            "hit_dice": "18d6+54",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 17,
                "dexterity": 15,
                "constitution": 17,
                "intelligence": 13,
                "wisdom": 11,
                "charisma": 13
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 1
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 1
            },
            "skill_bonuses": {
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 1,
                "athletics": 3,
                "deception": 1,
                "history": 1,
                "insight": 0,
                "intimidation": 1,
                "investigation": 1,
                "medicine": 0,
                "nature": 1,
                "perception": 0,
                "performance": 1,
                "persuasion": 1,
                "religion": 1,
                "sleight_of_hand": 2,
                "stealth": 5,
                "survival": 0
            },
            "passive_perception": 10,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "blinded, grappled",
                "condition_immunities": [
                    {
                        "name": "Blinded",
                        "key": "blinded",
                        "url": "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
                    },
                    {
                        "name": "Grappled",
                        "key": "grappled",
                        "url": "https://api-beta.open5e.com/v2/conditions/grappled/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Dagger Legs",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one prone creature. Hit: 8 (2d4 + 3) piercing damage.",
                    "attacks": [
                        {
                            "name": "Dagger Legs attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D4",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 3,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The naizu-ha makes three attacks: two with its scissor claws and one with its scythe tail. If both scissor claws attacks hit the same target, the target must succeed on a DC 14 Dexterity saving throw or take an extra 7 (2d6) slashing damage.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Scissor Claws",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) slashing damage.",
                    "attacks": [
                        {
                            "name": "Scissor Claws attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Slashing",
                                "key": "slashing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Scythe Tail",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) slashing damage.",
                    "attacks": [
                        {
                            "name": "Scythe Tail attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Slashing",
                                "key": "slashing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Blunting Ambiance",
                    "desc": "Each creature that deals piercing or slashing damage with a bladed weapon while within 30 feet of the naizu-ha must roll the damage twice and take the lower result."
                },
                {
                    "name": "Dagger Form (1/Day)",
                    "desc": "As a bonus action, the naizu-ha transforms into a magical dagger. A creature that wields the naizu-ha while it is in this form gains +1 bonus to attack and damage rolls with the dagger, and attacks with the dagger score a critical hit on a roll of 19 or 20. In addition, the wielder can’t take the Disengage action unless it succeeds on a DC 12 Wisdom saving throw."
                },
                {
                    "name": "Spider Climb",
                    "desc": "The naizu-ha can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                },
                {
                    "name": "Tripping Charge",
                    "desc": "If the naizu-ha moves at least 15 feet straight toward a creature and then hits it with a scythe tail attack on the same turn, that target must succeed on a DC 14 Dexterity saving throw or be knocked prone. If the target is prone, the naizu-ha can make one dagger legs attack against it as a bonus action."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_narshark/?format=api",
            "key": "tob2_narshark",
            "name": "Narshark",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Monstrosity",
                "key": "monstrosity",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "fly": 40.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": true,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 14,
            "armor_detail": "natural armor",
            "hit_points": 25,
            "hit_dice": "3d10+9",
            "experience_points": 100,
            "ability_scores": {
                "strength": 16,
                "dexterity": 12,
                "constitution": 15,
                "intelligence": 2,
                "wisdom": 14,
                "charisma": 4
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -3
            },
            "initiative_bonus": 1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -3
            },
            "skill_bonuses": {
                "perception": 6,
                "stealth": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 2,
                "arcana": -4,
                "athletics": 3,
                "deception": -3,
                "history": -4,
                "insight": 2,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 2,
                "nature": -4,
                "perception": 6,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 1,
                "stealth": 3,
                "survival": 2
            },
            "passive_perception": 18,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "prone",
                "condition_immunities": [
                    {
                        "name": "Prone",
                        "key": "prone",
                        "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 7 (1d8 + 3) piercing damage. If the creature isn't an undead or a construct, it must succeed on a DC 13 Constitution saving throw or lose 2 (1d4) hp at the start of each of its turns as one of the shark's teeth chips off into the wound. Any creature can take an action to stanch the wound by removing the tooth. The wound also closes and the tooth pops out if the target receives magical healing.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D8",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Keen Sight",
                    "desc": "The narshark has advantage on Wisdom (Perception) checks that rely on sight."
                },
                {
                    "name": "Magical Horn",
                    "desc": "The narshark’s horn can be attacked and severed (AC 18; hp 5; immunity to bludgeoning, poison, and psychic damage) or destroyed (hp 15). If its horn is severed, the narshark loses its flying speed, loses 4 (1d8) hp at the start of each of its turns, and goes into a frenzy. While in a frenzy, the narshark has advantage on bite attack rolls and attack rolls against it have advantage."
                },
                {
                    "name": "Magical Horns",
                    "desc": "The narshark gains its ability to fly from its magical horn. The horn can be severed from a living narshark, but doing so drives it into a panicked rage as it attempts to slay all those around it. Strangely, narsharks never use their horns in combat, possibly in fear of accidentally breaking them. A narshark’s horn is commonly used in the creation of magic items that grant flight, and narsharks are often the target of hunters seeking to turn a profit."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_nephirron-devil/?format=api",
            "key": "tob2_nephirron-devil",
            "name": "Nephirron Devil",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Fiend",
                "key": "fiend",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api"
            },
            "size": {
                "name": "Huge",
                "key": "huge",
                "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api"
            },
            "challenge_rating_decimal": "16.000",
            "challenge_rating_text": "16",
            "proficiency_bonus": null,
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "lawful evil",
            "languages": {
                "as_string": "Draconic, Infernal, telepathy 120 ft.",
                "data": [
                    {
                        "name": "Draconic",
                        "key": "draconic",
                        "url": "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                        "desc": "Typical speakers include dragons and dragonborn."
                    },
                    {
                        "name": "Infernal",
                        "key": "infernal",
                        "url": "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                        "desc": "Typical speakers are devils."
                    }
                ]
            },
            "armor_class": 19,
            "armor_detail": "natural armor",
            "hit_points": 225,
            "hit_dice": "18d12+108",
            "experience_points": 15000,
            "ability_scores": {
                "strength": 27,
                "dexterity": 14,
                "constitution": 23,
                "intelligence": 22,
                "wisdom": 19,
                "charisma": 25
            },
            "modifiers": {
                "strength": 8,
                "dexterity": 2,
                "constitution": 6,
                "intelligence": 6,
                "wisdom": 4,
                "charisma": 7
            },
            "initiative_bonus": 2,
            "saving_throws": {
                "dexterity": 7,
                "constitution": 11,
                "wisdom": 9
            },
            "saving_throws_all": {
                "strength": 8,
                "dexterity": 7,
                "constitution": 11,
                "intelligence": 6,
                "wisdom": 9,
                "charisma": 7
            },
            "skill_bonuses": {
                "arcana": 11,
                "deception": 12,
                "insight": 9,
                "intimidation": 12,
                "perception": 9,
                "persuasion": 12
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 4,
                "arcana": 11,
                "athletics": 8,
                "deception": 12,
                "history": 6,
                "insight": 9,
                "intimidation": 12,
                "investigation": 6,
                "medicine": 4,
                "nature": 6,
                "perception": 9,
                "performance": 7,
                "persuasion": 12,
                "religion": 6,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 4
            },
            "passive_perception": 19,
            "resistances_and_immunities": {
                "damage_immunities_display": "fire, poison",
                "damage_immunities": [
                    {
                        "name": "Fire",
                        "key": "fire",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
                    },
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    }
                ],
                "damage_resistances_display": "acid, cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
                "damage_resistances": [
                    {
                        "name": "Acid",
                        "key": "acid",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
                    },
                    {
                        "name": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    },
                    {
                        "name": "Cold",
                        "key": "cold",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
                    },
                    {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    },
                    {
                        "name": "Slashing",
                        "key": "slashing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "frightened, poisoned",
                "condition_immunities": [
                    {
                        "name": "Frightened",
                        "key": "frightened",
                        "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
                    },
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 90.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 26 (4d8 + 8) piercing damage. If the target is a creature, it must succeed on a DC 19 Constitution saving throw or fall unconscious for 1 minute, or until it takes damage or someone uses an action to shake or slap it awake. Dragons and dragon-like creatures, such as dragonborn, have disadvantage on this saving throw.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 13,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 4,
                            "damage_die_type": "D8",
                            "damage_bonus": 8,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 15 (2d6 + 8) slashing damage.",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 13,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 8,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Slashing",
                                "key": "slashing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The nephirron devil makes one bite attack and two claw attacks.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Sculpt Breath",
                    "desc": "When the nephirron is in the area of a spell, such as fireball, or a breath weapon, it can create a hole in the spell or breath weapon, protecting itself from the effects. If it does so, the nephirron automatically succeeds on its saving throw against the spell or breath weapon and takes no damage if it would normally take half damage on a successful save.",
                    "attacks": [],
                    "action_type": "REACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE_ON_ROLL",
                        "param": 6
                    }
                }
            ],
            "traits": [
                {
                    "name": "Devil’s Sight",
                    "desc": "Magical darkness doesn’t impede the nephirron’s darkvision."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The nephirron devil’s spellcasting ability is Charisma (spell save DC 20). The nephirron can innately cast the following spells, requiring no material components:\nAt will: detect thoughts, protection from evil and good, teleport (self plus 150 pounds only)\n3/day each: flame strike, scrying, wall of ice\n1/day each: confusion, mass suggestion, shapechange (dragon or humanoid form only)"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The nephirron has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Master Liar",
                    "desc": "The nephirron has advantage on Charisma (Deception) checks when telling a lie."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_nharyth/?format=api",
            "key": "tob2_nharyth",
            "name": "Nharyth",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Aberration",
                "key": "aberration",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api"
            },
            "size": {
                "name": "Huge",
                "key": "huge",
                "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api"
            },
            "challenge_rating_decimal": "9.000",
            "challenge_rating_text": "9",
            "proficiency_bonus": null,
            "speed": {
                "walk": 0.0,
                "unit": "feet",
                "fly": 40.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": true,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 0.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "understands Deep Speech but can't speak",
                "data": []
            },
            "armor_class": 17,
            "armor_detail": "natural armor",
            "hit_points": 168,
            "hit_dice": "16d12+64",
            "experience_points": 5000,
            "ability_scores": {
                "strength": 20,
                "dexterity": 15,
                "constitution": 18,
                "intelligence": 5,
                "wisdom": 14,
                "charisma": 7
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": -3,
                "wisdom": 2,
                "charisma": -2
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": -3,
                "wisdom": 2,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 6,
                "stealth": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": -3,
                "athletics": 5,
                "deception": -2,
                "history": -3,
                "insight": 2,
                "intimidation": -2,
                "investigation": -3,
                "medicine": 2,
                "nature": -3,
                "perception": 6,
                "performance": -2,
                "persuasion": -2,
                "religion": -3,
                "sleight_of_hand": 2,
                "stealth": 6,
                "survival": 2
            },
            "passive_perception": 16,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "bludgeoning, psychic",
                "damage_resistances": [
                    {
                        "name": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    },
                    {
                        "name": "Psychic",
                        "key": "psychic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "blinded, deafened, paralyzed",
                "condition_immunities": [
                    {
                        "name": "Blinded",
                        "key": "blinded",
                        "url": "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
                    },
                    {
                        "name": "Deafened",
                        "key": "deafened",
                        "url": "https://api-beta.open5e.com/v2/conditions/deafened/?format=api"
                    },
                    {
                        "name": "Paralyzed",
                        "key": "paralyzed",
                        "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
                    }
                ]
            },
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 120.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The nharyth makes two spined slap attacks. Alternatively, it can use Spine Shot twice.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Spine Shot",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 30/120 ft., one target. Hit: 12 (3d6 + 2) piercing damage, and the target must succeed on a DC 16 Constitution saving throw or its speed is halved until the end of its next turn. If the nharyth scores a critical hit, the target doesn't make a saving throw and is paralyzed until the end of its next turn instead.",
                    "attacks": [
                        {
                            "name": "Spine Shot attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": null,
                            "range": 30.0,
                            "long_range": 120.0,
                            "target_creature_only": false,
                            "damage_die_count": 3,
                            "damage_die_type": "D6",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Spined Slap",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 9 (1d8 + 5) bludgeoning damage plus 8 (1d6 + 5) piercing damage, and the target must succeed on a DC 16 Constitution saving throw or be paralyzed until the end of its next turn.",
                    "attacks": [
                        {
                            "name": "Spined Slap attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 9,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D8",
                            "damage_bonus": 5,
                            "damage_type": null,
                            "extra_damage_die_count": 1,
                            "extra_damage_die_type": "D6",
                            "extra_damage_bonus": 0,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Spine Trap",
                    "desc": "With 10 minutes of work, the nharyth can create a web of nearly transparent spines in a 20-foot cube. The web must be anchored between two solid masses or layered across a floor, wall, or ceiling. A web of spines layered over a flat surface has a depth of 5 feet. The web is difficult terrain, and the spines forming it are nearly transparent, requiring a successful DC 20 Wisdom (Perception) check to notice them.\n\nA creature that starts its turn in the web of spines or that enters the web during its turn must succeed on a DC 16 Dexterity saving throw or 1d4 spines stick to it. At the start of each of its turns, the creature takes 1d4 piercing damage for each spine stuck to it. A creature, including the target, can take its action to remove 1d4 spines. If a creature starts its turn with more than 4 spines stuck to it, the creature must succeed on a DC 16 Constitution saving throw or be paralyzed for 1 minute. The paralyzed creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.\n\nThe nharyth can plant up to 24 spines in a web when creating it. Once it has used 24 spines in webs, it must finish a long rest before it can use this trait again."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_noth-norren/?format=api",
            "key": "tob2_noth-norren",
            "name": "Noth-norren",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Elemental",
                "key": "elemental",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api"
            },
            "size": {
                "name": "Gargantuan",
                "key": "gargantuan",
                "url": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api"
            },
            "challenge_rating_decimal": "13.000",
            "challenge_rating_text": "13",
            "proficiency_bonus": null,
            "speed": {
                "walk": 0.0,
                "unit": "feet",
                "fly": 90.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": true,
                "fly": 90.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 0.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "Auran",
                "data": []
            },
            "armor_class": 14,
            "armor_detail": "",
            "hit_points": 203,
            "hit_dice": "14d20+56",
            "experience_points": 10000,
            "ability_scores": {
                "strength": 21,
                "dexterity": 18,
                "constitution": 18,
                "intelligence": 8,
                "wisdom": 14,
                "charisma": 10
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 4,
                "constitution": 4,
                "intelligence": -1,
                "wisdom": 2,
                "charisma": 0
            },
            "initiative_bonus": 4,
            "saving_throws": {
                "dexterity": 8,
                "constitution": 8
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 8,
                "constitution": 8,
                "intelligence": -1,
                "wisdom": 2,
                "charisma": 0
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 2,
                "arcana": -1,
                "athletics": 5,
                "deception": 0,
                "history": -1,
                "insight": 2,
                "intimidation": 0,
                "investigation": -1,
                "medicine": 2,
                "nature": -1,
                "perception": 2,
                "performance": 0,
                "persuasion": 0,
                "religion": -1,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 2
            },
            "passive_perception": 12,
            "resistances_and_immunities": {
                "damage_immunities_display": "poison, thunder",
                "damage_immunities": [
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    },
                    {
                        "name": "Thunder",
                        "key": "thunder",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                    }
                ],
                "damage_resistances_display": "lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
                "damage_resistances": [
                    {
                        "name": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    },
                    {
                        "name": "Lightning",
                        "key": "lightning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
                    },
                    {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    },
                    {
                        "name": "Slashing",
                        "key": "slashing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "deafened, exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
                "condition_immunities": [
                    {
                        "name": "Deafened",
                        "key": "deafened",
                        "url": "https://api-beta.open5e.com/v2/conditions/deafened/?format=api"
                    },
                    {
                        "name": "Exhaustion",
                        "key": "exhaustion",
                        "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
                    },
                    {
                        "name": "Grappled",
                        "key": "grappled",
                        "url": "https://api-beta.open5e.com/v2/conditions/grappled/?format=api"
                    },
                    {
                        "name": "Paralyzed",
                        "key": "paralyzed",
                        "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
                    },
                    {
                        "name": "Petrified",
                        "key": "petrified",
                        "url": "https://api-beta.open5e.com/v2/conditions/petrified/?format=api"
                    },
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    },
                    {
                        "name": "Prone",
                        "key": "prone",
                        "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
                    },
                    {
                        "name": "Restrained",
                        "key": "restrained",
                        "url": "https://api-beta.open5e.com/v2/conditions/restrained/?format=api"
                    },
                    {
                        "name": "Unconscious",
                        "key": "unconscious",
                        "url": "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Fling Victim",
                    "desc": "One Large or smaller creature caught in the nothnorren's vortex is thrown up to 60 feet in a random direction and knocked prone. If a thrown target strikes a solid surface, the target takes 3 (1d6) bludgeoning damage for every 10 feet it was thrown. If the target is thrown at another creature, that creature must succeed on a DC 16 Dexterity saving throw or take the same damage and be knocked prone.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 3,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The noth-norren makes two slam attacks. Alternatively, it uses Throw Debris twice.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 15 ft., one target. Hit: 27 (4d10 + 5) bludgeoning damage. A creature struck by the slam attack must succeed on a DC 16 Strength saving throw or be knocked prone.",
                    "attacks": [
                        {
                            "name": "Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 9,
                            "reach": 15.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 4,
                            "damage_die_type": "D10",
                            "damage_bonus": 5,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Throw Debris",
                    "desc": "Ranged Weapon Attack: +8 to hit, range 60/180 ft., one target. Hit: 22 (4d8 + 4) bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Throw Debris attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach": null,
                            "range": 60.0,
                            "long_range": 180.0,
                            "target_creature_only": false,
                            "damage_die_count": 4,
                            "damage_die_type": "D8",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Vortex",
                    "desc": "The noth-norren pulls nearby creatures into its central vortex to be torn apart by its jagged teeth. Each creature within 5 feet of the noth-norren must succeed on a DC 16 Strength saving throw or be pulled into the vortex. A creature in the vortex is blinded and restrained, it has total cover against attacks and other effects outside the vortex, and it takes 21 (6d6) slashing damage at the start of each of the noth-norren's turns.\n\nIf the noth-norren takes 30 damage or more on a single turn from a creature inside the vortex, the noth-norren must succeed on a DC 18 Constitution saving throw at the end of that turn or release all creatures caught in its vortex, which fall prone in a space within 10 feet of the noth-norren. If the noth-norren dies, it becomes a pile of teeth, its windy form dissipating, and releases all trapped creatures.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 4,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE_ON_ROLL",
                        "param": 5
                    }
                }
            ],
            "traits": [
                {
                    "name": "Air Turbulence",
                    "desc": "A flying creature that enters or starts its turn within 60 feet of the noth-norren must land at the end of its turn or fall. In addition, ranged attack rolls against the noth-norren have disadvantage."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The noth-norren’s weapon attacks are magical."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_nyctli/?format=api",
            "key": "tob2_nyctli",
            "name": "Nyctli",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Fey",
                "key": "fey",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
            },
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "proficiency_bonus": null,
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "fly": 40.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": true,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "Sylvan",
                "data": [
                    {
                        "name": "Sylvan",
                        "key": "sylvan",
                        "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                        "desc": "Typical speakers are fey creatures."
                    }
                ]
            },
            "armor_class": 14,
            "armor_detail": "",
            "hit_points": 7,
            "hit_dice": "3d4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 2,
                "dexterity": 18,
                "constitution": 10,
                "intelligence": 6,
                "wisdom": 14,
                "charisma": 12
            },
            "modifiers": {
                "strength": -4,
                "dexterity": 4,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 2,
                "charisma": 1
            },
            "initiative_bonus": 4,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -4,
                "dexterity": 4,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 2,
                "charisma": 1
            },
            "skill_bonuses": {
                "perception": 4,
                "stealth": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 2,
                "arcana": -2,
                "athletics": -4,
                "deception": 1,
                "history": -2,
                "insight": 2,
                "intimidation": 1,
                "investigation": -2,
                "medicine": 2,
                "nature": -2,
                "perception": 4,
                "performance": 1,
                "persuasion": 1,
                "religion": -2,
                "sleight_of_hand": 4,
                "stealth": 6,
                "survival": 2
            },
            "passive_perception": 14,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Douse Light",
                    "desc": "The nyctli magically dispels or douses a single magical or nonmagical light source within 30 feet of it. The nyctli can't dispel light created by a spell of 3rd level or higher.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Stingers",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one creature. Hit: 1 piercing damage plus 3 (1d6) necrotic damage, and the target must succeed on a DC 11 Constitution saving throw or be blinded until the end of its next turn.",
                    "attacks": [
                        {
                            "name": "Stingers attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "Damage plus 3 (1",
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": 1,
                            "extra_damage_die_type": "D6",
                            "extra_damage_bonus": 0,
                            "extra_damage_type": {
                                "name": "Necrotic",
                                "key": "necrotic",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_nyctli-swarm/?format=api",
            "key": "tob2_nyctli-swarm",
            "name": "Nyctli Swarm",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Fey",
                "key": "fey",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "10.000",
            "challenge_rating_text": "10",
            "proficiency_bonus": null,
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "fly": 40.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": true,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "Sylvan",
                "data": [
                    {
                        "name": "Sylvan",
                        "key": "sylvan",
                        "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                        "desc": "Typical speakers are fey creatures."
                    }
                ]
            },
            "armor_class": 14,
            "armor_detail": "",
            "hit_points": 110,
            "hit_dice": "20d10",
            "experience_points": 5900,
            "ability_scores": {
                "strength": 10,
                "dexterity": 18,
                "constitution": 10,
                "intelligence": 6,
                "wisdom": 14,
                "charisma": 16
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 4,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 2,
                "charisma": 3
            },
            "initiative_bonus": 4,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 4,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 2,
                "charisma": 3
            },
            "skill_bonuses": {
                "perception": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 2,
                "arcana": -2,
                "athletics": 0,
                "deception": 3,
                "history": -2,
                "insight": 2,
                "intimidation": 3,
                "investigation": -2,
                "medicine": 2,
                "nature": -2,
                "perception": 6,
                "performance": 3,
                "persuasion": 3,
                "religion": -2,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 2
            },
            "passive_perception": 16,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "bludgeoning, piercing, slashing",
                "damage_resistances": [
                    {
                        "name": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    },
                    {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    },
                    {
                        "name": "Slashing",
                        "key": "slashing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "charmed, frightened, grappled, paralyzed, petrified, prone, restrained, stunned",
                "condition_immunities": [
                    {
                        "name": "Charmed",
                        "key": "charmed",
                        "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
                    },
                    {
                        "name": "Frightened",
                        "key": "frightened",
                        "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
                    },
                    {
                        "name": "Grappled",
                        "key": "grappled",
                        "url": "https://api-beta.open5e.com/v2/conditions/grappled/?format=api"
                    },
                    {
                        "name": "Paralyzed",
                        "key": "paralyzed",
                        "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
                    },
                    {
                        "name": "Petrified",
                        "key": "petrified",
                        "url": "https://api-beta.open5e.com/v2/conditions/petrified/?format=api"
                    },
                    {
                        "name": "Prone",
                        "key": "prone",
                        "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
                    },
                    {
                        "name": "Restrained",
                        "key": "restrained",
                        "url": "https://api-beta.open5e.com/v2/conditions/restrained/?format=api"
                    },
                    {
                        "name": "Stunned",
                        "key": "stunned",
                        "url": "https://api-beta.open5e.com/v2/conditions/stunned/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Douse Light",
                    "desc": "As the nyctli, except the swarm can't dispel light created by a spell of 6th level or higher.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Stingers",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 0 ft., one target in the swarm's space. Hit: 21 (6d6) piercing damage, or 10 (3d6) piercing damage if the swarm has half of its hp or fewer. The target must make a DC 16 Constitution saving throw. On a failure, a creature takes 42 (12d6) necrotic damage and is blinded for 1 minute. On a success, a creature takes half the damage and isn't blinded. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "attacks": [
                        {
                            "name": "Stingers attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach": 0.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 6,
                            "damage_die_type": "D6) piercing",
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Necrotic",
                                "key": "necrotic",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Innate Spellcasting (1/Day)",
                    "desc": "The nyctli swarm can innately cast fear, requiring no material components. Its innate spellcasting ability is Charisma."
                },
                {
                    "name": "Swarm",
                    "desc": "The swarm can occupy another creature’s space and vice versa, and the swarm can move through any opening large enough for a Tiny nyctli. The swarm can’t regain hp or gain temporary hp."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_oasis-keeper/?format=api",
            "key": "tob2_oasis-keeper",
            "name": "Oasis Keeper",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Monstrosity",
                "key": "monstrosity",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
            },
            "size": {
                "name": "Huge",
                "key": "huge",
                "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api"
            },
            "challenge_rating_decimal": "9.000",
            "challenge_rating_text": "9",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "swim": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 15,
            "armor_detail": "natural armor",
            "hit_points": 123,
            "hit_dice": "13d12+39",
            "experience_points": 5000,
            "ability_scores": {
                "strength": 20,
                "dexterity": 14,
                "constitution": 16,
                "intelligence": 3,
                "wisdom": 12,
                "charisma": 8
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -1
            },
            "initiative_bonus": 2,
            "saving_throws": {
                "dexterity": 6,
                "wisdom": 5
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 6,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 5,
                "charisma": -1
            },
            "skill_bonuses": {
                "perception": 5,
                "stealth": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 5,
                "deception": -1,
                "history": -4,
                "insight": 1,
                "intimidation": -1,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 5,
                "performance": -1,
                "persuasion": -1,
                "religion": -4,
                "sleight_of_hand": 2,
                "stealth": 6,
                "survival": 1
            },
            "passive_perception": 15,
            "resistances_and_immunities": {
                "damage_immunities_display": "poison",
                "damage_immunities": [
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    }
                ],
                "damage_resistances_display": "bludgeoning, piercing, and slashing from nonmagical attacks",
                "damage_resistances": [
                    {
                        "name": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    },
                    {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    },
                    {
                        "name": "Slashing",
                        "key": "slashing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "poisoned",
                "condition_immunities": [
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": 20.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft, one target. Hit: 21 (3d10 + 5) piercing damage.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 9,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 3,
                            "damage_die_type": "D10",
                            "damage_bonus": 5,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The oasis keeper makes two attacks: one with its stinger and one with its bite",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Stinger",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft, one target. Hit: 14 (2d8 + 5) piercing damage, and the target must make a DC 15 Constitution saving throw. On a failure, the target takes 14 (4d6) poison damage and is incapacitated for 1 minute. On a success, the target takes half the damage and isn't incapacitated. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "attacks": [
                        {
                            "name": "Stinger attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 9,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": 5,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Poison",
                                "key": "poison",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Hold Breath",
                    "desc": "The oasis keeper can hold its breath for 30 minutes."
                },
                {
                    "name": "Oasis Camouflage",
                    "desc": "The oasis keeper has advantage on Dexterity (Stealth) checks made while in a desert or in sandy terrain beneath water."
                },
                {
                    "name": "Pacifying Secretions",
                    "desc": "If the oasis keeper’s stinger sits in water for at least 1 hour, the water becomes poisoned with its toxin. A creature that drinks the poisoned water must succeed on a DC 15 Constitution saving throw or be calmed for 24 hours. A calmed creature feels compelled to stay at the oasis and has disadvantage on Wisdom (Perception) checks to notice or recognize danger. A calmed creature that drinks the water again before 24 hours have passed has disadvantage on the saving throw. The greater restoration spell or similar magic ends the calming effect early."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_ogrepede/?format=api",
            "key": "tob2_ogrepede",
            "name": "Ogrepede",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Undead",
                "key": "undead",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api"
            },
            "size": {
                "name": "Huge",
                "key": "huge",
                "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api"
            },
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "proficiency_bonus": null,
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "climb": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "understands all languages it knew in life but can't speak",
                "data": []
            },
            "armor_class": 13,
            "armor_detail": "natural armor",
            "hit_points": 142,
            "hit_dice": "15d12+45",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 21,
                "dexterity": 9,
                "constitution": 17,
                "intelligence": 5,
                "wisdom": 5,
                "charisma": 3
            },
            "modifiers": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -3,
                "wisdom": -3,
                "charisma": -4
            },
            "initiative_bonus": -1,
            "saving_throws": {
                "wisdom": 0
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -3,
                "wisdom": 0,
                "charisma": -4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": -3,
                "arcana": -3,
                "athletics": 5,
                "deception": -4,
                "history": -3,
                "insight": -3,
                "intimidation": -4,
                "investigation": -3,
                "medicine": -3,
                "nature": -3,
                "perception": -3,
                "performance": -4,
                "persuasion": -4,
                "religion": -3,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": -3
            },
            "passive_perception": 7,
            "resistances_and_immunities": {
                "damage_immunities_display": "poison",
                "damage_immunities": [
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    }
                ],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "charmed, exhaustion, poisoned, prone",
                "condition_immunities": [
                    {
                        "name": "Charmed",
                        "key": "charmed",
                        "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
                    },
                    {
                        "name": "Exhaustion",
                        "key": "exhaustion",
                        "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
                    },
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    },
                    {
                        "name": "Prone",
                        "key": "prone",
                        "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 90.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one creature. Hit: 16 (2d10 + 5) piercing damage.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D10",
                            "damage_bonus": 5,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The ogrepede makes two attacks: one with its bite and one with its slam.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one creature. Hit: 12 (2d6 + 5) bludgeoning damage, or 8 (1d6 + 5) bludgeoning damage if the ogrepede has half its hp or fewer. If the ogrepede scores a critical hit, it rolls the damage dice three times, instead of twice.",
                    "attacks": [
                        {
                            "name": "Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 5,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Haphazard Charge",
                    "desc": "If the ogrepede moves at least 10 feet straight toward a creature and then hits it with a slam attack on the same turn, the attack is treated as though the ogrepede scored a critical hit, but attack rolls against the ogrepede have advantage until the start of its next turn."
                },
                {
                    "name": "Overwhelming Assault",
                    "desc": "When the ogrepede scores a critical hit, each creature within 5 feet of the target must succeed on a DC 16 Wisdom saving throw or be frightened of the ogrepede for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature’s saving throw is successful or the effect ends for it, the creature is immune to the ogrepede’s Overwhelming Assault for the next 24 hours."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_one-horned-ogre/?format=api",
            "key": "tob2_one-horned-ogre",
            "name": "One-Horned Ogre",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Giant",
                "key": "giant",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "proficiency_bonus": null,
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "any evil alignment",
            "languages": {
                "as_string": "Common, Giant",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    },
                    {
                        "name": "Giant",
                        "key": "giant",
                        "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                        "desc": "Typical speakers include ogres, and giants."
                    }
                ]
            },
            "armor_class": 14,
            "armor_detail": "scale mail",
            "hit_points": 93,
            "hit_dice": "11d10+33",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 21,
                "dexterity": 10,
                "constitution": 17,
                "intelligence": 8,
                "wisdom": 10,
                "charisma": 18
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": 4
            },
            "initiative_bonus": 0,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": 4
            },
            "skill_bonuses": {
                "intimidation": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": -1,
                "athletics": 5,
                "deception": 4,
                "history": -1,
                "insight": 0,
                "intimidation": 7,
                "investigation": -1,
                "medicine": 0,
                "nature": -1,
                "perception": 0,
                "performance": 4,
                "persuasion": 4,
                "religion": -1,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 0
            },
            "passive_perception": 10,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Fiendish Horn Blast",
                    "desc": "The one-horned ogre directs the power of its horn at a target it can see within 30 feet of it. The target must make a DC 15 Wisdom saving throw. On a failure, the target takes 10 (3d6) psychic damage and suffers a condition for 1 minute based on the color of the ogre's horn: blinded (black), charmed (crimson), or frightened (white). On a success, the target takes half the damage and doesn't suffer the condition. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 3,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Greatsword",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 19 (4d6 + 5) slashing damage.",
                    "attacks": [
                        {
                            "name": "Greatsword attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 4,
                            "damage_die_type": "D6",
                            "damage_bonus": 5,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Slashing",
                                "key": "slashing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Javelin",
                    "desc": "Melee or Ranged Weapon Attack: +8 to hit, reach 5 ft. or range 30/120 ft., one target. Hit: 12 (2d6 + 5) piercing damage.",
                    "attacks": [
                        {
                            "name": "Javelin attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach": 5.0,
                            "range": 30.0,
                            "long_range": 120.0,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 5,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The one-horned ogre can use its Fiendish Horn Blast. It then makes one greatsword attack.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "The one-horned ogre’s innate spellcasting ability is Charisma (spell save DC 15). It can innately cast the following spells, requiring no material components.\n2/day each: darkness, misty step, suggestion\n1/day each: fear"
                },
                {
                    "name": "Magical Horn",
                    "desc": "The power of the one-horned ogre comes from its horn. If the horn is ever removed, the one-horned ogre loses its Fiendish Horn Blast action and its Innate Spellcasting trait, and its Charisma score is reduced to 8 (-1). If the ogre receives a new horn through regenerative magic or a blessing from its patron, it regains what it lost."
                },
                {
                    "name": "Ruthless Weapons",
                    "desc": "When the one-horned ogre hits a blinded, charmed, or frightened creature with any weapon, the weapon deals an extra 1d6 psychic damage."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_onyx-magistrate/?format=api",
            "key": "tob2_onyx-magistrate",
            "name": "Onyx Magistrate",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Construct",
                "key": "construct",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "proficiency_bonus": null,
            "speed": {
                "walk": 0.0,
                "unit": "feet",
                "fly": 30.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": true,
                "fly": 30.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 0.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "lawful evil",
            "languages": {
                "as_string": "Common, Infernal",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    },
                    {
                        "name": "Infernal",
                        "key": "infernal",
                        "url": "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                        "desc": "Typical speakers are devils."
                    }
                ]
            },
            "armor_class": 16,
            "armor_detail": "natural armor",
            "hit_points": 123,
            "hit_dice": "13d10+52",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 19,
                "dexterity": 10,
                "constitution": 18,
                "intelligence": 16,
                "wisdom": 20,
                "charisma": 20
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": 3,
                "wisdom": 5,
                "charisma": 5
            },
            "initiative_bonus": 0,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": 3,
                "wisdom": 5,
                "charisma": 5
            },
            "skill_bonuses": {
                "insight": 8,
                "intimidation": 8,
                "perception": 8,
                "persuasion": 8,
                "religion": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 5,
                "arcana": 3,
                "athletics": 4,
                "deception": 5,
                "history": 3,
                "insight": 8,
                "intimidation": 8,
                "investigation": 3,
                "medicine": 5,
                "nature": 3,
                "perception": 8,
                "performance": 5,
                "persuasion": 8,
                "religion": 6,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 5
            },
            "passive_perception": 18,
            "resistances_and_immunities": {
                "damage_immunities_display": "necrotic, poison; bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine weapons",
                "damage_immunities": [
                    {
                        "name": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    },
                    {
                        "name": "Necrotic",
                        "key": "necrotic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
                    },
                    {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    },
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    },
                    {
                        "name": "Slashing",
                        "key": "slashing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                    }
                ],
                "damage_resistances_display": "cold, fire, psychic",
                "damage_resistances": [
                    {
                        "name": "Cold",
                        "key": "cold",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
                    },
                    {
                        "name": "Fire",
                        "key": "fire",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
                    },
                    {
                        "name": "Psychic",
                        "key": "psychic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "charmed, exhaustion, frightened, paralyzed, poisoned, prone",
                "condition_immunities": [
                    {
                        "name": "Charmed",
                        "key": "charmed",
                        "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
                    },
                    {
                        "name": "Exhaustion",
                        "key": "exhaustion",
                        "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
                    },
                    {
                        "name": "Frightened",
                        "key": "frightened",
                        "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
                    },
                    {
                        "name": "Paralyzed",
                        "key": "paralyzed",
                        "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
                    },
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    },
                    {
                        "name": "Prone",
                        "key": "prone",
                        "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Dire Judgement",
                    "desc": "Each creature of the onyx magistrate's choice that is within 30 feet of the magistrate and aware of it must succeed on a DC 16 Wisdom saving throw or be cursed with dire judgment. While cursed in this way, the creature can't regain hp by magical means, though it can still regain hp from resting and other nonmagical means. In addition, when a cursed creature makes an attack roll or a saving throw, it must roll a d4 and subtract the number from the attack roll or saving throw. The curse lasts until it is lifted by a remove curse spell or similar magic.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 3,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "PER_DAY",
                        "param": 1
                    }
                },
                {
                    "name": "Multiattack",
                    "desc": "The onyx magistrate makes three scepter attacks. Alternatively, it can use Necrotic Ray twice.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Necrotic Ray",
                    "desc": "Ranged Spell Attack: +8 to hit, range 30/120 ft., one target. Hit: 17 (3d8 + 4) necrotic damage.",
                    "attacks": [
                        {
                            "name": "Necrotic Ray attack",
                            "attack_type": "SPELL",
                            "to_hit_mod": 8,
                            "reach": null,
                            "range": 30.0,
                            "long_range": 120.0,
                            "target_creature_only": false,
                            "damage_die_count": 3,
                            "damage_die_type": "D8",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Necrotic",
                                "key": "necrotic",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Scepter",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 15 (2d10 + 4) bludgeoning damage, and the target must succeed on a DC 15 Strength saving throw or be knocked prone.",
                    "attacks": [
                        {
                            "name": "Scepter attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D10",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Tip the Scales",
                    "desc": "The onyx magistrate adds 3 to its AC against one attack that would hit it. Alternatively, the onyx magistrate succeeds on a saving throw it failed.",
                    "attacks": [],
                    "action_type": "REACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE_ON_ROLL",
                        "param": 5
                    }
                }
            ],
            "traits": [
                {
                    "name": "Immutable Form",
                    "desc": "The onyx magistrate is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The onyx magistrate has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The onyx magistrate’s weapon attacks are magical."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_ophidiotaur/?format=api",
            "key": "tob2_ophidiotaur",
            "name": "Ophidiotaur",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Monstrosity",
                "key": "monstrosity",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "proficiency_bonus": null,
            "speed": {
                "walk": 50.0,
                "unit": "feet",
                "swim": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 50.0,
                "crawl": 25.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 25.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "Common, Draconic, Void Speech",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    },
                    {
                        "name": "Draconic",
                        "key": "draconic",
                        "url": "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                        "desc": "Typical speakers include dragons and dragonborn."
                    },
                    {
                        "name": "Void Speech",
                        "key": "void-speech",
                        "url": "https://api-beta.open5e.com/v2/languages/void-speech/?format=api",
                        "desc": "Void speech is a rename of Deep Speech from Tome of Beasts."
                    }
                ]
            },
            "armor_class": 16,
            "armor_detail": "natural armor",
            "hit_points": 95,
            "hit_dice": "10d10+40",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 19,
                "dexterity": 13,
                "constitution": 18,
                "intelligence": 8,
                "wisdom": 16,
                "charisma": 14
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 4,
                "intelligence": -1,
                "wisdom": 3,
                "charisma": 2
            },
            "initiative_bonus": 1,
            "saving_throws": {
                "wisdom": 5
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 4,
                "intelligence": -1,
                "wisdom": 5,
                "charisma": 2
            },
            "skill_bonuses": {
                "athletics": 7,
                "perception": 6,
                "stealth": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 3,
                "arcana": -1,
                "athletics": 7,
                "deception": 2,
                "history": -1,
                "insight": 3,
                "intimidation": 2,
                "investigation": -1,
                "medicine": 3,
                "nature": -1,
                "perception": 6,
                "performance": 2,
                "persuasion": 2,
                "religion": -1,
                "sleight_of_hand": 1,
                "stealth": 7,
                "survival": 3
            },
            "passive_perception": 16,
            "resistances_and_immunities": {
                "damage_immunities_display": "poison",
                "damage_immunities": [
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    }
                ],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "poisoned",
                "condition_immunities": [
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 90.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 8 (1d6 + 4) piercing damage plus 3 (1d6) poison damage. The target must succeed on a DC 14 Constitution saving throw or be poisoned for 1 minute. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": 1,
                            "extra_damage_die_type": "D6",
                            "extra_damage_bonus": 0,
                            "extra_damage_type": {
                                "name": "Poison",
                                "key": "poison",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Call Serpents",
                    "desc": "The ophidiotaur magically calls 1d6 poisonous snakes or flying snakes (ophidiotaur's choice). The called creatures arrive in 1d4 rounds, acting as allies of the ophidiotaur and obeying its spoken commands. The snakes remain for 1 hour, until the ophidiotaur dies, or until the ophidiotaur dismisses them as a bonus action.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 3,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "PER_DAY",
                        "param": 1
                    }
                },
                {
                    "name": "Multiattack",
                    "desc": "The ophidiotaur makes two attacks: one with its bite and one with its glaive.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Poisoned Glaive",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 15 (2d10 + 4) slashing damage plus 3 (1d6) poison damage.",
                    "attacks": [
                        {
                            "name": "Poisoned Glaive attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D10",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": 1,
                            "extra_damage_die_type": "D6",
                            "extra_damage_bonus": 0,
                            "extra_damage_type": {
                                "name": "Poison",
                                "key": "poison",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Charge",
                    "desc": "If the ophidiotaur moves at least 30 feet straight toward a target and then hits it with a poisoned glaive attack on the same turn, the target takes an extra 5 (1d10) slashing damage."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The ophidiotaur has advantage on saving throws against spells and other magical effects."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_ophinix/?format=api",
            "key": "tob2_ophinix",
            "name": "Ophinix",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Monstrosity",
                "key": "monstrosity",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "fly": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 13,
            "armor_detail": "",
            "hit_points": 60,
            "hit_dice": "8d10+16",
            "experience_points": 450,
            "ability_scores": {
                "strength": 18,
                "dexterity": 16,
                "constitution": 15,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 5
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "initiative_bonus": 3,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "skill_bonuses": {
                "perception": 3,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 4,
                "deception": -3,
                "history": -4,
                "insight": 1,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 3,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 3,
                "stealth": 5,
                "survival": 1
            },
            "passive_perception": 13,
            "resistances_and_immunities": {
                "damage_immunities_display": "lightning",
                "damage_immunities": [
                    {
                        "name": "Lightning",
                        "key": "lightning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
                    }
                ],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": 30.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) piercing damage.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D8",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) slashing damage. If the ophinix is charged with electricity, the target also takes 5 (2d4) lightning damage.",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Lightning",
                                "key": "lightning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Generate Static",
                    "desc": "The ophinix rubs along a dry surface and charges its fur with static electricity. Its fur remains charged with electricity for 1 minute or until it uses Lightning Strike.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Lightning Strike",
                    "desc": "The ophinix releases its static electricity at up to three targets it can see within 30 feet of it. Each creature must make a DC 12 Dexterity saving throw, taking 5 (2d4) lightning damage on a failed save, or half as much damage on a successful one. After using Lightning Strike, the ophinix is no longer charged with electricity. It can't use Lightning Strike if isn't charged with electricity.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 3,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Conductive Fur",
                    "desc": "While the ophinix is charged with electricity, a creature that touches the ophinix or hits it with a melee attack while within 5 feet of it takes 2 (1d4) lightning damage."
                },
                {
                    "name": "Lightning Recharge",
                    "desc": "Whenever the ophinix is subjected to lightning damage, it takes no damage and becomes charged with electricity. If it is already charged, the duration resets to 1 minute."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_ophio-fungus/?format=api",
            "key": "tob2_ophio-fungus",
            "name": "Ophio Fungus",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Plant",
                "key": "plant",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api"
            },
            "size": {
                "name": "Huge",
                "key": "huge",
                "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api"
            },
            "challenge_rating_decimal": "7.000",
            "challenge_rating_text": "7",
            "proficiency_bonus": null,
            "speed": {
                "walk": 10.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "Void Speech, telepathy 120 ft.",
                "data": [
                    {
                        "name": "Void Speech",
                        "key": "void-speech",
                        "url": "https://api-beta.open5e.com/v2/languages/void-speech/?format=api",
                        "desc": "Void speech is a rename of Deep Speech from Tome of Beasts."
                    }
                ]
            },
            "armor_class": 14,
            "armor_detail": "natural armor",
            "hit_points": 119,
            "hit_dice": "14d12+28",
            "experience_points": 2900,
            "ability_scores": {
                "strength": 10,
                "dexterity": 6,
                "constitution": 14,
                "intelligence": 20,
                "wisdom": 17,
                "charisma": 17
            },
            "modifiers": {
                "strength": 0,
                "dexterity": -2,
                "constitution": 2,
                "intelligence": 5,
                "wisdom": 3,
                "charisma": 3
            },
            "initiative_bonus": -2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 0,
                "dexterity": -2,
                "constitution": 2,
                "intelligence": 5,
                "wisdom": 3,
                "charisma": 3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -2,
                "animal_handling": 3,
                "arcana": 5,
                "athletics": 0,
                "deception": 3,
                "history": 5,
                "insight": 3,
                "intimidation": 3,
                "investigation": 5,
                "medicine": 3,
                "nature": 5,
                "perception": 3,
                "performance": 3,
                "persuasion": 3,
                "religion": 5,
                "sleight_of_hand": -2,
                "stealth": -2,
                "survival": 3
            },
            "passive_perception": 13,
            "resistances_and_immunities": {
                "damage_immunities_display": "poison, psychic",
                "damage_immunities": [
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    },
                    {
                        "name": "Psychic",
                        "key": "psychic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                    }
                ],
                "damage_resistances_display": "bludgeoning, piercing",
                "damage_resistances": [
                    {
                        "name": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    },
                    {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "fire",
                "damage_vulnerabilities": [
                    {
                        "name": "Fire",
                        "key": "fire",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
                    }
                ],
                "condition_immunities_display": "blinded, charmed, deafened, frightened, poisoned, prone",
                "condition_immunities": [
                    {
                        "name": "Blinded",
                        "key": "blinded",
                        "url": "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
                    },
                    {
                        "name": "Charmed",
                        "key": "charmed",
                        "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
                    },
                    {
                        "name": "Deafened",
                        "key": "deafened",
                        "url": "https://api-beta.open5e.com/v2/conditions/deafened/?format=api"
                    },
                    {
                        "name": "Frightened",
                        "key": "frightened",
                        "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
                    },
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    },
                    {
                        "name": "Prone",
                        "key": "prone",
                        "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
                    }
                ]
            },
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 120.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Release Spores",
                    "desc": "The ophio fungus focuses its spores on up to three creatures it can see within 30 feet of it. Each creature must make a DC 15 Constitution saving throw. On a failure, a creature takes 14 (4d6) poison damage and, if it is a humanoid, it becomes infected with ophio spores. On a success, a creature takes half the damage and isn't infected with spores. A creature that doesn't need to breathe automatically succeeds on this saving throw. A creature that does need to breathe can still be affected, even if it holds its breath.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Hypnotic Secretion",
                    "desc": "When a creature starts its turn within 30 feet of the fungus, it must make a DC 15 Charisma saving throw. On a failure, the creature is charmed for 1 hour and regards the fungus as a friendly acquaintance. If the fungus or one of its allies harms the charmed creature, this effect ends. If a creature stays charmed for the full hour, it becomes infected with ophio spores. If the creature’s saving throw is successful or the effect ends for it, the creature is immune to the ophio fungus’ Hypnotic Secretion for the next 24 hours. A creature that doesn’t need to breathe is immune to the fungus’ Hypnotic Secretion. A creature that does need to breathe can still be affected, even if it holds its breath."
                }
            ],
            "creaturesets": [],
            "environments": []
        }
    ]
}