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

GET /v2/creatures/?format=api&ordering=-hit_points&page=4
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=-hit_points&page=5",
    "previous": "https://api-beta.open5e.com/v2/creatures/?format=api&ordering=-hit_points&page=3",
    "results": [
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_orobas-devil/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_orobas-devil",
            "name": "Orobas Devil",
            "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/fiend/?format=api",
            "alignment": "lawful evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api"
            ],
            "armor_class": 19,
            "hit_points": 261,
            "hit_dice": "14d10+126",
            "challenge_rating_decimal": "14.000",
            "challenge_rating_text": "14",
            "experience_points": 11500,
            "ability_scores": {
                "strength": 26,
                "dexterity": 14,
                "constitution": 28,
                "intelligence": 23,
                "wisdom": 26,
                "charisma": 21
            },
            "modifiers": {
                "strength": 8,
                "dexterity": 2,
                "constitution": 9,
                "intelligence": 6,
                "wisdom": 8,
                "charisma": 5
            },
            "saving_throws": {
                "strength": 12,
                "dexterity": 7,
                "constitution": 14,
                "wisdom": 13
            },
            "saving_throws_all": {
                "strength": 12,
                "dexterity": 7,
                "constitution": 14,
                "intelligence": 6,
                "wisdom": 13,
                "charisma": 5
            },
            "skill_bonuses": {
                "deception": 10,
                "history": 11,
                "insight": 13,
                "perception": 13,
                "persuasion": 10
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 8,
                "arcana": 6,
                "athletics": 8,
                "deception": 10,
                "history": 11,
                "insight": 13,
                "intimidation": 5,
                "investigation": 6,
                "medicine": 8,
                "nature": 6,
                "perception": 13,
                "performance": 5,
                "persuasion": 10,
                "religion": 6,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 8
            },
            "passive_perception": 23,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "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/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 90.0,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_dawnfly/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_dawnfly",
            "name": "Dawnfly",
            "size": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api",
            "speed": {
                "walk": 20.0,
                "fly": 90.0,
                "climb": 20.0
            },
            "speed_all": {
                "unit": null,
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 90.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 21,
            "hit_points": 261,
            "hit_dice": "18d20+72",
            "challenge_rating_decimal": "19.000",
            "challenge_rating_text": "19",
            "experience_points": 22000,
            "ability_scores": {
                "strength": 23,
                "dexterity": 20,
                "constitution": 19,
                "intelligence": 1,
                "wisdom": 14,
                "charisma": 18
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 5,
                "constitution": 4,
                "intelligence": -5,
                "wisdom": 2,
                "charisma": 4
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 5,
                "constitution": 4,
                "intelligence": -5,
                "wisdom": 2,
                "charisma": 4
            },
            "skill_bonuses": {
                "perception": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 2,
                "arcana": -5,
                "athletics": 6,
                "deception": 4,
                "history": -5,
                "insight": 2,
                "intimidation": 4,
                "investigation": -5,
                "medicine": 2,
                "nature": -5,
                "perception": 2,
                "performance": 4,
                "persuasion": 4,
                "religion": -5,
                "sleight_of_hand": 5,
                "stealth": 5,
                "survival": 2
            },
            "passive_perception": 12,
            "damage_immunities": [
                "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_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",
                "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": null,
            "blindsight_range": 90.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_living-colossus/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_living-colossus",
            "name": "Living Colossus",
            "size": "https://api-beta.open5e.com/v2/sizes/gargantuan/?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/construct/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 18,
            "hit_points": 261,
            "hit_dice": "",
            "challenge_rating_decimal": "15.000",
            "challenge_rating_text": "15",
            "experience_points": 13000,
            "ability_scores": {
                "strength": 30,
                "dexterity": 8,
                "constitution": 30,
                "intelligence": 10,
                "wisdom": 14,
                "charisma": 22
            },
            "modifiers": {
                "strength": 10,
                "dexterity": -1,
                "constitution": 10,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 6
            },
            "saving_throws": {
                "strength": 10,
                "dexterity": -1,
                "constitution": 10,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 6
            },
            "saving_throws_all": {
                "strength": 10,
                "dexterity": -1,
                "constitution": 10,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 6
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": 10,
                "deception": 6,
                "history": 0,
                "insight": 2,
                "intimidation": 6,
                "investigation": 0,
                "medicine": 2,
                "nature": 0,
                "perception": 2,
                "performance": 6,
                "persuasion": 6,
                "religion": 0,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 2
            },
            "passive_perception": 12,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "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/mmenag_horde-demon-band/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_horde-demon-band",
            "name": "Horde Demon Band",
            "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/fiend/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 260,
            "hit_dice": "40d8+80",
            "challenge_rating_decimal": "13.000",
            "challenge_rating_text": "13",
            "experience_points": 10000,
            "ability_scores": {
                "strength": 16,
                "dexterity": 12,
                "constitution": 14,
                "intelligence": 8,
                "wisdom": 8,
                "charisma": 8
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": -1,
                "wisdom": -1,
                "charisma": -1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": -1,
                "wisdom": -1,
                "charisma": -1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": -1,
                "arcana": -1,
                "athletics": 3,
                "deception": -1,
                "history": -1,
                "insight": -1,
                "intimidation": -1,
                "investigation": -1,
                "medicine": -1,
                "nature": -1,
                "perception": -1,
                "performance": -1,
                "persuasion": -1,
                "religion": -1,
                "sleight_of_hand": 1,
                "stealth": 1,
                "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": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_urochar/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_urochar",
            "name": "Urochar",
            "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/aberration/?format=api",
            "alignment": "Chaotic Evil",
            "languages": [],
            "armor_class": 19,
            "hit_points": 256,
            "hit_dice": "19d12 + 133",
            "challenge_rating_decimal": "17.000",
            "challenge_rating_text": "17",
            "experience_points": 18000,
            "ability_scores": {
                "strength": 24,
                "dexterity": 15,
                "constitution": 24,
                "intelligence": 14,
                "wisdom": 14,
                "charisma": 20
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 2,
                "constitution": 7,
                "intelligence": 2,
                "wisdom": 2,
                "charisma": 5
            },
            "saving_throws": {
                "dexterity": 8,
                "constitution": 13,
                "wisdom": 8,
                "charisma": 11
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 8,
                "constitution": 13,
                "intelligence": 2,
                "wisdom": 8,
                "charisma": 11
            },
            "skill_bonuses": {
                "perception": 8,
                "stealth": 8
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": 2,
                "athletics": 7,
                "deception": 5,
                "history": 2,
                "insight": 2,
                "intimidation": 5,
                "investigation": 2,
                "medicine": 2,
                "nature": 2,
                "perception": 8,
                "performance": 5,
                "persuasion": 5,
                "religion": 2,
                "sleight_of_hand": 2,
                "stealth": 8,
                "survival": 2
            },
            "passive_perception": 18,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?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/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/frightened/?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_urochar-strangling-watcher/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_urochar-strangling-watcher",
            "name": "Urochar (Strangling Watcher)",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "climb": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 19,
            "hit_points": 256,
            "hit_dice": "19d12+133",
            "challenge_rating_decimal": "17.000",
            "challenge_rating_text": "17",
            "experience_points": 18000,
            "ability_scores": {
                "strength": 24,
                "dexterity": 15,
                "constitution": 24,
                "intelligence": 14,
                "wisdom": 14,
                "charisma": 20
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 2,
                "constitution": 7,
                "intelligence": 2,
                "wisdom": 2,
                "charisma": 5
            },
            "saving_throws": {
                "dexterity": 8,
                "constitution": 13,
                "wisdom": 9,
                "charisma": 11
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 8,
                "constitution": 13,
                "intelligence": 2,
                "wisdom": 9,
                "charisma": 11
            },
            "skill_bonuses": {
                "perception": 8,
                "stealth": 8
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": 2,
                "athletics": 7,
                "deception": 5,
                "history": 2,
                "insight": 2,
                "intimidation": 5,
                "investigation": 2,
                "medicine": 2,
                "nature": 2,
                "perception": 8,
                "performance": 5,
                "persuasion": 5,
                "religion": 2,
                "sleight_of_hand": 2,
                "stealth": 8,
                "survival": 2
            },
            "passive_perception": 19,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?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/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/frightened/?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/mmenag_arcane-blademaster/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_arcane-blademaster",
            "name": "Arcane Blademaster",
            "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": [],
            "armor_class": 20,
            "hit_points": 256,
            "hit_dice": "27d8+135",
            "challenge_rating_decimal": "19.000",
            "challenge_rating_text": "19",
            "experience_points": 22000,
            "ability_scores": {
                "strength": 20,
                "dexterity": 12,
                "constitution": 20,
                "intelligence": 20,
                "wisdom": 14,
                "charisma": 12
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 1,
                "constitution": 5,
                "intelligence": 5,
                "wisdom": 2,
                "charisma": 1
            },
            "saving_throws": {
                "constitution": 11,
                "intelligence": 11,
                "wisdom": 8
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 1,
                "constitution": 11,
                "intelligence": 11,
                "wisdom": 8,
                "charisma": 1
            },
            "skill_bonuses": {
                "arcana": 11,
                "athletics": 11
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 2,
                "arcana": 11,
                "athletics": 11,
                "deception": 1,
                "history": 5,
                "insight": 2,
                "intimidation": 1,
                "investigation": 5,
                "medicine": 2,
                "nature": 5,
                "perception": 2,
                "performance": 1,
                "persuasion": 1,
                "religion": 5,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 2
            },
            "passive_perception": 12,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_adult-gold-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_adult-gold-dragon",
            "name": "Adult Gold Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 40.0
            },
            "category": "Monsters; Dragons, Metallic",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "lawful good",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 19,
            "hit_points": 256,
            "hit_dice": "19d12+133",
            "challenge_rating_decimal": "17.000",
            "challenge_rating_text": "17",
            "experience_points": 18000,
            "ability_scores": {
                "strength": 27,
                "dexterity": 14,
                "constitution": 25,
                "intelligence": 16,
                "wisdom": 15,
                "charisma": 24
            },
            "modifiers": {
                "strength": 8,
                "dexterity": 2,
                "constitution": 7,
                "intelligence": 3,
                "wisdom": 2,
                "charisma": 7
            },
            "saving_throws": {
                "dexterity": 8,
                "constitution": 13,
                "wisdom": 8,
                "charisma": 13
            },
            "saving_throws_all": {
                "strength": 8,
                "dexterity": 8,
                "constitution": 13,
                "intelligence": 3,
                "wisdom": 8,
                "charisma": 13
            },
            "skill_bonuses": {
                "insight": 8,
                "perception": 14,
                "persuasion": 13,
                "stealth": 8
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": 3,
                "athletics": 8,
                "deception": 7,
                "history": 3,
                "insight": 8,
                "intimidation": 7,
                "investigation": 3,
                "medicine": 2,
                "nature": 3,
                "perception": 14,
                "performance": 7,
                "persuasion": 13,
                "religion": 3,
                "sleight_of_hand": 2,
                "stealth": 8,
                "survival": 2
            },
            "passive_perception": 24,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., one target. Hit: 19 (2d10 + 8) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 14,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 19,
                                "die_count": 2,
                                "die_type": "D10",
                                "bonus": 8,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Breath Weapons",
                    "desc": "The dragon uses one of the following breath weapons.\n\nFire Breath. The dragon exhales fire in a 60-foot cone. Each creature in that area must make a DC 21 Dexterity saving throw, taking 66 (12d10) fire damage on a failed save, or half as much damage on a successful one.\n\nWeakening Breath. The dragon exhales gas in a 60-foot cone. Each creature in that area must succeed on a DC 21 Strength saving throw or have disadvantage on Strength-based attack rolls, Strength checks, and Strength saving throws for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.\n",
                    "recharge_on_roll": 5
                },
                {
                    "name": "Change Shape",
                    "desc": "The dragon magically polymorphs into a humanoid or beast that has a challenge rating no higher than its own, or back into its true form. It reverts to its true form if it dies. Any equipment it is wearing or carrying is absorbed or borne by the new form (the dragon's choice).\n\nIn a new form, the dragon retains its alignment, hit points, Hit Dice, ability to speak, proficiencies, Legendary Resistance, lair actions, and Intelligence, Wisdom, and Charisma scores, as well as this action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\n"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 5 ft., one target. Hit: 15 (2d6 + 8) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 14,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 15,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 8,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Frightful Presence",
                    "desc": "Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 21 Wisdom saving throw or become frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\n"
                },
                {
                    "name": "Multiattack",
                    "desc": "The dragon can use its Frightful Presence. It then makes three attacks: one with its bite and two with its claws.\n"
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 15 ft., one target. Hit: 17 (2d8 + 8) bludgeoning damage.\n",
                    "attacks": [
                        {
                            "name": "Tail attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 14,
                            "reach_ft": 15,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 17,
                                "die_count": 2,
                                "die_type": "D8",
                                "bonus": 8,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_adult-red-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_adult-red-dragon",
            "name": "Adult Red Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "climb": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 40.0,
                "swim": 20.0
            },
            "category": "Monsters; Dragons, Chromatic",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 19,
            "hit_points": 256,
            "hit_dice": "19d12+133",
            "challenge_rating_decimal": "17.000",
            "challenge_rating_text": "17",
            "experience_points": 18000,
            "ability_scores": {
                "strength": 27,
                "dexterity": 10,
                "constitution": 25,
                "intelligence": 16,
                "wisdom": 13,
                "charisma": 21
            },
            "modifiers": {
                "strength": 8,
                "dexterity": 0,
                "constitution": 7,
                "intelligence": 3,
                "wisdom": 1,
                "charisma": 5
            },
            "saving_throws": {
                "dexterity": 6,
                "constitution": 13,
                "wisdom": 7,
                "charisma": 11
            },
            "saving_throws_all": {
                "strength": 8,
                "dexterity": 6,
                "constitution": 13,
                "intelligence": 3,
                "wisdom": 7,
                "charisma": 11
            },
            "skill_bonuses": {
                "perception": 13,
                "stealth": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 1,
                "arcana": 3,
                "athletics": 8,
                "deception": 5,
                "history": 3,
                "insight": 1,
                "intimidation": 5,
                "investigation": 3,
                "medicine": 1,
                "nature": 3,
                "perception": 13,
                "performance": 5,
                "persuasion": 5,
                "religion": 3,
                "sleight_of_hand": 0,
                "stealth": 6,
                "survival": 1
            },
            "passive_perception": 23,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., one target. Hit: 19 (2d10 + 8) piercing damage plus 7 (2d6) fire damage.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 14,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 19,
                                "die_count": 2,
                                "die_type": "D10",
                                "bonus": 8,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 7,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 0,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 5 ft., one target. Hit: 15 (2d6 + 8) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 14,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 15,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 8,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Fire Breath",
                    "desc": "The dragon exhales fire in a 60-foot cone. Each creature in that area must make a DC 21 Dexterity saving throw, taking 63 (18d6) fire damage on a failed save, or half as much damage on a successful one.\n",
                    "recharge_on_roll": 5
                },
                {
                    "name": "Frightful Presence",
                    "desc": "Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 19 Wisdom saving throw or become frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\n"
                },
                {
                    "name": "Multiattack",
                    "desc": "The dragon can use its Frightful Presence. It then makes three attacks: one with its bite and two with its claws.\n"
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 15 ft., one target. Hit: 17 (2d8 + 8) bludgeoning damage.\n",
                    "attacks": [
                        {
                            "name": "Tail attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 14,
                            "reach_ft": 15,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 17,
                                "die_count": 2,
                                "die_type": "D8",
                                "bonus": 8,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_adult-bronze-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_adult-bronze-dragon",
            "name": "Adult Bronze Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "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": 19,
            "hit_points": 255,
            "hit_dice": "",
            "challenge_rating_decimal": "15.000",
            "challenge_rating_text": "15",
            "experience_points": 13000,
            "ability_scores": {
                "strength": 24,
                "dexterity": 20,
                "constitution": 32,
                "intelligence": 16,
                "wisdom": 24,
                "charisma": 28
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 5,
                "constitution": 11,
                "intelligence": 3,
                "wisdom": 7,
                "charisma": 9
            },
            "saving_throws": {
                "strength": 7,
                "dexterity": 5,
                "constitution": 11,
                "intelligence": 3,
                "wisdom": 7,
                "charisma": 9
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 5,
                "constitution": 11,
                "intelligence": 3,
                "wisdom": 7,
                "charisma": 9
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 7,
                "arcana": 3,
                "athletics": 7,
                "deception": 9,
                "history": 3,
                "insight": 7,
                "intimidation": 9,
                "investigation": 3,
                "medicine": 7,
                "nature": 3,
                "perception": 7,
                "performance": 9,
                "persuasion": 9,
                "religion": 3,
                "sleight_of_hand": 5,
                "stealth": 5,
                "survival": 7
            },
            "passive_perception": 17,
            "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": [],
            "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/bfrd_adult-green-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_adult-green-dragon",
            "name": "Adult Green Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "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": 19,
            "hit_points": 255,
            "hit_dice": "",
            "challenge_rating_decimal": "15.000",
            "challenge_rating_text": "15",
            "experience_points": 13000,
            "ability_scores": {
                "strength": 22,
                "dexterity": 22,
                "constitution": 30,
                "intelligence": 22,
                "wisdom": 24,
                "charisma": 26
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 6,
                "constitution": 10,
                "intelligence": 6,
                "wisdom": 7,
                "charisma": 8
            },
            "saving_throws": {
                "strength": 6,
                "dexterity": 6,
                "constitution": 10,
                "intelligence": 6,
                "wisdom": 7,
                "charisma": 8
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 6,
                "constitution": 10,
                "intelligence": 6,
                "wisdom": 7,
                "charisma": 8
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 6,
                "animal_handling": 7,
                "arcana": 6,
                "athletics": 6,
                "deception": 8,
                "history": 6,
                "insight": 7,
                "intimidation": 8,
                "investigation": 6,
                "medicine": 7,
                "nature": 6,
                "perception": 7,
                "performance": 8,
                "persuasion": 8,
                "religion": 6,
                "sleight_of_hand": 6,
                "stealth": 6,
                "survival": 7
            },
            "passive_perception": 17,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "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/bfrd_purple-worm/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_purple-worm",
            "name": "Purple Worm",
            "size": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api",
            "speed": {
                "walk": 50.0,
                "unit": "feet",
                "burrow": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 50.0,
                "crawl": 25.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 30.0,
                "climb": 25.0,
                "swim": 25.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 18,
            "hit_points": 255,
            "hit_dice": "",
            "challenge_rating_decimal": "15.000",
            "challenge_rating_text": "15",
            "experience_points": 13000,
            "ability_scores": {
                "strength": 28,
                "dexterity": 6,
                "constitution": 32,
                "intelligence": 1,
                "wisdom": 18,
                "charisma": 4
            },
            "modifiers": {
                "strength": 9,
                "dexterity": -2,
                "constitution": 11,
                "intelligence": -5,
                "wisdom": 4,
                "charisma": -3
            },
            "saving_throws": {
                "strength": 9,
                "dexterity": -2,
                "constitution": 11,
                "intelligence": -5,
                "wisdom": 4,
                "charisma": -3
            },
            "saving_throws_all": {
                "strength": 9,
                "dexterity": -2,
                "constitution": 11,
                "intelligence": -5,
                "wisdom": 4,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -2,
                "animal_handling": 4,
                "arcana": -5,
                "athletics": 9,
                "deception": -3,
                "history": -5,
                "insight": 4,
                "intimidation": -3,
                "investigation": -5,
                "medicine": 4,
                "nature": -5,
                "perception": 4,
                "performance": -3,
                "persuasion": -3,
                "religion": -5,
                "sleight_of_hand": -2,
                "stealth": -2,
                "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": null,
            "blindsight_range": null,
            "tremorsense_range": 60.0,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_adult-mithral-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_adult-mithral-dragon",
            "name": "Adult Mithral Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 80.0,
                "unit": "feet",
                "fly": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 80.0,
                "crawl": 40.0,
                "hover": false,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 40.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?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": 18,
            "hit_points": 253,
            "hit_dice": "22d12 + 110",
            "challenge_rating_decimal": "18.000",
            "challenge_rating_text": "18",
            "experience_points": 20000,
            "ability_scores": {
                "strength": 12,
                "dexterity": 22,
                "constitution": 21,
                "intelligence": 18,
                "wisdom": 19,
                "charisma": 18
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 6,
                "constitution": 5,
                "intelligence": 4,
                "wisdom": 4,
                "charisma": 4
            },
            "saving_throws": {
                "dexterity": 12,
                "constitution": 11,
                "wisdom": 10,
                "charisma": 10
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 12,
                "constitution": 11,
                "intelligence": 4,
                "wisdom": 10,
                "charisma": 10
            },
            "skill_bonuses": {
                "history": 10,
                "insight": 10,
                "perception": 16,
                "persuasion": 10,
                "stealth": 12
            },
            "skill_bonuses_all": {
                "acrobatics": 6,
                "animal_handling": 4,
                "arcana": 4,
                "athletics": 1,
                "deception": 4,
                "history": 10,
                "insight": 10,
                "intimidation": 4,
                "investigation": 4,
                "medicine": 4,
                "nature": 4,
                "perception": 16,
                "performance": 4,
                "persuasion": 10,
                "religion": 4,
                "sleight_of_hand": 6,
                "stealth": 12,
                "survival": 4
            },
            "passive_perception": 26,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?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/ccdx_gugalanna/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/ccdx/?format=api",
            "key": "ccdx_gugalanna",
            "name": "Gugalanna",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 60.0,
                "unit": "feet",
                "fly": 80.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 60.0,
                "crawl": 30.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api",
            "alignment": "chaotic good",
            "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": 18,
            "hit_points": 253,
            "hit_dice": "22d12+110",
            "challenge_rating_decimal": "21.000",
            "challenge_rating_text": "21",
            "experience_points": 33000,
            "ability_scores": {
                "strength": 24,
                "dexterity": 16,
                "constitution": 20,
                "intelligence": 10,
                "wisdom": 20,
                "charisma": 18
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 3,
                "constitution": 5,
                "intelligence": 0,
                "wisdom": 5,
                "charisma": 4
            },
            "saving_throws": {
                "dexterity": 10,
                "constitution": 12,
                "wisdom": 12
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 10,
                "constitution": 12,
                "intelligence": 0,
                "wisdom": 12,
                "charisma": 4
            },
            "skill_bonuses": {
                "athletics": 14,
                "insight": 12,
                "intimidation": 11
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 5,
                "arcana": 0,
                "athletics": 14,
                "deception": 4,
                "history": 0,
                "insight": 12,
                "intimidation": 11,
                "investigation": 0,
                "medicine": 5,
                "nature": 0,
                "perception": 5,
                "performance": 4,
                "persuasion": 4,
                "religion": 0,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 5
            },
            "passive_perception": 15,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_immunity": true,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/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/tob3_cave-sovereign/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_cave-sovereign",
            "name": "Cave Sovereign",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "climb": 30.0
            },
            "speed_all": {
                "unit": null,
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/druidic/?format=api",
                "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/gnomish/?format=api",
                "https://api-beta.open5e.com/v2/languages/goblin/?format=api",
                "https://api-beta.open5e.com/v2/languages/halfling/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "https://api-beta.open5e.com/v2/languages/orc/?format=api",
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "https://api-beta.open5e.com/v2/languages/thieves-cant/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api",
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 253,
            "hit_dice": "22d12+110",
            "challenge_rating_decimal": "16.000",
            "challenge_rating_text": "16",
            "experience_points": 15000,
            "ability_scores": {
                "strength": 25,
                "dexterity": 8,
                "constitution": 20,
                "intelligence": 16,
                "wisdom": 12,
                "charisma": 20
            },
            "modifiers": {
                "strength": 7,
                "dexterity": -1,
                "constitution": 5,
                "intelligence": 3,
                "wisdom": 1,
                "charisma": 5
            },
            "saving_throws": {
                "constitution": 1,
                "intelligence": 8,
                "wisdom": 6
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": -1,
                "constitution": 1,
                "intelligence": 8,
                "wisdom": 6,
                "charisma": 5
            },
            "skill_bonuses": {
                "perception": 1
            },
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 1,
                "arcana": 3,
                "athletics": 7,
                "deception": 5,
                "history": 3,
                "insight": 1,
                "intimidation": 5,
                "investigation": 3,
                "medicine": 1,
                "nature": 3,
                "perception": 1,
                "performance": 5,
                "persuasion": 5,
                "religion": 3,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 1
            },
            "passive_perception": 16,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/radiant/?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": 120.0,
            "blindsight_range": null,
            "tremorsense_range": 60.0,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_adult-black-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_adult-black-dragon",
            "name": "Adult Black Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "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": 19,
            "hit_points": 253,
            "hit_dice": "22d12+110",
            "challenge_rating_decimal": "17.000",
            "challenge_rating_text": "17",
            "experience_points": 18000,
            "ability_scores": {
                "strength": 22,
                "dexterity": 14,
                "constitution": 20,
                "intelligence": 14,
                "wisdom": 12,
                "charisma": 16
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 2,
                "constitution": 5,
                "intelligence": 2,
                "wisdom": 1,
                "charisma": 3
            },
            "saving_throws": {
                "dexterity": 8,
                "constitution": 11,
                "wisdom": 7,
                "charisma": 9
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 8,
                "constitution": 11,
                "intelligence": 2,
                "wisdom": 7,
                "charisma": 9
            },
            "skill_bonuses": {
                "history": 8,
                "perception": 7,
                "stealth": 8
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": 2,
                "athletics": 6,
                "deception": 3,
                "history": 8,
                "insight": 1,
                "intimidation": 3,
                "investigation": 2,
                "medicine": 1,
                "nature": 2,
                "perception": 7,
                "performance": 3,
                "persuasion": 3,
                "religion": 2,
                "sleight_of_hand": 2,
                "stealth": 8,
                "survival": 1
            },
            "passive_perception": 20,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_adult-black-dragon-lich/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_adult-black-dragon-lich",
            "name": "Adult Black Dragon Lich",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/undead/?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": 19,
            "hit_points": 253,
            "hit_dice": "22d12+110",
            "challenge_rating_decimal": "17.000",
            "challenge_rating_text": "17",
            "experience_points": 18000,
            "ability_scores": {
                "strength": 22,
                "dexterity": 14,
                "constitution": 20,
                "intelligence": 14,
                "wisdom": 12,
                "charisma": 16
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 2,
                "constitution": 5,
                "intelligence": 2,
                "wisdom": 1,
                "charisma": 3
            },
            "saving_throws": {
                "dexterity": 8,
                "constitution": 11,
                "wisdom": 7,
                "charisma": 9
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 8,
                "constitution": 11,
                "intelligence": 2,
                "wisdom": 7,
                "charisma": 9
            },
            "skill_bonuses": {
                "history": 8,
                "perception": 7,
                "stealth": 8
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": 2,
                "athletics": 6,
                "deception": 3,
                "history": 8,
                "insight": 1,
                "intimidation": 3,
                "investigation": 2,
                "medicine": 1,
                "nature": 2,
                "perception": 7,
                "performance": 3,
                "persuasion": 3,
                "religion": 2,
                "sleight_of_hand": 2,
                "stealth": 8,
                "survival": 1
            },
            "passive_perception": 20,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?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/mmenag_adult-copper-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_adult-copper-dragon",
            "name": "Adult Copper Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "climb": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 40.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 253,
            "hit_dice": "22d12+110",
            "challenge_rating_decimal": "17.000",
            "challenge_rating_text": "17",
            "experience_points": 18000,
            "ability_scores": {
                "strength": 22,
                "dexterity": 12,
                "constitution": 20,
                "intelligence": 18,
                "wisdom": 14,
                "charisma": 16
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 1,
                "constitution": 5,
                "intelligence": 4,
                "wisdom": 2,
                "charisma": 3
            },
            "saving_throws": {
                "dexterity": 7,
                "constitution": 11,
                "wisdom": 8,
                "charisma": 9
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 7,
                "constitution": 11,
                "intelligence": 4,
                "wisdom": 8,
                "charisma": 9
            },
            "skill_bonuses": {
                "deception": 10,
                "perception": 9,
                "stealth": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 2,
                "arcana": 4,
                "athletics": 6,
                "deception": 10,
                "history": 4,
                "insight": 2,
                "intimidation": 3,
                "investigation": 4,
                "medicine": 2,
                "nature": 4,
                "perception": 9,
                "performance": 3,
                "persuasion": 3,
                "religion": 4,
                "sleight_of_hand": 1,
                "stealth": 7,
                "survival": 2
            },
            "passive_perception": 20,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_dire-tyrannosaurus-rex/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_dire-tyrannosaurus-rex",
            "name": "Dire Tyrannosaurus Rex",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 50.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 50.0,
                "crawl": 25.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 25.0,
                "swim": 25.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 13,
            "hit_points": 253,
            "hit_dice": "22d12+110",
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 22,
                "dexterity": 10,
                "constitution": 20,
                "intelligence": 6,
                "wisdom": 16,
                "charisma": 5
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 0,
                "constitution": 5,
                "intelligence": -2,
                "wisdom": 3,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 0,
                "constitution": 5,
                "intelligence": -2,
                "wisdom": 3,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 3,
                "arcana": -2,
                "athletics": 6,
                "deception": -3,
                "history": -2,
                "insight": 3,
                "intimidation": -3,
                "investigation": -2,
                "medicine": 3,
                "nature": -2,
                "perception": 3,
                "performance": -3,
                "persuasion": -3,
                "religion": -2,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 3
            },
            "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": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_adult-copper-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_adult-copper-dragon",
            "name": "Adult Copper Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "climb": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 40.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 252,
            "hit_dice": "",
            "challenge_rating_decimal": "14.000",
            "challenge_rating_text": "14",
            "experience_points": 11500,
            "ability_scores": {
                "strength": 22,
                "dexterity": 22,
                "constitution": 30,
                "intelligence": 18,
                "wisdom": 24,
                "charisma": 26
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 6,
                "constitution": 10,
                "intelligence": 4,
                "wisdom": 7,
                "charisma": 8
            },
            "saving_throws": {
                "strength": 6,
                "dexterity": 6,
                "constitution": 10,
                "intelligence": 4,
                "wisdom": 7,
                "charisma": 8
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 6,
                "constitution": 10,
                "intelligence": 4,
                "wisdom": 7,
                "charisma": 8
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 6,
                "animal_handling": 7,
                "arcana": 4,
                "athletics": 6,
                "deception": 8,
                "history": 4,
                "insight": 7,
                "intimidation": 8,
                "investigation": 4,
                "medicine": 7,
                "nature": 4,
                "perception": 7,
                "performance": 8,
                "persuasion": 8,
                "religion": 4,
                "sleight_of_hand": 6,
                "stealth": 6,
                "survival": 7
            },
            "passive_perception": 17,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_adult-river-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_adult-river-dragon",
            "name": "Adult River Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 60.0,
                "unit": "feet",
                "fly": 80.0,
                "swim": 90.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 60.0,
                "crawl": 30.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 90.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": 18,
            "hit_points": 252,
            "hit_dice": "24d12+96",
            "challenge_rating_decimal": "17.000",
            "challenge_rating_text": "17",
            "experience_points": 18000,
            "ability_scores": {
                "strength": 18,
                "dexterity": 20,
                "constitution": 18,
                "intelligence": 14,
                "wisdom": 20,
                "charisma": 16
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 5,
                "constitution": 4,
                "intelligence": 2,
                "wisdom": 5,
                "charisma": 3
            },
            "saving_throws": {
                "dexterity": 9,
                "constitution": 8,
                "intelligence": 6,
                "wisdom": 9,
                "charisma": 7
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 9,
                "constitution": 8,
                "intelligence": 6,
                "wisdom": 9,
                "charisma": 7
            },
            "skill_bonuses": {
                "acrobatics": 8,
                "deception": 7,
                "insight": 9,
                "nature": 6,
                "perception": 9,
                "stealth": 9
            },
            "skill_bonuses_all": {
                "acrobatics": 8,
                "animal_handling": 5,
                "arcana": 2,
                "athletics": 4,
                "deception": 7,
                "history": 2,
                "insight": 9,
                "intimidation": 3,
                "investigation": 2,
                "medicine": 5,
                "nature": 6,
                "perception": 9,
                "performance": 3,
                "persuasion": 3,
                "religion": 2,
                "sleight_of_hand": 5,
                "stealth": 9,
                "survival": 5
            },
            "passive_perception": 19,
            "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": [
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": 200.0,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_shadow-of-death/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_shadow-of-death",
            "name": "Shadow of Death",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 50.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 50.0,
                "crawl": 25.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 25.0,
                "swim": 25.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/druidic/?format=api",
                "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/gnomish/?format=api",
                "https://api-beta.open5e.com/v2/languages/goblin/?format=api",
                "https://api-beta.open5e.com/v2/languages/halfling/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "https://api-beta.open5e.com/v2/languages/orc/?format=api",
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "https://api-beta.open5e.com/v2/languages/thieves-cant/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api",
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 250,
            "hit_dice": "20d10+140",
            "challenge_rating_decimal": "21.000",
            "challenge_rating_text": "21",
            "experience_points": 33000,
            "ability_scores": {
                "strength": 7,
                "dexterity": 26,
                "constitution": 24,
                "intelligence": 25,
                "wisdom": 25,
                "charisma": 30
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 8,
                "constitution": 7,
                "intelligence": 7,
                "wisdom": 7,
                "charisma": 10
            },
            "saving_throws": {
                "intelligence": 14,
                "wisdom": 14,
                "charisma": 17
            },
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 8,
                "constitution": 7,
                "intelligence": 14,
                "wisdom": 14,
                "charisma": 17
            },
            "skill_bonuses": {
                "perception": 14
            },
            "skill_bonuses_all": {
                "acrobatics": 8,
                "animal_handling": 7,
                "arcana": 7,
                "athletics": -2,
                "deception": 10,
                "history": 7,
                "insight": 7,
                "intimidation": 10,
                "investigation": 7,
                "medicine": 7,
                "nature": 7,
                "perception": 14,
                "performance": 10,
                "persuasion": 10,
                "religion": 7,
                "sleight_of_hand": 8,
                "stealth": 8,
                "survival": 7
            },
            "passive_perception": 24,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "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/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": [
                "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api"
            ],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": 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/tob3_animal-lord-mammoth-queen/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_animal-lord-mammoth-queen",
            "name": "Animal Lord, Mammoth Queen",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0
            },
            "speed_all": {
                "unit": null,
                "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": "chaotic good",
            "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": 20,
            "hit_points": 250,
            "hit_dice": "20d12+120",
            "challenge_rating_decimal": "18.000",
            "challenge_rating_text": "18",
            "experience_points": 20000,
            "ability_scores": {
                "strength": 25,
                "dexterity": 10,
                "constitution": 22,
                "intelligence": 15,
                "wisdom": 18,
                "charisma": 19
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 0,
                "constitution": 6,
                "intelligence": 2,
                "wisdom": 4,
                "charisma": 4
            },
            "saving_throws": {
                "dexterity": 6,
                "wisdom": 1
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 6,
                "constitution": 6,
                "intelligence": 2,
                "wisdom": 1,
                "charisma": 4
            },
            "skill_bonuses": {
                "perception": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 4,
                "arcana": 2,
                "athletics": 7,
                "deception": 4,
                "history": 2,
                "insight": 4,
                "intimidation": 4,
                "investigation": 2,
                "medicine": 4,
                "nature": 2,
                "perception": 4,
                "performance": 4,
                "persuasion": 4,
                "religion": 2,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 4
            },
            "passive_perception": 20,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/incapacitated/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api",
                "https://api-beta.open5e.com/v2/conditions/stunned/?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/mmenag_adult-white-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_adult-white-dragon",
            "name": "Adult White Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "burrow": 30.0,
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 30.0,
                "climb": 20.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"
            ],
            "armor_class": 18,
            "hit_points": 250,
            "hit_dice": "20d12+120",
            "challenge_rating_decimal": "16.000",
            "challenge_rating_text": "16",
            "experience_points": 15000,
            "ability_scores": {
                "strength": 22,
                "dexterity": 12,
                "constitution": 22,
                "intelligence": 8,
                "wisdom": 14,
                "charisma": 14
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 1,
                "constitution": 6,
                "intelligence": -1,
                "wisdom": 2,
                "charisma": 2
            },
            "saving_throws": {
                "dexterity": 6,
                "constitution": 11,
                "wisdom": 7,
                "charisma": 7
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 6,
                "constitution": 11,
                "intelligence": -1,
                "wisdom": 7,
                "charisma": 7
            },
            "skill_bonuses": {
                "intimidation": 7,
                "perception": 7,
                "stealth": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 2,
                "arcana": -1,
                "athletics": 6,
                "deception": 2,
                "history": -1,
                "insight": 2,
                "intimidation": 7,
                "investigation": -1,
                "medicine": 2,
                "nature": -1,
                "perception": 7,
                "performance": 2,
                "persuasion": 2,
                "religion": -1,
                "sleight_of_hand": 1,
                "stealth": 6,
                "survival": 2
            },
            "passive_perception": 20,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_fallen-planetar/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_fallen-planetar",
            "name": "Fallen Planetar",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 120.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 120.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/druidic/?format=api",
                "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/gnomish/?format=api",
                "https://api-beta.open5e.com/v2/languages/goblin/?format=api",
                "https://api-beta.open5e.com/v2/languages/halfling/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "https://api-beta.open5e.com/v2/languages/orc/?format=api",
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "https://api-beta.open5e.com/v2/languages/thieves-cant/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api",
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 19,
            "hit_points": 250,
            "hit_dice": "20d10+140",
            "challenge_rating_decimal": "16.000",
            "challenge_rating_text": "16",
            "experience_points": 15000,
            "ability_scores": {
                "strength": 22,
                "dexterity": 22,
                "constitution": 24,
                "intelligence": 22,
                "wisdom": 24,
                "charisma": 24
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 6,
                "constitution": 7,
                "intelligence": 6,
                "wisdom": 7,
                "charisma": 7
            },
            "saving_throws": {
                "wisdom": 12,
                "charisma": 12
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 6,
                "constitution": 7,
                "intelligence": 6,
                "wisdom": 12,
                "charisma": 12
            },
            "skill_bonuses": {
                "athletics": 11,
                "insight": 12,
                "perception": 12,
                "religion": 12
            },
            "skill_bonuses_all": {
                "acrobatics": 6,
                "animal_handling": 7,
                "arcana": 6,
                "athletics": 11,
                "deception": 7,
                "history": 6,
                "insight": 12,
                "intimidation": 7,
                "investigation": 6,
                "medicine": 7,
                "nature": 6,
                "perception": 12,
                "performance": 7,
                "persuasion": 7,
                "religion": 12,
                "sleight_of_hand": 6,
                "stealth": 6,
                "survival": 7
            },
            "passive_perception": 22,
            "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/radiant/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api"
            ],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": 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/mmenag_planetar/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_planetar",
            "name": "Planetar",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 120.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 120.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/druidic/?format=api",
                "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/gnomish/?format=api",
                "https://api-beta.open5e.com/v2/languages/goblin/?format=api",
                "https://api-beta.open5e.com/v2/languages/halfling/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "https://api-beta.open5e.com/v2/languages/orc/?format=api",
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "https://api-beta.open5e.com/v2/languages/thieves-cant/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api",
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 19,
            "hit_points": 250,
            "hit_dice": "20d10+140",
            "challenge_rating_decimal": "16.000",
            "challenge_rating_text": "16",
            "experience_points": 15000,
            "ability_scores": {
                "strength": 22,
                "dexterity": 22,
                "constitution": 24,
                "intelligence": 22,
                "wisdom": 24,
                "charisma": 24
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 6,
                "constitution": 7,
                "intelligence": 6,
                "wisdom": 7,
                "charisma": 7
            },
            "saving_throws": {
                "wisdom": 12,
                "charisma": 12
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 6,
                "constitution": 7,
                "intelligence": 6,
                "wisdom": 12,
                "charisma": 12
            },
            "skill_bonuses": {
                "athletics": 11,
                "insight": 12,
                "perception": 12,
                "religion": 12
            },
            "skill_bonuses_all": {
                "acrobatics": 6,
                "animal_handling": 7,
                "arcana": 6,
                "athletics": 11,
                "deception": 7,
                "history": 6,
                "insight": 12,
                "intimidation": 7,
                "investigation": 6,
                "medicine": 7,
                "nature": 6,
                "perception": 12,
                "performance": 7,
                "persuasion": 7,
                "religion": 12,
                "sleight_of_hand": 6,
                "stealth": 6,
                "survival": 7
            },
            "passive_perception": 22,
            "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/radiant/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": 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_mordant-snare/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_mordant-snare",
            "name": "Mordant Snare",
            "size": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "burrow": 10.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 10.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "Chaotic Evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 248,
            "hit_dice": "16d20 + 80",
            "challenge_rating_decimal": "15.000",
            "challenge_rating_text": "15",
            "experience_points": 13000,
            "ability_scores": {
                "strength": 23,
                "dexterity": 16,
                "constitution": 21,
                "intelligence": 15,
                "wisdom": 14,
                "charisma": 6
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 3,
                "constitution": 5,
                "intelligence": 2,
                "wisdom": 2,
                "charisma": -2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 3,
                "constitution": 5,
                "intelligence": 2,
                "wisdom": 2,
                "charisma": -2
            },
            "skill_bonuses": {
                "deception": 8
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 2,
                "arcana": 2,
                "athletics": 6,
                "deception": 8,
                "history": 2,
                "insight": 2,
                "intimidation": -2,
                "investigation": 2,
                "medicine": 2,
                "nature": 2,
                "perception": 2,
                "performance": -2,
                "persuasion": -2,
                "religion": 2,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 2
            },
            "passive_perception": 12,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "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/prone/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": 60.0,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_butatsch/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_butatsch",
            "name": "Butatsch",
            "size": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "swim": 50.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 50.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "chaotic neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 248,
            "hit_dice": "16d20+80",
            "challenge_rating_decimal": "14.000",
            "challenge_rating_text": "14",
            "experience_points": 11500,
            "ability_scores": {
                "strength": 23,
                "dexterity": 14,
                "constitution": 21,
                "intelligence": 16,
                "wisdom": 17,
                "charisma": 14
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 2,
                "constitution": 5,
                "intelligence": 3,
                "wisdom": 3,
                "charisma": 2
            },
            "saving_throws": {
                "constitution": 11,
                "wisdom": 8
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 2,
                "constitution": 11,
                "intelligence": 3,
                "wisdom": 8,
                "charisma": 2
            },
            "skill_bonuses": {
                "perception": 13
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 3,
                "arcana": 3,
                "athletics": 6,
                "deception": 2,
                "history": 3,
                "insight": 3,
                "intimidation": 2,
                "investigation": 3,
                "medicine": 3,
                "nature": 3,
                "perception": 13,
                "performance": 2,
                "persuasion": 2,
                "religion": 3,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 3
            },
            "passive_perception": 23,
            "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": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/grappled/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?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": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 120.0,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_massive-malleable/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_massive-malleable",
            "name": "Massive Malleable",
            "size": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "climb": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 40.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/druidic/?format=api",
                "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/gnomish/?format=api",
                "https://api-beta.open5e.com/v2/languages/goblin/?format=api",
                "https://api-beta.open5e.com/v2/languages/halfling/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "https://api-beta.open5e.com/v2/languages/orc/?format=api",
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "https://api-beta.open5e.com/v2/languages/thieves-cant/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api",
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 14,
            "hit_points": 248,
            "hit_dice": "16d20+80",
            "challenge_rating_decimal": "16.000",
            "challenge_rating_text": "16",
            "experience_points": 15000,
            "ability_scores": {
                "strength": 26,
                "dexterity": 8,
                "constitution": 20,
                "intelligence": 21,
                "wisdom": 17,
                "charisma": 10
            },
            "modifiers": {
                "strength": 8,
                "dexterity": -1,
                "constitution": 5,
                "intelligence": 5,
                "wisdom": 3,
                "charisma": 0
            },
            "saving_throws": {
                "intelligence": 10,
                "wisdom": 8,
                "charisma": 5
            },
            "saving_throws_all": {
                "strength": 8,
                "dexterity": -1,
                "constitution": 5,
                "intelligence": 10,
                "wisdom": 8,
                "charisma": 5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 3,
                "arcana": 5,
                "athletics": 8,
                "deception": 0,
                "history": 5,
                "insight": 3,
                "intimidation": 0,
                "investigation": 5,
                "medicine": 3,
                "nature": 5,
                "perception": 3,
                "performance": 0,
                "persuasion": 0,
                "religion": 5,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 3
            },
            "passive_perception": 13,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 120.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_chaos-raptor/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_chaos-raptor",
            "name": "Chaos Raptor",
            "size": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api",
            "speed": {
                "walk": 20.0,
                "fly": 120.0,
                "burrow": 80.0
            },
            "speed_all": {
                "unit": null,
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 120.0,
                "burrow": 80.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "chaotic neutral",
            "languages": [],
            "armor_class": 18,
            "hit_points": 248,
            "hit_dice": "16d20+80",
            "challenge_rating_decimal": "13.000",
            "challenge_rating_text": "13",
            "experience_points": 10000,
            "ability_scores": {
                "strength": 28,
                "dexterity": 10,
                "constitution": 20,
                "intelligence": 5,
                "wisdom": 10,
                "charisma": 10
            },
            "modifiers": {
                "strength": 9,
                "dexterity": 0,
                "constitution": 5,
                "intelligence": -3,
                "wisdom": 0,
                "charisma": 0
            },
            "saving_throws": {
                "dexterity": 5,
                "constitution": 1,
                "wisdom": 5,
                "charisma": 5
            },
            "saving_throws_all": {
                "strength": 9,
                "dexterity": 5,
                "constitution": 1,
                "intelligence": -3,
                "wisdom": 5,
                "charisma": 5
            },
            "skill_bonuses": {
                "perception": 0
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": -3,
                "athletics": 9,
                "deception": 0,
                "history": -3,
                "insight": 0,
                "intimidation": 0,
                "investigation": -3,
                "medicine": 0,
                "nature": -3,
                "perception": 0,
                "performance": 0,
                "persuasion": 0,
                "religion": -3,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 0
            },
            "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": 60.0,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_gigantura/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_gigantura",
            "name": "Gigantura",
            "size": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api",
            "speed": {
                "walk": 0.0,
                "swim": 60.0
            },
            "speed_all": {
                "unit": null,
                "walk": 0.0,
                "crawl": 0.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 60.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 16,
            "hit_points": 248,
            "hit_dice": "16d20+80",
            "challenge_rating_decimal": "13.000",
            "challenge_rating_text": "13",
            "experience_points": 10000,
            "ability_scores": {
                "strength": 22,
                "dexterity": 16,
                "constitution": 20,
                "intelligence": 6,
                "wisdom": 16,
                "charisma": 4
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 3,
                "constitution": 5,
                "intelligence": -2,
                "wisdom": 3,
                "charisma": -3
            },
            "saving_throws": {
                "constitution": 1,
                "wisdom": 8,
                "charisma": 2
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": -2,
                "wisdom": 8,
                "charisma": 2
            },
            "skill_bonuses": {
                "perception": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 3,
                "arcana": -2,
                "athletics": 6,
                "deception": -3,
                "history": -2,
                "insight": 3,
                "intimidation": -3,
                "investigation": -2,
                "medicine": 3,
                "nature": -2,
                "perception": 3,
                "performance": -3,
                "persuasion": -3,
                "religion": -2,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 3
            },
            "passive_perception": 18,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/stunned/?format=api"
            ],
            "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/srd_roc/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_roc",
            "name": "Roc",
            "size": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "fly": 120.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 120.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 15,
            "hit_points": 248,
            "hit_dice": "16d20+80",
            "challenge_rating_decimal": "11.000",
            "challenge_rating_text": "11",
            "experience_points": 7200,
            "ability_scores": {
                "strength": 28,
                "dexterity": 10,
                "constitution": 20,
                "intelligence": 3,
                "wisdom": 10,
                "charisma": 9
            },
            "modifiers": {
                "strength": 9,
                "dexterity": 0,
                "constitution": 5,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -1
            },
            "saving_throws": {
                "dexterity": 4,
                "constitution": 9,
                "wisdom": 4,
                "charisma": 3
            },
            "saving_throws_all": {
                "strength": 9,
                "dexterity": 4,
                "constitution": 9,
                "intelligence": -4,
                "wisdom": 4,
                "charisma": 3
            },
            "skill_bonuses": {
                "perception": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 9,
                "deception": -1,
                "history": -4,
                "insight": 0,
                "intimidation": -1,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 4,
                "performance": -1,
                "persuasion": -1,
                "religion": -4,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 0
            },
            "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": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 27 (4d8 + 9) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Beak attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 13,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 27,
                                "die_count": 4,
                                "die_type": "D8",
                                "bonus": 9,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The roc makes two attacks: one with its beak and one with its talons.\n"
                },
                {
                    "name": "Talons",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 23 (4d6 + 9) slashing damage, and the target is grappled (escape DC 19). Until this grapple ends, the target is restrained, and the roc can't use its talons on another target.\n",
                    "attacks": [
                        {
                            "name": "Talons attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 13,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 23,
                                "die_count": 4,
                                "die_type": "D6",
                                "bonus": 9,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_vent-linnorm/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_vent-linnorm",
            "name": "Vent Linnorm",
            "size": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "swim": 80.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 80.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "neutral evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 19,
            "hit_points": 247,
            "hit_dice": "15d20+90",
            "challenge_rating_decimal": "16.000",
            "challenge_rating_text": "16",
            "experience_points": 15000,
            "ability_scores": {
                "strength": 25,
                "dexterity": 14,
                "constitution": 23,
                "intelligence": 14,
                "wisdom": 14,
                "charisma": 17
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 2,
                "constitution": 6,
                "intelligence": 2,
                "wisdom": 2,
                "charisma": 3
            },
            "saving_throws": {
                "strength": 12,
                "dexterity": 7,
                "constitution": 11,
                "charisma": 8
            },
            "saving_throws_all": {
                "strength": 12,
                "dexterity": 7,
                "constitution": 11,
                "intelligence": 2,
                "wisdom": 2,
                "charisma": 8
            },
            "skill_bonuses": {
                "intimidation": 8,
                "perception": 7,
                "survival": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": 2,
                "athletics": 7,
                "deception": 3,
                "history": 2,
                "insight": 2,
                "intimidation": 8,
                "investigation": 2,
                "medicine": 2,
                "nature": 2,
                "perception": 7,
                "performance": 3,
                "persuasion": 3,
                "religion": 2,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 7
            },
            "passive_perception": 17,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "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/ccdx_infernal-knight/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/ccdx/?format=api",
            "key": "ccdx_infernal-knight",
            "name": "Infernal Knight",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "lawful evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 247,
            "hit_dice": "26d8+130",
            "challenge_rating_decimal": "16.000",
            "challenge_rating_text": "16",
            "experience_points": 15000,
            "ability_scores": {
                "strength": 24,
                "dexterity": 14,
                "constitution": 20,
                "intelligence": 17,
                "wisdom": 21,
                "charisma": 20
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 2,
                "constitution": 5,
                "intelligence": 3,
                "wisdom": 5,
                "charisma": 5
            },
            "saving_throws": {
                "dexterity": 7,
                "constitution": 10,
                "wisdom": 10
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 7,
                "constitution": 10,
                "intelligence": 3,
                "wisdom": 10,
                "charisma": 5
            },
            "skill_bonuses": {
                "athletics": 12,
                "insight": 10,
                "perception": 10
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 5,
                "arcana": 3,
                "athletics": 12,
                "deception": 5,
                "history": 3,
                "insight": 10,
                "intimidation": 5,
                "investigation": 3,
                "medicine": 5,
                "nature": 3,
                "perception": 10,
                "performance": 5,
                "persuasion": 5,
                "religion": 3,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 5
            },
            "passive_perception": 20,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "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/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/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": 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/mmenag_ice-worm/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_ice-worm",
            "name": "Ice Worm",
            "size": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api",
            "speed": {
                "walk": 50.0,
                "unit": "feet",
                "burrow": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 50.0,
                "crawl": 25.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 20.0,
                "climb": 25.0,
                "swim": 25.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 18,
            "hit_points": 247,
            "hit_dice": "15d20+90",
            "challenge_rating_decimal": "15.000",
            "challenge_rating_text": "15",
            "experience_points": 13000,
            "ability_scores": {
                "strength": 28,
                "dexterity": 8,
                "constitution": 22,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 4
            },
            "modifiers": {
                "strength": 9,
                "dexterity": -1,
                "constitution": 6,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {
                "strength": 14,
                "constitution": 11,
                "intelligence": 1,
                "wisdom": 5,
                "charisma": 2
            },
            "saving_throws_all": {
                "strength": 14,
                "dexterity": -1,
                "constitution": 11,
                "intelligence": 1,
                "wisdom": 5,
                "charisma": 2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 9,
                "deception": -3,
                "history": -4,
                "insight": 0,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 0
            },
            "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": 30.0,
            "tremorsense_range": 60.0,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_purple-worm/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_purple-worm",
            "name": "Purple Worm",
            "size": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api",
            "speed": {
                "walk": 50.0,
                "unit": "feet",
                "burrow": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 50.0,
                "crawl": 25.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 20.0,
                "climb": 25.0,
                "swim": 25.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 18,
            "hit_points": 247,
            "hit_dice": "15d20+90",
            "challenge_rating_decimal": "15.000",
            "challenge_rating_text": "15",
            "experience_points": 13000,
            "ability_scores": {
                "strength": 28,
                "dexterity": 8,
                "constitution": 22,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 4
            },
            "modifiers": {
                "strength": 9,
                "dexterity": -1,
                "constitution": 6,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {
                "strength": 14,
                "constitution": 11,
                "intelligence": 1,
                "wisdom": 5,
                "charisma": 2
            },
            "saving_throws_all": {
                "strength": 14,
                "dexterity": -1,
                "constitution": 11,
                "intelligence": 1,
                "wisdom": 5,
                "charisma": 2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 9,
                "deception": -3,
                "history": -4,
                "insight": 0,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 0
            },
            "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": 30.0,
            "tremorsense_range": 60.0,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_sand-worm/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_sand-worm",
            "name": "Sand Worm",
            "size": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api",
            "speed": {
                "walk": 50.0,
                "unit": "feet",
                "burrow": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 50.0,
                "crawl": 25.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 20.0,
                "climb": 25.0,
                "swim": 25.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 18,
            "hit_points": 247,
            "hit_dice": "15d20+90",
            "challenge_rating_decimal": "15.000",
            "challenge_rating_text": "15",
            "experience_points": 13000,
            "ability_scores": {
                "strength": 28,
                "dexterity": 8,
                "constitution": 22,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 4
            },
            "modifiers": {
                "strength": 9,
                "dexterity": -1,
                "constitution": 6,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {
                "strength": 14,
                "constitution": 11,
                "intelligence": 1,
                "wisdom": 5,
                "charisma": 2
            },
            "saving_throws_all": {
                "strength": 14,
                "dexterity": -1,
                "constitution": 11,
                "intelligence": 1,
                "wisdom": 5,
                "charisma": 2
            },
            "skill_bonuses": {
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 9,
                "deception": -3,
                "history": -4,
                "insight": 0,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": -1,
                "stealth": 5,
                "survival": 0
            },
            "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": 30.0,
            "tremorsense_range": 60.0,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_sea-serpent/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_sea-serpent",
            "name": "Sea Serpent",
            "size": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api",
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "swim": 50.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 50.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 17,
            "hit_points": 247,
            "hit_dice": "15d20+90",
            "challenge_rating_decimal": "16.000",
            "challenge_rating_text": "16",
            "experience_points": 15000,
            "ability_scores": {
                "strength": 28,
                "dexterity": 10,
                "constitution": 22,
                "intelligence": 4,
                "wisdom": 14,
                "charisma": 8
            },
            "modifiers": {
                "strength": 9,
                "dexterity": 0,
                "constitution": 6,
                "intelligence": -3,
                "wisdom": 2,
                "charisma": -1
            },
            "saving_throws": {
                "dexterity": 5,
                "constitution": 11,
                "intelligence": 2,
                "wisdom": 7,
                "charisma": 4
            },
            "saving_throws_all": {
                "strength": 9,
                "dexterity": 5,
                "constitution": 11,
                "intelligence": 2,
                "wisdom": 7,
                "charisma": 4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 2,
                "arcana": -3,
                "athletics": 9,
                "deception": -1,
                "history": -3,
                "insight": 2,
                "intimidation": -1,
                "investigation": -3,
                "medicine": 2,
                "nature": -3,
                "perception": 2,
                "performance": -1,
                "persuasion": -1,
                "religion": -3,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 2
            },
            "passive_perception": 12,
            "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/srd_purple-worm/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_purple-worm",
            "name": "Purple Worm",
            "size": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api",
            "speed": {
                "walk": 50.0,
                "unit": "feet",
                "burrow": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 50.0,
                "crawl": 25.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 30.0,
                "climb": 25.0,
                "swim": 25.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 18,
            "hit_points": 247,
            "hit_dice": "15d20+90",
            "challenge_rating_decimal": "15.000",
            "challenge_rating_text": "15",
            "experience_points": 13000,
            "ability_scores": {
                "strength": 28,
                "dexterity": 7,
                "constitution": 22,
                "intelligence": 1,
                "wisdom": 8,
                "charisma": 4
            },
            "modifiers": {
                "strength": 9,
                "dexterity": -2,
                "constitution": 6,
                "intelligence": -5,
                "wisdom": -1,
                "charisma": -3
            },
            "saving_throws": {
                "constitution": 11,
                "wisdom": 4
            },
            "saving_throws_all": {
                "strength": 9,
                "dexterity": -2,
                "constitution": 11,
                "intelligence": -5,
                "wisdom": 4,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -2,
                "animal_handling": -1,
                "arcana": -5,
                "athletics": 9,
                "deception": -3,
                "history": -5,
                "insight": -1,
                "intimidation": -3,
                "investigation": -5,
                "medicine": -1,
                "nature": -5,
                "perception": -1,
                "performance": -3,
                "persuasion": -3,
                "religion": -5,
                "sleight_of_hand": -2,
                "stealth": -2,
                "survival": -1
            },
            "passive_perception": 9,
            "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": 60.0,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 22 (3d8 + 9) piercing damage. If the target is a Large or smaller creature, it must succeed on a DC 19 Dexterity saving throw or be swallowed by the worm. A swallowed creature is blinded and restrained, it has total cover against attacks and other effects outside the worm, and it takes 21 (6d6) acid damage at the start of each of the worm's turns.\n\nIf the worm takes 30 damage or more on a single turn from a creature inside it, the worm must succeed on a DC 21 Constitution saving throw at the end of that turn or regurgitate all swallowed creatures, which fall prone in a space within 10 feet of the worm. If the worm dies, a swallowed creature is no longer restrained by it and can escape from the corpse by using 20 feet of movement, exiting prone.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 9,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 22,
                                "die_count": 3,
                                "die_type": "D8",
                                "bonus": 9,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The worm makes two attacks: one with its bite and one with its stinger.\n"
                },
                {
                    "name": "Tail Stinger",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one creature. Hit: 19 (3d6 + 9) piercing damage, and the target must make a DC 19 Constitution saving throw, taking 42 (12d6) poison damage on a failed save, or half as much damage on a successful one.\n",
                    "attacks": [
                        {
                            "name": "Tail Stinger attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 9,
                            "reach_ft": 10,
                            "target_creature_only": true,
                            "damage": {
                                "amount": 19,
                                "die_count": 3,
                                "die_type": "D6",
                                "bonus": 9,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_adult-cave-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_adult-cave-dragon",
            "name": "Adult Cave Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "burrow": 40.0,
                "climb": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 40.0,
                "climb": 40.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "neutral 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/dwarvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/goblin/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 243,
            "hit_dice": "18d12+126",
            "challenge_rating_decimal": "16.000",
            "challenge_rating_text": "16",
            "experience_points": 15000,
            "ability_scores": {
                "strength": 26,
                "dexterity": 12,
                "constitution": 24,
                "intelligence": 12,
                "wisdom": 12,
                "charisma": 20
            },
            "modifiers": {
                "strength": 8,
                "dexterity": 1,
                "constitution": 7,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": 5
            },
            "saving_throws": {
                "dexterity": 6,
                "constitution": 12,
                "wisdom": 6,
                "charisma": 10
            },
            "saving_throws_all": {
                "strength": 8,
                "dexterity": 6,
                "constitution": 12,
                "intelligence": 1,
                "wisdom": 6,
                "charisma": 10
            },
            "skill_bonuses": {
                "perception": 10
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": 1,
                "athletics": 8,
                "deception": 5,
                "history": 1,
                "insight": 1,
                "intimidation": 5,
                "investigation": 1,
                "medicine": 1,
                "nature": 1,
                "perception": 10,
                "performance": 5,
                "persuasion": 5,
                "religion": 1,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 1
            },
            "passive_perception": 20,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/poisoned/?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/bfrd_storm-giant/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_storm-giant",
            "name": "Storm Giant",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 50.0,
                "unit": "feet",
                "swim": 50.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 50.0,
                "crawl": 25.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 25.0,
                "swim": 50.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/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 243,
            "hit_dice": "",
            "challenge_rating_decimal": "13.000",
            "challenge_rating_text": "13",
            "experience_points": 10000,
            "ability_scores": {
                "strength": 38,
                "dexterity": 14,
                "constitution": 30,
                "intelligence": 16,
                "wisdom": 28,
                "charisma": 28
            },
            "modifiers": {
                "strength": 14,
                "dexterity": 2,
                "constitution": 10,
                "intelligence": 3,
                "wisdom": 9,
                "charisma": 9
            },
            "saving_throws": {
                "strength": 14,
                "dexterity": 2,
                "constitution": 10,
                "intelligence": 3,
                "wisdom": 9,
                "charisma": 9
            },
            "saving_throws_all": {
                "strength": 14,
                "dexterity": 2,
                "constitution": 10,
                "intelligence": 3,
                "wisdom": 9,
                "charisma": 9
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 9,
                "arcana": 3,
                "athletics": 14,
                "deception": 9,
                "history": 3,
                "insight": 9,
                "intimidation": 9,
                "investigation": 3,
                "medicine": 9,
                "nature": 3,
                "perception": 9,
                "performance": 9,
                "persuasion": 9,
                "religion": 3,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 9
            },
            "passive_perception": 19,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_adult-silver-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_adult-silver-dragon",
            "name": "Adult Silver Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters; Dragons, Metallic",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "lawful good",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 19,
            "hit_points": 243,
            "hit_dice": "18d12+126",
            "challenge_rating_decimal": "16.000",
            "challenge_rating_text": "16",
            "experience_points": 15000,
            "ability_scores": {
                "strength": 27,
                "dexterity": 10,
                "constitution": 25,
                "intelligence": 16,
                "wisdom": 13,
                "charisma": 21
            },
            "modifiers": {
                "strength": 8,
                "dexterity": 0,
                "constitution": 7,
                "intelligence": 3,
                "wisdom": 1,
                "charisma": 5
            },
            "saving_throws": {
                "dexterity": 5,
                "constitution": 12,
                "wisdom": 6,
                "charisma": 10
            },
            "saving_throws_all": {
                "strength": 8,
                "dexterity": 5,
                "constitution": 12,
                "intelligence": 3,
                "wisdom": 6,
                "charisma": 10
            },
            "skill_bonuses": {
                "arcana": 8,
                "history": 8,
                "perception": 11,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 1,
                "arcana": 8,
                "athletics": 8,
                "deception": 5,
                "history": 8,
                "insight": 1,
                "intimidation": 5,
                "investigation": 3,
                "medicine": 1,
                "nature": 3,
                "perception": 11,
                "performance": 5,
                "persuasion": 5,
                "religion": 3,
                "sleight_of_hand": 0,
                "stealth": 5,
                "survival": 1
            },
            "passive_perception": 21,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 19 (2d10 + 8) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 13,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 19,
                                "die_count": 2,
                                "die_type": "D10",
                                "bonus": 8,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Breath Weapons",
                    "desc": "The dragon uses one of the following breath weapons.\n\nCold Breath. The dragon exhales an icy blast in a 60-foot cone. Each creature in that area must make a DC 20 Constitution saving throw, taking 58 (13d8) cold damage on a failed save, or half as much damage on a successful one.\n\nParalyzing Breath. The dragon exhales paralyzing gas in a 60-foot cone. Each creature in that area must succeed on a DC 20 Constitution saving throw or be paralyzed for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.\n",
                    "recharge_on_roll": 5
                },
                {
                    "name": "Change Shape",
                    "desc": "The dragon magically polymorphs into a humanoid or beast that has a challenge rating no higher than its own, or back into its true form. It reverts to its true form if it dies. Any equipment it is wearing or carrying is absorbed or borne by the new form (the dragon's choice).\n\nIn a new form, the dragon retains its alignment, hit points, Hit Dice, ability to speak, proficiencies, Legendary Resistance, lair actions, and Intelligence, Wisdom, and Charisma scores, as well as this action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\n"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 15 (2d6 + 8) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 13,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 15,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 8,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Frightful Presence",
                    "desc": "Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 18 Wisdom saving throw or become frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\n"
                },
                {
                    "name": "Multiattack",
                    "desc": "The dragon can use its Frightful Presence. It then makes three attacks: one with its bite and two with its claws.\n"
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 15 ft., one target. Hit: 17 (2d8 + 8) bludgeoning damage.\n",
                    "attacks": [
                        {
                            "name": "Tail attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 13,
                            "reach_ft": 15,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 17,
                                "die_count": 2,
                                "die_type": "D8",
                                "bonus": 8,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_solar/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_solar",
            "name": "Solar",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 50.0,
                "unit": "feet",
                "fly": 150.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 50.0,
                "crawl": 25.0,
                "hover": false,
                "fly": 150.0,
                "burrow": 0.0,
                "climb": 25.0,
                "swim": 25.0
            },
            "category": "Monsters; Angels",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api",
            "alignment": "lawful good",
            "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": 21,
            "hit_points": 243,
            "hit_dice": "18d10+144",
            "challenge_rating_decimal": "21.000",
            "challenge_rating_text": "21",
            "experience_points": 33000,
            "ability_scores": {
                "strength": 26,
                "dexterity": 22,
                "constitution": 26,
                "intelligence": 25,
                "wisdom": 25,
                "charisma": 30
            },
            "modifiers": {
                "strength": 8,
                "dexterity": 6,
                "constitution": 8,
                "intelligence": 7,
                "wisdom": 7,
                "charisma": 10
            },
            "saving_throws": {
                "intelligence": 14,
                "wisdom": 14,
                "charisma": 17
            },
            "saving_throws_all": {
                "strength": 8,
                "dexterity": 6,
                "constitution": 8,
                "intelligence": 14,
                "wisdom": 14,
                "charisma": 17
            },
            "skill_bonuses": {
                "perception": 14
            },
            "skill_bonuses_all": {
                "acrobatics": 6,
                "animal_handling": 7,
                "arcana": 7,
                "athletics": 8,
                "deception": 10,
                "history": 7,
                "insight": 7,
                "intimidation": 10,
                "investigation": 7,
                "medicine": 7,
                "nature": 7,
                "perception": 14,
                "performance": 10,
                "persuasion": 10,
                "religion": 7,
                "sleight_of_hand": 6,
                "stealth": 6,
                "survival": 7
            },
            "passive_perception": 24,
            "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/radiant/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 120.0,
            "actions": [
                {
                    "name": "Flying Sword",
                    "desc": "The solar releases its greatsword to hover magically in an unoccupied space within 5 feet of it. If the solar can see the sword, the solar can mentally command it as a bonus action to fly up to 50 feet and either make one attack against a target or return to the solar's hands. If the hovering sword is targeted by any effect, the solar is considered to be holding it. The hovering sword falls if the solar dies.\n"
                },
                {
                    "name": "Greatsword",
                    "desc": "Melee Weapon Attack: +15 to hit, reach 5 ft., one target. Hit: 22 (4d6 + 8) slashing damage plus 27 (6d8) radiant damage.\n",
                    "attacks": [
                        {
                            "name": "Greatsword attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 15,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 22,
                                "die_count": 4,
                                "die_type": "D6",
                                "bonus": 8,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 27,
                                "die_count": 6,
                                "die_type": "D8",
                                "bonus": 0,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Healing Touch",
                    "desc": "The solar touches another creature. The target magically regains 40 (8d8 + 4) hit points and is freed from any curse, disease, poison, blindness, or deafness.\n",
                    "uses_per_day": 4
                },
                {
                    "name": "Multiattack",
                    "desc": "The solar makes two greatsword attacks.\n"
                },
                {
                    "name": "Slaying Longbow",
                    "desc": "Ranged Weapon Attack: +13 to hit, range 150/600 ft., one target. Hit: 15 (2d8 + 6) piercing damage plus 27 (6d8) radiant damage. If the target is a creature that has 100 hit points or fewer, it must succeed on a DC 15 Constitution saving throw or die.\n",
                    "attacks": [
                        {
                            "name": "Slaying Longbow attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 13,
                            "range_ft": 150,
                            "long_range_ft": 600,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 15,
                                "die_count": 2,
                                "die_type": "D8",
                                "bonus": 6,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 27,
                                "die_count": 6,
                                "die_type": "D8",
                                "bonus": 0,
                                "type": "piercing"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_planetar/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_planetar",
            "name": "Planetar",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 120.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 120.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/druidic/?format=api",
                "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/gnomish/?format=api",
                "https://api-beta.open5e.com/v2/languages/goblin/?format=api",
                "https://api-beta.open5e.com/v2/languages/halfling/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "https://api-beta.open5e.com/v2/languages/orc/?format=api",
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "https://api-beta.open5e.com/v2/languages/thieves-cant/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api",
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 19,
            "hit_points": 242,
            "hit_dice": "",
            "challenge_rating_decimal": "16.000",
            "challenge_rating_text": "16",
            "experience_points": 15000,
            "ability_scores": {
                "strength": 24,
                "dexterity": 20,
                "constitution": 34,
                "intelligence": 18,
                "wisdom": 32,
                "charisma": 32
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 5,
                "constitution": 12,
                "intelligence": 4,
                "wisdom": 11,
                "charisma": 11
            },
            "saving_throws": {
                "strength": 7,
                "dexterity": 5,
                "constitution": 12,
                "intelligence": 4,
                "wisdom": 11,
                "charisma": 11
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 5,
                "constitution": 12,
                "intelligence": 4,
                "wisdom": 11,
                "charisma": 11
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 11,
                "arcana": 4,
                "athletics": 7,
                "deception": 11,
                "history": 4,
                "insight": 11,
                "intimidation": 11,
                "investigation": 4,
                "medicine": 11,
                "nature": 4,
                "perception": 11,
                "performance": 11,
                "persuasion": 11,
                "religion": 4,
                "sleight_of_hand": 5,
                "stealth": 5,
                "survival": 11
            },
            "passive_perception": 21,
            "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": 120.0,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_hraesvelgr/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
            "key": "tob-2023_hraesvelgr",
            "name": "Hraesvelgr",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 120.0,
                "unit": "feet",
                "fly": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 120.0,
                "crawl": 60.0,
                "hover": false,
                "fly": 20.0,
                "burrow": 0.0,
                "climb": 60.0,
                "swim": 60.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api",
            "alignment": "Titan)",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 19,
            "hit_points": 241,
            "hit_dice": "21d12 + 105",
            "challenge_rating_decimal": "19.000",
            "challenge_rating_text": "19",
            "experience_points": 22000,
            "ability_scores": {
                "strength": 25,
                "dexterity": 10,
                "constitution": 20,
                "intelligence": 16,
                "wisdom": 17,
                "charisma": 20
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 0,
                "constitution": 5,
                "intelligence": 3,
                "wisdom": 3,
                "charisma": 5
            },
            "saving_throws": {
                "dexterity": 6,
                "intelligence": 9,
                "wisdom": 9,
                "charisma": 11
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 6,
                "constitution": 5,
                "intelligence": 9,
                "wisdom": 9,
                "charisma": 11
            },
            "skill_bonuses": {
                "athletics": 13,
                "perception": 9,
                "survival": 9
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 3,
                "arcana": 3,
                "athletics": 13,
                "deception": 5,
                "history": 3,
                "insight": 3,
                "intimidation": 5,
                "investigation": 3,
                "medicine": 3,
                "nature": 3,
                "perception": 9,
                "performance": 5,
                "persuasion": 5,
                "religion": 3,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 9
            },
            "passive_perception": 19,
            "damage_immunities": [
                "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_immunity": true,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
            ],
            "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_hraesvelgr-the-corpse-swallower/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_hraesvelgr-the-corpse-swallower",
            "name": "Hraesvelgr The Corpse Swallower",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 50.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 50.0,
                "crawl": 25.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 25.0,
                "swim": 25.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api",
            "alignment": "neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 19,
            "hit_points": 241,
            "hit_dice": "21d12+105",
            "challenge_rating_decimal": "19.000",
            "challenge_rating_text": "19",
            "experience_points": 22000,
            "ability_scores": {
                "strength": 25,
                "dexterity": 10,
                "constitution": 20,
                "intelligence": 16,
                "wisdom": 17,
                "charisma": 20
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 0,
                "constitution": 5,
                "intelligence": 3,
                "wisdom": 3,
                "charisma": 5
            },
            "saving_throws": {
                "dexterity": 6,
                "intelligence": 9,
                "wisdom": 9,
                "charisma": 11
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 6,
                "constitution": 5,
                "intelligence": 9,
                "wisdom": 9,
                "charisma": 11
            },
            "skill_bonuses": {
                "athletics": 13,
                "perception": 9,
                "survival": 9
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 3,
                "arcana": 3,
                "athletics": 13,
                "deception": 5,
                "history": 3,
                "insight": 3,
                "intimidation": 5,
                "investigation": 3,
                "medicine": 3,
                "nature": 3,
                "perception": 9,
                "performance": 5,
                "persuasion": 5,
                "religion": 3,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 9
            },
            "passive_perception": 19,
            "damage_immunities": [
                "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_immunity": true,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
            ],
            "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/mmenag_adult-emerald-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_adult-emerald-dragon",
            "name": "Adult Emerald Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 60.0,
                "burrow": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 30.0,
                "climb": 20.0,
                "swim": 20.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/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 241,
            "hit_dice": "23d12+92",
            "challenge_rating_decimal": "17.000",
            "challenge_rating_text": "17",
            "experience_points": 18000,
            "ability_scores": {
                "strength": 22,
                "dexterity": 22,
                "constitution": 18,
                "intelligence": 22,
                "wisdom": 12,
                "charisma": 18
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 6,
                "constitution": 4,
                "intelligence": 6,
                "wisdom": 1,
                "charisma": 4
            },
            "saving_throws": {
                "constitution": 10,
                "intelligence": 12,
                "wisdom": 7,
                "charisma": 10
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 6,
                "constitution": 10,
                "intelligence": 12,
                "wisdom": 7,
                "charisma": 10
            },
            "skill_bonuses": {
                "deception": 10,
                "history": 12,
                "perception": 7,
                "stealth": 12
            },
            "skill_bonuses_all": {
                "acrobatics": 6,
                "animal_handling": 1,
                "arcana": 6,
                "athletics": 6,
                "deception": 10,
                "history": 12,
                "insight": 1,
                "intimidation": 4,
                "investigation": 6,
                "medicine": 1,
                "nature": 6,
                "perception": 7,
                "performance": 4,
                "persuasion": 4,
                "religion": 6,
                "sleight_of_hand": 6,
                "stealth": 12,
                "survival": 1
            },
            "passive_perception": 17,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
            ],
            "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/bfrd_adult-black-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_adult-black-dragon",
            "name": "Adult Black Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "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": 19,
            "hit_points": 238,
            "hit_dice": "",
            "challenge_rating_decimal": "14.000",
            "challenge_rating_text": "14",
            "experience_points": 11500,
            "ability_scores": {
                "strength": 24,
                "dexterity": 24,
                "constitution": 30,
                "intelligence": 14,
                "wisdom": 24,
                "charisma": 26
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 7,
                "constitution": 10,
                "intelligence": 2,
                "wisdom": 7,
                "charisma": 8
            },
            "saving_throws": {
                "strength": 7,
                "dexterity": 7,
                "constitution": 10,
                "intelligence": 2,
                "wisdom": 7,
                "charisma": 8
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 7,
                "constitution": 10,
                "intelligence": 2,
                "wisdom": 7,
                "charisma": 8
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 7,
                "animal_handling": 7,
                "arcana": 2,
                "athletics": 7,
                "deception": 8,
                "history": 2,
                "insight": 7,
                "intimidation": 8,
                "investigation": 2,
                "medicine": 7,
                "nature": 2,
                "perception": 7,
                "performance": 8,
                "persuasion": 8,
                "religion": 2,
                "sleight_of_hand": 7,
                "stealth": 7,
                "survival": 7
            },
            "passive_perception": 17,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_adult-white-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_adult-white-dragon",
            "name": "Adult White Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "burrow": 30.0,
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 30.0,
                "climb": 20.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"
            ],
            "armor_class": 18,
            "hit_points": 238,
            "hit_dice": "",
            "challenge_rating_decimal": "13.000",
            "challenge_rating_text": "13",
            "experience_points": 10000,
            "ability_scores": {
                "strength": 22,
                "dexterity": 20,
                "constitution": 32,
                "intelligence": 8,
                "wisdom": 24,
                "charisma": 24
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 5,
                "constitution": 11,
                "intelligence": -1,
                "wisdom": 7,
                "charisma": 7
            },
            "saving_throws": {
                "strength": 6,
                "dexterity": 5,
                "constitution": 11,
                "intelligence": -1,
                "wisdom": 7,
                "charisma": 7
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 5,
                "constitution": 11,
                "intelligence": -1,
                "wisdom": 7,
                "charisma": 7
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 7,
                "arcana": -1,
                "athletics": 6,
                "deception": 7,
                "history": -1,
                "insight": 7,
                "intimidation": 7,
                "investigation": -1,
                "medicine": 7,
                "nature": -1,
                "perception": 7,
                "performance": 7,
                "persuasion": 7,
                "religion": -1,
                "sleight_of_hand": 5,
                "stealth": 5,
                "survival": 7
            },
            "passive_perception": 17,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_adult-wind-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_adult-wind-dragon",
            "name": "Adult Wind Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 90.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 90.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic 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": 19,
            "hit_points": 237,
            "hit_dice": "19d12+114",
            "challenge_rating_decimal": "17.000",
            "challenge_rating_text": "17",
            "experience_points": 18000,
            "ability_scores": {
                "strength": 24,
                "dexterity": 19,
                "constitution": 22,
                "intelligence": 16,
                "wisdom": 15,
                "charisma": 18
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 4,
                "constitution": 6,
                "intelligence": 3,
                "wisdom": 2,
                "charisma": 4
            },
            "saving_throws": {
                "dexterity": 10,
                "constitution": 12,
                "wisdom": 8,
                "charisma": 10
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 10,
                "constitution": 12,
                "intelligence": 3,
                "wisdom": 8,
                "charisma": 10
            },
            "skill_bonuses": {
                "acrobatics": 10,
                "intimidation": 10,
                "perception": 14,
                "stealth": 10
            },
            "skill_bonuses_all": {
                "acrobatics": 10,
                "animal_handling": 2,
                "arcana": 3,
                "athletics": 7,
                "deception": 4,
                "history": 3,
                "insight": 2,
                "intimidation": 10,
                "investigation": 3,
                "medicine": 2,
                "nature": 3,
                "perception": 14,
                "performance": 4,
                "persuasion": 4,
                "religion": 3,
                "sleight_of_hand": 4,
                "stealth": 10,
                "survival": 2
            },
            "passive_perception": 24,
            "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/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/restrained/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": 10.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        }
    ]
}