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

GET /v2/creatures/?format=api&ordering=creaturesets&page=3
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=creaturesets&page=4",
    "previous": "https://api-beta.open5e.com/v2/creatures/?format=api&ordering=creaturesets&page=2",
    "results": [
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_deathwisp/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_deathwisp",
            "name": "Deathwisp",
            "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": "Neutral Evil",
            "languages": [],
            "armor_class": 15,
            "hit_points": 82,
            "hit_dice": "11d8 + 33",
            "challenge_rating_decimal": "7.000",
            "challenge_rating_text": "7",
            "experience_points": 2900,
            "ability_scores": {
                "strength": 6,
                "dexterity": 20,
                "constitution": 16,
                "intelligence": 18,
                "wisdom": 16,
                "charisma": 20
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 5,
                "constitution": 3,
                "intelligence": 4,
                "wisdom": 3,
                "charisma": 5
            },
            "saving_throws": {
                "dexterity": 8,
                "constitution": 6,
                "wisdom": 6
            },
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 8,
                "constitution": 6,
                "intelligence": 4,
                "wisdom": 6,
                "charisma": 5
            },
            "skill_bonuses": {
                "perception": 6,
                "stealth": 8
            },
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 3,
                "arcana": 4,
                "athletics": -2,
                "deception": 5,
                "history": 4,
                "insight": 3,
                "intimidation": 5,
                "investigation": 4,
                "medicine": 3,
                "nature": 4,
                "perception": 6,
                "performance": 5,
                "persuasion": 5,
                "religion": 4,
                "sleight_of_hand": 5,
                "stealth": 8,
                "survival": 3
            },
            "passive_perception": 16,
            "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/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"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_deep-drake/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_deep-drake",
            "name": "Deep Drake",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 80.0,
                "unit": "feet",
                "fly": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 80.0,
                "crawl": 40.0,
                "hover": false,
                "fly": 30.0,
                "burrow": 0.0,
                "climb": 40.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "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",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 150,
            "hit_dice": "20d10 + 40",
            "challenge_rating_decimal": "9.000",
            "challenge_rating_text": "9",
            "experience_points": 5000,
            "ability_scores": {
                "strength": 21,
                "dexterity": 19,
                "constitution": 14,
                "intelligence": 11,
                "wisdom": 14,
                "charisma": 12
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 4,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 1
            },
            "saving_throws": {
                "dexterity": 8,
                "constitution": 6
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 8,
                "constitution": 6,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 1
            },
            "skill_bonuses": {
                "athletics": 9,
                "insight": 6,
                "perception": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": 9,
                "deception": 1,
                "history": 0,
                "insight": 6,
                "intimidation": 1,
                "investigation": 0,
                "medicine": 2,
                "nature": 0,
                "perception": 6,
                "performance": 1,
                "persuasion": 1,
                "religion": 0,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 2
            },
            "passive_perception": 16,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?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": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_deep-one/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_deep-one",
            "name": "Deep One",
            "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": "Chaotic Evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 71,
            "hit_dice": "11d8 + 22",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 16,
                "dexterity": 12,
                "constitution": 14,
                "intelligence": 10,
                "wisdom": 8,
                "charisma": 12
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": -1,
                "charisma": 1
            },
            "saving_throws": {
                "strength": 5,
                "constitution": 4,
                "charisma": 3
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 1,
                "constitution": 4,
                "intelligence": 0,
                "wisdom": -1,
                "charisma": 3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": -1,
                "arcana": 0,
                "athletics": 3,
                "deception": 1,
                "history": 0,
                "insight": -1,
                "intimidation": 1,
                "investigation": 0,
                "medicine": -1,
                "nature": 0,
                "perception": -1,
                "performance": 1,
                "persuasion": 1,
                "religion": 0,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": -1
            },
            "passive_perception": 9,
            "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/fire/?format=api"
            ],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_deep-one-archimandrite/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_deep-one-archimandrite",
            "name": "Deep One Archimandrite",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "Chaotic Evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 153,
            "hit_dice": "18d10 + 54",
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 20,
                "dexterity": 16,
                "constitution": 17,
                "intelligence": 12,
                "wisdom": 17,
                "charisma": 19
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 3,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 4
            },
            "saving_throws": {
                "dexterity": 6,
                "wisdom": 6,
                "charisma": 7
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 6,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": 6,
                "charisma": 7
            },
            "skill_bonuses": {
                "arcana": 4,
                "perception": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 3,
                "arcana": 4,
                "athletics": 5,
                "deception": 4,
                "history": 1,
                "insight": 3,
                "intimidation": 4,
                "investigation": 1,
                "medicine": 3,
                "nature": 1,
                "perception": 6,
                "performance": 4,
                "persuasion": 4,
                "religion": 1,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 3
            },
            "passive_perception": 16,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 240.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_deep-one-priest/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_deep-one-priest",
            "name": "Deep One Priest",
            "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": "Chaotic Evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 14,
            "hit_points": 105,
            "hit_dice": "14d8 + 42",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 18,
                "dexterity": 14,
                "constitution": 16,
                "intelligence": 12,
                "wisdom": 12,
                "charisma": 16
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": 3
            },
            "saving_throws": {
                "constitution": 5,
                "wisdom": 3,
                "charisma": 5
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 5,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 5
            },
            "skill_bonuses": {
                "athletics": 6,
                "deception": 5,
                "perception": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": 1,
                "athletics": 6,
                "deception": 5,
                "history": 1,
                "insight": 1,
                "intimidation": 3,
                "investigation": 1,
                "medicine": 1,
                "nature": 1,
                "perception": 3,
                "performance": 3,
                "persuasion": 3,
                "religion": 1,
                "sleight_of_hand": 2,
                "stealth": 2,
                "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": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_degenerate-titan/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_degenerate-titan",
            "name": "Degenerate Titan",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api",
            "alignment": "Chaotic Evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/giant/?format=api"
            ],
            "armor_class": 12,
            "hit_points": 161,
            "hit_dice": "14d12 + 70",
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 21,
                "dexterity": 6,
                "constitution": 20,
                "intelligence": 6,
                "wisdom": 12,
                "charisma": 7
            },
            "modifiers": {
                "strength": 5,
                "dexterity": -2,
                "constitution": 5,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 5,
                "dexterity": -2,
                "constitution": 5,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {
                "intimidation": 4,
                "perception": 4
            },
            "skill_bonuses_all": {
                "acrobatics": -2,
                "animal_handling": 1,
                "arcana": -2,
                "athletics": 5,
                "deception": -2,
                "history": -2,
                "insight": 1,
                "intimidation": 4,
                "investigation": -2,
                "medicine": 1,
                "nature": -2,
                "perception": 4,
                "performance": -2,
                "persuasion": -2,
                "religion": -2,
                "sleight_of_hand": -2,
                "stealth": -2,
                "survival": 1
            },
            "passive_perception": 14,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_desert-giant/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_desert-giant",
            "name": "Desert Giant",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api",
            "alignment": "Neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 175,
            "hit_dice": "14d12 + 84",
            "challenge_rating_decimal": "9.000",
            "challenge_rating_text": "9",
            "experience_points": 5000,
            "ability_scores": {
                "strength": 27,
                "dexterity": 10,
                "constitution": 22,
                "intelligence": 13,
                "wisdom": 18,
                "charisma": 15
            },
            "modifiers": {
                "strength": 8,
                "dexterity": 0,
                "constitution": 6,
                "intelligence": 1,
                "wisdom": 4,
                "charisma": 2
            },
            "saving_throws": {
                "strength": 12,
                "constitution": 10,
                "charisma": 6
            },
            "saving_throws_all": {
                "strength": 12,
                "dexterity": 0,
                "constitution": 10,
                "intelligence": 1,
                "wisdom": 4,
                "charisma": 6
            },
            "skill_bonuses": {
                "perception": 8,
                "stealth": 4,
                "survival": 8
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 4,
                "arcana": 1,
                "athletics": 8,
                "deception": 2,
                "history": 1,
                "insight": 4,
                "intimidation": 2,
                "investigation": 1,
                "medicine": 4,
                "nature": 1,
                "perception": 8,
                "performance": 2,
                "persuasion": 2,
                "religion": 1,
                "sleight_of_hand": 0,
                "stealth": 4,
                "survival": 8
            },
            "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": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_devilbound-gnome/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_devilbound-gnome",
            "name": "Devilbound Gnome",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?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/humanoid/?format=api",
            "alignment": "Any Evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/gnomish/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 104,
            "hit_dice": "19d6 + 38",
            "challenge_rating_decimal": "9.000",
            "challenge_rating_text": "9",
            "experience_points": 5000,
            "ability_scores": {
                "strength": 10,
                "dexterity": 14,
                "constitution": 15,
                "intelligence": 16,
                "wisdom": 12,
                "charisma": 21
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 3,
                "wisdom": 1,
                "charisma": 5
            },
            "saving_throws": {
                "constitution": 6,
                "intelligence": 7,
                "charisma": 9
            },
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 6,
                "intelligence": 7,
                "wisdom": 1,
                "charisma": 9
            },
            "skill_bonuses": {
                "arcana": 7,
                "deception": 9,
                "history": 7,
                "persuasion": 9
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": 7,
                "athletics": 0,
                "deception": 9,
                "history": 7,
                "insight": 1,
                "intimidation": 5,
                "investigation": 3,
                "medicine": 1,
                "nature": 3,
                "perception": 1,
                "performance": 5,
                "persuasion": 9,
                "religion": 3,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 1
            },
            "passive_perception": 11,
            "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/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/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/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "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_dissimortuum/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_dissimortuum",
            "name": "Dissimortuum",
            "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": "Chaotic Evil",
            "languages": [],
            "armor_class": 15,
            "hit_points": 112,
            "hit_dice": "15d8 + 45",
            "challenge_rating_decimal": "7.000",
            "challenge_rating_text": "7",
            "experience_points": 2900,
            "ability_scores": {
                "strength": 14,
                "dexterity": 10,
                "constitution": 16,
                "intelligence": 8,
                "wisdom": 11,
                "charisma": 18
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": 4
            },
            "saving_throws": {
                "constitution": 6
            },
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 6,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": 4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": -1,
                "athletics": 2,
                "deception": 4,
                "history": -1,
                "insight": 0,
                "intimidation": 4,
                "investigation": -1,
                "medicine": 0,
                "nature": -1,
                "perception": 0,
                "performance": 4,
                "persuasion": 4,
                "religion": -1,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 0
            },
            "passive_perception": 10,
            "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/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/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_dogmole/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_dogmole",
            "name": "Dogmole",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "burrow": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 30.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "Unaligned",
            "languages": [],
            "armor_class": 14,
            "hit_points": 58,
            "hit_dice": "9d8 + 18",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 14,
                "dexterity": 17,
                "constitution": 15,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 10
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": 0
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 2,
                "deception": 0,
                "history": -4,
                "insight": 1,
                "intimidation": 0,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 1,
                "performance": 0,
                "persuasion": 0,
                "religion": -4,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": 30.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_dogmole-juggernaut/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_dogmole-juggernaut",
            "name": "Dogmole Juggernaut",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "burrow": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 30.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "Unaligned",
            "languages": [],
            "armor_class": 15,
            "hit_points": 126,
            "hit_dice": "12d10 + 60",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 21,
                "dexterity": 14,
                "constitution": 20,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 2
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 2,
                "constitution": 5,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -4
            },
            "saving_throws": {
                "constitution": 8
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 2,
                "constitution": 8,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 5,
                "deception": -4,
                "history": -4,
                "insight": 0,
                "intimidation": -4,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -4,
                "persuasion": -4,
                "religion": -4,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": 30.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_domovoi/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_domovoi",
            "name": "Domovoi",
            "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/fey/?format=api",
            "alignment": "Chaotic Neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 93,
            "hit_dice": "11d8 + 44",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 19,
                "dexterity": 13,
                "constitution": 18,
                "intelligence": 6,
                "wisdom": 10,
                "charisma": 16
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 4,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": 3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 4,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": 3
            },
            "skill_bonuses": {
                "intimidation": 5,
                "perception": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": -2,
                "athletics": 4,
                "deception": 3,
                "history": -2,
                "insight": 0,
                "intimidation": 5,
                "investigation": -2,
                "medicine": 0,
                "nature": -2,
                "perception": 2,
                "performance": 3,
                "persuasion": 3,
                "religion": -2,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 0
            },
            "passive_perception": 12,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_doppelrat/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_doppelrat",
            "name": "Doppelrat",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?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/monstrosity/?format=api",
            "alignment": "Unaligned",
            "languages": [],
            "armor_class": 13,
            "hit_points": 45,
            "hit_dice": "10d4 + 20",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 2,
                "dexterity": 17,
                "constitution": 14,
                "intelligence": 2,
                "wisdom": 13,
                "charisma": 2
            },
            "modifiers": {
                "strength": -4,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -4
            },
            "saving_throws": {
                "dexterity": 5
            },
            "saving_throws_all": {
                "strength": -4,
                "dexterity": 5,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -4
            },
            "skill_bonuses": {
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": -4,
                "deception": -4,
                "history": -4,
                "insight": 1,
                "intimidation": -4,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 1,
                "performance": -4,
                "persuasion": -4,
                "religion": -4,
                "sleight_of_hand": 3,
                "stealth": 5,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_dorreq/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_dorreq",
            "name": "Dorreq",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?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/aberration/?format=api",
            "alignment": "Neutral Evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 93,
            "hit_dice": "17d8 + 17",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 19,
                "dexterity": 19,
                "constitution": 13,
                "intelligence": 11,
                "wisdom": 8,
                "charisma": 10
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 4,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": -1,
                "charisma": 0
            },
            "saving_throws": {
                "dexterity": 6
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 6,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": -1,
                "charisma": 0
            },
            "skill_bonuses": {
                "intimidation": 2,
                "perception": 1,
                "stealth": 8
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": -1,
                "arcana": 0,
                "athletics": 4,
                "deception": 0,
                "history": 0,
                "insight": -1,
                "intimidation": 2,
                "investigation": 0,
                "medicine": -1,
                "nature": 0,
                "perception": 1,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 4,
                "stealth": 8,
                "survival": -1
            },
            "passive_perception": 11,
            "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/lightning/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_dragon-eel/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_dragon-eel",
            "name": "Dragon Eel",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?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/dragon/?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",
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 195,
            "hit_dice": "17d12 + 85",
            "challenge_rating_decimal": "12.000",
            "challenge_rating_text": "12",
            "experience_points": 8400,
            "ability_scores": {
                "strength": 26,
                "dexterity": 12,
                "constitution": 20,
                "intelligence": 14,
                "wisdom": 13,
                "charisma": 14
            },
            "modifiers": {
                "strength": 8,
                "dexterity": 1,
                "constitution": 5,
                "intelligence": 2,
                "wisdom": 1,
                "charisma": 2
            },
            "saving_throws": {
                "strength": 12,
                "dexterity": 5,
                "intelligence": 6,
                "wisdom": 5,
                "charisma": 6
            },
            "saving_throws_all": {
                "strength": 12,
                "dexterity": 5,
                "constitution": 5,
                "intelligence": 6,
                "wisdom": 5,
                "charisma": 6
            },
            "skill_bonuses": {
                "acrobatics": 5,
                "athletics": 12,
                "insight": 5,
                "perception": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 1,
                "arcana": 2,
                "athletics": 12,
                "deception": 2,
                "history": 2,
                "insight": 5,
                "intimidation": 2,
                "investigation": 2,
                "medicine": 1,
                "nature": 2,
                "perception": 5,
                "performance": 2,
                "persuasion": 2,
                "religion": 2,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 1
            },
            "passive_perception": 15,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?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",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_dragonleaf-tree/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_dragonleaf-tree",
            "name": "Dragonleaf Tree",
            "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": 16,
            "hit_points": 152,
            "hit_dice": "16d10 + 64",
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 16,
                "dexterity": 14,
                "constitution": 19,
                "intelligence": 5,
                "wisdom": 12,
                "charisma": 17
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": 3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": 3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -3,
                "athletics": 3,
                "deception": 3,
                "history": -3,
                "insight": 1,
                "intimidation": 3,
                "investigation": -3,
                "medicine": 1,
                "nature": -3,
                "perception": 1,
                "performance": 3,
                "persuasion": 3,
                "religion": -3,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [],
            "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"
            ],
            "normal_sight_range": 10560.0,
            "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_drakon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_drakon",
            "name": "Drakon",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 30.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "Unaligned",
            "languages": [],
            "armor_class": 16,
            "hit_points": 105,
            "hit_dice": "14d10 + 28",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 14,
                "dexterity": 19,
                "constitution": 15,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 10
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 4,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 4,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 4,
                "stealth": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 2,
                "deception": 0,
                "history": -4,
                "insight": 1,
                "intimidation": 0,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 4,
                "performance": 0,
                "persuasion": 0,
                "religion": -4,
                "sleight_of_hand": 4,
                "stealth": 7,
                "survival": 1
            },
            "passive_perception": 14,
            "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/paralyzed/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_dream-eater/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_dream-eater",
            "name": "Dream Eater",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "fly": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 30.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "Lawful 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/infernal/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 75,
            "hit_dice": "10d8 + 30",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 15,
                "dexterity": 18,
                "constitution": 17,
                "intelligence": 16,
                "wisdom": 13,
                "charisma": 20
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 4,
                "constitution": 3,
                "intelligence": 3,
                "wisdom": 1,
                "charisma": 5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 4,
                "constitution": 3,
                "intelligence": 3,
                "wisdom": 1,
                "charisma": 5
            },
            "skill_bonuses": {
                "deception": 8,
                "insight": 4,
                "persuasion": 8
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 1,
                "arcana": 3,
                "athletics": 2,
                "deception": 8,
                "history": 3,
                "insight": 4,
                "intimidation": 5,
                "investigation": 3,
                "medicine": 1,
                "nature": 3,
                "perception": 1,
                "performance": 5,
                "persuasion": 8,
                "religion": 3,
                "sleight_of_hand": 4,
                "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/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"
            ],
            "nonmagical_attack_resistance": true,
            "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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_drowned-maiden/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_drowned-maiden",
            "name": "Drowned Maiden",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api",
            "alignment": "Neutral Evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 90,
            "hit_dice": "20d8",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 15,
                "dexterity": 16,
                "constitution": 10,
                "intelligence": 10,
                "wisdom": 12,
                "charisma": 18
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 4
            },
            "saving_throws": {
                "dexterity": 6,
                "charisma": 7
            },
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 6,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 7
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": 2,
                "deception": 4,
                "history": 0,
                "insight": 1,
                "intimidation": 4,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 1,
                "performance": 4,
                "persuasion": 4,
                "religion": 0,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 1
            },
            "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": [
                "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/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_duelist/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_duelist",
            "name": "Duelist",
            "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": "Lawful Evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 117,
            "hit_dice": "18d8 + 36",
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 13,
                "dexterity": 20,
                "constitution": 14,
                "intelligence": 13,
                "wisdom": 12,
                "charisma": 16
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 5,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": 3
            },
            "saving_throws": {
                "dexterity": 8,
                "charisma": 6
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 8,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": 6
            },
            "skill_bonuses": {
                "acrobatics": 8,
                "deception": 6,
                "perception": 4,
                "stealth": 8
            },
            "skill_bonuses_all": {
                "acrobatics": 8,
                "animal_handling": 1,
                "arcana": 1,
                "athletics": 1,
                "deception": 6,
                "history": 1,
                "insight": 1,
                "intimidation": 3,
                "investigation": 1,
                "medicine": 1,
                "nature": 1,
                "perception": 4,
                "performance": 3,
                "persuasion": 3,
                "religion": 1,
                "sleight_of_hand": 5,
                "stealth": 8,
                "survival": 1
            },
            "passive_perception": 14,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_dullahan/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_dullahan",
            "name": "Dullahan",
            "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/fey/?format=api",
            "alignment": "Lawful Evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 178,
            "hit_dice": "17d10 + 85",
            "challenge_rating_decimal": "11.000",
            "challenge_rating_text": "11",
            "experience_points": 7200,
            "ability_scores": {
                "strength": 19,
                "dexterity": 18,
                "constitution": 20,
                "intelligence": 13,
                "wisdom": 15,
                "charisma": 17
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 4,
                "constitution": 5,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 4,
                "constitution": 5,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 3
            },
            "skill_bonuses": {
                "intimidation": 7,
                "perception": 6,
                "persuasion": 7,
                "survival": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 2,
                "arcana": 1,
                "athletics": 4,
                "deception": 3,
                "history": 1,
                "insight": 2,
                "intimidation": 7,
                "investigation": 1,
                "medicine": 2,
                "nature": 1,
                "perception": 6,
                "performance": 3,
                "persuasion": 7,
                "religion": 1,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 6
            },
            "passive_perception": 16,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?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"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 60.0,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_dune-mimic/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_dune-mimic",
            "name": "Dune Mimic",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?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/monstrosity/?format=api",
            "alignment": "Neutral",
            "languages": [],
            "armor_class": 13,
            "hit_points": 168,
            "hit_dice": "16d12 + 64",
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 20,
                "dexterity": 8,
                "constitution": 18,
                "intelligence": 9,
                "wisdom": 13,
                "charisma": 10
            },
            "modifiers": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 4,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 4,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 4
            },
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 1,
                "arcana": -1,
                "athletics": 5,
                "deception": 0,
                "history": -1,
                "insight": 1,
                "intimidation": 0,
                "investigation": -1,
                "medicine": 1,
                "nature": -1,
                "perception": 4,
                "performance": 0,
                "persuasion": 0,
                "religion": -1,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 1
            },
            "passive_perception": 14,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": 30.0,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_duskthorn-dryad/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_duskthorn-dryad",
            "name": "Duskthorn Dryad",
            "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/fey/?format=api",
            "alignment": "Chaotic Neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 77,
            "hit_dice": "14d8 + 14",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 10,
                "dexterity": 20,
                "constitution": 13,
                "intelligence": 14,
                "wisdom": 15,
                "charisma": 24
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 5,
                "constitution": 1,
                "intelligence": 2,
                "wisdom": 2,
                "charisma": 7
            },
            "saving_throws": {
                "constitution": 3,
                "wisdom": 4
            },
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 5,
                "constitution": 3,
                "intelligence": 2,
                "wisdom": 4,
                "charisma": 7
            },
            "skill_bonuses": {
                "deception": 9,
                "nature": 6,
                "perception": 4,
                "persuasion": 9,
                "stealth": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 2,
                "arcana": 2,
                "athletics": 0,
                "deception": 9,
                "history": 2,
                "insight": 2,
                "intimidation": 7,
                "investigation": 2,
                "medicine": 2,
                "nature": 6,
                "perception": 4,
                "performance": 7,
                "persuasion": 9,
                "religion": 2,
                "sleight_of_hand": 5,
                "stealth": 7,
                "survival": 2
            },
            "passive_perception": 14,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_dust-goblin/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_dust-goblin",
            "name": "Dust Goblin",
            "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/humanoid/?format=api",
            "alignment": "Neutral Evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/goblin/?format=api"
            ],
            "armor_class": 14,
            "hit_points": 16,
            "hit_dice": "3d6 + 6",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 8,
                "dexterity": 16,
                "constitution": 14,
                "intelligence": 10,
                "wisdom": 8,
                "charisma": 8
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": -1,
                "charisma": -1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": -1,
                "charisma": -1
            },
            "skill_bonuses": {
                "stealth": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": -1,
                "arcana": 0,
                "athletics": -1,
                "deception": -1,
                "history": 0,
                "insight": -1,
                "intimidation": -1,
                "investigation": 0,
                "medicine": -1,
                "nature": 0,
                "perception": -1,
                "performance": -1,
                "persuasion": -1,
                "religion": 0,
                "sleight_of_hand": 3,
                "stealth": 7,
                "survival": -1
            },
            "passive_perception": 9,
            "damage_immunities": [],
            "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/frightened/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_dwarven-ringmage/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_dwarven-ringmage",
            "name": "Dwarven Ringmage",
            "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": "Any Alignment",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 136,
            "hit_dice": "21d8 + 42",
            "challenge_rating_decimal": "7.000",
            "challenge_rating_text": "7",
            "experience_points": 2900,
            "ability_scores": {
                "strength": 10,
                "dexterity": 14,
                "constitution": 15,
                "intelligence": 18,
                "wisdom": 12,
                "charisma": 9
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 4,
                "wisdom": 1,
                "charisma": -1
            },
            "saving_throws": {
                "constitution": 4,
                "intelligence": 7,
                "wisdom": 4
            },
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": 7,
                "wisdom": 4,
                "charisma": -1
            },
            "skill_bonuses": {
                "arcana": 7,
                "history": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": 7,
                "athletics": 0,
                "deception": -1,
                "history": 7,
                "insight": 1,
                "intimidation": -1,
                "investigation": 4,
                "medicine": 1,
                "nature": 4,
                "perception": 1,
                "performance": -1,
                "persuasion": -1,
                "religion": 4,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_eala/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_eala",
            "name": "Eala",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
            "speed": {
                "walk": 60.0,
                "unit": "feet",
                "fly": 10.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 60.0,
                "crawl": 30.0,
                "hover": false,
                "fly": 10.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "Unaligned",
            "languages": [],
            "armor_class": 15,
            "hit_points": 40,
            "hit_dice": "9d6 + 9",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 10,
                "dexterity": 16,
                "constitution": 12,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 16
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": 3
            },
            "saving_throws": {
                "dexterity": 5
            },
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 5,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": 3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 0,
                "deception": 3,
                "history": -4,
                "insight": 1,
                "intimidation": 3,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 1,
                "performance": 3,
                "persuasion": 3,
                "religion": -4,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 1
            },
            "passive_perception": 11,
            "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": 60.0,
            "blindsight_range": null,
            "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_eel-hound/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_eel-hound",
            "name": "Eel Hound",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api",
            "alignment": "Neutral",
            "languages": [],
            "armor_class": 14,
            "hit_points": 77,
            "hit_dice": "14d8 + 14",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 19,
                "dexterity": 16,
                "constitution": 13,
                "intelligence": 6,
                "wisdom": 13,
                "charisma": 16
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": 3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": 3
            },
            "skill_bonuses": {
                "perception": 3,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": -2,
                "athletics": 4,
                "deception": 3,
                "history": -2,
                "insight": 1,
                "intimidation": 3,
                "investigation": -2,
                "medicine": 1,
                "nature": -2,
                "perception": 3,
                "performance": 3,
                "persuasion": 3,
                "religion": -2,
                "sleight_of_hand": 3,
                "stealth": 5,
                "survival": 1
            },
            "passive_perception": 13,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_einherjar/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_einherjar",
            "name": "Einherjar",
            "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": "Chaotic Neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 119,
            "hit_dice": "14d8 + 56",
            "challenge_rating_decimal": "7.000",
            "challenge_rating_text": "7",
            "experience_points": 2900,
            "ability_scores": {
                "strength": 19,
                "dexterity": 16,
                "constitution": 19,
                "intelligence": 10,
                "wisdom": 14,
                "charisma": 11
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 4,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 4,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 0
            },
            "skill_bonuses": {
                "intimidation": 6,
                "perception": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": 4,
                "deception": 0,
                "history": 0,
                "insight": 2,
                "intimidation": 6,
                "investigation": 0,
                "medicine": 2,
                "nature": 0,
                "perception": 5,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 2
            },
            "passive_perception": 15,
            "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",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 60.0,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_elder-shadow-drake/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_elder-shadow-drake",
            "name": "Elder Shadow Drake",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 60.0,
                "unit": "feet",
                "fly": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 60.0,
                "crawl": 30.0,
                "hover": false,
                "fly": 20.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "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": 16,
            "hit_points": 114,
            "hit_dice": "12d10 + 48",
            "challenge_rating_decimal": "7.000",
            "challenge_rating_text": "7",
            "experience_points": 2900,
            "ability_scores": {
                "strength": 22,
                "dexterity": 13,
                "constitution": 18,
                "intelligence": 8,
                "wisdom": 9,
                "charisma": 13
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 1,
                "constitution": 4,
                "intelligence": -1,
                "wisdom": -1,
                "charisma": 1
            },
            "saving_throws": {
                "dexterity": 4,
                "constitution": 7,
                "charisma": 4
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 4,
                "constitution": 7,
                "intelligence": -1,
                "wisdom": -1,
                "charisma": 4
            },
            "skill_bonuses": {
                "perception": 5,
                "stealth": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": -1,
                "arcana": -1,
                "athletics": 6,
                "deception": 1,
                "history": -1,
                "insight": -1,
                "intimidation": 1,
                "investigation": -1,
                "medicine": -1,
                "nature": -1,
                "perception": 5,
                "performance": 1,
                "persuasion": 1,
                "religion": -1,
                "sleight_of_hand": 1,
                "stealth": 7,
                "survival": -1
            },
            "passive_perception": 15,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api"
            ],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_elemental-locus/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_elemental-locus",
            "name": "Elemental Locus",
            "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/elemental/?format=api",
            "alignment": "Neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 290,
            "hit_dice": "20d20 + 80",
            "challenge_rating_decimal": "17.000",
            "challenge_rating_text": "17",
            "experience_points": 18000,
            "ability_scores": {
                "strength": 28,
                "dexterity": 1,
                "constitution": 18,
                "intelligence": 10,
                "wisdom": 11,
                "charisma": 11
            },
            "modifiers": {
                "strength": 9,
                "dexterity": -5,
                "constitution": 4,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 0
            },
            "saving_throws": {
                "intelligence": 6,
                "wisdom": 6,
                "charisma": 6
            },
            "saving_throws_all": {
                "strength": 9,
                "dexterity": -5,
                "constitution": 4,
                "intelligence": 6,
                "wisdom": 6,
                "charisma": 6
            },
            "skill_bonuses": {
                "nature": 6,
                "perception": 6
            },
            "skill_bonuses_all": {
                "acrobatics": -5,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 9,
                "deception": 0,
                "history": 0,
                "insight": 0,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 0,
                "nature": 6,
                "perception": 6,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": -5,
                "stealth": -5,
                "survival": 0
            },
            "passive_perception": 16,
            "damage_immunities": [
                "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/poison/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "nonmagical_attack_immunity": true,
            "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": [],
            "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",
                "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": 120.0,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_elvish-veteran-archer/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_elvish-veteran-archer",
            "name": "Elvish Veteran Archer",
            "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": "Any Alignment",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 66,
            "hit_dice": "12d8 + 12",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 11,
                "dexterity": 18,
                "constitution": 12,
                "intelligence": 11,
                "wisdom": 13,
                "charisma": 11
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 4,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 4,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "skill_bonuses": {
                "nature": 2,
                "perception": 5,
                "stealth": 5,
                "survival": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": 0,
                "deception": 0,
                "history": 0,
                "insight": 1,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 1,
                "nature": 2,
                "perception": 5,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 4,
                "stealth": 5,
                "survival": 3
            },
            "passive_perception": 15,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "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_emerald-order-cult-leader/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_emerald-order-cult-leader",
            "name": "Emerald Order Cult Leader",
            "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": "Lawful Neutral or Lawful Evil",
            "languages": [],
            "armor_class": 15,
            "hit_points": 156,
            "hit_dice": "24d8 + 48",
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 14,
                "dexterity": 10,
                "constitution": 14,
                "intelligence": 15,
                "wisdom": 20,
                "charisma": 15
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": 2,
                "wisdom": 5,
                "charisma": 2
            },
            "saving_throws": {
                "intelligence": 5,
                "wisdom": 8,
                "charisma": 5
            },
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": 5,
                "wisdom": 8,
                "charisma": 5
            },
            "skill_bonuses": {
                "arcana": 5,
                "deception": 5,
                "history": 5,
                "religion": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 5,
                "arcana": 5,
                "athletics": 2,
                "deception": 5,
                "history": 5,
                "insight": 5,
                "intimidation": 2,
                "investigation": 2,
                "medicine": 5,
                "nature": 2,
                "perception": 5,
                "performance": 2,
                "persuasion": 2,
                "religion": 5,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 5
            },
            "passive_perception": 15,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_empty-cloak/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_empty-cloak",
            "name": "Empty Cloak",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "Neutral",
            "languages": [],
            "armor_class": 13,
            "hit_points": 45,
            "hit_dice": "10d8",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 18,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 10,
                "wisdom": 10,
                "charisma": 1
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": -5
            },
            "saving_throws": {
                "dexterity": 4,
                "constitution": 2
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 4,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": -5
            },
            "skill_bonuses": {
                "perception": 2,
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 4,
                "deception": -5,
                "history": 0,
                "insight": 0,
                "intimidation": -5,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 2,
                "performance": -5,
                "persuasion": -5,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 0
            },
            "passive_perception": 12,
            "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"
            ],
            "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/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": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_enchantress/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_enchantress",
            "name": "Enchantress",
            "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": "Lawful Evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 123,
            "hit_dice": "19d8 + 38",
            "challenge_rating_decimal": "7.000",
            "challenge_rating_text": "7",
            "experience_points": 2900,
            "ability_scores": {
                "strength": 10,
                "dexterity": 15,
                "constitution": 14,
                "intelligence": 12,
                "wisdom": 17,
                "charisma": 18
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 4
            },
            "saving_throws": {
                "dexterity": 5,
                "wisdom": 6,
                "charisma": 7
            },
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 5,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 6,
                "charisma": 7
            },
            "skill_bonuses": {
                "arcana": 4,
                "deception": 7,
                "perception": 6,
                "persuasion": 7,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 3,
                "arcana": 4,
                "athletics": 0,
                "deception": 7,
                "history": 1,
                "insight": 3,
                "intimidation": 4,
                "investigation": 1,
                "medicine": 3,
                "nature": 1,
                "perception": 6,
                "performance": 4,
                "persuasion": 7,
                "religion": 1,
                "sleight_of_hand": 2,
                "stealth": 5,
                "survival": 3
            },
            "passive_perception": 16,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_eonic-drifter/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_eonic-drifter",
            "name": "Eonic Drifter",
            "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": "Chaotic Neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 65,
            "hit_dice": "10d8 + 20",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 9,
                "dexterity": 14,
                "constitution": 14,
                "intelligence": 18,
                "wisdom": 11,
                "charisma": 13
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 4,
                "wisdom": 0,
                "charisma": 1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 4,
                "wisdom": 0,
                "charisma": 1
            },
            "skill_bonuses": {
                "arcana": 6,
                "history": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 6,
                "athletics": -1,
                "deception": 1,
                "history": 6,
                "insight": 0,
                "intimidation": 1,
                "investigation": 4,
                "medicine": 0,
                "nature": 4,
                "perception": 0,
                "performance": 1,
                "persuasion": 1,
                "religion": 4,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_erina/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_erina",
            "name": "Erina",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?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/humanoid/?format=api",
            "alignment": "Neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 12,
            "hit_points": 22,
            "hit_dice": "4d6 + 8",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 9,
                "dexterity": 12,
                "constitution": 14,
                "intelligence": 13,
                "wisdom": 10,
                "charisma": 11
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": 1,
                "athletics": -1,
                "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": 1,
                "stealth": 1,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_erina-defender/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_erina-defender",
            "name": "Erina Defender",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?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/humanoid/?format=api",
            "alignment": "Neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 44,
            "hit_dice": "8d6 + 16",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 11,
                "dexterity": 14,
                "constitution": 14,
                "intelligence": 13,
                "wisdom": 12,
                "charisma": 11
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": 0
            },
            "skill_bonuses": {
                "athletics": 4,
                "perception": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": 1,
                "athletics": 4,
                "deception": 0,
                "history": 1,
                "insight": 1,
                "intimidation": 0,
                "investigation": 1,
                "medicine": 1,
                "nature": 1,
                "perception": 3,
                "performance": 0,
                "persuasion": 0,
                "religion": 1,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 1
            },
            "passive_perception": 13,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_eye-golem/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_eye-golem",
            "name": "Eye Golem",
            "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/construct/?format=api",
            "alignment": "Unaligned",
            "languages": [],
            "armor_class": 20,
            "hit_points": 157,
            "hit_dice": "15d10 + 75",
            "challenge_rating_decimal": "11.000",
            "challenge_rating_text": "11",
            "experience_points": 7200,
            "ability_scores": {
                "strength": 22,
                "dexterity": 9,
                "constitution": 20,
                "intelligence": 5,
                "wisdom": 11,
                "charisma": 1
            },
            "modifiers": {
                "strength": 6,
                "dexterity": -1,
                "constitution": 5,
                "intelligence": -3,
                "wisdom": 0,
                "charisma": -5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 6,
                "dexterity": -1,
                "constitution": 5,
                "intelligence": -3,
                "wisdom": 0,
                "charisma": -5
            },
            "skill_bonuses": {
                "perception": 8
            },
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 0,
                "arcana": -3,
                "athletics": 6,
                "deception": -5,
                "history": -3,
                "insight": 0,
                "intimidation": -5,
                "investigation": -3,
                "medicine": 0,
                "nature": -3,
                "perception": 8,
                "performance": -5,
                "persuasion": -5,
                "religion": -3,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 0
            },
            "passive_perception": 18,
            "damage_immunities": [
                "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/poison/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_immunity": true,
            "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/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": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 120.0,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_far-darrig/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_far-darrig",
            "name": "Far Darrig",
            "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/fey/?format=api",
            "alignment": "Neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api"
            ],
            "armor_class": 14,
            "hit_points": 84,
            "hit_dice": "13d6 + 39",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 17,
                "dexterity": 16,
                "constitution": 17,
                "intelligence": 11,
                "wisdom": 15,
                "charisma": 17
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 3,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 3
            },
            "saving_throws": {
                "charisma": 5
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 3,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 5
            },
            "skill_bonuses": {
                "nature": 4,
                "perception": 4,
                "survival": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": 3,
                "deception": 3,
                "history": 0,
                "insight": 2,
                "intimidation": 3,
                "investigation": 0,
                "medicine": 2,
                "nature": 4,
                "perception": 4,
                "performance": 3,
                "persuasion": 3,
                "religion": 0,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 4
            },
            "passive_perception": 14,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_fate-eater/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_fate-eater",
            "name": "Fate Eater",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "Neutral",
            "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": 16,
            "hit_points": 130,
            "hit_dice": "20d8 + 40",
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 18,
                "dexterity": 12,
                "constitution": 14,
                "intelligence": 18,
                "wisdom": 16,
                "charisma": 9
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 4,
                "wisdom": 3,
                "charisma": -1
            },
            "saving_throws": {
                "constitution": 5
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 5,
                "intelligence": 4,
                "wisdom": 3,
                "charisma": -1
            },
            "skill_bonuses": {
                "arcana": 7,
                "history": 7,
                "insight": 6,
                "religion": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 3,
                "arcana": 7,
                "athletics": 4,
                "deception": -1,
                "history": 7,
                "insight": 6,
                "intimidation": -1,
                "investigation": 4,
                "medicine": 3,
                "nature": 4,
                "perception": 3,
                "performance": -1,
                "persuasion": -1,
                "religion": 7,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 3
            },
            "passive_perception": 13,
            "damage_immunities": [],
            "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/frightened/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 60.0,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_fear-smith/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_fear-smith",
            "name": "Fear Smith",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?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/fey/?format=api",
            "alignment": "Chaotic Neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 149,
            "hit_dice": "23d8 + 46",
            "challenge_rating_decimal": "10.000",
            "challenge_rating_text": "10",
            "experience_points": 5900,
            "ability_scores": {
                "strength": 11,
                "dexterity": 17,
                "constitution": 14,
                "intelligence": 11,
                "wisdom": 15,
                "charisma": 18
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 4
            },
            "saving_throws": {
                "wisdom": 6
            },
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 6,
                "charisma": 4
            },
            "skill_bonuses": {
                "intimidation": 8,
                "stealth": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": 0,
                "deception": 4,
                "history": 0,
                "insight": 2,
                "intimidation": 8,
                "investigation": 0,
                "medicine": 2,
                "nature": 0,
                "perception": 2,
                "performance": 4,
                "persuasion": 4,
                "religion": 0,
                "sleight_of_hand": 3,
                "stealth": 7,
                "survival": 2
            },
            "passive_perception": 12,
            "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": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": 30.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_fellforged/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_fellforged",
            "name": "Fellforged",
            "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/construct/?format=api",
            "alignment": "Lawful Evil",
            "languages": [],
            "armor_class": 15,
            "hit_points": 135,
            "hit_dice": "18d8 + 54",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 14,
                "dexterity": 12,
                "constitution": 17,
                "intelligence": 12,
                "wisdom": 14,
                "charisma": 15
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 2
            },
            "saving_throws": {
                "strength": 5,
                "wisdom": 5
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": 5,
                "charisma": 2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 2,
                "arcana": 1,
                "athletics": 2,
                "deception": 2,
                "history": 1,
                "insight": 2,
                "intimidation": 2,
                "investigation": 1,
                "medicine": 2,
                "nature": 1,
                "perception": 2,
                "performance": 2,
                "persuasion": 2,
                "religion": 1,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 2
            },
            "passive_perception": 12,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?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/acid/?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"
            ],
            "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/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": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_fetal-savant/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_fetal-savant",
            "name": "Fetal Savant",
            "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/humanoid/?format=api",
            "alignment": "Chaotic Evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api"
            ],
            "armor_class": 11,
            "hit_points": 32,
            "hit_dice": "13d4",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 5,
                "dexterity": 12,
                "constitution": 10,
                "intelligence": 8,
                "wisdom": 12,
                "charisma": 20
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": 5
            },
            "saving_throws": {
                "wisdom": 3,
                "charisma": 7
            },
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -1,
                "wisdom": 3,
                "charisma": 7
            },
            "skill_bonuses": {
                "perception": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": -1,
                "athletics": -3,
                "deception": 5,
                "history": -1,
                "insight": 1,
                "intimidation": 5,
                "investigation": -1,
                "medicine": 1,
                "nature": -1,
                "perception": 3,
                "performance": 5,
                "persuasion": 5,
                "religion": -1,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 1
            },
            "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/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_fext/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_fext",
            "name": "Fext",
            "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": "Any Alignment",
            "languages": [],
            "armor_class": 17,
            "hit_points": 77,
            "hit_dice": "14d8 + 14",
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 14,
                "dexterity": 16,
                "constitution": 12,
                "intelligence": 14,
                "wisdom": 12,
                "charisma": 18
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 2,
                "wisdom": 1,
                "charisma": 4
            },
            "saving_throws": {
                "dexterity": 6,
                "wisdom": 4
            },
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 6,
                "constitution": 1,
                "intelligence": 2,
                "wisdom": 4,
                "charisma": 4
            },
            "skill_bonuses": {
                "perception": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": 2,
                "athletics": 2,
                "deception": 4,
                "history": 2,
                "insight": 1,
                "intimidation": 4,
                "investigation": 2,
                "medicine": 1,
                "nature": 2,
                "perception": 4,
                "performance": 4,
                "persuasion": 4,
                "religion": 2,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 1
            },
            "passive_perception": 14,
            "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/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/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 20.0,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_feyward-tree/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_feyward-tree",
            "name": "Feyward Tree",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?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": 17,
            "hit_points": 126,
            "hit_dice": "12d12 + 48",
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 25,
                "dexterity": 10,
                "constitution": 18,
                "intelligence": 3,
                "wisdom": 11,
                "charisma": 6
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws": {
                "dexterity": 3,
                "wisdom": 3,
                "charisma": 1
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 3,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": 3,
                "charisma": 1
            },
            "skill_bonuses": {
                "perception": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 7,
                "deception": -2,
                "history": -4,
                "insight": 0,
                "intimidation": -2,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 3,
                "performance": -2,
                "persuasion": -2,
                "religion": -4,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 0
            },
            "passive_perception": 13,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?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/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": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_fidele-angel/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_fidele-angel",
            "name": "Fidele Angel",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 80.0,
                "unit": "feet",
                "fly": 10.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 80.0,
                "crawl": 40.0,
                "hover": false,
                "fly": 10.0,
                "burrow": 0.0,
                "climb": 40.0,
                "swim": 40.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",
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 104,
            "hit_dice": "16d8 + 32",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 20,
                "dexterity": 18,
                "constitution": 14,
                "intelligence": 14,
                "wisdom": 16,
                "charisma": 18
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 4,
                "constitution": 2,
                "intelligence": 2,
                "wisdom": 3,
                "charisma": 4
            },
            "saving_throws": {
                "dexterity": 7,
                "constitution": 5,
                "intelligence": 5,
                "wisdom": 6,
                "charisma": 7
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 7,
                "constitution": 5,
                "intelligence": 5,
                "wisdom": 6,
                "charisma": 7
            },
            "skill_bonuses": {
                "insight": 6,
                "perception": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 3,
                "arcana": 2,
                "athletics": 5,
                "deception": 4,
                "history": 2,
                "insight": 6,
                "intimidation": 4,
                "investigation": 2,
                "medicine": 3,
                "nature": 2,
                "perception": 6,
                "performance": 4,
                "persuasion": 4,
                "religion": 2,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 3
            },
            "passive_perception": 16,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/cold/?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/lightning/?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/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?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": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        }
    ]
}