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

GET /v2/creatures/?format=api&ordering=category&page=55
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=category&page=56",
    "previous": "https://api-beta.open5e.com/v2/creatures/?format=api&ordering=category&page=54",
    "results": [
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_owlbear-recluse/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_owlbear-recluse",
            "name": "Owlbear Recluse",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "climb": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 13,
            "hit_points": 119,
            "hit_dice": "14d10+42",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 18,
                "dexterity": 12,
                "constitution": 16,
                "intelligence": 3,
                "wisdom": 12,
                "charisma": 5
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "skill_bonuses": {
                "perception": 3,
                "stealth": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "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": 1,
                "stealth": 3,
                "survival": 1
            },
            "passive_perception": 13,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_panther/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_panther",
            "name": "Panther",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 50.0,
                "unit": "feet",
                "climb": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 50.0,
                "crawl": 25.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 40.0,
                "swim": 25.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?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": 14,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 3,
                "wisdom": 14,
                "charisma": 6
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 4,
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": -4,
                "athletics": 2,
                "deception": -2,
                "history": -4,
                "insight": 2,
                "intimidation": -2,
                "investigation": -4,
                "medicine": 2,
                "nature": -4,
                "perception": 4,
                "performance": -2,
                "persuasion": -2,
                "religion": -4,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 2
            },
            "passive_perception": 14,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 30.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_pegasus/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_pegasus",
            "name": "Pegasus",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 60.0,
                "unit": "feet",
                "fly": 80.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 60.0,
                "crawl": 30.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 57,
            "hit_dice": "6d10+24",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 18,
                "dexterity": 16,
                "constitution": 18,
                "intelligence": 10,
                "wisdom": 14,
                "charisma": 12
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 4,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 1
            },
            "saving_throws": {
                "dexterity": 5,
                "wisdom": 4,
                "charisma": 3
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 5,
                "constitution": 4,
                "intelligence": 0,
                "wisdom": 4,
                "charisma": 3
            },
            "skill_bonuses": {
                "perception": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": 4,
                "deception": 1,
                "history": 0,
                "insight": 2,
                "intimidation": 1,
                "investigation": 0,
                "medicine": 2,
                "nature": 0,
                "perception": 4,
                "performance": 1,
                "persuasion": 1,
                "religion": 0,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 2
            },
            "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": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_peryton/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_peryton",
            "name": "Peryton",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 13,
            "hit_points": 34,
            "hit_dice": "4d10+12",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 16,
                "dexterity": 16,
                "constitution": 16,
                "intelligence": 10,
                "wisdom": 12,
                "charisma": 12
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 3,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 3,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 1
            },
            "skill_bonuses": {
                "perception": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": 3,
                "deception": 1,
                "history": 0,
                "insight": 1,
                "intimidation": 1,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 3,
                "performance": 1,
                "persuasion": 1,
                "religion": 0,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 1
            },
            "passive_perception": 13,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_phase-monster/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_phase-monster",
            "name": "Phase Monster",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 50.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 50.0,
                "burrow": 0.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": 85,
            "hit_dice": "10d10+30",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 18,
                "dexterity": 14,
                "constitution": 16,
                "intelligence": 4,
                "wisdom": 14,
                "charisma": 8
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": -3,
                "wisdom": 2,
                "charisma": -1
            },
            "saving_throws": {
                "dexterity": 4
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 4,
                "constitution": 3,
                "intelligence": -3,
                "wisdom": 2,
                "charisma": -1
            },
            "skill_bonuses": {
                "perception": 4,
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": -3,
                "athletics": 4,
                "deception": -1,
                "history": -3,
                "insight": 2,
                "intimidation": -1,
                "investigation": -3,
                "medicine": 2,
                "nature": -3,
                "perception": 4,
                "performance": -1,
                "persuasion": -1,
                "religion": -3,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 2
            },
            "passive_perception": 14,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_phase-spider/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_phase-spider",
            "name": "Phase Spider",
            "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/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 14,
            "hit_points": 39,
            "hit_dice": "6d10+6",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 14,
                "dexterity": 14,
                "constitution": 12,
                "intelligence": 6,
                "wisdom": 10,
                "charisma": 4
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": -2,
                "athletics": 2,
                "deception": -3,
                "history": -2,
                "insight": 0,
                "intimidation": -3,
                "investigation": -2,
                "medicine": 0,
                "nature": -2,
                "perception": 0,
                "performance": -3,
                "persuasion": -3,
                "religion": -2,
                "sleight_of_hand": 2,
                "stealth": 4,
                "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": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_piercer/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_piercer",
            "name": "Piercer",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
            "speed": {
                "walk": 0.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 0.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 17,
            "hit_points": 9,
            "hit_dice": "2d6+2",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 10,
                "dexterity": 10,
                "constitution": 12,
                "intelligence": 1,
                "wisdom": 6,
                "charisma": 2
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -4
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": -2,
                "arcana": -5,
                "athletics": 0,
                "deception": -4,
                "history": -5,
                "insight": -2,
                "intimidation": -4,
                "investigation": -5,
                "medicine": -2,
                "nature": -5,
                "perception": -2,
                "performance": -4,
                "persuasion": -4,
                "religion": -5,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": -2
            },
            "passive_perception": 8,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 30.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_pirate/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_pirate",
            "name": "Pirate",
            "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": {
                "acrobatics": 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": 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_pirate-captain/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_pirate-captain",
            "name": "Pirate 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": {
                "acrobatics": 4,
                "athletics": 4,
                "deception": 4,
                "intimidation": 4,
                "stealth": 5,
                "survival": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "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_pit-fiend/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_pit-fiend",
            "name": "Pit Fiend",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api"
            ],
            "armor_class": 19,
            "hit_points": 300,
            "hit_dice": "24d10+168",
            "challenge_rating_decimal": "20.000",
            "challenge_rating_text": "20",
            "experience_points": 25000,
            "ability_scores": {
                "strength": 26,
                "dexterity": 16,
                "constitution": 24,
                "intelligence": 22,
                "wisdom": 18,
                "charisma": 24
            },
            "modifiers": {
                "strength": 8,
                "dexterity": 3,
                "constitution": 7,
                "intelligence": 6,
                "wisdom": 4,
                "charisma": 7
            },
            "saving_throws": {
                "dexterity": 9,
                "constitution": 13,
                "intelligence": 12,
                "wisdom": 10,
                "charisma": 13
            },
            "saving_throws_all": {
                "strength": 8,
                "dexterity": 9,
                "constitution": 13,
                "intelligence": 12,
                "wisdom": 10,
                "charisma": 13
            },
            "skill_bonuses": {
                "athletics": 14,
                "insight": 10,
                "perception": 10
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 4,
                "arcana": 6,
                "athletics": 14,
                "deception": 7,
                "history": 6,
                "insight": 10,
                "intimidation": 7,
                "investigation": 6,
                "medicine": 4,
                "nature": 6,
                "perception": 10,
                "performance": 7,
                "persuasion": 7,
                "religion": 6,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 4
            },
            "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/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_pit-fiend-general/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_pit-fiend-general",
            "name": "Pit Fiend General",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api"
            ],
            "armor_class": 19,
            "hit_points": 600,
            "hit_dice": "48d10+336",
            "challenge_rating_decimal": "20.000",
            "challenge_rating_text": "20",
            "experience_points": 25000,
            "ability_scores": {
                "strength": 26,
                "dexterity": 16,
                "constitution": 24,
                "intelligence": 22,
                "wisdom": 18,
                "charisma": 24
            },
            "modifiers": {
                "strength": 8,
                "dexterity": 3,
                "constitution": 7,
                "intelligence": 6,
                "wisdom": 4,
                "charisma": 7
            },
            "saving_throws": {
                "dexterity": 9,
                "constitution": 13,
                "intelligence": 12,
                "wisdom": 10,
                "charisma": 13
            },
            "saving_throws_all": {
                "strength": 8,
                "dexterity": 9,
                "constitution": 13,
                "intelligence": 12,
                "wisdom": 10,
                "charisma": 13
            },
            "skill_bonuses": {
                "athletics": 14,
                "insight": 10,
                "perception": 10
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 4,
                "arcana": 6,
                "athletics": 14,
                "deception": 7,
                "history": 6,
                "insight": 10,
                "intimidation": 7,
                "investigation": 6,
                "medicine": 4,
                "nature": 6,
                "perception": 10,
                "performance": 7,
                "persuasion": 7,
                "religion": 6,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 4
            },
            "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/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_pixie/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_pixie",
            "name": "Pixie",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "fly": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 30.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.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/sylvan/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 2,
            "hit_dice": "1d4",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 2,
                "dexterity": 20,
                "constitution": 10,
                "intelligence": 10,
                "wisdom": 12,
                "charisma": 14
            },
            "modifiers": {
                "strength": -4,
                "dexterity": 5,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -4,
                "dexterity": 5,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 2
            },
            "skill_bonuses": {
                "perception": 3,
                "stealth": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": -4,
                "deception": 2,
                "history": 0,
                "insight": 1,
                "intimidation": 2,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 3,
                "performance": 2,
                "persuasion": 2,
                "religion": 0,
                "sleight_of_hand": 5,
                "stealth": 7,
                "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_planetar/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_planetar",
            "name": "Planetar",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 120.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 120.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/druidic/?format=api",
                "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/gnomish/?format=api",
                "https://api-beta.open5e.com/v2/languages/goblin/?format=api",
                "https://api-beta.open5e.com/v2/languages/halfling/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "https://api-beta.open5e.com/v2/languages/orc/?format=api",
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "https://api-beta.open5e.com/v2/languages/thieves-cant/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api",
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 19,
            "hit_points": 250,
            "hit_dice": "20d10+140",
            "challenge_rating_decimal": "16.000",
            "challenge_rating_text": "16",
            "experience_points": 15000,
            "ability_scores": {
                "strength": 22,
                "dexterity": 22,
                "constitution": 24,
                "intelligence": 22,
                "wisdom": 24,
                "charisma": 24
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 6,
                "constitution": 7,
                "intelligence": 6,
                "wisdom": 7,
                "charisma": 7
            },
            "saving_throws": {
                "wisdom": 12,
                "charisma": 12
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 6,
                "constitution": 7,
                "intelligence": 6,
                "wisdom": 12,
                "charisma": 12
            },
            "skill_bonuses": {
                "athletics": 11,
                "insight": 12,
                "perception": 12,
                "religion": 12
            },
            "skill_bonuses_all": {
                "acrobatics": 6,
                "animal_handling": 7,
                "arcana": 6,
                "athletics": 11,
                "deception": 7,
                "history": 6,
                "insight": 12,
                "intimidation": 7,
                "investigation": 6,
                "medicine": 7,
                "nature": 6,
                "perception": 12,
                "performance": 7,
                "persuasion": 7,
                "religion": 12,
                "sleight_of_hand": 6,
                "stealth": 6,
                "survival": 7
            },
            "passive_perception": 22,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 60.0,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_plesiosaurus/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_plesiosaurus",
            "name": "Plesiosaurus",
            "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/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 13,
            "hit_points": 45,
            "hit_dice": "6d10+12",
            "challenge_rating_decimal": "7.000",
            "challenge_rating_text": "7",
            "experience_points": 2900,
            "ability_scores": {
                "strength": 18,
                "dexterity": 14,
                "constitution": 14,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 5
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "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": 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_poisonous-snake/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_poisonous-snake",
            "name": "Poisonous Snake",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?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/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 12,
            "hit_points": 2,
            "hit_dice": "1d4",
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "experience_points": 25,
            "ability_scores": {
                "strength": 2,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 4
            },
            "modifiers": {
                "strength": -4,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -4,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": -4,
                "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": 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": 10.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_polar-bear/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_polar-bear",
            "name": "Polar Bear",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "swim": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 30.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_pony/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_pony",
            "name": "Pony",
            "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": 10,
            "hit_points": 11,
            "hit_dice": "2d8+2",
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "experience_points": 25,
            "ability_scores": {
                "strength": 14,
                "dexterity": 10,
                "constitution": 12,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 6
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 2,
                "deception": -2,
                "history": -4,
                "insight": 0,
                "intimidation": -2,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -2,
                "persuasion": -2,
                "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_priest/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_priest",
            "name": "Priest",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 14,
            "hit_points": 32,
            "hit_dice": "5d8+10",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 12,
                "dexterity": 10,
                "constitution": 14,
                "intelligence": 12,
                "wisdom": 16,
                "charisma": 12
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 1
            },
            "saving_throws": {
                "wisdom": 5,
                "charisma": 3
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 5,
                "charisma": 3
            },
            "skill_bonuses": {
                "insight": 5,
                "medicine": 5,
                "persuasion": 3,
                "religion": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 3,
                "arcana": 1,
                "athletics": 1,
                "deception": 1,
                "history": 1,
                "insight": 5,
                "intimidation": 1,
                "investigation": 1,
                "medicine": 5,
                "nature": 1,
                "perception": 3,
                "performance": 1,
                "persuasion": 3,
                "religion": 3,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 3
            },
            "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_pseudodragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_pseudodragon",
            "name": "Pseudodragon",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "speed": {
                "walk": 15.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 15.0,
                "crawl": 7.5,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 7.5,
                "swim": 7.5
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 13,
            "hit_points": 7,
            "hit_dice": "2d4+2",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 6,
                "dexterity": 14,
                "constitution": 12,
                "intelligence": 10,
                "wisdom": 12,
                "charisma": 10
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 3,
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "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": 2,
                "stealth": 4,
                "survival": 1
            },
            "passive_perception": 16,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": 10.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_pseudodragon-familiar/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_pseudodragon-familiar",
            "name": "Pseudodragon Familiar",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "speed": {
                "walk": 15.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 15.0,
                "crawl": 7.5,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 7.5,
                "swim": 7.5
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 13,
            "hit_points": 7,
            "hit_dice": "2d4+2",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 6,
                "dexterity": 14,
                "constitution": 12,
                "intelligence": 10,
                "wisdom": 12,
                "charisma": 10
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 3,
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "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": 2,
                "stealth": 4,
                "survival": 1
            },
            "passive_perception": 16,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": 10.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_pteranodon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_pteranodon",
            "name": "Pteranodon",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?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": 13,
            "hit_points": 30,
            "hit_dice": "4d10+8",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 12,
                "dexterity": 14,
                "constitution": 14,
                "intelligence": 2,
                "wisdom": 11,
                "charisma": 5
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "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": 2,
                "stealth": 2,
                "survival": 0
            },
            "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_pugilist/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_pugilist",
            "name": "Pugilist",
            "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": 14,
            "hit_points": 75,
            "hit_dice": "10d8+30",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 16,
                "dexterity": 14,
                "constitution": 16,
                "intelligence": 10,
                "wisdom": 14,
                "charisma": 10
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 0
            },
            "saving_throws": {
                "strength": 5,
                "dexterity": 4
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 4,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 0
            },
            "skill_bonuses": {
                "athletics": 5,
                "intimidation": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": 5,
                "deception": 0,
                "history": 0,
                "insight": 2,
                "intimidation": 2,
                "investigation": 0,
                "medicine": 2,
                "nature": 0,
                "perception": 2,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 2,
                "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_purple-worm/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_purple-worm",
            "name": "Purple Worm",
            "size": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api",
            "speed": {
                "walk": 50.0,
                "unit": "feet",
                "burrow": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 50.0,
                "crawl": 25.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 20.0,
                "climb": 25.0,
                "swim": 25.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 18,
            "hit_points": 247,
            "hit_dice": "15d20+90",
            "challenge_rating_decimal": "15.000",
            "challenge_rating_text": "15",
            "experience_points": 13000,
            "ability_scores": {
                "strength": 28,
                "dexterity": 8,
                "constitution": 22,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 4
            },
            "modifiers": {
                "strength": 9,
                "dexterity": -1,
                "constitution": 6,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {
                "strength": 14,
                "constitution": 11,
                "intelligence": 1,
                "wisdom": 5,
                "charisma": 2
            },
            "saving_throws_all": {
                "strength": 14,
                "dexterity": -1,
                "constitution": 11,
                "intelligence": 1,
                "wisdom": 5,
                "charisma": 2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 9,
                "deception": -3,
                "history": -4,
                "insight": 0,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 0
            },
            "passive_perception": 15,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": 30.0,
            "tremorsense_range": 60.0,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_pyrohydra/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_pyrohydra",
            "name": "Pyrohydra",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?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/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 16,
            "hit_points": 218,
            "hit_dice": "19d12+95",
            "challenge_rating_decimal": "13.000",
            "challenge_rating_text": "13",
            "experience_points": 10000,
            "ability_scores": {
                "strength": 20,
                "dexterity": 12,
                "constitution": 20,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 6
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 1,
                "constitution": 5,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 1,
                "constitution": 5,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 5,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 5,
                "deception": -2,
                "history": -4,
                "insight": 1,
                "intimidation": -2,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 5,
                "performance": -2,
                "persuasion": -2,
                "religion": -4,
                "sleight_of_hand": 1,
                "stealth": 5,
                "survival": 1
            },
            "passive_perception": 15,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_quasit/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_quasit",
            "name": "Quasit",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 14,
            "hit_dice": "4d4+4",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 5,
                "dexterity": 16,
                "constitution": 12,
                "intelligence": 10,
                "wisdom": 12,
                "charisma": 12
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 1
            },
            "skill_bonuses": {
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": -3,
                "deception": 1,
                "history": 0,
                "insight": 1,
                "intimidation": 1,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 1,
                "performance": 1,
                "persuasion": 1,
                "religion": 0,
                "sleight_of_hand": 3,
                "stealth": 5,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_quasit-familiar/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_quasit-familiar",
            "name": "Quasit Familiar",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 14,
            "hit_dice": "4d4+4",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 5,
                "dexterity": 16,
                "constitution": 12,
                "intelligence": 10,
                "wisdom": 12,
                "charisma": 12
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 1
            },
            "skill_bonuses": {
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": -3,
                "deception": 1,
                "history": 0,
                "insight": 1,
                "intimidation": 1,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 1,
                "performance": 1,
                "persuasion": 1,
                "religion": 0,
                "sleight_of_hand": 3,
                "stealth": 5,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_quipper/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_quipper",
            "name": "Quipper",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "speed": {
                "walk": 0.0,
                "unit": "feet",
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 13,
            "hit_points": 1,
            "hit_dice": "1d4-1",
            "challenge_rating_decimal": "0.000",
            "challenge_rating_text": "0",
            "experience_points": 0,
            "ability_scores": {
                "strength": 2,
                "dexterity": 16,
                "constitution": 8,
                "intelligence": 2,
                "wisdom": 6,
                "charisma": 4
            },
            "modifiers": {
                "strength": -4,
                "dexterity": 3,
                "constitution": -1,
                "intelligence": -4,
                "wisdom": -2,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -4,
                "dexterity": 3,
                "constitution": -1,
                "intelligence": -4,
                "wisdom": -2,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": -2,
                "arcana": -4,
                "athletics": -4,
                "deception": -3,
                "history": -4,
                "insight": -2,
                "intimidation": -3,
                "investigation": -4,
                "medicine": -2,
                "nature": -4,
                "perception": -2,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": -2
            },
            "passive_perception": 8,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_rakshasa/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_rakshasa",
            "name": "Rakshasa",
            "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/fiend/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 161,
            "hit_dice": "19d8+76",
            "challenge_rating_decimal": "13.000",
            "challenge_rating_text": "13",
            "experience_points": 10000,
            "ability_scores": {
                "strength": 16,
                "dexterity": 16,
                "constitution": 18,
                "intelligence": 16,
                "wisdom": 16,
                "charisma": 20
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 3,
                "constitution": 4,
                "intelligence": 3,
                "wisdom": 3,
                "charisma": 5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 3,
                "constitution": 4,
                "intelligence": 3,
                "wisdom": 3,
                "charisma": 5
            },
            "skill_bonuses": {
                "deception": 10,
                "insight": 8
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 3,
                "arcana": 3,
                "athletics": 3,
                "deception": 10,
                "history": 3,
                "insight": 8,
                "intimidation": 5,
                "investigation": 3,
                "medicine": 3,
                "nature": 3,
                "perception": 3,
                "performance": 5,
                "persuasion": 5,
                "religion": 3,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 3
            },
            "passive_perception": 13,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_raptor/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_raptor",
            "name": "Raptor",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 60.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 60.0,
                "crawl": 30.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 13,
            "hit_points": 32,
            "hit_dice": "5d8+10",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 16,
                "dexterity": 14,
                "constitution": 12,
                "intelligence": 4,
                "wisdom": 12,
                "charisma": 5
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -3,
                "athletics": 3,
                "deception": -3,
                "history": -3,
                "insight": 1,
                "intimidation": -3,
                "investigation": -3,
                "medicine": 1,
                "nature": -3,
                "perception": 1,
                "performance": -3,
                "persuasion": -3,
                "religion": -3,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "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_rat/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_rat",
            "name": "Rat",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 11,
            "hit_points": 1,
            "hit_dice": "1d4-1",
            "challenge_rating_decimal": "0.000",
            "challenge_rating_text": "0",
            "experience_points": 0,
            "ability_scores": {
                "strength": 2,
                "dexterity": 12,
                "constitution": 8,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 4
            },
            "modifiers": {
                "strength": -4,
                "dexterity": 1,
                "constitution": -1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -4,
                "dexterity": 1,
                "constitution": -1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": -4,
                "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": 30.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_raven/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_raven",
            "name": "Raven",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "fly": 50.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 50.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": 12,
            "hit_points": 1,
            "hit_dice": "1d4-1",
            "challenge_rating_decimal": "0.000",
            "challenge_rating_text": "0",
            "experience_points": 0,
            "ability_scores": {
                "strength": 2,
                "dexterity": 14,
                "constitution": 8,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 4
            },
            "modifiers": {
                "strength": -4,
                "dexterity": 2,
                "constitution": -1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -4,
                "dexterity": 2,
                "constitution": -1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "skill_bonuses": {
                "perception": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "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": 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_red-dragon-wyrmling/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_red-dragon-wyrmling",
            "name": "Red Dragon Wyrmling",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 60.0,
                "climb": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 75,
            "hit_dice": "10d8+30",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 18,
                "dexterity": 12,
                "constitution": 16,
                "intelligence": 12,
                "wisdom": 10,
                "charisma": 14
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 2
            },
            "skill_bonuses": {
                "intimidation": 4,
                "perception": 2,
                "stealth": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": 1,
                "athletics": 4,
                "deception": 2,
                "history": 1,
                "insight": 0,
                "intimidation": 4,
                "investigation": 1,
                "medicine": 0,
                "nature": 1,
                "perception": 2,
                "performance": 2,
                "persuasion": 2,
                "religion": 1,
                "sleight_of_hand": 1,
                "stealth": 3,
                "survival": 0
            },
            "passive_perception": 12,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": 10.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_reef-shark/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_reef-shark",
            "name": "Reef Shark",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 0.0,
                "unit": "feet",
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 12,
            "hit_points": 22,
            "hit_dice": "4d8+4",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 14,
                "dexterity": 12,
                "constitution": 12,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 4
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {
                "perception": 2
            },
            "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": 2,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 0
            },
            "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": 30.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_remorhaz/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_remorhaz",
            "name": "Remorhaz",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "burrow": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 20.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": 17,
            "hit_points": 195,
            "hit_dice": "17d12+85",
            "challenge_rating_decimal": "12.000",
            "challenge_rating_text": "12",
            "experience_points": 8400,
            "ability_scores": {
                "strength": 22,
                "dexterity": 12,
                "constitution": 20,
                "intelligence": 4,
                "wisdom": 12,
                "charisma": 5
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 1,
                "constitution": 5,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -3
            },
            "saving_throws": {
                "intelligence": 1,
                "wisdom": 5
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 1,
                "constitution": 5,
                "intelligence": 1,
                "wisdom": 5,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": -3,
                "athletics": 6,
                "deception": -3,
                "history": -3,
                "insight": 1,
                "intimidation": -3,
                "investigation": -3,
                "medicine": 1,
                "nature": -3,
                "perception": 1,
                "performance": -3,
                "persuasion": -3,
                "religion": -3,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": 60.0,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_remorhaz-spawn/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_remorhaz-spawn",
            "name": "Remorhaz Spawn",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "burrow": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 20.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": 95,
            "hit_dice": "10d10+40",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 18,
                "dexterity": 14,
                "constitution": 18,
                "intelligence": 4,
                "wisdom": 12,
                "charisma": 5
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -3
            },
            "saving_throws": {
                "intelligence": 0,
                "wisdom": 4
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": 0,
                "wisdom": 4,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -3,
                "athletics": 4,
                "deception": -3,
                "history": -3,
                "insight": 1,
                "intimidation": -3,
                "investigation": -3,
                "medicine": 1,
                "nature": -3,
                "perception": 1,
                "performance": -3,
                "persuasion": -3,
                "religion": -3,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": 60.0,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_revenant/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_revenant",
            "name": "Revenant",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 13,
            "hit_points": 110,
            "hit_dice": "13d8+52",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 18,
                "dexterity": 16,
                "constitution": 18,
                "intelligence": 10,
                "wisdom": 12,
                "charisma": 18
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 4,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 4
            },
            "saving_throws": {
                "strength": 7,
                "constitution": 7,
                "wisdom": 4,
                "charisma": 7
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 3,
                "constitution": 7,
                "intelligence": 0,
                "wisdom": 4,
                "charisma": 7
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": 4,
                "deception": 4,
                "history": 0,
                "insight": 1,
                "intimidation": 4,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 1,
                "performance": 4,
                "persuasion": 4,
                "religion": 0,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api",
                "https://api-beta.open5e.com/v2/conditions/stunned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_revilock/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_revilock",
            "name": "Revilock",
            "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": 39,
            "hit_dice": "6d8+12",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 14,
                "dexterity": 14,
                "constitution": 14,
                "intelligence": 14,
                "wisdom": 10,
                "charisma": 8
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 2,
                "wisdom": 0,
                "charisma": -1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 2,
                "wisdom": 0,
                "charisma": -1
            },
            "skill_bonuses": {
                "athletics": 4,
                "perception": 2,
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 2,
                "athletics": 4,
                "deception": -1,
                "history": 2,
                "insight": 0,
                "intimidation": -1,
                "investigation": 2,
                "medicine": 0,
                "nature": 2,
                "perception": 2,
                "performance": -1,
                "persuasion": -1,
                "religion": 2,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 0
            },
            "passive_perception": 14,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 30.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_rhinoceros/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_rhinoceros",
            "name": "Rhinoceros",
            "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": 45,
            "hit_dice": "6d10+12",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 20,
                "dexterity": 8,
                "constitution": 14,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 4
            },
            "modifiers": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 5,
                "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": -1,
                "stealth": -1,
                "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_riding-horse/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_riding-horse",
            "name": "Riding Horse",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 60.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 60.0,
                "crawl": 30.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 10,
            "hit_points": 19,
            "hit_dice": "3d10+3",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 16,
                "dexterity": 12,
                "constitution": 12,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 6
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 3,
                "deception": -2,
                "history": -4,
                "insight": 0,
                "intimidation": -2,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -2,
                "persuasion": -2,
                "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_river-dragon-wyrmling/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_river-dragon-wyrmling",
            "name": "River Dragon Wyrmling",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 50.0,
                "unit": "feet",
                "fly": 60.0,
                "swim": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 50.0,
                "crawl": 25.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 25.0,
                "swim": 60.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 44,
            "hit_dice": "8d8+8",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 12,
                "dexterity": 14,
                "constitution": 12,
                "intelligence": 10,
                "wisdom": 14,
                "charisma": 10
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 0
            },
            "skill_bonuses": {
                "acrobatics": 4,
                "deception": 2,
                "insight": 4,
                "nature": 2,
                "perception": 4,
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": 1,
                "deception": 2,
                "history": 0,
                "insight": 4,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 2,
                "nature": 2,
                "perception": 4,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 2
            },
            "passive_perception": 14,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": 90.0,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_roc/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_roc",
            "name": "Roc",
            "size": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "fly": 120.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 120.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 15,
            "hit_points": 232,
            "hit_dice": "15d20+75",
            "challenge_rating_decimal": "13.000",
            "challenge_rating_text": "13",
            "experience_points": 10000,
            "ability_scores": {
                "strength": 28,
                "dexterity": 10,
                "constitution": 20,
                "intelligence": 3,
                "wisdom": 12,
                "charisma": 8
            },
            "modifiers": {
                "strength": 9,
                "dexterity": 0,
                "constitution": 5,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -1
            },
            "saving_throws": {
                "dexterity": 5,
                "constitution": 10,
                "wisdom": 6,
                "charisma": 4
            },
            "saving_throws_all": {
                "strength": 9,
                "dexterity": 5,
                "constitution": 10,
                "intelligence": -4,
                "wisdom": 6,
                "charisma": 4
            },
            "skill_bonuses": {
                "perception": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 9,
                "deception": -1,
                "history": -4,
                "insight": 1,
                "intimidation": -1,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 6,
                "performance": -1,
                "persuasion": -1,
                "religion": -4,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 1
            },
            "passive_perception": 16,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_roc-juvenile/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_roc-juvenile",
            "name": "Roc Juvenile",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 25.0,
                "unit": "feet",
                "fly": 100.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 25.0,
                "crawl": 12.5,
                "hover": false,
                "fly": 100.0,
                "burrow": 0.0,
                "climb": 12.5,
                "swim": 12.5
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 14,
            "hit_points": 147,
            "hit_dice": "14d12+56",
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 22,
                "dexterity": 12,
                "constitution": 18,
                "intelligence": 3,
                "wisdom": 12,
                "charisma": 8
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 1,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -1
            },
            "saving_throws": {
                "constitution": 7,
                "wisdom": 4
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 1,
                "constitution": 7,
                "intelligence": -4,
                "wisdom": 4,
                "charisma": -1
            },
            "skill_bonuses": {
                "perception": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 6,
                "deception": -1,
                "history": -4,
                "insight": 1,
                "intimidation": -1,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 4,
                "performance": -1,
                "persuasion": -1,
                "religion": -4,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 1
            },
            "passive_perception": 14,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_roper/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_roper",
            "name": "Roper",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "climb": 10.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 20,
            "hit_points": 93,
            "hit_dice": "11d10+33",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 18,
                "dexterity": 8,
                "constitution": 16,
                "intelligence": 6,
                "wisdom": 14,
                "charisma": 4
            },
            "modifiers": {
                "strength": 4,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -2,
                "wisdom": 2,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -2,
                "wisdom": 2,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 2,
                "arcana": -2,
                "athletics": 4,
                "deception": -3,
                "history": -2,
                "insight": 2,
                "intimidation": -3,
                "investigation": -2,
                "medicine": 2,
                "nature": -2,
                "perception": 2,
                "performance": -3,
                "persuasion": -3,
                "religion": -2,
                "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": 60.0,
            "blindsight_range": 30.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_rug-of-smothering/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_rug-of-smothering",
            "name": "Rug of Smothering",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "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": 16,
                "dexterity": 14,
                "constitution": 14,
                "intelligence": 1,
                "wisdom": 10,
                "charisma": 1
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": -5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": -5,
                "athletics": 3,
                "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": 2,
                "stealth": 2,
                "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/bludgeoning/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/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_rust-monster/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_rust-monster",
            "name": "Rust Monster",
            "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/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 15,
            "hit_points": 27,
            "hit_dice": "5d8+5",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 12,
                "dexterity": 12,
                "constitution": 12,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 6
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "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": 1,
                "stealth": 1,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_saber-toothed-tiger/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_saber-toothed-tiger",
            "name": "Saber-Toothed Tiger",
            "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": 45,
            "hit_dice": "6d10+12",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 20,
                "dexterity": 14,
                "constitution": 14,
                "intelligence": 3,
                "wisdom": 12,
                "charisma": 6
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 3,
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 5,
                "deception": -2,
                "history": -4,
                "insight": 1,
                "intimidation": -2,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 3,
                "performance": -2,
                "persuasion": -2,
                "religion": -4,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 1
            },
            "passive_perception": 13,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "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_sahuagin/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_sahuagin",
            "name": "Sahuagin",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.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": 22,
            "hit_dice": "4d8+4",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 12,
                "dexterity": 10,
                "constitution": 12,
                "intelligence": 10,
                "wisdom": 12,
                "charisma": 10
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": 1,
                "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": 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": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_sahuagin-champion/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_sahuagin-champion",
            "name": "Sahuagin Champion",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 16,
            "hit_points": 90,
            "hit_dice": "12d8+36",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 18,
                "dexterity": 18,
                "constitution": 16,
                "intelligence": 10,
                "wisdom": 12,
                "charisma": 14
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 4,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 2
            },
            "saving_throws": {
                "strength": 7,
                "dexterity": 7,
                "constitution": 6,
                "wisdom": 4
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 7,
                "constitution": 6,
                "intelligence": 0,
                "wisdom": 4,
                "charisma": 2
            },
            "skill_bonuses": {
                "athletics": 7,
                "intimidation": 5,
                "perception": 4,
                "stealth": 7,
                "survival": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": 7,
                "deception": 2,
                "history": 0,
                "insight": 1,
                "intimidation": 5,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 4,
                "performance": 2,
                "persuasion": 2,
                "religion": 0,
                "sleight_of_hand": 4,
                "stealth": 7,
                "survival": 4
            },
            "passive_perception": 14,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_salamander/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_salamander",
            "name": "Salamander",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 15,
            "hit_points": 90,
            "hit_dice": "12d10+24",
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 18,
                "dexterity": 14,
                "constitution": 14,
                "intelligence": 10,
                "wisdom": 10,
                "charisma": 12
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 1
            },
            "saving_throws": {
                "constitution": 5,
                "wisdom": 3
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 5,
                "intelligence": 0,
                "wisdom": 3,
                "charisma": 1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 4,
                "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": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_salamander-noble/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_salamander-noble",
            "name": "Salamander Noble",
            "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/elemental/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 15,
            "hit_points": 136,
            "hit_dice": "16d12+32",
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 18,
                "dexterity": 14,
                "constitution": 14,
                "intelligence": 10,
                "wisdom": 10,
                "charisma": 12
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 1
            },
            "saving_throws": {
                "constitution": 5,
                "wisdom": 3
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 5,
                "intelligence": 0,
                "wisdom": 3,
                "charisma": 1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 4,
                "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": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        }
    ]
}