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

GET /v2/creatures/?format=api&ordering=-darkvision_range&page=57
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=-darkvision_range&page=58",
    "previous": "https://api-beta.open5e.com/v2/creatures/?format=api&ordering=-darkvision_range&page=56",
    "results": [
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_wild-warrior/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_wild-warrior",
            "name": "Wild Warrior",
            "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": 12,
            "hit_points": 9,
            "hit_dice": "",
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "experience_points": 25,
            "ability_scores": {
                "strength": 12,
                "dexterity": 10,
                "constitution": 12,
                "intelligence": 8,
                "wisdom": 10,
                "charisma": 8
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": -1
            },
            "saving_throws": {
                "strength": 1,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": -1
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": -1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": -1,
                "athletics": 1,
                "deception": -1,
                "history": -1,
                "insight": 0,
                "intimidation": -1,
                "investigation": -1,
                "medicine": 0,
                "nature": -1,
                "perception": 0,
                "performance": -1,
                "persuasion": -1,
                "religion": -1,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_winter-wolf/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_winter-wolf",
            "name": "Winter Wolf",
            "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/monstrosity/?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": 13,
            "hit_points": 76,
            "hit_dice": "",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 16,
                "dexterity": 12,
                "constitution": 14,
                "intelligence": 6,
                "wisdom": 12,
                "charisma": 8
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": -1
            },
            "saving_throws": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": -1
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": -1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": -2,
                "athletics": 3,
                "deception": -1,
                "history": -2,
                "insight": 1,
                "intimidation": -1,
                "investigation": -2,
                "medicine": 1,
                "nature": -2,
                "perception": 1,
                "performance": -1,
                "persuasion": -1,
                "religion": -2,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 1
            },
            "passive_perception": 11,
            "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": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_wolf/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_wolf",
            "name": "Wolf",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 13,
            "hit_points": 14,
            "hit_dice": "",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 12,
                "dexterity": 14,
                "constitution": 12,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 6
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 1,
                "deception": -2,
                "history": -4,
                "insight": 1,
                "intimidation": -2,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 1,
                "performance": -2,
                "persuasion": -2,
                "religion": -4,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 1
            },
            "passive_perception": 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_wolf-dire/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_wolf-dire",
            "name": "Wolf, Dire",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 50.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 50.0,
                "crawl": 25.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 25.0,
                "swim": 25.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 14,
            "hit_points": 40,
            "hit_dice": "",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 16,
                "dexterity": 14,
                "constitution": 14,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 6
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 3,
                "deception": -2,
                "history": -4,
                "insight": 1,
                "intimidation": -2,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 1,
                "performance": -2,
                "persuasion": -2,
                "religion": -4,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 1
            },
            "passive_perception": 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_wyrdling/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_wyrdling",
            "name": "Wyrdling",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 12,
            "hit_points": 40,
            "hit_dice": "",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 10,
                "dexterity": 14,
                "constitution": 12,
                "intelligence": 12,
                "wisdom": 20,
                "charisma": 14
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 1,
                "wisdom": 5,
                "charisma": 2
            },
            "saving_throws": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 1,
                "wisdom": 5,
                "charisma": 2
            },
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 1,
                "wisdom": 5,
                "charisma": 2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 5,
                "arcana": 1,
                "athletics": 0,
                "deception": 2,
                "history": 1,
                "insight": 5,
                "intimidation": 2,
                "investigation": 1,
                "medicine": 5,
                "nature": 1,
                "perception": 5,
                "performance": 2,
                "persuasion": 2,
                "religion": 1,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 5
            },
            "passive_perception": 15,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?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/mmenag_aboleth-thrall/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_aboleth-thrall",
            "name": "Aboleth Thrall",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "swim": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 12,
            "hit_points": 45,
            "hit_dice": "7d8+14",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 14,
                "dexterity": 14,
                "constitution": 14,
                "intelligence": 10,
                "wisdom": 10,
                "charisma": 12
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 2,
                "deception": 1,
                "history": 0,
                "insight": 0,
                "intimidation": 1,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 0,
                "performance": 1,
                "persuasion": 1,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_abominable-snowman/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_abominable-snowman",
            "name": "Abominable Snowman",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?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/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 12,
            "hit_points": 136,
            "hit_dice": "16d10+48",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 18,
                "dexterity": 12,
                "constitution": 16,
                "intelligence": 8,
                "wisdom": 12,
                "charisma": 16
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": 3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": 3
            },
            "skill_bonuses": {
                "perception": 3,
                "stealth": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": -1,
                "athletics": 4,
                "deception": 3,
                "history": -1,
                "insight": 1,
                "intimidation": 3,
                "investigation": -1,
                "medicine": 1,
                "nature": -1,
                "perception": 3,
                "performance": 3,
                "persuasion": 3,
                "religion": -1,
                "sleight_of_hand": 1,
                "stealth": 3,
                "survival": 1
            },
            "passive_perception": 13,
            "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": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_acolyte/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_acolyte",
            "name": "Acolyte",
            "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": 10,
            "hit_points": 11,
            "hit_dice": "2d8+2",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 10,
                "dexterity": 10,
                "constitution": 12,
                "intelligence": 10,
                "wisdom": 14,
                "charisma": 10
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 0
            },
            "skill_bonuses": {
                "medicine": 4,
                "religion": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": 0,
                "deception": 0,
                "history": 0,
                "insight": 2,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 4,
                "nature": 0,
                "perception": 2,
                "performance": 0,
                "persuasion": 0,
                "religion": 2,
                "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": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_aklea/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_aklea",
            "name": "Aklea",
            "size": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api",
            "speed": {
                "walk": 60.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 60.0,
                "crawl": 30.0,
                "hover": false,
                "fly": 60.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 evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 21,
            "hit_points": 656,
            "hit_dice": "32d20+320",
            "challenge_rating_decimal": "22.000",
            "challenge_rating_text": "22",
            "experience_points": 41000,
            "ability_scores": {
                "strength": 30,
                "dexterity": 24,
                "constitution": 30,
                "intelligence": 22,
                "wisdom": 24,
                "charisma": 26
            },
            "modifiers": {
                "strength": 10,
                "dexterity": 7,
                "constitution": 10,
                "intelligence": 6,
                "wisdom": 7,
                "charisma": 8
            },
            "saving_throws": {
                "strength": 17,
                "constitution": 17,
                "intelligence": 13,
                "wisdom": 14,
                "charisma": 15
            },
            "saving_throws_all": {
                "strength": 17,
                "dexterity": 7,
                "constitution": 17,
                "intelligence": 13,
                "wisdom": 14,
                "charisma": 15
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 7,
                "animal_handling": 7,
                "arcana": 6,
                "athletics": 10,
                "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": 7,
                "stealth": 7,
                "survival": 7
            },
            "passive_perception": 17,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_immunity": true,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "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_alchemist/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_alchemist",
            "name": "Alchemist",
            "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": 14,
            "hit_points": 91,
            "hit_dice": "14d8+28",
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 11,
                "dexterity": 16,
                "constitution": 14,
                "intelligence": 19,
                "wisdom": 14,
                "charisma": 13
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": 4,
                "wisdom": 2,
                "charisma": 1
            },
            "saving_throws": {
                "dexterity": 6,
                "constitution": 5,
                "wisdom": 5
            },
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 6,
                "constitution": 5,
                "intelligence": 4,
                "wisdom": 5,
                "charisma": 1
            },
            "skill_bonuses": {
                "arcana": 7,
                "investigation": 7,
                "nature": 7,
                "perception": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 2,
                "arcana": 7,
                "athletics": 0,
                "deception": 1,
                "history": 4,
                "insight": 2,
                "intimidation": 1,
                "investigation": 7,
                "medicine": 2,
                "nature": 7,
                "perception": 5,
                "performance": 1,
                "persuasion": 1,
                "religion": 4,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 2
            },
            "passive_perception": 15,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_allosaurus/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_allosaurus",
            "name": "Allosaurus",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 60.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 60.0,
                "crawl": 30.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 15,
            "hit_points": 57,
            "hit_dice": "6d12+18",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 18,
                "dexterity": 18,
                "constitution": 16,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 5
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 4,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 4,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 4,
                "deception": -3,
                "history": -4,
                "insight": 1,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 1,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_animated-armor/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_animated-armor",
            "name": "Animated Armor",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 18,
            "hit_points": 31,
            "hit_dice": "7d8",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 14,
                "dexterity": 10,
                "constitution": 10,
                "intelligence": 1,
                "wisdom": 10,
                "charisma": 1
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": -5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": -5,
                "athletics": 2,
                "deception": -5,
                "history": -5,
                "insight": 0,
                "intimidation": -5,
                "investigation": -5,
                "medicine": 0,
                "nature": -5,
                "perception": 0,
                "performance": -5,
                "persuasion": -5,
                "religion": -5,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_ankheg/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_ankheg",
            "name": "Ankheg",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "burrow": 15.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 15.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 14,
            "hit_points": 45,
            "hit_dice": "6d10+12",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 16,
                "dexterity": 10,
                "constitution": 14,
                "intelligence": 2,
                "wisdom": 14,
                "charisma": 8
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 2,
                "arcana": -4,
                "athletics": 3,
                "deception": -1,
                "history": -4,
                "insight": 2,
                "intimidation": -1,
                "investigation": -4,
                "medicine": 2,
                "nature": -4,
                "perception": 2,
                "performance": -1,
                "persuasion": -1,
                "religion": -4,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 2
            },
            "passive_perception": 12,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": 30.0,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_ankheg-queen/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_ankheg-queen",
            "name": "Ankheg Queen",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "burrow": 15.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 15.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 14,
            "hit_points": 59,
            "hit_dice": "7d12+14",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 16,
                "dexterity": 10,
                "constitution": 14,
                "intelligence": 2,
                "wisdom": 14,
                "charisma": 8
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 2,
                "arcana": -4,
                "athletics": 3,
                "deception": -1,
                "history": -4,
                "insight": 2,
                "intimidation": -1,
                "investigation": -4,
                "medicine": 2,
                "nature": -4,
                "perception": 2,
                "performance": -1,
                "persuasion": -1,
                "religion": -4,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 2
            },
            "passive_perception": 12,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": 30.0,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_ankheg-spawn/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_ankheg-spawn",
            "name": "Ankheg Spawn",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?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/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 13,
            "hit_points": 11,
            "hit_dice": "2d8+2",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 14,
                "dexterity": 12,
                "constitution": 12,
                "intelligence": 2,
                "wisdom": 14,
                "charisma": 8
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 2,
                "arcana": -4,
                "athletics": 2,
                "deception": -1,
                "history": -4,
                "insight": 2,
                "intimidation": -1,
                "investigation": -4,
                "medicine": 2,
                "nature": -4,
                "perception": 2,
                "performance": -1,
                "persuasion": -1,
                "religion": -4,
                "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/acid/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": 30.0,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_ankylosaurus/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_ankylosaurus",
            "name": "Ankylosaurus",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 16,
            "hit_points": 63,
            "hit_dice": "6d12+24",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 18,
                "dexterity": 10,
                "constitution": 18,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 5
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 4,
                "deception": -3,
                "history": -4,
                "insight": 1,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 1,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_ape/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_ape",
            "name": "Ape",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "climb": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 12,
            "hit_points": 19,
            "hit_dice": "3d8+6",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 16,
                "dexterity": 14,
                "constitution": 14,
                "intelligence": 6,
                "wisdom": 12,
                "charisma": 6
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {
                "athletics": 5,
                "perception": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -2,
                "athletics": 5,
                "deception": -2,
                "history": -2,
                "insight": 1,
                "intimidation": -2,
                "investigation": -2,
                "medicine": 1,
                "nature": -2,
                "perception": 3,
                "performance": -2,
                "persuasion": -2,
                "religion": -2,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 1
            },
            "passive_perception": 13,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_apprentice-mage/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_apprentice-mage",
            "name": "Apprentice Mage",
            "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": 10,
            "hit_points": 11,
            "hit_dice": "2d8+2",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 10,
                "dexterity": 10,
                "constitution": 12,
                "intelligence": 14,
                "wisdom": 10,
                "charisma": 10
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": 2,
                "wisdom": 0,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": 2,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {
                "arcana": 4,
                "history": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": 4,
                "athletics": 0,
                "deception": 0,
                "history": 4,
                "insight": 0,
                "intimidation": 0,
                "investigation": 2,
                "medicine": 0,
                "nature": 2,
                "perception": 0,
                "performance": 0,
                "persuasion": 0,
                "religion": 2,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/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/mmenag_archfey/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_archfey",
            "name": "Archfey",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 35.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 35.0,
                "crawl": 17.5,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 17.5,
                "swim": 17.5
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 330,
            "hit_dice": "44d8+132",
            "challenge_rating_decimal": "12.000",
            "challenge_rating_text": "12",
            "experience_points": 8400,
            "ability_scores": {
                "strength": 16,
                "dexterity": 20,
                "constitution": 16,
                "intelligence": 16,
                "wisdom": 20,
                "charisma": 20
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 5,
                "constitution": 3,
                "intelligence": 3,
                "wisdom": 5,
                "charisma": 5
            },
            "saving_throws": {
                "dexterity": 9,
                "wisdom": 9,
                "charisma": 9
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 9,
                "constitution": 3,
                "intelligence": 3,
                "wisdom": 9,
                "charisma": 9
            },
            "skill_bonuses": {
                "arcana": 7,
                "history": 7,
                "insight": 9,
                "nature": 7,
                "perception": 9,
                "persuasion": 9
            },
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 5,
                "arcana": 7,
                "athletics": 3,
                "deception": 5,
                "history": 7,
                "insight": 9,
                "intimidation": 5,
                "investigation": 3,
                "medicine": 5,
                "nature": 7,
                "perception": 9,
                "performance": 5,
                "persuasion": 9,
                "religion": 3,
                "sleight_of_hand": 5,
                "stealth": 5,
                "survival": 5
            },
            "passive_perception": 19,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api",
                "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 60.0,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_archmage/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_archmage",
            "name": "Archmage",
            "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": 12,
            "hit_points": 117,
            "hit_dice": "18d8+36",
            "challenge_rating_decimal": "11.000",
            "challenge_rating_text": "11",
            "experience_points": 7200,
            "ability_scores": {
                "strength": 10,
                "dexterity": 14,
                "constitution": 14,
                "intelligence": 20,
                "wisdom": 16,
                "charisma": 14
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 5,
                "wisdom": 3,
                "charisma": 2
            },
            "saving_throws": {
                "intelligence": 9,
                "wisdom": 7
            },
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 9,
                "wisdom": 7,
                "charisma": 2
            },
            "skill_bonuses": {
                "arcana": 9,
                "history": 9,
                "insight": 7,
                "perception": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 3,
                "arcana": 9,
                "athletics": 0,
                "deception": 2,
                "history": 9,
                "insight": 7,
                "intimidation": 2,
                "investigation": 5,
                "medicine": 3,
                "nature": 5,
                "perception": 7,
                "performance": 2,
                "persuasion": 2,
                "religion": 5,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 3
            },
            "passive_perception": 17,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
            ],
            "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_archpriest/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_archpriest",
            "name": "Archpriest",
            "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": 150,
            "hit_dice": "20d8+60",
            "challenge_rating_decimal": "16.000",
            "challenge_rating_text": "16",
            "experience_points": 15000,
            "ability_scores": {
                "strength": 18,
                "dexterity": 10,
                "constitution": 16,
                "intelligence": 14,
                "wisdom": 20,
                "charisma": 16
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": 2,
                "wisdom": 5,
                "charisma": 3
            },
            "saving_throws": {
                "intelligence": 7,
                "wisdom": 10,
                "charisma": 8
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": 7,
                "wisdom": 10,
                "charisma": 8
            },
            "skill_bonuses": {
                "insight": 10,
                "medicine": 10,
                "persuasion": 8,
                "religion": 10
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 5,
                "arcana": 2,
                "athletics": 4,
                "deception": 3,
                "history": 2,
                "insight": 10,
                "intimidation": 3,
                "investigation": 2,
                "medicine": 10,
                "nature": 2,
                "perception": 5,
                "performance": 3,
                "persuasion": 8,
                "religion": 10,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 5
            },
            "passive_perception": 15,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/radiant/?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/mmenag_ascetic-grandmaster/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_ascetic-grandmaster",
            "name": "Ascetic Grandmaster",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 60.0,
                "unit": "feet",
                "climb": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 60.0,
                "crawl": 30.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 60.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 20,
            "hit_points": 172,
            "hit_dice": "23d8+69",
            "challenge_rating_decimal": "14.000",
            "challenge_rating_text": "14",
            "experience_points": 11500,
            "ability_scores": {
                "strength": 16,
                "dexterity": 20,
                "constitution": 16,
                "intelligence": 10,
                "wisdom": 20,
                "charisma": 10
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 5,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 5,
                "charisma": 0
            },
            "saving_throws": {
                "strength": 8,
                "dexterity": 10,
                "constitution": 8,
                "intelligence": 5,
                "wisdom": 10,
                "charisma": 5
            },
            "saving_throws_all": {
                "strength": 8,
                "dexterity": 10,
                "constitution": 8,
                "intelligence": 5,
                "wisdom": 10,
                "charisma": 5
            },
            "skill_bonuses": {
                "acrobatics": 10,
                "athletics": 8,
                "perception": 10,
                "stealth": 10
            },
            "skill_bonuses_all": {
                "acrobatics": 10,
                "animal_handling": 5,
                "arcana": 0,
                "athletics": 8,
                "deception": 0,
                "history": 0,
                "insight": 5,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 5,
                "nature": 0,
                "perception": 10,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 5,
                "stealth": 10,
                "survival": 5
            },
            "passive_perception": 22,
            "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/charmed/?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": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_awakened-shrub/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_awakened-shrub",
            "name": "Awakened Shrub",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 9,
            "hit_points": 7,
            "hit_dice": "2d6",
            "challenge_rating_decimal": "0.000",
            "challenge_rating_text": "0",
            "experience_points": 0,
            "ability_scores": {
                "strength": 2,
                "dexterity": 8,
                "constitution": 10,
                "intelligence": 10,
                "wisdom": 10,
                "charisma": 6
            },
            "modifiers": {
                "strength": -4,
                "dexterity": -1,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -4,
                "dexterity": -1,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": -4,
                "deception": -2,
                "history": 0,
                "insight": 0,
                "intimidation": -2,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 0,
                "performance": -2,
                "persuasion": -2,
                "religion": 0,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "condition_immunities": [],
            "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_awakened-tree/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_awakened-tree",
            "name": "Awakened Tree",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 13,
            "hit_points": 51,
            "hit_dice": "6d12+12",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 18,
                "dexterity": 6,
                "constitution": 14,
                "intelligence": 10,
                "wisdom": 10,
                "charisma": 10
            },
            "modifiers": {
                "strength": 4,
                "dexterity": -2,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": -2,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -2,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 4,
                "deception": 0,
                "history": 0,
                "insight": 0,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 0,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": -2,
                "stealth": -2,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "condition_immunities": [],
            "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_axe-beak/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_axe-beak",
            "name": "Axe Beak",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 50.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 50.0,
                "crawl": 25.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 25.0,
                "swim": 25.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 11,
            "hit_points": 16,
            "hit_dice": "3d10",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 14,
                "dexterity": 12,
                "constitution": 10,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 4
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 2,
                "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": 10,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_azer/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_azer",
            "name": "Azer",
            "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/elemental/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 16,
            "hit_points": 39,
            "hit_dice": "6d8+12",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 16,
                "dexterity": 12,
                "constitution": 14,
                "intelligence": 10,
                "wisdom": 12,
                "charisma": 10
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": 3,
                "deception": 0,
                "history": 0,
                "insight": 1,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 1,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            ],
            "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": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_azer-forgemaster/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_azer-forgemaster",
            "name": "Azer Forgemaster",
            "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/elemental/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 78,
            "hit_dice": "12d8+24",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 18,
                "dexterity": 14,
                "constitution": 14,
                "intelligence": 12,
                "wisdom": 16,
                "charisma": 16
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 3,
                "arcana": 1,
                "athletics": 4,
                "deception": 3,
                "history": 1,
                "insight": 3,
                "intimidation": 3,
                "investigation": 1,
                "medicine": 3,
                "nature": 1,
                "perception": 3,
                "performance": 3,
                "persuasion": 3,
                "religion": 1,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 3
            },
            "passive_perception": 13,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            ],
            "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": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_baboon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_baboon",
            "name": "Baboon",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "climb": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 12,
            "hit_points": 3,
            "hit_dice": "1d6",
            "challenge_rating_decimal": "0.000",
            "challenge_rating_text": "0",
            "experience_points": 0,
            "ability_scores": {
                "strength": 8,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 4,
                "wisdom": 12,
                "charisma": 6
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -3,
                "athletics": -1,
                "deception": -2,
                "history": -3,
                "insight": 1,
                "intimidation": -2,
                "investigation": -3,
                "medicine": 1,
                "nature": -3,
                "perception": 1,
                "performance": -2,
                "persuasion": -2,
                "religion": -3,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_balor/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_balor",
            "name": "Balor",
            "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",
            "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": 19,
            "hit_points": 299,
            "hit_dice": "26d12+130",
            "challenge_rating_decimal": "19.000",
            "challenge_rating_text": "19",
            "experience_points": 22000,
            "ability_scores": {
                "strength": 26,
                "dexterity": 18,
                "constitution": 20,
                "intelligence": 20,
                "wisdom": 20,
                "charisma": 22
            },
            "modifiers": {
                "strength": 8,
                "dexterity": 4,
                "constitution": 5,
                "intelligence": 5,
                "wisdom": 5,
                "charisma": 6
            },
            "saving_throws": {
                "strength": 14,
                "dexterity": 10,
                "constitution": 11,
                "wisdom": 11,
                "charisma": 12
            },
            "saving_throws_all": {
                "strength": 14,
                "dexterity": 10,
                "constitution": 11,
                "intelligence": 5,
                "wisdom": 11,
                "charisma": 12
            },
            "skill_bonuses": {
                "intimidation": 12,
                "perception": 11
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 5,
                "arcana": 5,
                "athletics": 8,
                "deception": 6,
                "history": 5,
                "insight": 5,
                "intimidation": 12,
                "investigation": 5,
                "medicine": 5,
                "nature": 5,
                "perception": 11,
                "performance": 6,
                "persuasion": 6,
                "religion": 5,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 5
            },
            "passive_perception": 21,
            "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/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/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/mmenag_balor-general/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_balor-general",
            "name": "Balor General",
            "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",
            "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": 19,
            "hit_points": 379,
            "hit_dice": "33d12+165",
            "challenge_rating_decimal": "24.000",
            "challenge_rating_text": "24",
            "experience_points": 62000,
            "ability_scores": {
                "strength": 26,
                "dexterity": 18,
                "constitution": 20,
                "intelligence": 20,
                "wisdom": 20,
                "charisma": 22
            },
            "modifiers": {
                "strength": 8,
                "dexterity": 4,
                "constitution": 5,
                "intelligence": 5,
                "wisdom": 5,
                "charisma": 6
            },
            "saving_throws": {
                "strength": 14,
                "dexterity": 10,
                "constitution": 11,
                "wisdom": 11,
                "charisma": 12
            },
            "saving_throws_all": {
                "strength": 14,
                "dexterity": 10,
                "constitution": 11,
                "intelligence": 5,
                "wisdom": 11,
                "charisma": 12
            },
            "skill_bonuses": {
                "intimidation": 12,
                "perception": 11
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 5,
                "arcana": 5,
                "athletics": 8,
                "deception": 6,
                "history": 5,
                "insight": 5,
                "intimidation": 12,
                "investigation": 5,
                "medicine": 5,
                "nature": 5,
                "perception": 11,
                "performance": 6,
                "persuasion": 6,
                "religion": 5,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 5
            },
            "passive_perception": 21,
            "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/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/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/mmenag_bandit/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_bandit",
            "name": "Bandit",
            "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": 12,
            "hit_points": 9,
            "hit_dice": "2d8",
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "experience_points": 25,
            "ability_scores": {
                "strength": 12,
                "dexterity": 10,
                "constitution": 10,
                "intelligence": 10,
                "wisdom": 10,
                "charisma": 10
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 1,
                "deception": 0,
                "history": 0,
                "insight": 0,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 0,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_bandit-captain/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_bandit-captain",
            "name": "Bandit Captain",
            "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": 15,
            "hit_points": 65,
            "hit_dice": "10d8+20",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 14,
                "dexterity": 16,
                "constitution": 14,
                "intelligence": 14,
                "wisdom": 12,
                "charisma": 14
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": 2,
                "wisdom": 1,
                "charisma": 2
            },
            "saving_throws": {
                "dexterity": 5,
                "constitution": 4
            },
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 5,
                "constitution": 4,
                "intelligence": 2,
                "wisdom": 1,
                "charisma": 2
            },
            "skill_bonuses": {
                "athletics": 4,
                "deception": 4,
                "intimidation": 4,
                "stealth": 5,
                "survival": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": 2,
                "athletics": 4,
                "deception": 4,
                "history": 2,
                "insight": 1,
                "intimidation": 4,
                "investigation": 2,
                "medicine": 1,
                "nature": 2,
                "perception": 1,
                "performance": 2,
                "persuasion": 2,
                "religion": 2,
                "sleight_of_hand": 3,
                "stealth": 5,
                "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/mmenag_bat/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_bat",
            "name": "Bat",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "speed": {
                "walk": 5.0,
                "unit": "feet",
                "fly": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 5.0,
                "crawl": 2.5,
                "hover": false,
                "fly": 30.0,
                "burrow": 0.0,
                "climb": 2.5,
                "swim": 2.5
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 12,
            "hit_points": 1,
            "hit_dice": "1d4-1",
            "challenge_rating_decimal": "0.000",
            "challenge_rating_text": "0",
            "experience_points": 0,
            "ability_scores": {
                "strength": 4,
                "dexterity": 10,
                "constitution": 12,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 4
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": -3,
                "deception": -3,
                "history": -4,
                "insight": 1,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 1,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_berserker/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_berserker",
            "name": "Berserker",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 13,
            "hit_points": 45,
            "hit_dice": "6d8+18",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 14,
                "dexterity": 10,
                "constitution": 16,
                "intelligence": 10,
                "wisdom": 10,
                "charisma": 12
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 1
            },
            "saving_throws": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 5
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 5,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 1
            },
            "skill_bonuses": {
                "athletics": 4,
                "intimidation": 3,
                "perception": 2,
                "survival": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 4,
                "deception": 1,
                "history": 0,
                "insight": 0,
                "intimidation": 3,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 2,
                "performance": 1,
                "persuasion": 1,
                "religion": 0,
                "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": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_black-bear/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_black-bear",
            "name": "Black Bear",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "climb": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "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/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 11,
            "hit_points": 19,
            "hit_dice": "3d8+6",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 14,
                "dexterity": 10,
                "constitution": 14,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 6
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 2,
                "deception": -2,
                "history": -4,
                "insight": 1,
                "intimidation": -2,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 3,
                "performance": -2,
                "persuasion": -2,
                "religion": -4,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 1
            },
            "passive_perception": 13,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_black-pudding/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_black-pudding",
            "name": "Black Pudding",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "climb": 20.0,
                "swim": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/ooze/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 7,
            "hit_points": 85,
            "hit_dice": "10d10+30",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 16,
                "dexterity": 4,
                "constitution": 16,
                "intelligence": 1,
                "wisdom": 6,
                "charisma": 1
            },
            "modifiers": {
                "strength": 3,
                "dexterity": -3,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": -3,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -3,
                "animal_handling": -2,
                "arcana": -5,
                "athletics": 3,
                "deception": -5,
                "history": -5,
                "insight": -2,
                "intimidation": -5,
                "investigation": -5,
                "medicine": -2,
                "nature": -5,
                "perception": -2,
                "performance": -5,
                "persuasion": -5,
                "religion": -5,
                "sleight_of_hand": -3,
                "stealth": -3,
                "survival": -2
            },
            "passive_perception": 8,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_blackguard/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_blackguard",
            "name": "Blackguard",
            "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": 18,
            "hit_points": 82,
            "hit_dice": "11d8+33",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 16,
                "dexterity": 12,
                "constitution": 16,
                "intelligence": 12,
                "wisdom": 14,
                "charisma": 14
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 2
            },
            "saving_throws": {
                "strength": 6,
                "constitution": 6,
                "wisdom": 5
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 1,
                "constitution": 6,
                "intelligence": 1,
                "wisdom": 5,
                "charisma": 2
            },
            "skill_bonuses": {
                "athletics": 6,
                "intimidation": 5,
                "perception": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 2,
                "arcana": 1,
                "athletics": 6,
                "deception": 2,
                "history": 1,
                "insight": 2,
                "intimidation": 5,
                "investigation": 1,
                "medicine": 2,
                "nature": 1,
                "perception": 5,
                "performance": 2,
                "persuasion": 2,
                "religion": 1,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 2
            },
            "passive_perception": 15,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_blink-dog/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_blink-dog",
            "name": "Blink Dog",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 13,
            "hit_points": 22,
            "hit_dice": "4d8+4",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 14,
                "dexterity": 16,
                "constitution": 12,
                "intelligence": 10,
                "wisdom": 12,
                "charisma": 10
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 3,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": 2,
                "deception": 0,
                "history": 0,
                "insight": 1,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 3,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 3,
                "stealth": 5,
                "survival": 1
            },
            "passive_perception": 13,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_blood-hawk/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_blood-hawk",
            "name": "Blood Hawk",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 11,
            "hit_points": 7,
            "hit_dice": "2d6",
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "experience_points": 25,
            "ability_scores": {
                "strength": 6,
                "dexterity": 12,
                "constitution": 10,
                "intelligence": 2,
                "wisdom": 14,
                "charisma": 4
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -3
            },
            "skill_bonuses": {
                "perception": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 2,
                "arcana": -4,
                "athletics": -2,
                "deception": -3,
                "history": -4,
                "insight": 2,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 2,
                "nature": -4,
                "perception": 4,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "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/mmenag_boar/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_boar",
            "name": "Boar",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 11,
            "hit_points": 11,
            "hit_dice": "2d8+2",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 12,
                "dexterity": 10,
                "constitution": 12,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 4
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 1,
                "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": 0,
                "stealth": 0,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_boggard/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_boggard",
            "name": "Boggard",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 12,
            "hit_points": 13,
            "hit_dice": "3d8",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 12,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 10,
                "wisdom": 10,
                "charisma": 10
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {
                "stealth": 4,
                "survival": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 1,
                "deception": 0,
                "history": 0,
                "insight": 0,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 0,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 2
            },
            "passive_perception": 10,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_boggard-bravo/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_boggard-bravo",
            "name": "Boggard Bravo",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 12,
            "hit_points": 27,
            "hit_dice": "6d8",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 12,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 10,
                "wisdom": 10,
                "charisma": 10
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {
                "stealth": 4,
                "survival": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 1,
                "deception": 0,
                "history": 0,
                "insight": 0,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 0,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 2
            },
            "passive_perception": 10,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_boggard-sovereign/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_boggard-sovereign",
            "name": "Boggard Sovereign",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 67,
            "hit_dice": "9d10+18",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 16,
                "dexterity": 12,
                "constitution": 14,
                "intelligence": 12,
                "wisdom": 14,
                "charisma": 12
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 1
            },
            "skill_bonuses": {
                "intimidation": 3,
                "perception": 3,
                "stealth": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 2,
                "arcana": 1,
                "athletics": 3,
                "deception": 1,
                "history": 1,
                "insight": 2,
                "intimidation": 3,
                "investigation": 1,
                "medicine": 2,
                "nature": 1,
                "perception": 3,
                "performance": 1,
                "persuasion": 1,
                "religion": 1,
                "sleight_of_hand": 1,
                "stealth": 3,
                "survival": 2
            },
            "passive_perception": 13,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_bolt-thrower/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_bolt-thrower",
            "name": "Bolt-Thrower",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
            "speed": {
                "walk": 15.0,
                "unit": "feet",
                "climb": 15.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 15.0,
                "crawl": 7.5,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 7.5
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 14,
            "hit_points": 44,
            "hit_dice": "8d6+16",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 6,
                "dexterity": 16,
                "constitution": 14,
                "intelligence": 1,
                "wisdom": 6,
                "charisma": 1
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "skill_bonuses": {
                "perception": 0
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": -2,
                "arcana": -5,
                "athletics": -2,
                "deception": -5,
                "history": -5,
                "insight": -2,
                "intimidation": -5,
                "investigation": -5,
                "medicine": -2,
                "nature": -5,
                "perception": 0,
                "performance": -5,
                "persuasion": -5,
                "religion": -5,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": -2
            },
            "passive_perception": 14,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 120.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_brown-bear/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_brown-bear",
            "name": "Brown Bear",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "climb": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 11,
            "hit_points": 34,
            "hit_dice": "4d10+12",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 18,
                "dexterity": 10,
                "constitution": 16,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 4
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "skill_bonuses": {
                "perception": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 4,
                "deception": -3,
                "history": -4,
                "insight": 1,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 3,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 1
            },
            "passive_perception": 13,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_camel/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_camel",
            "name": "Camel",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?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": 10,
            "hit_points": 15,
            "hit_dice": "2d10+4",
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "experience_points": 25,
            "ability_scores": {
                "strength": 16,
                "dexterity": 10,
                "constitution": 14,
                "intelligence": 2,
                "wisdom": 8,
                "charisma": 4
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": -1,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": -1,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": -1,
                "arcana": -4,
                "athletics": 3,
                "deception": -3,
                "history": -4,
                "insight": -1,
                "intimidation": -3,
                "investigation": -4,
                "medicine": -1,
                "nature": -4,
                "perception": -1,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 0,
                "stealth": 0,
                "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": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_cave-bear/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_cave-bear",
            "name": "Cave Bear",
            "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/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 12,
            "hit_points": 42,
            "hit_dice": "5d10+15",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 20,
                "dexterity": 10,
                "constitution": 16,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 4
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "skill_bonuses": {
                "perception": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 5,
                "deception": -3,
                "history": -4,
                "insight": 1,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 3,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 1
            },
            "passive_perception": 13,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_cave-troll/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_cave-troll",
            "name": "Cave Troll",
            "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/giant/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/giant/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 84,
            "hit_dice": "8d10+40",
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 18,
                "dexterity": 12,
                "constitution": 20,
                "intelligence": 8,
                "wisdom": 12,
                "charisma": 8
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 5,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": -1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 5,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": -1
            },
            "skill_bonuses": {
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": -1,
                "athletics": 4,
                "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": 4,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": 120.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_centaur/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_centaur",
            "name": "Centaur",
            "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/fey/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 45,
            "hit_dice": "6d10+12",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 16,
                "dexterity": 16,
                "constitution": 14,
                "intelligence": 10,
                "wisdom": 16,
                "charisma": 10
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 3,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 3,
                "charisma": 0
            },
            "skill_bonuses": {
                "nature": 5,
                "perception": 5,
                "survival": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 3,
                "arcana": 0,
                "athletics": 3,
                "deception": 0,
                "history": 0,
                "insight": 3,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 3,
                "nature": 5,
                "perception": 5,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 5
            },
            "passive_perception": 17,
            "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": []
        }
    ]
}