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

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

{
    "count": 3210,
    "next": "https://api-beta.open5e.com/v2/creatures/?format=api&ordering=-normal_sight_range&page=62",
    "previous": "https://api-beta.open5e.com/v2/creatures/?format=api&ordering=-normal_sight_range&page=60",
    "results": [
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_young-copper-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_young-copper-dragon",
            "name": "Young Copper Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "climb": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 40.0,
                "swim": 20.0
            },
            "category": "Monsters; Dragons, Metallic",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic good",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 119,
            "hit_dice": "14d10+42",
            "challenge_rating_decimal": "7.000",
            "challenge_rating_text": "7",
            "experience_points": 2900,
            "ability_scores": {
                "strength": 19,
                "dexterity": 12,
                "constitution": 17,
                "intelligence": 16,
                "wisdom": 13,
                "charisma": 15
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": 3,
                "wisdom": 1,
                "charisma": 2
            },
            "saving_throws": {
                "dexterity": 4,
                "constitution": 6,
                "wisdom": 4,
                "charisma": 5
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 4,
                "constitution": 6,
                "intelligence": 3,
                "wisdom": 4,
                "charisma": 5
            },
            "skill_bonuses": {
                "deception": 5,
                "perception": 7,
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": 3,
                "athletics": 4,
                "deception": 5,
                "history": 3,
                "insight": 1,
                "intimidation": 2,
                "investigation": 3,
                "medicine": 1,
                "nature": 3,
                "perception": 7,
                "performance": 2,
                "persuasion": 2,
                "religion": 3,
                "sleight_of_hand": 1,
                "stealth": 4,
                "survival": 1
            },
            "passive_perception": 17,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "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: +7 to hit, reach 10 ft., one target. Hit: 15 (2d10 + 4) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 15,
                                "die_count": 2,
                                "die_type": "D10",
                                "bonus": 4,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Breath Weapons",
                    "desc": "The dragon uses one of the following breath weapons.\n\nAcid Breath. The dragon exhales acid in an 40-foot line that is 5 feet wide. Each creature in that line must make a DC 14 Dexterity saving throw, taking 40 (9d8) acid damage on a failed save, or half as much damage on a successful one.\n\nSlowing Breath. The dragon exhales gas in a 30-foot cone. Each creature in that area must succeed on a DC 14 Constitution saving throw. On a failed save, the creature can't use reactions, its speed is halved, and it can't make more than one attack on its turn. In addition, the creature can use either an action or a bonus action on its turn, but not both. These effects last for 1 minute. The creature can repeat the saving throw at the end of each of its turns, ending the effect on itself with a successful save.\n",
                    "recharge_on_roll": 5
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 11,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 4,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The dragon makes three attacks: one with its bite and two with its claws.\n"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_young-gold-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_young-gold-dragon",
            "name": "Young Gold Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 40.0
            },
            "category": "Monsters; Dragons, Metallic",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "lawful good",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 178,
            "hit_dice": "17d10+85",
            "challenge_rating_decimal": "10.000",
            "challenge_rating_text": "10",
            "experience_points": 5900,
            "ability_scores": {
                "strength": 23,
                "dexterity": 14,
                "constitution": 21,
                "intelligence": 16,
                "wisdom": 13,
                "charisma": 20
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 2,
                "constitution": 5,
                "intelligence": 3,
                "wisdom": 1,
                "charisma": 5
            },
            "saving_throws": {
                "dexterity": 6,
                "constitution": 9,
                "wisdom": 5,
                "charisma": 9
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 6,
                "constitution": 9,
                "intelligence": 3,
                "wisdom": 5,
                "charisma": 9
            },
            "skill_bonuses": {
                "insight": 5,
                "perception": 9,
                "persuasion": 9,
                "stealth": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": 3,
                "athletics": 6,
                "deception": 5,
                "history": 3,
                "insight": 5,
                "intimidation": 5,
                "investigation": 3,
                "medicine": 1,
                "nature": 3,
                "perception": 9,
                "performance": 5,
                "persuasion": 9,
                "religion": 3,
                "sleight_of_hand": 2,
                "stealth": 6,
                "survival": 1
            },
            "passive_perception": 19,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "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: +10 to hit, reach 10 ft., one target. Hit: 17 (2d10 + 6) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 10,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 17,
                                "die_count": 2,
                                "die_type": "D10",
                                "bonus": 6,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Breath Weapons",
                    "desc": "The dragon uses one of the following breath weapons.\n\nFire Breath. The dragon exhales fire in a 30-foot cone. Each creature in that area must make a DC 17 Dexterity saving throw, taking 55 (10d10) fire damage on a failed save, or half as much damage on a successful one.\n\nWeakening Breath. The dragon exhales gas in a 30-foot cone. Each creature in that area must succeed on a DC 17 Strength saving throw or have disadvantage on Strength-based attack rolls, Strength checks, and Strength saving throws 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.\n",
                    "recharge_on_roll": 5
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 13 (2d6 + 6) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 10,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 13,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 6,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The dragon makes three attacks: one with its bite and two with its claws.\n"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_young-green-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_young-green-dragon",
            "name": "Young Green Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 40.0
            },
            "category": "Monsters; Dragons, Chromatic",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "lawful evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 136,
            "hit_dice": "16d10+48",
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 19,
                "dexterity": 12,
                "constitution": 17,
                "intelligence": 16,
                "wisdom": 13,
                "charisma": 15
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": 3,
                "wisdom": 1,
                "charisma": 2
            },
            "saving_throws": {
                "dexterity": 4,
                "constitution": 6,
                "wisdom": 4,
                "charisma": 5
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 4,
                "constitution": 6,
                "intelligence": 3,
                "wisdom": 4,
                "charisma": 5
            },
            "skill_bonuses": {
                "deception": 5,
                "perception": 7,
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": 3,
                "athletics": 4,
                "deception": 5,
                "history": 3,
                "insight": 1,
                "intimidation": 2,
                "investigation": 3,
                "medicine": 1,
                "nature": 3,
                "perception": 7,
                "performance": 2,
                "persuasion": 2,
                "religion": 3,
                "sleight_of_hand": 1,
                "stealth": 4,
                "survival": 1
            },
            "passive_perception": 17,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "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: +7 to hit, reach 10 ft., one target. Hit: 15 (2d10 + 4) piercing damage plus 7 (2d6) poison damage.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 15,
                                "die_count": 2,
                                "die_type": "D10",
                                "bonus": 4,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 7,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 0,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 11,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 4,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The dragon makes three attacks: one with its bite and two with its claws.\n"
                },
                {
                    "name": "Poison Breath",
                    "desc": "The dragon exhales poisonous gas in a 30-foot cone. Each creature in that area must make a DC 14 Constitution saving throw, taking 42 (12d6) poison damage on a failed save, or half as much damage on a successful one.\n",
                    "recharge_on_roll": 5
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_young-red-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_young-red-dragon",
            "name": "Young Red Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "climb": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 40.0,
                "swim": 20.0
            },
            "category": "Monsters; Dragons, Chromatic",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 178,
            "hit_dice": "17d10+85",
            "challenge_rating_decimal": "10.000",
            "challenge_rating_text": "10",
            "experience_points": 5900,
            "ability_scores": {
                "strength": 23,
                "dexterity": 10,
                "constitution": 21,
                "intelligence": 14,
                "wisdom": 11,
                "charisma": 19
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 0,
                "constitution": 5,
                "intelligence": 2,
                "wisdom": 0,
                "charisma": 4
            },
            "saving_throws": {
                "dexterity": 4,
                "constitution": 9,
                "wisdom": 4,
                "charisma": 8
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 4,
                "constitution": 9,
                "intelligence": 2,
                "wisdom": 4,
                "charisma": 8
            },
            "skill_bonuses": {
                "perception": 8,
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": 2,
                "athletics": 6,
                "deception": 4,
                "history": 2,
                "insight": 0,
                "intimidation": 4,
                "investigation": 2,
                "medicine": 0,
                "nature": 2,
                "perception": 8,
                "performance": 4,
                "persuasion": 4,
                "religion": 2,
                "sleight_of_hand": 0,
                "stealth": 4,
                "survival": 0
            },
            "passive_perception": 18,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "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: +10 to hit, reach 10 ft., one target. Hit: 17 (2d10 + 6) piercing damage plus 3 (1d6) fire damage.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 10,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 17,
                                "die_count": 2,
                                "die_type": "D10",
                                "bonus": 6,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 3,
                                "die_count": 1,
                                "die_type": "D6",
                                "bonus": 0,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 13 (2d6 + 6) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 10,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 13,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 6,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Fire Breath",
                    "desc": "The dragon exhales fire in a 30-foot cone. Each creature in that area must make a DC 17 Dexterity saving throw, taking 56 (16d6) fire damage on a failed save, or half as much damage on a successful one.\n",
                    "recharge_on_roll": 5
                },
                {
                    "name": "Multiattack",
                    "desc": "The dragon makes three attacks: one with its bite and two with its claws.\n"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_young-silver-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_young-silver-dragon",
            "name": "Young Silver Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "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; Dragons, Metallic",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "lawful good",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 168,
            "hit_dice": "16d10+80",
            "challenge_rating_decimal": "9.000",
            "challenge_rating_text": "9",
            "experience_points": 5000,
            "ability_scores": {
                "strength": 23,
                "dexterity": 10,
                "constitution": 21,
                "intelligence": 14,
                "wisdom": 11,
                "charisma": 19
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 0,
                "constitution": 5,
                "intelligence": 2,
                "wisdom": 0,
                "charisma": 4
            },
            "saving_throws": {
                "dexterity": 4,
                "constitution": 9,
                "wisdom": 4,
                "charisma": 8
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 4,
                "constitution": 9,
                "intelligence": 2,
                "wisdom": 4,
                "charisma": 8
            },
            "skill_bonuses": {
                "arcana": 6,
                "history": 6,
                "perception": 8,
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": 6,
                "athletics": 6,
                "deception": 4,
                "history": 6,
                "insight": 0,
                "intimidation": 4,
                "investigation": 2,
                "medicine": 0,
                "nature": 2,
                "perception": 8,
                "performance": 4,
                "persuasion": 4,
                "religion": 2,
                "sleight_of_hand": 0,
                "stealth": 4,
                "survival": 0
            },
            "passive_perception": 18,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "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: +10 to hit, reach 10 ft., one target. Hit: 17 (2d10 + 6) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 10,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 17,
                                "die_count": 2,
                                "die_type": "D10",
                                "bonus": 6,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Breath Weapons",
                    "desc": "The dragon uses one of the following breath weapons.\n\nCold Breath. The dragon exhales an icy blast in a 30-foot cone. Each creature in that area must make a DC 17 Constitution saving throw, taking 54 (12d8) cold damage on a failed save, or half as much damage on a successful one.\n\nParalyzing Breath. The dragon exhales paralyzing gas in a 30-foot cone. Each creature in that area must succeed on a DC 17 Constitution saving throw or be paralyzed 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.\n",
                    "recharge_on_roll": 5
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 13 (2d6 + 6) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 10,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 13,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 6,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The dragon makes three attacks: one with its bite and two with its claws.\n"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_young-white-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_young-white-dragon",
            "name": "Young White Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "burrow": 20.0,
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 20.0,
                "climb": 20.0,
                "swim": 40.0
            },
            "category": "Monsters; Dragons, Chromatic",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 133,
            "hit_dice": "14d10+56",
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 18,
                "dexterity": 10,
                "constitution": 18,
                "intelligence": 6,
                "wisdom": 11,
                "charisma": 12
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": 1
            },
            "saving_throws": {
                "dexterity": 3,
                "constitution": 7,
                "wisdom": 3,
                "charisma": 4
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 7,
                "intelligence": -2,
                "wisdom": 3,
                "charisma": 4
            },
            "skill_bonuses": {
                "perception": 6,
                "stealth": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": -2,
                "athletics": 4,
                "deception": 1,
                "history": -2,
                "insight": 0,
                "intimidation": 1,
                "investigation": -2,
                "medicine": 0,
                "nature": -2,
                "perception": 6,
                "performance": 1,
                "persuasion": 1,
                "religion": -2,
                "sleight_of_hand": 0,
                "stealth": 3,
                "survival": 0
            },
            "passive_perception": 16,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "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: +7 to hit, reach 10 ft., one target. Hit: 15 (2d10 + 4) piercing damage plus 4 (1d8) cold damage.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 15,
                                "die_count": 2,
                                "die_type": "D10",
                                "bonus": 4,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 4,
                                "die_count": 1,
                                "die_type": "D8",
                                "bonus": 0,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 11,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 4,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Cold Breath",
                    "desc": "The dragon exhales an icy blast in a 30-foot cone. Each creature in that area must make a DC 15 Constitution saving throw, taking 45 (10d8) cold damage on a failed save, or half as much damage on a successful one.\n",
                    "recharge_on_roll": 5
                },
                {
                    "name": "Multiattack",
                    "desc": "The dragon makes three attacks: one with its bite and two with its claws.\n"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_zombie/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_zombie",
            "name": "Zombie",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "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; Zombies",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api",
            "alignment": "neutral evil",
            "languages": [],
            "armor_class": 8,
            "hit_points": 22,
            "hit_dice": "3d8+9",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 13,
                "dexterity": 6,
                "constitution": 16,
                "intelligence": 3,
                "wisdom": 6,
                "charisma": 5
            },
            "modifiers": {
                "strength": 1,
                "dexterity": -2,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": -2,
                "charisma": -3
            },
            "saving_throws": {
                "wisdom": 0
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": -2,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -2,
                "animal_handling": -2,
                "arcana": -4,
                "athletics": 1,
                "deception": -3,
                "history": -4,
                "insight": -2,
                "intimidation": -3,
                "investigation": -4,
                "medicine": -2,
                "nature": -4,
                "perception": -2,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": -2,
                "stealth": -2,
                "survival": -2
            },
            "passive_perception": 8,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "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": "Slam",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 4 (1d6 + 1) bludgeoning damage.\n",
                    "attacks": [
                        {
                            "name": "Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 4,
                                "die_count": 1,
                                "die_type": "D6",
                                "bonus": 1,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_cactid/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_cactid",
            "name": "Cactid",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 15.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 15.0,
                "crawl": 7.5,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 7.5,
                "swim": 7.5
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api",
            "alignment": "Unaligned",
            "languages": [],
            "armor_class": 14,
            "hit_points": 76,
            "hit_dice": "8d10 + 32",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 16,
                "dexterity": 8,
                "constitution": 18,
                "intelligence": 5,
                "wisdom": 10,
                "charisma": 9
            },
            "modifiers": {
                "strength": 3,
                "dexterity": -1,
                "constitution": 4,
                "intelligence": -3,
                "wisdom": 0,
                "charisma": -1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": -1,
                "constitution": 4,
                "intelligence": -3,
                "wisdom": 0,
                "charisma": -1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 0,
                "arcana": -3,
                "athletics": 3,
                "deception": -1,
                "history": -3,
                "insight": 0,
                "intimidation": -1,
                "investigation": -3,
                "medicine": 0,
                "nature": -3,
                "perception": 0,
                "performance": -1,
                "persuasion": -1,
                "religion": -3,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_corrupting-ooze/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_corrupting-ooze",
            "name": "Corrupting Ooze",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/ooze/?format=api",
            "alignment": "Neutral Evil",
            "languages": [],
            "armor_class": 12,
            "hit_points": 115,
            "hit_dice": "10d10 + 60",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 16,
                "dexterity": 10,
                "constitution": 22,
                "intelligence": 4,
                "wisdom": 2,
                "charisma": 1
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 6,
                "intelligence": -3,
                "wisdom": -4,
                "charisma": -5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 6,
                "intelligence": -3,
                "wisdom": -4,
                "charisma": -5
            },
            "skill_bonuses": {
                "stealth": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": -4,
                "arcana": -3,
                "athletics": 3,
                "deception": -5,
                "history": -3,
                "insight": -4,
                "intimidation": -5,
                "investigation": -3,
                "medicine": -4,
                "nature": -3,
                "perception": -4,
                "performance": -5,
                "persuasion": -5,
                "religion": -3,
                "sleight_of_hand": 0,
                "stealth": 3,
                "survival": -4
            },
            "passive_perception": 6,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_dipsa/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_dipsa",
            "name": "Dipsa",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/ooze/?format=api",
            "alignment": "Unaligned",
            "languages": [],
            "armor_class": 15,
            "hit_points": 27,
            "hit_dice": "6d4 + 12",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 3,
                "dexterity": 17,
                "constitution": 14,
                "intelligence": 1,
                "wisdom": 6,
                "charisma": 1
            },
            "modifiers": {
                "strength": -4,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -4,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "skill_bonuses": {
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": -2,
                "arcana": -5,
                "athletics": -4,
                "deception": -5,
                "history": -5,
                "insight": -2,
                "intimidation": -5,
                "investigation": -5,
                "medicine": -2,
                "nature": -5,
                "perception": -2,
                "performance": -5,
                "persuasion": -5,
                "religion": -5,
                "sleight_of_hand": 3,
                "stealth": 5,
                "survival": -2
            },
            "passive_perception": 8,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_eater-of-dust/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_eater-of-dust",
            "name": "Eater of Dust",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "Neutral Evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 114,
            "hit_dice": "12d8 + 60",
            "challenge_rating_decimal": "9.000",
            "challenge_rating_text": "9",
            "experience_points": 5000,
            "ability_scores": {
                "strength": 20,
                "dexterity": 14,
                "constitution": 20,
                "intelligence": 10,
                "wisdom": 15,
                "charisma": 17
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 2,
                "constitution": 5,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 3
            },
            "saving_throws": {
                "strength": 9,
                "constitution": 9,
                "charisma": 7
            },
            "saving_throws_all": {
                "strength": 9,
                "dexterity": 2,
                "constitution": 9,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 7
            },
            "skill_bonuses": {
                "athletics": 9,
                "intimidation": 7,
                "perception": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": 9,
                "deception": 3,
                "history": 0,
                "insight": 2,
                "intimidation": 7,
                "investigation": 0,
                "medicine": 2,
                "nature": 0,
                "perception": 6,
                "performance": 3,
                "persuasion": 3,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 2
            },
            "passive_perception": 16,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 120.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_edimmu/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_edimmu",
            "name": "Edimmu",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 60.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 60.0,
                "crawl": 30.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api",
            "alignment": "Chaotic Evil",
            "languages": [],
            "armor_class": 15,
            "hit_points": 75,
            "hit_dice": "10d8 + 30",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 1,
                "dexterity": 19,
                "constitution": 16,
                "intelligence": 12,
                "wisdom": 18,
                "charisma": 13
            },
            "modifiers": {
                "strength": -5,
                "dexterity": 4,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": 4,
                "charisma": 1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -5,
                "dexterity": 4,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": 4,
                "charisma": 1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 4,
                "arcana": 1,
                "athletics": -5,
                "deception": 1,
                "history": 1,
                "insight": 4,
                "intimidation": 1,
                "investigation": 1,
                "medicine": 4,
                "nature": 1,
                "perception": 4,
                "performance": 1,
                "persuasion": 1,
                "religion": 1,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 4
            },
            "passive_perception": 14,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/grappled/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api",
                "https://api-beta.open5e.com/v2/conditions/restrained/?format=api",
                "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_emerald-eye/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_emerald-eye",
            "name": "Emerald Eye",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "Neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 14,
            "hit_points": 54,
            "hit_dice": "12d4 + 24",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 3,
                "dexterity": 15,
                "constitution": 14,
                "intelligence": 18,
                "wisdom": 12,
                "charisma": 16
            },
            "modifiers": {
                "strength": -4,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 4,
                "wisdom": 1,
                "charisma": 3
            },
            "saving_throws": {
                "dexterity": 4,
                "constitution": 4
            },
            "saving_throws_all": {
                "strength": -4,
                "dexterity": 4,
                "constitution": 4,
                "intelligence": 4,
                "wisdom": 1,
                "charisma": 3
            },
            "skill_bonuses": {
                "arcana": 6,
                "deception": 5,
                "history": 6,
                "perception": 3,
                "persuasion": 5,
                "religion": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": 6,
                "athletics": -4,
                "deception": 5,
                "history": 6,
                "insight": 1,
                "intimidation": 3,
                "investigation": 4,
                "medicine": 1,
                "nature": 4,
                "perception": 3,
                "performance": 3,
                "persuasion": 5,
                "religion": 6,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 1
            },
            "passive_perception": 13,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api",
                "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 120.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_glass-gator/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_glass-gator",
            "name": "Glass Gator",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "Unaligned",
            "languages": [],
            "armor_class": 15,
            "hit_points": 45,
            "hit_dice": "7d10 + 7",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 15,
                "dexterity": 14,
                "constitution": 12,
                "intelligence": 4,
                "wisdom": 10,
                "charisma": 5
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -3,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -3,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {
                "perception": 2,
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": -3,
                "athletics": 2,
                "deception": -3,
                "history": -3,
                "insight": 0,
                "intimidation": -3,
                "investigation": -3,
                "medicine": 0,
                "nature": -3,
                "perception": 2,
                "performance": -3,
                "persuasion": -3,
                "religion": -3,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 0
            },
            "passive_perception": 12,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_gnarljak/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_gnarljak",
            "name": "Gnarljak",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "Unaligned",
            "languages": [],
            "armor_class": 16,
            "hit_points": 88,
            "hit_dice": "16d6 + 32",
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 13,
                "dexterity": 21,
                "constitution": 15,
                "intelligence": 2,
                "wisdom": 14,
                "charisma": 1
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 5,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -5
            },
            "saving_throws": {
                "strength": 4
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 5,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -5
            },
            "skill_bonuses": {
                "perception": 5,
                "stealth": 8
            },
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 2,
                "arcana": -4,
                "athletics": 1,
                "deception": -5,
                "history": -4,
                "insight": 2,
                "intimidation": -5,
                "investigation": -4,
                "medicine": 2,
                "nature": -4,
                "perception": 5,
                "performance": -5,
                "persuasion": -5,
                "religion": -4,
                "sleight_of_hand": 5,
                "stealth": 8,
                "survival": 2
            },
            "passive_perception": 15,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_hundun/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_hundun",
            "name": "Hundun",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api",
            "alignment": "Chaotic Good",
            "languages": [],
            "armor_class": 18,
            "hit_points": 153,
            "hit_dice": "18d10 + 54",
            "challenge_rating_decimal": "12.000",
            "challenge_rating_text": "12",
            "experience_points": 8400,
            "ability_scores": {
                "strength": 20,
                "dexterity": 14,
                "constitution": 16,
                "intelligence": 4,
                "wisdom": 20,
                "charisma": 18
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": -3,
                "wisdom": 5,
                "charisma": 4
            },
            "saving_throws": {
                "constitution": 7,
                "wisdom": 9,
                "charisma": 8
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 2,
                "constitution": 7,
                "intelligence": -3,
                "wisdom": 9,
                "charisma": 8
            },
            "skill_bonuses": {
                "athletics": 9,
                "insight": 9,
                "perception": 9
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 5,
                "arcana": -3,
                "athletics": 9,
                "deception": 4,
                "history": -3,
                "insight": 9,
                "intimidation": 4,
                "investigation": -3,
                "medicine": 5,
                "nature": -3,
                "perception": 9,
                "performance": 4,
                "persuasion": 4,
                "religion": -3,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 5
            },
            "passive_perception": 19,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api",
                "https://api-beta.open5e.com/v2/conditions/stunned/?format=api",
                "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_oozasis/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_oozasis",
            "name": "Oozasis",
            "size": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "burrow": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 20.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/ooze/?format=api",
            "alignment": "Unaligned",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/druidic/?format=api",
                "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/gnomish/?format=api",
                "https://api-beta.open5e.com/v2/languages/goblin/?format=api",
                "https://api-beta.open5e.com/v2/languages/halfling/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "https://api-beta.open5e.com/v2/languages/orc/?format=api",
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "https://api-beta.open5e.com/v2/languages/thieves-cant/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api",
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 7,
            "hit_points": 217,
            "hit_dice": "14d20 + 70",
            "challenge_rating_decimal": "9.000",
            "challenge_rating_text": "9",
            "experience_points": 5000,
            "ability_scores": {
                "strength": 18,
                "dexterity": 5,
                "constitution": 20,
                "intelligence": 8,
                "wisdom": 20,
                "charisma": 13
            },
            "modifiers": {
                "strength": 4,
                "dexterity": -3,
                "constitution": 5,
                "intelligence": -1,
                "wisdom": 5,
                "charisma": 1
            },
            "saving_throws": {
                "intelligence": 3,
                "wisdom": 9,
                "charisma": 5
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": -3,
                "constitution": 5,
                "intelligence": 3,
                "wisdom": 9,
                "charisma": 5
            },
            "skill_bonuses": {
                "deception": 5,
                "history": 3,
                "insight": 9,
                "perception": 9
            },
            "skill_bonuses_all": {
                "acrobatics": -3,
                "animal_handling": 5,
                "arcana": -1,
                "athletics": 4,
                "deception": 5,
                "history": 3,
                "insight": 9,
                "intimidation": 1,
                "investigation": -1,
                "medicine": 5,
                "nature": -1,
                "perception": 9,
                "performance": 1,
                "persuasion": 1,
                "religion": -1,
                "sleight_of_hand": -3,
                "stealth": -3,
                "survival": 5
            },
            "passive_perception": 19,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            ],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_rotting-wind/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_rotting-wind",
            "name": "Rotting Wind",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 60.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 60.0,
                "crawl": 30.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api",
            "alignment": "Neutral Evil",
            "languages": [],
            "armor_class": 15,
            "hit_points": 110,
            "hit_dice": "13d10 + 39",
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 14,
                "dexterity": 20,
                "constitution": 16,
                "intelligence": 12,
                "wisdom": 10,
                "charisma": 10
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 5,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 5,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 0,
                "arcana": 1,
                "athletics": 2,
                "deception": 0,
                "history": 1,
                "insight": 0,
                "intimidation": 0,
                "investigation": 1,
                "medicine": 0,
                "nature": 1,
                "perception": 0,
                "performance": 0,
                "persuasion": 0,
                "religion": 1,
                "sleight_of_hand": 5,
                "stealth": 5,
                "survival": 0
            },
            "passive_perception": 11,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/grappled/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api",
                "https://api-beta.open5e.com/v2/conditions/restrained/?format=api",
                "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_sap-demon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_sap-demon",
            "name": "Sap Demon",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/ooze/?format=api",
            "alignment": "Chaotic Evil",
            "languages": [],
            "armor_class": 13,
            "hit_points": 81,
            "hit_dice": "18d6 + 18",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 14,
                "dexterity": 6,
                "constitution": 12,
                "intelligence": 7,
                "wisdom": 14,
                "charisma": 7
            },
            "modifiers": {
                "strength": 2,
                "dexterity": -2,
                "constitution": 1,
                "intelligence": -2,
                "wisdom": 2,
                "charisma": -2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": -2,
                "constitution": 1,
                "intelligence": -2,
                "wisdom": 2,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -2,
                "animal_handling": 2,
                "arcana": -2,
                "athletics": 2,
                "deception": -2,
                "history": -2,
                "insight": 2,
                "intimidation": -2,
                "investigation": -2,
                "medicine": 2,
                "nature": -2,
                "perception": 2,
                "performance": -2,
                "persuasion": -2,
                "religion": -2,
                "sleight_of_hand": -2,
                "stealth": -2,
                "survival": 2
            },
            "passive_perception": 12,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_sarcophagus-slime/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_sarcophagus-slime",
            "name": "Sarcophagus Slime",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api",
            "alignment": "Neutral Evil",
            "languages": [],
            "armor_class": 11,
            "hit_points": 102,
            "hit_dice": "12d8 + 48",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 14,
                "dexterity": 12,
                "constitution": 18,
                "intelligence": 3,
                "wisdom": 12,
                "charisma": 12
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": 1
            },
            "saving_throws": {
                "wisdom": 4,
                "charisma": 4
            },
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": 4,
                "charisma": 4
            },
            "skill_bonuses": {
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 2,
                "deception": 1,
                "history": -4,
                "insight": 1,
                "intimidation": 1,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 1,
                "performance": 1,
                "persuasion": 1,
                "religion": -4,
                "sleight_of_hand": 1,
                "stealth": 4,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api",
                "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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_skitterhaunt/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_skitterhaunt",
            "name": "Skitterhaunt",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/ooze/?format=api",
            "alignment": "Unaligned",
            "languages": [],
            "armor_class": 14,
            "hit_points": 95,
            "hit_dice": "10d10 + 40",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 15,
                "dexterity": 11,
                "constitution": 19,
                "intelligence": 3,
                "wisdom": 7,
                "charisma": 1
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": -2,
                "charisma": -5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": -2,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": -2,
                "arcana": -4,
                "athletics": 2,
                "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": 0,
                "stealth": 0,
                "survival": -2
            },
            "passive_perception": 8,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_tendril-puppet/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_tendril-puppet",
            "name": "Tendril Puppet",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api",
            "alignment": "Lawful Neutral",
            "languages": [],
            "armor_class": 13,
            "hit_points": 51,
            "hit_dice": "6d8 + 24",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 16,
                "dexterity": 15,
                "constitution": 18,
                "intelligence": 6,
                "wisdom": 6,
                "charisma": 8
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": -2,
                "wisdom": -2,
                "charisma": -1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": -2,
                "wisdom": -2,
                "charisma": -1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": -2,
                "arcana": -2,
                "athletics": 3,
                "deception": -1,
                "history": -2,
                "insight": -2,
                "intimidation": -1,
                "investigation": -2,
                "medicine": -2,
                "nature": -2,
                "perception": -2,
                "performance": -1,
                "persuasion": -1,
                "religion": -2,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": -2
            },
            "passive_perception": 8,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_treacle/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_treacle",
            "name": "Treacle",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/ooze/?format=api",
            "alignment": "Unaligned",
            "languages": [],
            "armor_class": 12,
            "hit_points": 22,
            "hit_dice": "4d4 + 12",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 4,
                "dexterity": 15,
                "constitution": 17,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": 10
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": -5,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": -5,
                "charisma": 0
            },
            "skill_bonuses": {
                "deception": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": -5,
                "arcana": -5,
                "athletics": -3,
                "deception": 4,
                "history": -5,
                "insight": -5,
                "intimidation": 0,
                "investigation": -5,
                "medicine": -5,
                "nature": -5,
                "perception": -5,
                "performance": 0,
                "persuasion": 0,
                "religion": -5,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": -5
            },
            "passive_perception": 5,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 120.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_vine-lord/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_vine-lord",
            "name": "Vine Lord",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api",
            "alignment": "Lawful Neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 105,
            "hit_dice": "14d8 + 42",
            "challenge_rating_decimal": "9.000",
            "challenge_rating_text": "9",
            "experience_points": 5000,
            "ability_scores": {
                "strength": 12,
                "dexterity": 20,
                "constitution": 16,
                "intelligence": 14,
                "wisdom": 16,
                "charisma": 18
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 5,
                "constitution": 3,
                "intelligence": 2,
                "wisdom": 3,
                "charisma": 4
            },
            "saving_throws": {
                "constitution": 7,
                "wisdom": 7,
                "charisma": 8
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 5,
                "constitution": 7,
                "intelligence": 2,
                "wisdom": 7,
                "charisma": 8
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 3,
                "arcana": 2,
                "athletics": 1,
                "deception": 4,
                "history": 2,
                "insight": 3,
                "intimidation": 4,
                "investigation": 2,
                "medicine": 3,
                "nature": 2,
                "perception": 3,
                "performance": 4,
                "persuasion": 4,
                "religion": 2,
                "sleight_of_hand": 5,
                "stealth": 5,
                "survival": 3
            },
            "passive_perception": 13,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_amber-ooze/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_amber-ooze",
            "name": "Amber Ooze",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/ooze/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 7,
            "hit_points": 76,
            "hit_dice": "9d10+27",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 16,
                "dexterity": 5,
                "constitution": 17,
                "intelligence": 1,
                "wisdom": 6,
                "charisma": 1
            },
            "modifiers": {
                "strength": 3,
                "dexterity": -3,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": -3,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -3,
                "animal_handling": -2,
                "arcana": -5,
                "athletics": 3,
                "deception": -5,
                "history": -5,
                "insight": -2,
                "intimidation": -5,
                "investigation": -5,
                "medicine": -2,
                "nature": -5,
                "perception": -2,
                "performance": -5,
                "persuasion": -5,
                "religion": -5,
                "sleight_of_hand": -3,
                "stealth": -3,
                "survival": -2
            },
            "passive_perception": 8,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_animated-bearskin-rug/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_animated-bearskin-rug",
            "name": "Animated Bearskin Rug",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 13,
            "hit_points": 65,
            "hit_dice": "10d10+10",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 18,
                "dexterity": 13,
                "constitution": 12,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 1
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": -4,
                "charisma": -5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": -4,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": -4,
                "arcana": -5,
                "athletics": 4,
                "deception": -5,
                "history": -5,
                "insight": -4,
                "intimidation": -5,
                "investigation": -5,
                "medicine": -4,
                "nature": -5,
                "perception": -4,
                "performance": -5,
                "persuasion": -5,
                "religion": -5,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": -4
            },
            "passive_perception": 6,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_boomer/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_boomer",
            "name": "Boomer",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 0.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 0.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 7,
            "hit_points": 22,
            "hit_dice": "4d8+4",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 1,
                "dexterity": 1,
                "constitution": 12,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 1
            },
            "modifiers": {
                "strength": -5,
                "dexterity": -5,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": -4,
                "charisma": -5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -5,
                "dexterity": -5,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": -4,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -5,
                "animal_handling": -4,
                "arcana": -5,
                "athletics": -5,
                "deception": -5,
                "history": -5,
                "insight": -4,
                "intimidation": -5,
                "investigation": -5,
                "medicine": -4,
                "nature": -5,
                "perception": -4,
                "performance": -5,
                "persuasion": -5,
                "religion": -5,
                "sleight_of_hand": -5,
                "stealth": -5,
                "survival": -4
            },
            "passive_perception": 6,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 30.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_brain-hood/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_brain-hood",
            "name": "Brain Hood",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "fly": 40.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": true,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "neutral evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 22,
            "hit_dice": "5d4+10",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 4,
                "dexterity": 16,
                "constitution": 14,
                "intelligence": 17,
                "wisdom": 15,
                "charisma": 10
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": 3,
                "wisdom": 2,
                "charisma": 0
            },
            "saving_throws": {
                "dexterity": 5
            },
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 5,
                "constitution": 2,
                "intelligence": 3,
                "wisdom": 2,
                "charisma": 0
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 2,
                "arcana": 3,
                "athletics": -3,
                "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": 3,
                "stealth": 3,
                "survival": 2
            },
            "passive_perception": 12,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_crimson-shambler/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_crimson-shambler",
            "name": "Crimson Shambler",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 12,
            "hit_points": 32,
            "hit_dice": "5d8+10",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 12,
                "dexterity": 10,
                "constitution": 14,
                "intelligence": 1,
                "wisdom": 11,
                "charisma": 5
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": -5,
                "athletics": 1,
                "deception": -3,
                "history": -5,
                "insight": 0,
                "intimidation": -3,
                "investigation": -5,
                "medicine": 0,
                "nature": -5,
                "perception": 0,
                "performance": -3,
                "persuasion": -3,
                "religion": -5,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_crystalline-monolith/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_crystalline-monolith",
            "name": "Crystalline Monolith",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "lawful neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 123,
            "hit_dice": "13d12+39",
            "challenge_rating_decimal": "7.000",
            "challenge_rating_text": "7",
            "experience_points": 2900,
            "ability_scores": {
                "strength": 14,
                "dexterity": 10,
                "constitution": 16,
                "intelligence": 19,
                "wisdom": 17,
                "charisma": 17
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": 4,
                "wisdom": 3,
                "charisma": 3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": 4,
                "wisdom": 3,
                "charisma": 3
            },
            "skill_bonuses": {
                "arcana": 7,
                "history": 7,
                "insight": 6,
                "nature": 7,
                "perception": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 3,
                "arcana": 7,
                "athletics": 2,
                "deception": 3,
                "history": 7,
                "insight": 6,
                "intimidation": 3,
                "investigation": 4,
                "medicine": 3,
                "nature": 7,
                "perception": 6,
                "performance": 3,
                "persuasion": 3,
                "religion": 4,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 3
            },
            "passive_perception": 16,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api",
                "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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_eldritch-ooze/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_eldritch-ooze",
            "name": "Eldritch Ooze",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "climb": 10.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/ooze/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 8,
            "hit_points": 153,
            "hit_dice": "18d10+54",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 16,
                "dexterity": 6,
                "constitution": 16,
                "intelligence": 1,
                "wisdom": 6,
                "charisma": 8
            },
            "modifiers": {
                "strength": 3,
                "dexterity": -2,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": -2,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -2,
                "animal_handling": -2,
                "arcana": -5,
                "athletics": 3,
                "deception": -1,
                "history": -5,
                "insight": -2,
                "intimidation": -1,
                "investigation": -5,
                "medicine": -2,
                "nature": -5,
                "perception": -2,
                "performance": -1,
                "persuasion": -1,
                "religion": -5,
                "sleight_of_hand": -2,
                "stealth": -2,
                "survival": -2
            },
            "passive_perception": 8,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_fabricator/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_fabricator",
            "name": "Fabricator",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "climb": 15.0,
                "swim": 15.0
            },
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 147,
            "hit_dice": "14d10+70",
            "challenge_rating_decimal": "10.000",
            "challenge_rating_text": "10",
            "experience_points": 5900,
            "ability_scores": {
                "strength": 18,
                "dexterity": 7,
                "constitution": 20,
                "intelligence": 15,
                "wisdom": 15,
                "charisma": 5
            },
            "modifiers": {
                "strength": 4,
                "dexterity": -2,
                "constitution": 5,
                "intelligence": 2,
                "wisdom": 2,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": -2,
                "constitution": 5,
                "intelligence": 2,
                "wisdom": 2,
                "charisma": -3
            },
            "skill_bonuses": {
                "perception": 6
            },
            "skill_bonuses_all": {
                "acrobatics": -2,
                "animal_handling": 2,
                "arcana": 2,
                "athletics": 4,
                "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": -2,
                "stealth": -2,
                "survival": 2
            },
            "passive_perception": 16,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/force/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api",
                "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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_falsifier-fog/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_falsifier-fog",
            "name": "Falsifier Fog",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 0.0,
                "unit": "feet",
                "fly": 60.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": true,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 0.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 13,
            "hit_points": 52,
            "hit_dice": "8d12",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 1,
                "dexterity": 17,
                "constitution": 10,
                "intelligence": 14,
                "wisdom": 16,
                "charisma": 15
            },
            "modifiers": {
                "strength": -5,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": 2,
                "wisdom": 3,
                "charisma": 2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -5,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": 2,
                "wisdom": 3,
                "charisma": 2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 3,
                "arcana": 2,
                "athletics": -5,
                "deception": 2,
                "history": 2,
                "insight": 3,
                "intimidation": 2,
                "investigation": 2,
                "medicine": 3,
                "nature": 2,
                "perception": 3,
                "performance": 2,
                "persuasion": 2,
                "religion": 2,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 3
            },
            "passive_perception": 13,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/grappled/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api",
                "https://api-beta.open5e.com/v2/conditions/restrained/?format=api",
                "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_frost-mole/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_frost-mole",
            "name": "Frost Mole",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "burrow": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 30.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 14,
            "hit_points": 71,
            "hit_dice": "11d6+33",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 16,
                "dexterity": 15,
                "constitution": 16,
                "intelligence": 3,
                "wisdom": 13,
                "charisma": 6
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {
                "athletics": 5,
                "perception": 3,
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 5,
                "deception": -2,
                "history": -4,
                "insight": 1,
                "intimidation": -2,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 3,
                "performance": -2,
                "persuasion": -2,
                "religion": -4,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 1
            },
            "passive_perception": 13,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_greed-swarm/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_greed-swarm",
            "name": "Greed Swarm",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 13,
            "hit_points": 22,
            "hit_dice": "4d8+4",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 6,
                "dexterity": 16,
                "constitution": 12,
                "intelligence": 1,
                "wisdom": 9,
                "charisma": 1
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": -1,
                "charisma": -5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": -1,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": -1,
                "arcana": -5,
                "athletics": -2,
                "deception": -5,
                "history": -5,
                "insight": -1,
                "intimidation": -5,
                "investigation": -5,
                "medicine": -1,
                "nature": -5,
                "perception": -1,
                "performance": -5,
                "persuasion": -5,
                "religion": -5,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": -1
            },
            "passive_perception": 9,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/force/?format=api"
            ],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/grappled/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api",
                "https://api-beta.open5e.com/v2/conditions/restrained/?format=api",
                "https://api-beta.open5e.com/v2/conditions/stunned/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_hongaek/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_hongaek",
            "name": "Hongaek",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api",
            "alignment": "neutral evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 105,
            "hit_dice": "14d10+28",
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 5,
                "dexterity": 20,
                "constitution": 14,
                "intelligence": 12,
                "wisdom": 15,
                "charisma": 13
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 5,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 5,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 1
            },
            "skill_bonuses": {
                "medicine": 5,
                "perception": 5,
                "stealth": 8
            },
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 2,
                "arcana": 1,
                "athletics": -3,
                "deception": 1,
                "history": 1,
                "insight": 2,
                "intimidation": 1,
                "investigation": 1,
                "medicine": 5,
                "nature": 1,
                "perception": 5,
                "performance": 1,
                "persuasion": 1,
                "religion": 1,
                "sleight_of_hand": 5,
                "stealth": 8,
                "survival": 2
            },
            "passive_perception": 15,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/grappled/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api",
                "https://api-beta.open5e.com/v2/conditions/restrained/?format=api",
                "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 90.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_hooden-horse/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_hooden-horse",
            "name": "Hooden Horse",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api",
            "alignment": "lawful evil",
            "languages": [],
            "armor_class": 14,
            "hit_points": 117,
            "hit_dice": "18d8+36",
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 18,
                "dexterity": 14,
                "constitution": 14,
                "intelligence": 12,
                "wisdom": 15,
                "charisma": 19
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 4
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 4
            },
            "skill_bonuses": {
                "perception": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": 1,
                "athletics": 4,
                "deception": 4,
                "history": 1,
                "insight": 2,
                "intimidation": 4,
                "investigation": 1,
                "medicine": 2,
                "nature": 1,
                "perception": 5,
                "performance": 4,
                "persuasion": 4,
                "religion": 1,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 2
            },
            "passive_perception": 15,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_ichor-ooze/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_ichor-ooze",
            "name": "Ichor Ooze",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "climb": 20.0,
                "swim": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/ooze/?format=api",
            "alignment": "neutral evil",
            "languages": [],
            "armor_class": 8,
            "hit_points": 39,
            "hit_dice": "6d8+12",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 15,
                "dexterity": 6,
                "constitution": 14,
                "intelligence": 3,
                "wisdom": 7,
                "charisma": 1
            },
            "modifiers": {
                "strength": 2,
                "dexterity": -2,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": -2,
                "charisma": -5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": -2,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": -2,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -2,
                "animal_handling": -2,
                "arcana": -4,
                "athletics": 2,
                "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,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_kaveph/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_kaveph",
            "name": "Kaveph",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "neutral evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 136,
            "hit_dice": "13d12+52",
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 21,
                "dexterity": 13,
                "constitution": 18,
                "intelligence": 8,
                "wisdom": 10,
                "charisma": 7
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 1,
                "constitution": 4,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws": {
                "dexterity": 4,
                "constitution": 7
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 4,
                "constitution": 7,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": -1,
                "athletics": 5,
                "deception": -2,
                "history": -1,
                "insight": 0,
                "intimidation": -2,
                "investigation": -1,
                "medicine": 0,
                "nature": -1,
                "perception": 0,
                "performance": -2,
                "persuasion": -2,
                "religion": -1,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api"
            ],
            "condition_immunities": [],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 90.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_kelp-eel/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_kelp-eel",
            "name": "Kelp Eel",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "swim": 50.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 50.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 17,
            "hit_points": 157,
            "hit_dice": "15d12+60",
            "challenge_rating_decimal": "10.000",
            "challenge_rating_text": "10",
            "experience_points": 5900,
            "ability_scores": {
                "strength": 18,
                "dexterity": 14,
                "constitution": 19,
                "intelligence": 3,
                "wisdom": 15,
                "charisma": 5
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": -4,
                "athletics": 4,
                "deception": -3,
                "history": -4,
                "insight": 2,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 2,
                "nature": -4,
                "perception": 2,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 2
            },
            "passive_perception": 12,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 90.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_khodumodumo/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_khodumodumo",
            "name": "Khodumodumo",
            "size": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 18,
            "hit_points": 186,
            "hit_dice": "12d20+60",
            "challenge_rating_decimal": "14.000",
            "challenge_rating_text": "14",
            "experience_points": 11500,
            "ability_scores": {
                "strength": 23,
                "dexterity": 20,
                "constitution": 21,
                "intelligence": 4,
                "wisdom": 15,
                "charisma": 7
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 5,
                "constitution": 5,
                "intelligence": -3,
                "wisdom": 2,
                "charisma": -2
            },
            "saving_throws": {
                "strength": 11,
                "constitution": 10
            },
            "saving_throws_all": {
                "strength": 11,
                "dexterity": 5,
                "constitution": 10,
                "intelligence": -3,
                "wisdom": 2,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 7,
                "stealth": 10
            },
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 2,
                "arcana": -3,
                "athletics": 6,
                "deception": -2,
                "history": -3,
                "insight": 2,
                "intimidation": -2,
                "investigation": -3,
                "medicine": 2,
                "nature": -3,
                "perception": 7,
                "performance": -2,
                "persuasion": -2,
                "religion": -3,
                "sleight_of_hand": 5,
                "stealth": 10,
                "survival": 2
            },
            "passive_perception": 17,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 120.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_lambent-witchfyre/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_lambent-witchfyre",
            "name": "Lambent Witchfyre",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 15,
            "hit_points": 110,
            "hit_dice": "13d10+39",
            "challenge_rating_decimal": "7.000",
            "challenge_rating_text": "7",
            "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
            },
            "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,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api",
                "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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_major-malleable/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_major-malleable",
            "name": "Major Malleable",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/druidic/?format=api",
                "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/gnomish/?format=api",
                "https://api-beta.open5e.com/v2/languages/goblin/?format=api",
                "https://api-beta.open5e.com/v2/languages/halfling/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "https://api-beta.open5e.com/v2/languages/orc/?format=api",
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "https://api-beta.open5e.com/v2/languages/thieves-cant/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api",
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 218,
            "hit_dice": "23d12+69",
            "challenge_rating_decimal": "10.000",
            "challenge_rating_text": "10",
            "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
            },
            "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,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_massive-malleable/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_massive-malleable",
            "name": "Massive Malleable",
            "size": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/druidic/?format=api",
                "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/gnomish/?format=api",
                "https://api-beta.open5e.com/v2/languages/goblin/?format=api",
                "https://api-beta.open5e.com/v2/languages/halfling/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "https://api-beta.open5e.com/v2/languages/orc/?format=api",
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "https://api-beta.open5e.com/v2/languages/thieves-cant/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api",
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 14,
            "hit_points": 248,
            "hit_dice": "16d20+80",
            "challenge_rating_decimal": "16.000",
            "challenge_rating_text": "16",
            "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
            },
            "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,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_mineral-ooze/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_mineral-ooze",
            "name": "Mineral Ooze",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/ooze/?format=api",
            "alignment": "neutral",
            "languages": [],
            "armor_class": 9,
            "hit_points": 76,
            "hit_dice": "8d10+32",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "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
            },
            "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,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_minor-malleable/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_minor-malleable",
            "name": "Minor Malleable",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/druidic/?format=api",
                "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/gnomish/?format=api",
                "https://api-beta.open5e.com/v2/languages/goblin/?format=api",
                "https://api-beta.open5e.com/v2/languages/halfling/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "https://api-beta.open5e.com/v2/languages/orc/?format=api",
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "https://api-beta.open5e.com/v2/languages/thieves-cant/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api",
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 11,
            "hit_points": 32,
            "hit_dice": "5d8+10",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "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
            },
            "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,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_moderate-malleable/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_moderate-malleable",
            "name": "Moderate Malleable",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/druidic/?format=api",
                "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/gnomish/?format=api",
                "https://api-beta.open5e.com/v2/languages/goblin/?format=api",
                "https://api-beta.open5e.com/v2/languages/halfling/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "https://api-beta.open5e.com/v2/languages/orc/?format=api",
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "https://api-beta.open5e.com/v2/languages/thieves-cant/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api",
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 12,
            "hit_points": 136,
            "hit_dice": "16d10+48",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "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
            },
            "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,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_moonkite/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_moonkite",
            "name": "Moonkite",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api",
            "alignment": "lawful good",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 93,
            "hit_dice": "11d10+33",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "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
            },
            "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,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api",
                "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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_mydnari/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_mydnari",
            "name": "Mydnari",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "neutral evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 22,
            "hit_dice": "4d8+4",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "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
            },
            "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,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_nharyth/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_nharyth",
            "name": "Nharyth",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 17,
            "hit_points": 168,
            "hit_dice": "16d12+64",
            "challenge_rating_decimal": "9.000",
            "challenge_rating_text": "9",
            "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
            },
            "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,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
                "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": [],
            "creaturesets": []
        }
    ]
}