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

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

{
    "count": 3210,
    "next": "https://api-beta.open5e.com/v2/creatures/?format=api&ordering=-subcategory&page=4",
    "previous": "https://api-beta.open5e.com/v2/creatures/?format=api&ordering=-subcategory&page=2",
    "results": [
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_imp/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_imp",
            "name": "Imp",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "fly": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "subcategory": "Devils",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "lawful evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 10,
            "hit_dice": "3d4+3",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 6,
                "dexterity": 17,
                "constitution": 13,
                "intelligence": 11,
                "wisdom": 12,
                "charisma": 14
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 2
            },
            "skill_bonuses": {
                "deception": 4,
                "insight": 3,
                "persuasion": 4,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": -2,
                "deception": 4,
                "history": 0,
                "insight": 3,
                "intimidation": 2,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 1,
                "performance": 2,
                "persuasion": 4,
                "religion": 0,
                "sleight_of_hand": 3,
                "stealth": 5,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "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": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_imp_invisibility",
                    "name": "Invisibility",
                    "desc": "The imp magically turns invisible until it attacks, or until its concentration ends (as if concentrating on a spell). Any equipment the imp wears or carries is invisible with it.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_imp"
                },
                {
                    "key": "srd_imp_sting",
                    "name": "Sting",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage, and the target must make on a DC 11 Constitution saving throw, taking 10 (3d6) poison damage on a failed save, or half as much damage on a successful one.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": "Bite in Beast Form",
                    "legendary_cost": 1,
                    "parent": "srd_imp"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_lemure/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_lemure",
            "name": "Lemure",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 15.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 15.0,
                "crawl": 7.5,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 7.5,
                "swim": 7.5
            },
            "category": "Monsters",
            "subcategory": "Devils",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "lawful evil",
            "languages": [],
            "armor_class": 7,
            "hit_points": 13,
            "hit_dice": "3d8",
            "challenge_rating_decimal": "0.000",
            "challenge_rating_text": "0",
            "experience_points": 0,
            "ability_scores": {
                "strength": 10,
                "dexterity": 5,
                "constitution": 11,
                "intelligence": 1,
                "wisdom": 11,
                "charisma": 3
            },
            "modifiers": {
                "strength": 0,
                "dexterity": -3,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": -4
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 0,
                "dexterity": -3,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": -4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -3,
                "animal_handling": 0,
                "arcana": -5,
                "athletics": 0,
                "deception": -4,
                "history": -5,
                "insight": 0,
                "intimidation": -4,
                "investigation": -5,
                "medicine": 0,
                "nature": -5,
                "perception": 0,
                "performance": -4,
                "persuasion": -4,
                "religion": -5,
                "sleight_of_hand": -3,
                "stealth": -3,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_lemure_fist",
                    "name": "Fist",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 2 (1d4) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_lemure"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_pit-fiend/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_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",
            "subcategory": "Devils",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "lawful evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api"
            ],
            "armor_class": 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": 14,
                "constitution": 24,
                "intelligence": 22,
                "wisdom": 18,
                "charisma": 24
            },
            "modifiers": {
                "strength": 8,
                "dexterity": 2,
                "constitution": 7,
                "intelligence": 6,
                "wisdom": 4,
                "charisma": 7
            },
            "saving_throws": {
                "dexterity": 8,
                "constitution": 13,
                "wisdom": 10
            },
            "saving_throws_all": {
                "strength": 8,
                "dexterity": 8,
                "constitution": 13,
                "intelligence": 6,
                "wisdom": 10,
                "charisma": 7
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 4,
                "arcana": 6,
                "athletics": 8,
                "deception": 7,
                "history": 6,
                "insight": 4,
                "intimidation": 7,
                "investigation": 6,
                "medicine": 4,
                "nature": 6,
                "perception": 4,
                "performance": 7,
                "persuasion": 7,
                "religion": 6,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 4
            },
            "passive_perception": 14,
            "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": [
                {
                    "key": "srd_pit-fiend_bite",
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 5 ft., one target. Hit: 22 (4d6 + 8) piercing damage. The target must succeed on a DC 21 Constitution saving throw or become poisoned. While poisoned in this way, the target can't regain hit points, and it takes 21 (6d6) poison damage at the start of each of its turns. The poisoned target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_pit-fiend"
                },
                {
                    "key": "srd_pit-fiend_claw",
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., one target. Hit: 17 (2d8 + 8) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_pit-fiend"
                },
                {
                    "key": "srd_pit-fiend_mace",
                    "name": "Mace",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., one target. Hit: 15 (2d6 + 8) bludgeoning damage plus 21 (6d6) fire damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_pit-fiend"
                },
                {
                    "key": "srd_pit-fiend_multiattack",
                    "name": "Multiattack",
                    "desc": "The pit fiend makes four attacks: one with its bite, one with its claw, one with its mace, and one with its tail.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_pit-fiend"
                },
                {
                    "key": "srd_pit-fiend_tail",
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., one target. Hit: 24 (3d10 + 8) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_pit-fiend"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_balor/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_balor",
            "name": "Balor",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": "Demons",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api"
            ],
            "armor_class": 19,
            "hit_points": 262,
            "hit_dice": "21d12+126",
            "challenge_rating_decimal": "19.000",
            "challenge_rating_text": "19",
            "experience_points": 22000,
            "ability_scores": {
                "strength": 26,
                "dexterity": 15,
                "constitution": 22,
                "intelligence": 20,
                "wisdom": 16,
                "charisma": 22
            },
            "modifiers": {
                "strength": 8,
                "dexterity": 2,
                "constitution": 6,
                "intelligence": 5,
                "wisdom": 3,
                "charisma": 6
            },
            "saving_throws": {
                "strength": 14,
                "constitution": 12,
                "wisdom": 9,
                "charisma": 12
            },
            "saving_throws_all": {
                "strength": 14,
                "dexterity": 2,
                "constitution": 12,
                "intelligence": 5,
                "wisdom": 9,
                "charisma": 12
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 3,
                "arcana": 5,
                "athletics": 8,
                "deception": 6,
                "history": 5,
                "insight": 3,
                "intimidation": 6,
                "investigation": 5,
                "medicine": 3,
                "nature": 5,
                "perception": 3,
                "performance": 6,
                "persuasion": 6,
                "religion": 5,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 3
            },
            "passive_perception": 13,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 120.0,
            "actions": [
                {
                    "key": "srd_balor_longsword",
                    "name": "Longsword",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., one target. Hit: 21 (3d8 + 8) slashing damage plus 13 (3d8) lightning damage. If the balor scores a critical hit, it rolls damage dice three times, instead of twice.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_balor"
                },
                {
                    "key": "srd_balor_multiattack",
                    "name": "Multiattack",
                    "desc": "The balor makes two attacks: one with its longsword and one with its whip.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_balor"
                },
                {
                    "key": "srd_balor_teleport",
                    "name": "Teleport",
                    "desc": "The balor magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space it can see.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_balor"
                },
                {
                    "key": "srd_balor_variant-summon-demon",
                    "name": "Variant: Summon Demon",
                    "desc": "The demon chooses what to summon and attempts a magical summoning.\nA balor has a 50 percent chance of summoning 1d8 vrocks, 1d6 hezrous, 1d4 glabrezus, 1d3 nalfeshnees, 1d2 mariliths, or one goristro.\nA summoned demon appears in an unoccupied space within 60 feet of its summoner, acts as an ally of its summoner, and can't summon other demons. It remains for 1 minute, until it or its summoner dies, or until its summoner dismisses it as an action.",
                    "uses_type": "PER_DAY",
                    "uses_param": 1,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_balor"
                },
                {
                    "key": "srd_balor_whip",
                    "name": "Whip",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 30 ft., one target. Hit: 15 (2d6 + 8) slashing damage plus 10 (3d6) fire damage, and the target must succeed on a DC 20 Strength saving throw or be pulled up to 25 feet toward the balor.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_balor"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_dretch/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_dretch",
            "name": "Dretch",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "subcategory": "Demons",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api"
            ],
            "armor_class": 11,
            "hit_points": 18,
            "hit_dice": "4d6+4",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 11,
                "dexterity": 11,
                "constitution": 12,
                "intelligence": 5,
                "wisdom": 8,
                "charisma": 3
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -3,
                "wisdom": -1,
                "charisma": -4
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -3,
                "wisdom": -1,
                "charisma": -4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": -1,
                "arcana": -3,
                "athletics": 0,
                "deception": -4,
                "history": -3,
                "insight": -1,
                "intimidation": -4,
                "investigation": -3,
                "medicine": -1,
                "nature": -3,
                "perception": -1,
                "performance": -4,
                "persuasion": -4,
                "religion": -3,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": -1
            },
            "passive_perception": 9,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_dretch_bite",
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +2 to hit, reach 5 ft., one target. Hit: 3 (1d6) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_dretch"
                },
                {
                    "key": "srd_dretch_claws",
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +2 to hit, reach 5 ft., one target. Hit: 5 (2d4) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_dretch"
                },
                {
                    "key": "srd_dretch_fetid-cloud",
                    "name": "Fetid Cloud",
                    "desc": "A 10-foot radius of disgusting green gas extends out from the dretch. The gas spreads around corners, and its area is lightly obscured. It lasts for 1 minute or until a strong wind disperses it. Any creature that starts its turn in that area must succeed on a DC 11 Constitution saving throw or be poisoned until the start of its next turn. While poisoned in this way, the target can take either an action or a bonus action on its turn, not both, and can't take reactions.",
                    "uses_type": "PER_DAY",
                    "uses_param": 1,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_dretch"
                },
                {
                    "key": "srd_dretch_multiattack",
                    "name": "Multiattack",
                    "desc": "The dretch makes two attacks: one with its bite and one with its claws.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_dretch"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_glabrezu/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_glabrezu",
            "name": "Glabrezu",
            "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",
            "subcategory": "Demons",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 157,
            "hit_dice": "15d10+75",
            "challenge_rating_decimal": "9.000",
            "challenge_rating_text": "9",
            "experience_points": 5000,
            "ability_scores": {
                "strength": 20,
                "dexterity": 15,
                "constitution": 21,
                "intelligence": 19,
                "wisdom": 17,
                "charisma": 16
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 2,
                "constitution": 5,
                "intelligence": 4,
                "wisdom": 3,
                "charisma": 3
            },
            "saving_throws": {
                "strength": 9,
                "constitution": 9,
                "wisdom": 7,
                "charisma": 7
            },
            "saving_throws_all": {
                "strength": 9,
                "dexterity": 2,
                "constitution": 9,
                "intelligence": 4,
                "wisdom": 7,
                "charisma": 7
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 3,
                "arcana": 4,
                "athletics": 5,
                "deception": 3,
                "history": 4,
                "insight": 3,
                "intimidation": 3,
                "investigation": 4,
                "medicine": 3,
                "nature": 4,
                "perception": 3,
                "performance": 3,
                "persuasion": 3,
                "religion": 4,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 3
            },
            "passive_perception": 13,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/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": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 120.0,
            "actions": [
                {
                    "key": "srd_glabrezu_fist",
                    "name": "Fist",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 7 (2d4 + 2) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_glabrezu"
                },
                {
                    "key": "srd_glabrezu_multiattack",
                    "name": "Multiattack",
                    "desc": "The glabrezu makes four attacks: two with its pincers and two with its fists. Alternatively, it makes two attacks with its pincers and casts one spell.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_glabrezu"
                },
                {
                    "key": "srd_glabrezu_pincer",
                    "name": "Pincer",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 16 (2d10 + 5) bludgeoning damage. If the target is a Medium or smaller creature, it is grappled (escape DC 15). The glabrezu has two pincers, each of which can grapple only one target.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_glabrezu"
                },
                {
                    "key": "srd_glabrezu_variant-summon-demon",
                    "name": "Variant: Summon Demon",
                    "desc": "The demon chooses what to summon and attempts a magical summoning.\nA glabrezu has a 30 percent chance of summoning 1d3 vrocks, 1d2 hezrous, or one glabrezu.\nA summoned demon appears in an unoccupied space within 60 feet of its summoner, acts as an ally of its summoner, and can't summon other demons. It remains for 1 minute, until it or its summoner dies, or until its summoner dismisses it as an action.",
                    "uses_type": "PER_DAY",
                    "uses_param": 1,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_glabrezu"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_hezrou/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_hezrou",
            "name": "Hezrou",
            "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",
            "subcategory": "Demons",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 136,
            "hit_dice": "13d10+65",
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 19,
                "dexterity": 17,
                "constitution": 20,
                "intelligence": 5,
                "wisdom": 12,
                "charisma": 13
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 5,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": 1
            },
            "saving_throws": {
                "strength": 7,
                "constitution": 8,
                "wisdom": 4
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 3,
                "constitution": 8,
                "intelligence": -3,
                "wisdom": 4,
                "charisma": 1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": -3,
                "athletics": 4,
                "deception": 1,
                "history": -3,
                "insight": 1,
                "intimidation": 1,
                "investigation": -3,
                "medicine": 1,
                "nature": -3,
                "perception": 1,
                "performance": 1,
                "persuasion": 1,
                "religion": -3,
                "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/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": [
                {
                    "key": "srd_hezrou_bite",
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 15 (2d10 + 4) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_hezrou"
                },
                {
                    "key": "srd_hezrou_claws",
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_hezrou"
                },
                {
                    "key": "srd_hezrou_multiattack",
                    "name": "Multiattack",
                    "desc": "The hezrou makes three attacks: one with its bite and two with its claws.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_hezrou"
                },
                {
                    "key": "srd_hezrou_variant-summon-demon",
                    "name": "Variant: Summon Demon",
                    "desc": "The demon chooses what to summon and attempts a magical summoning.\nA hezrou has a 30 percent chance of summoning 2d6 dretches or one hezrou.\nA summoned demon appears in an unoccupied space within 60 feet of its summoner, acts as an ally of its summoner, and can't summon other demons. It remains for 1 minute, until it or its summoner dies, or until its summoner dismisses it as an action.",
                    "uses_type": "PER_DAY",
                    "uses_param": 1,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_hezrou"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_marilith/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_marilith",
            "name": "Marilith",
            "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",
            "subcategory": "Demons",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 189,
            "hit_dice": "18d10+90",
            "challenge_rating_decimal": "16.000",
            "challenge_rating_text": "16",
            "experience_points": 15000,
            "ability_scores": {
                "strength": 18,
                "dexterity": 20,
                "constitution": 20,
                "intelligence": 18,
                "wisdom": 16,
                "charisma": 20
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 5,
                "constitution": 5,
                "intelligence": 4,
                "wisdom": 3,
                "charisma": 5
            },
            "saving_throws": {
                "strength": 9,
                "constitution": 10,
                "wisdom": 8,
                "charisma": 10
            },
            "saving_throws_all": {
                "strength": 9,
                "dexterity": 5,
                "constitution": 10,
                "intelligence": 4,
                "wisdom": 8,
                "charisma": 10
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 3,
                "arcana": 4,
                "athletics": 4,
                "deception": 5,
                "history": 4,
                "insight": 3,
                "intimidation": 5,
                "investigation": 4,
                "medicine": 3,
                "nature": 4,
                "perception": 3,
                "performance": 5,
                "persuasion": 5,
                "religion": 4,
                "sleight_of_hand": 5,
                "stealth": 5,
                "survival": 3
            },
            "passive_perception": 13,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/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": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 120.0,
            "actions": [
                {
                    "key": "srd_marilith_longsword",
                    "name": "Longsword",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_marilith"
                },
                {
                    "key": "srd_marilith_multiattack",
                    "name": "Multiattack",
                    "desc": "The marilith can make seven attacks: six with its longswords and one with its tail.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_marilith"
                },
                {
                    "key": "srd_marilith_parry",
                    "name": "Parry",
                    "desc": "The marilith adds 5 to its AC against one melee attack that would hit it. To do so, the marilith must see the attacker and be wielding a melee weapon.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "srd_marilith"
                },
                {
                    "key": "srd_marilith_tail",
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one creature. Hit: 15 (2d10 + 4) bludgeoning damage. If the target is Medium or smaller, it is grappled (escape DC 19). Until this grapple ends, the target is restrained, the marilith can automatically hit the target with its tail, and the marilith can't make tail attacks against other targets.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_marilith"
                },
                {
                    "key": "srd_marilith_teleport",
                    "name": "Teleport",
                    "desc": "The marilith magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space it can see.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_marilith"
                },
                {
                    "key": "srd_marilith_variant-summon-demon",
                    "name": "Variant: Summon Demon",
                    "desc": "The demon chooses what to summon and attempts a magical summoning.\nA marilith has a 50 percent chance of summoning 1d6 vrocks, 1d4 hezrous, 1d3 glabrezus, 1d2 nalfeshnees, or one marilith.\nA summoned demon appears in an unoccupied space within 60 feet of its summoner, acts as an ally of its summoner, and can't summon other demons. It remains for 1 minute, until it or its summoner dies, or until its summoner dismisses it as an action.",
                    "uses_type": "PER_DAY",
                    "uses_param": 1,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_marilith"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_nalfeshnee/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_nalfeshnee",
            "name": "Nalfeshnee",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "fly": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 30.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "subcategory": "Demons",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 184,
            "hit_dice": "16d10+96",
            "challenge_rating_decimal": "13.000",
            "challenge_rating_text": "13",
            "experience_points": 10000,
            "ability_scores": {
                "strength": 21,
                "dexterity": 10,
                "constitution": 22,
                "intelligence": 19,
                "wisdom": 12,
                "charisma": 15
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 0,
                "constitution": 6,
                "intelligence": 4,
                "wisdom": 1,
                "charisma": 2
            },
            "saving_throws": {
                "constitution": 11,
                "intelligence": 9,
                "wisdom": 6,
                "charisma": 7
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 0,
                "constitution": 11,
                "intelligence": 9,
                "wisdom": 6,
                "charisma": 7
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 1,
                "arcana": 4,
                "athletics": 5,
                "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": 0,
                "stealth": 0,
                "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": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 120.0,
            "actions": [
                {
                    "key": "srd_nalfeshnee_bite",
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 32 (5d10 + 5) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_nalfeshnee"
                },
                {
                    "key": "srd_nalfeshnee_claw",
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 15 (3d6 + 5) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_nalfeshnee"
                },
                {
                    "key": "srd_nalfeshnee_horror-nimbus",
                    "name": "Horror Nimbus",
                    "desc": "The nalfeshnee magically emits scintillating, multicolored light. Each creature within 15 feet of the nalfeshnee that can see the light must succeed on a DC 15 Wisdom saving throw or be frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the nalfeshnee's Horror Nimbus for the next 24 hours.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_nalfeshnee"
                },
                {
                    "key": "srd_nalfeshnee_multiattack",
                    "name": "Multiattack",
                    "desc": "The nalfeshnee uses Horror Nimbus if it can. It then makes three attacks: one with its bite and two with its claws.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_nalfeshnee"
                },
                {
                    "key": "srd_nalfeshnee_teleport",
                    "name": "Teleport",
                    "desc": "The nalfeshnee magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space it can see.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_nalfeshnee"
                },
                {
                    "key": "srd_nalfeshnee_variant-summon-demon",
                    "name": "Variant: Summon Demon",
                    "desc": "The demon chooses what to summon and attempts a magical summoning.\nA nalfeshnee has a 50 percent chance of summoning 1d4 vrocks, 1d3 hezrous, 1d2 glabrezus, or one nalfeshnee.\nA summoned demon appears in an unoccupied space within 60 feet of its summoner, acts as an ally of its summoner, and can't summon other demons. It remains for 1 minute, until it or its summoner dies, or until its summoner dismisses it as an action.",
                    "uses_type": "PER_DAY",
                    "uses_param": 1,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_nalfeshnee"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_quasit/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_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",
            "subcategory": "Demons",
            "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": 7,
            "hit_dice": "3d4",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 5,
                "dexterity": 17,
                "constitution": 10,
                "intelligence": 7,
                "wisdom": 10,
                "charisma": 10
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 0,
                "arcana": -2,
                "athletics": -3,
                "deception": 0,
                "history": -2,
                "insight": 0,
                "intimidation": 0,
                "investigation": -2,
                "medicine": 0,
                "nature": -2,
                "perception": 0,
                "performance": 0,
                "persuasion": 0,
                "religion": -2,
                "sleight_of_hand": 3,
                "stealth": 5,
                "survival": 0
            },
            "passive_perception": 10,
            "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": [
                {
                    "key": "srd_quasit_claw",
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage, and the target must succeed on a DC 10 Constitution saving throw or take 5 (2d4) poison damage and become poisoned for 1 minute. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": "Bite in Beast Form",
                    "legendary_cost": 1,
                    "parent": "srd_quasit"
                },
                {
                    "key": "srd_quasit_invisibility",
                    "name": "Invisibility",
                    "desc": "The quasit magically turns invisible until it attacks or uses Scare, or until its concentration ends (as if concentrating on a spell). Any equipment the quasit wears or carries is invisible with it.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_quasit"
                },
                {
                    "key": "srd_quasit_scare",
                    "name": "Scare",
                    "desc": "One creature of the quasit's choice within 20 ft. of it must succeed on a DC 10 Wisdom saving throw or be frightened for 1 minute. The target can repeat the saving throw at the end of each of its turns, with disadvantage if the quasit is within line of sight, ending the effect on itself on a success.",
                    "uses_type": "PER_DAY",
                    "uses_param": 1,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_quasit"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_vrock/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_vrock",
            "name": "Vrock",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": "Demons",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 104,
            "hit_dice": "11d10+44",
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 17,
                "dexterity": 15,
                "constitution": 18,
                "intelligence": 8,
                "wisdom": 13,
                "charisma": 8
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": -1
            },
            "saving_throws": {
                "dexterity": 5,
                "wisdom": 4,
                "charisma": 2
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 5,
                "constitution": 4,
                "intelligence": -1,
                "wisdom": 4,
                "charisma": 2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -1,
                "athletics": 3,
                "deception": -1,
                "history": -1,
                "insight": 1,
                "intimidation": -1,
                "investigation": -1,
                "medicine": 1,
                "nature": -1,
                "perception": 1,
                "performance": -1,
                "persuasion": -1,
                "religion": -1,
                "sleight_of_hand": 2,
                "stealth": 2,
                "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": [
                {
                    "key": "srd_vrock_beak",
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_vrock"
                },
                {
                    "key": "srd_vrock_multiattack",
                    "name": "Multiattack",
                    "desc": "The vrock makes two attacks: one with its beak and one with its talons.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_vrock"
                },
                {
                    "key": "srd_vrock_spores",
                    "name": "Spores",
                    "desc": "A 15-foot-radius cloud of toxic spores extends out from the vrock. The spores spread around corners. Each creature in that area must succeed on a DC 14 Constitution saving throw or become poisoned. While poisoned in this way, a target takes 5 (1d10) poison damage at the start of each of its turns. A target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. Emptying a vial of holy water on the target also ends the effect on it.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_vrock"
                },
                {
                    "key": "srd_vrock_stunning-screech",
                    "name": "Stunning Screech",
                    "desc": "The vrock emits a horrific screech. Each creature within 20 feet of it that can hear it and that isn't a demon must succeed on a DC 14 Constitution saving throw or be stunned until the end of the vrock's next turn.",
                    "uses_type": "PER_DAY",
                    "uses_param": 1,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_vrock"
                },
                {
                    "key": "srd_vrock_talons",
                    "name": "Talons",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 14 (2d10 + 3) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_vrock"
                },
                {
                    "key": "srd_vrock_variant-summon-demon",
                    "name": "Variant: Summon Demon",
                    "desc": "The demon chooses what to summon and attempts a magical summoning.\nA vrock has a 30 percent chance of summoning 2d4 dretches or one vrock.\nA summoned demon appears in an unoccupied space within 60 feet of its summoner, acts as an ally of its summoner, and can't summon other demons. It remains for 1 minute, until it or its summoner dies, or until its summoner dismisses it as an action.",
                    "uses_type": "PER_DAY",
                    "uses_param": 1,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_vrock"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_animated-armor/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_animated-armor",
            "name": "Animated Armor",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 25.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 25.0,
                "crawl": 12.5,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 12.5,
                "swim": 12.5
            },
            "category": "Monsters",
            "subcategory": "Animated Objects",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 18,
            "hit_points": 33,
            "hit_dice": "6d8+6",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 14,
                "dexterity": 11,
                "constitution": 13,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 1
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": -4,
                "charisma": -5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": -4,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": -4,
                "arcana": -5,
                "athletics": 2,
                "deception": -5,
                "history": -5,
                "insight": -4,
                "intimidation": -5,
                "investigation": -5,
                "medicine": -4,
                "nature": -5,
                "perception": -4,
                "performance": -5,
                "persuasion": -5,
                "religion": -5,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": -4
            },
            "passive_perception": 6,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/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": [
                {
                    "key": "srd_animated-armor_multiattack",
                    "name": "Multiattack",
                    "desc": "The armor makes two melee attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_animated-armor"
                },
                {
                    "key": "srd_animated-armor_slam",
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_animated-armor"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_flying-sword/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_flying-sword",
            "name": "Flying Sword",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
            "speed": {
                "walk": 0.0,
                "unit": "feet",
                "fly": 50.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": true,
                "fly": 50.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 0.0
            },
            "category": "Monsters",
            "subcategory": "Animated Objects",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 17,
            "hit_points": 17,
            "hit_dice": "5d6",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 12,
                "dexterity": 15,
                "constitution": 11,
                "intelligence": 1,
                "wisdom": 5,
                "charisma": 1
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -3,
                "charisma": -5
            },
            "saving_throws": {
                "dexterity": 4
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 4,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -3,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": -3,
                "arcana": -5,
                "athletics": 1,
                "deception": -5,
                "history": -5,
                "insight": -3,
                "intimidation": -5,
                "investigation": -5,
                "medicine": -3,
                "nature": -5,
                "perception": -3,
                "performance": -5,
                "persuasion": -5,
                "religion": -5,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": -3
            },
            "passive_perception": 7,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_flying-sword_longsword",
                    "name": "Longsword",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 5 (1d8 + 1) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_flying-sword"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_rug-of-smothering/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_rug-of-smothering",
            "name": "Rug of Smothering",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 10.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "subcategory": "Animated Objects",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 12,
            "hit_points": 33,
            "hit_dice": "6d10",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 17,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 1
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -4,
                "charisma": -5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -4,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": -4,
                "arcana": -5,
                "athletics": 3,
                "deception": -5,
                "history": -5,
                "insight": -4,
                "intimidation": -5,
                "investigation": -5,
                "medicine": -4,
                "nature": -5,
                "perception": -4,
                "performance": -5,
                "persuasion": -5,
                "religion": -5,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": -4
            },
            "passive_perception": 6,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_rug-of-smothering_smother",
                    "name": "Smother",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one Medium or smaller creature. Hit: The creature is grappled (escape DC 13). Until this grapple ends, the target is restrained, blinded, and at risk of suffocating, and the rug can't smother another target. In addition, at the start of each of the target's turns, the target takes 10 (2d6 + 3) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_rug-of-smothering"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_deva/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_deva",
            "name": "Deva",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 90.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 90.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": "Angels",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api",
            "alignment": "lawful good",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/druidic/?format=api",
                "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/gnomish/?format=api",
                "https://api-beta.open5e.com/v2/languages/goblin/?format=api",
                "https://api-beta.open5e.com/v2/languages/halfling/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "https://api-beta.open5e.com/v2/languages/orc/?format=api",
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "https://api-beta.open5e.com/v2/languages/thieves-cant/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api",
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 136,
            "hit_dice": "16d8+64",
            "challenge_rating_decimal": "10.000",
            "challenge_rating_text": "10",
            "experience_points": 5900,
            "ability_scores": {
                "strength": 18,
                "dexterity": 18,
                "constitution": 18,
                "intelligence": 17,
                "wisdom": 20,
                "charisma": 20
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 4,
                "constitution": 4,
                "intelligence": 3,
                "wisdom": 5,
                "charisma": 5
            },
            "saving_throws": {
                "wisdom": 9,
                "charisma": 9
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 4,
                "constitution": 4,
                "intelligence": 3,
                "wisdom": 9,
                "charisma": 9
            },
            "skill_bonuses": {
                "insight": 9,
                "perception": 9
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 5,
                "arcana": 3,
                "athletics": 4,
                "deception": 5,
                "history": 3,
                "insight": 9,
                "intimidation": 5,
                "investigation": 3,
                "medicine": 5,
                "nature": 3,
                "perception": 9,
                "performance": 5,
                "persuasion": 5,
                "religion": 3,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 5
            },
            "passive_perception": 19,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/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"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_deva_change-shape",
                    "name": "Change Shape",
                    "desc": "The deva magically polymorphs into a humanoid or beast that has a challenge rating equal to or less than its own, or back into its true form. It reverts to its true form if it dies. Any equipment it is wearing or carrying is absorbed or borne by the new form (the deva's choice).\nIn a new form, the deva retains its game statistics and ability to speak, but its AC, movement modes, Strength, Dexterity, and special senses are replaced by those of the new form, and it gains any statistics and capabilities (except class features, legendary actions, and lair actions) that the new form has but that it lacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_deva"
                },
                {
                    "key": "srd_deva_healing-touch",
                    "name": "Healing Touch",
                    "desc": "The deva touches another creature. The target magically regains 20 (4d8 + 2) hit points and is freed from any curse, disease, poison, blindness, or deafness.",
                    "uses_type": "PER_DAY",
                    "uses_param": 3,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_deva"
                },
                {
                    "key": "srd_deva_mace",
                    "name": "Mace",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) bludgeoning damage plus 18 (4d8) radiant damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_deva"
                },
                {
                    "key": "srd_deva_multiattack",
                    "name": "Multiattack",
                    "desc": "The deva makes two melee attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_deva"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_planetar/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_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",
            "subcategory": "Angels",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api",
            "alignment": "lawful good",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/druidic/?format=api",
                "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/gnomish/?format=api",
                "https://api-beta.open5e.com/v2/languages/goblin/?format=api",
                "https://api-beta.open5e.com/v2/languages/halfling/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "https://api-beta.open5e.com/v2/languages/orc/?format=api",
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "https://api-beta.open5e.com/v2/languages/thieves-cant/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api",
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 19,
            "hit_points": 200,
            "hit_dice": "16d10+112",
            "challenge_rating_decimal": "16.000",
            "challenge_rating_text": "16",
            "experience_points": 15000,
            "ability_scores": {
                "strength": 24,
                "dexterity": 20,
                "constitution": 24,
                "intelligence": 19,
                "wisdom": 22,
                "charisma": 25
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 5,
                "constitution": 7,
                "intelligence": 4,
                "wisdom": 6,
                "charisma": 7
            },
            "saving_throws": {
                "constitution": 12,
                "wisdom": 11,
                "charisma": 12
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 5,
                "constitution": 12,
                "intelligence": 4,
                "wisdom": 11,
                "charisma": 12
            },
            "skill_bonuses": {
                "perception": 11
            },
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 6,
                "arcana": 4,
                "athletics": 7,
                "deception": 7,
                "history": 4,
                "insight": 6,
                "intimidation": 7,
                "investigation": 4,
                "medicine": 6,
                "nature": 4,
                "perception": 11,
                "performance": 7,
                "persuasion": 7,
                "religion": 4,
                "sleight_of_hand": 5,
                "stealth": 5,
                "survival": 6
            },
            "passive_perception": 21,
            "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/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"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 120.0,
            "actions": [
                {
                    "key": "srd_planetar_greatsword",
                    "name": "Greatsword",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 21 (4d6 + 7) slashing damage plus 22 (5d8) radiant damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_planetar"
                },
                {
                    "key": "srd_planetar_healing-touch",
                    "name": "Healing Touch",
                    "desc": "The planetar touches another creature. The target magically regains 30 (6d8 + 3) hit points and is freed from any curse, disease, poison, blindness, or deafness.",
                    "uses_type": "PER_DAY",
                    "uses_param": 4,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_planetar"
                },
                {
                    "key": "srd_planetar_multiattack",
                    "name": "Multiattack",
                    "desc": "The planetar makes two melee attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_planetar"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_solar/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_solar",
            "name": "Solar",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 50.0,
                "unit": "feet",
                "fly": 150.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 50.0,
                "crawl": 25.0,
                "hover": false,
                "fly": 150.0,
                "burrow": 0.0,
                "climb": 25.0,
                "swim": 25.0
            },
            "category": "Monsters",
            "subcategory": "Angels",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api",
            "alignment": "lawful good",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/druidic/?format=api",
                "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/gnomish/?format=api",
                "https://api-beta.open5e.com/v2/languages/goblin/?format=api",
                "https://api-beta.open5e.com/v2/languages/halfling/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "https://api-beta.open5e.com/v2/languages/orc/?format=api",
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "https://api-beta.open5e.com/v2/languages/thieves-cant/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api",
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 21,
            "hit_points": 243,
            "hit_dice": "18d10+144",
            "challenge_rating_decimal": "21.000",
            "challenge_rating_text": "21",
            "experience_points": 33000,
            "ability_scores": {
                "strength": 26,
                "dexterity": 22,
                "constitution": 26,
                "intelligence": 25,
                "wisdom": 25,
                "charisma": 30
            },
            "modifiers": {
                "strength": 8,
                "dexterity": 6,
                "constitution": 8,
                "intelligence": 7,
                "wisdom": 7,
                "charisma": 10
            },
            "saving_throws": {
                "intelligence": 14,
                "wisdom": 14,
                "charisma": 17
            },
            "saving_throws_all": {
                "strength": 8,
                "dexterity": 6,
                "constitution": 8,
                "intelligence": 14,
                "wisdom": 14,
                "charisma": 17
            },
            "skill_bonuses": {
                "perception": 14
            },
            "skill_bonuses_all": {
                "acrobatics": 6,
                "animal_handling": 7,
                "arcana": 7,
                "athletics": 8,
                "deception": 10,
                "history": 7,
                "insight": 7,
                "intimidation": 10,
                "investigation": 7,
                "medicine": 7,
                "nature": 7,
                "perception": 14,
                "performance": 10,
                "persuasion": 10,
                "religion": 7,
                "sleight_of_hand": 6,
                "stealth": 6,
                "survival": 7
            },
            "passive_perception": 24,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 120.0,
            "actions": [
                {
                    "key": "srd_solar_blinding-gaze",
                    "name": "Blinding Gaze",
                    "desc": "The solar targets one creature it can see within 30 ft. of it. If the target can see it, the target must succeed on a DC 15 Constitution saving throw or be blinded until magic such as the lesser restoration spell removes the blindness.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 3,
                    "parent": "srd_solar"
                },
                {
                    "key": "srd_solar_flying-sword",
                    "name": "Flying Sword",
                    "desc": "The solar releases its greatsword to hover magically in an unoccupied space within 5 ft. of it. If the solar can see the sword, the solar can mentally command it as a bonus action to fly up to 50 ft. and either make one attack against a target or return to the solar's hands. If the hovering sword is targeted by any effect, the solar is considered to be holding it. The hovering sword falls if the solar dies.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_solar"
                },
                {
                    "key": "srd_solar_greatsword",
                    "name": "Greatsword",
                    "desc": "Melee Weapon Attack: +15 to hit, reach 5 ft., one target. Hit: 22 (4d6 + 8) slashing damage plus 27 (6d8) radiant damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_solar"
                },
                {
                    "key": "srd_solar_healing-touch",
                    "name": "Healing Touch",
                    "desc": "The solar touches another creature. The target magically regains 40 (8d8 + 4) hit points and is freed from any curse, disease, poison, blindness, or deafness.",
                    "uses_type": "PER_DAY",
                    "uses_param": 4,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_solar"
                },
                {
                    "key": "srd_solar_multiattack",
                    "name": "Multiattack",
                    "desc": "The solar makes two greatsword attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_solar"
                },
                {
                    "key": "srd_solar_searing-burst",
                    "name": "Searing Burst",
                    "desc": "The solar emits magical, divine energy. Each creature of its choice in a 10 -foot radius must make a DC 23 Dexterity saving throw, taking 14 (4d6) fire damage plus 14 (4d6) radiant damage on a failed save, or half as much damage on a successful one.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 2,
                    "parent": "srd_solar"
                },
                {
                    "key": "srd_solar_slaying-longbow",
                    "name": "Slaying Longbow",
                    "desc": "Ranged Weapon Attack: +13 to hit, range 150/600 ft., one target. Hit: 15 (2d8 + 6) piercing damage plus 27 (6d8) radiant damage. If the target is a creature that has 190 hit points or fewer, it must succeed on a DC 15 Constitution saving throw or die.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_solar"
                },
                {
                    "key": "srd_solar_teleport",
                    "name": "Teleport",
                    "desc": "The solar magically teleports, along with any equipment it is wearing or carrying, up to 120 ft. to an unoccupied space it can see.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_solar"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_aboleth/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_aboleth",
            "name": "Aboleth",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 171,
            "hit_dice": "18d10+72",
            "challenge_rating_decimal": "11.000",
            "challenge_rating_text": "11",
            "experience_points": 7200,
            "ability_scores": {
                "strength": 20,
                "dexterity": 12,
                "constitution": 18,
                "intelligence": 20,
                "wisdom": 20,
                "charisma": 18
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 1,
                "constitution": 4,
                "intelligence": 5,
                "wisdom": 5,
                "charisma": 4
            },
            "saving_throws": {
                "dexterity": 5,
                "constitution": 8,
                "intelligence": 9,
                "wisdom": 9
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 5,
                "constitution": 8,
                "intelligence": 9,
                "wisdom": 9,
                "charisma": 4
            },
            "skill_bonuses": {
                "deception": 8,
                "history": 9,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 5,
                "arcana": 5,
                "athletics": 5,
                "deception": 8,
                "history": 9,
                "insight": 5,
                "intimidation": 4,
                "investigation": 5,
                "medicine": 5,
                "nature": 5,
                "perception": 5,
                "performance": 4,
                "persuasion": 4,
                "religion": 5,
                "sleight_of_hand": 1,
                "stealth": 5,
                "survival": 5
            },
            "passive_perception": 15,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": 30.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "mmenag_aboleth_baleful-charm",
                    "name": "Baleful Charm",
                    "desc": "The aboleth targets one creature within 60 feet that has contracted Sea Change. The target makes a DC 16 Wisdom saving throw. On a failure, it is magically charmed by the aboleth until the aboleth dies. The target can repeat this saving throw every 24 hours and when it takes damage from the aboleth or the aboleths allies. While charmed in this way, the target can communicate telepathically with the aboleth over any distance and it follows the aboleths orders.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 2,
                    "parent": "mmenag_aboleth"
                },
                {
                    "key": "mmenag_aboleth_move",
                    "name": "Move",
                    "desc": "The aboleth moves up to its swim speed without provoking opportunity attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_aboleth"
                },
                {
                    "key": "mmenag_aboleth_multiattack",
                    "name": "Multiattack",
                    "desc": "The aboleth attacks three times with its tentacle.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_aboleth"
                },
                {
                    "key": "mmenag_aboleth_slimy-cloud",
                    "name": "Slimy Cloud ",
                    "desc": "While underwater  the aboleth exudes a cloud of inky slime in a 30-foot-radius sphere. Each non-aboleth creature in the area when the cloud appears makes a DC 16 Constitution saving throw. On a failure  it takes 44 (8d10) poison damage and is poisoned for 1 minute. The slime extends around corners  and the area is heavily obscured for 1 minute or until a strong current dissipates the cloud.",
                    "uses_type": "PER_DAY",
                    "uses_param": 1,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_aboleth"
                },
                {
                    "key": "mmenag_aboleth_soul-drain",
                    "name": "Soul Drain",
                    "desc": "One creature charmed by the aboleth takes 22 (4d10) psychic damage, and the aboleth regains hit points equal to the damage dealt.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 2,
                    "parent": "mmenag_aboleth"
                },
                {
                    "key": "mmenag_aboleth_telepathic-summon",
                    "name": "Telepathic Summon",
                    "desc": "One creature within 90 feet makes a DC 16 Wisdom saving throw. On a failure, it must use its reaction, if available, to move up to its speed toward the aboleth by the most direct route that avoids hazards, not avoiding opportunity attacks. This is a magical charm effect.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_aboleth"
                },
                {
                    "key": "mmenag_aboleth_tentacle",
                    "name": "Tentacle",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 15 ft., one target. Hit: 19 (4d6 + 5) bludgeoning damage. The aboleth can choose instead to deal 0 damage. If the target is a creature  it makes a DC 16 Constitution saving throw. On a failure  it contracts a disease called the Sea Change. On a success  it is immune to this disease for 24 hours. While affected by this disease  the target has disadvantage on Wisdom saving throws. After 1 hour  the target grows gills  it can breathe water  its skin becomes slimy  and it begins to suffocate if it goes 12 hours without being immersed in water for at least 1 hour. This disease can be removed with a disease-removing spell cast with at least a 4th-level spell slot  and it ends 24 hours after the aboleth dies.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_aboleth"
                },
                {
                    "key": "mmenag_aboleth_the-aboleth-can-take-2-legendary-actions",
                    "name": "The aboleth can take 2 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_aboleth"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_aboleth-thrall/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_aboleth-thrall",
            "name": "Aboleth Thrall",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "swim": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 12,
            "hit_points": 45,
            "hit_dice": "7d8+14",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 14,
                "dexterity": 14,
                "constitution": 14,
                "intelligence": 10,
                "wisdom": 10,
                "charisma": 12
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 2,
                "deception": 1,
                "history": 0,
                "insight": 0,
                "intimidation": 1,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 0,
                "performance": 1,
                "persuasion": 1,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "mmenag_aboleth-thrall_poison-ink-knife",
                    "name": "Poison Ink Knife",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) slashing damage plus 10 (3d6) poison damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_aboleth-thrall"
                },
                {
                    "key": "mmenag_aboleth-thrall_self-sacrifice",
                    "name": "Self-Sacrifice",
                    "desc": "When a creature within 5 feet of the thrall that the thrall can see hits an aboleth with an attack, the thrall can make itself the target of the attack instead.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_aboleth-thrall"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_abominable-snowman/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_abominable-snowman",
            "name": "Abominable Snowman",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "climb": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 40.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 12,
            "hit_points": 136,
            "hit_dice": "16d10+48",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 18,
                "dexterity": 12,
                "constitution": 16,
                "intelligence": 8,
                "wisdom": 12,
                "charisma": 16
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": 3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": 3
            },
            "skill_bonuses": {
                "perception": 3,
                "stealth": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": -1,
                "athletics": 4,
                "deception": 3,
                "history": -1,
                "insight": 1,
                "intimidation": 3,
                "investigation": -1,
                "medicine": 1,
                "nature": -1,
                "perception": 3,
                "performance": 3,
                "persuasion": 3,
                "religion": -1,
                "sleight_of_hand": 1,
                "stealth": 3,
                "survival": 1
            },
            "passive_perception": 13,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "mmenag_abominable-snowman_chilling-gaze-gaze",
                    "name": "Chilling Gaze (Gaze)",
                    "desc": "One creature within 30 feet that is not immune to cold damage makes a DC 13 Constitution saving throw. On a failure  the creature takes 10 (3d6) cold damage and is paralyzed for 1 minute. It repeats the saving throw at the end of each of its turns  ending the effect on a success. If a creatures saving throw is successful or the effect ends for it  it is immune to any Chilling Gaze for 24 hours.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_abominable-snowman"
                },
                {
                    "key": "mmenag_abominable-snowman_claw",
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 9 (2d4 + 4) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_abominable-snowman"
                },
                {
                    "key": "mmenag_abominable-snowman_multiattack",
                    "name": "Multiattack",
                    "desc": "The yeti uses Chilling Gaze and makes two claw attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_abominable-snowman"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_accursed-guardian-naga/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_accursed-guardian-naga",
            "name": "Accursed Guardian Naga",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?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",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?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"
            ],
            "armor_class": 18,
            "hit_points": 136,
            "hit_dice": "16d10+48",
            "challenge_rating_decimal": "12.000",
            "challenge_rating_text": "12",
            "experience_points": 8400,
            "ability_scores": {
                "strength": 16,
                "dexterity": 18,
                "constitution": 16,
                "intelligence": 16,
                "wisdom": 18,
                "charisma": 18
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 4,
                "constitution": 3,
                "intelligence": 3,
                "wisdom": 4,
                "charisma": 4
            },
            "saving_throws": {
                "dexterity": 8,
                "constitution": 7,
                "intelligence": 7,
                "wisdom": 8,
                "charisma": 8
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 8,
                "constitution": 7,
                "intelligence": 7,
                "wisdom": 8,
                "charisma": 8
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 4,
                "arcana": 3,
                "athletics": 3,
                "deception": 4,
                "history": 3,
                "insight": 4,
                "intimidation": 4,
                "investigation": 3,
                "medicine": 4,
                "nature": 3,
                "perception": 4,
                "performance": 4,
                "persuasion": 4,
                "religion": 3,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 4
            },
            "passive_perception": 14,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "mmenag_accursed-guardian-naga_bite",
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) piercing damage. The target makes a DC 15 Constitution saving throw  taking 35 (10d6) poison damage on a failure or half damage on a success.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_accursed-guardian-naga"
                },
                {
                    "key": "mmenag_accursed-guardian-naga_command",
                    "name": "Command ",
                    "desc": "(1st-Level; V) One living creature within 60 feet that the naga can see and that can hear and understand it makes a DC 16 Wisdom saving throw. On a failure  the target uses its next turn to move as far from the naga as possible  avoiding hazardous terrain.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_accursed-guardian-naga"
                },
                {
                    "key": "mmenag_accursed-guardian-naga_flame-strike",
                    "name": "Flame Strike ",
                    "desc": "(5th-Level; V) A column of divine flame fills a 10-foot-radius  40-foot-high cylinder within 60 feet. Creatures in the area make a DC 16 Dexterity saving throw  taking 14 (4d6) fire damage and 14 (4d6) radiant damage on a failure or half damage on a success.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_accursed-guardian-naga"
                },
                {
                    "key": "mmenag_accursed-guardian-naga_hold-person",
                    "name": "Hold Person ",
                    "desc": "(2nd-Level; V, Concentration) One humanoid the naga can see within 60 feet makes a DC 16 Wisdom saving throw. On a failure  the target is paralyzed for 1 minute. It repeats the saving throw at the end of each of its turns  ending the effect on a success.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_accursed-guardian-naga"
                },
                {
                    "key": "mmenag_accursed-guardian-naga_multiattack",
                    "name": "Multiattack",
                    "desc": "The naga casts a spell and uses its vampiric bite.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_accursed-guardian-naga"
                },
                {
                    "key": "mmenag_accursed-guardian-naga_shapeshift",
                    "name": "Shapeshift",
                    "desc": "The naga changes its form to that of a specific Medium humanoid, a Medium snake-human hybrid with the lower body of a snake, or its true form, which is a Large snake. While shapeshifted, its statistics are unchanged except for its size. It reverts to its true form if it dies.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "BONUS_ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_accursed-guardian-naga"
                },
                {
                    "key": "mmenag_accursed-guardian-naga_spit-poison",
                    "name": "Spit Poison",
                    "desc": "Melee Weapon Attack: +8 to hit, range 20/60 ft., one creature. Hit: The target makes a DC 15 Constitution saving throw  taking 35 (10d6) poison damage on a failure or half damage on a success.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_accursed-guardian-naga"
                },
                {
                    "key": "mmenag_accursed-guardian-naga_vampiric-bite",
                    "name": "Vampiric Bite",
                    "desc": "The naga attacks with its bite. If it hits and the target fails its saving throw against poison  the naga magically gains temporary hit points equal to the poison damage dealt.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_accursed-guardian-naga"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_accursed-spirit-naga/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_accursed-spirit-naga",
            "name": "Accursed Spirit Naga",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?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",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?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"
            ],
            "armor_class": 16,
            "hit_points": 85,
            "hit_dice": "10d10+30",
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 16,
                "dexterity": 16,
                "constitution": 16,
                "intelligence": 16,
                "wisdom": 14,
                "charisma": 16
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 3,
                "constitution": 3,
                "intelligence": 3,
                "wisdom": 2,
                "charisma": 3
            },
            "saving_throws": {
                "dexterity": 6,
                "constitution": 6,
                "wisdom": 5,
                "charisma": 6
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 6,
                "constitution": 6,
                "intelligence": 3,
                "wisdom": 5,
                "charisma": 6
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 2,
                "arcana": 3,
                "athletics": 3,
                "deception": 3,
                "history": 3,
                "insight": 2,
                "intimidation": 3,
                "investigation": 3,
                "medicine": 2,
                "nature": 3,
                "perception": 2,
                "performance": 3,
                "persuasion": 3,
                "religion": 3,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 2
            },
            "passive_perception": 12,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "mmenag_accursed-spirit-naga_bite",
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) piercing damage. The target makes a DC 15 Constitution saving throw  taking 28 (8d6) poison damage on a failure or half damage on a success.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_accursed-spirit-naga"
                },
                {
                    "key": "mmenag_accursed-spirit-naga_blight",
                    "name": "Blight ",
                    "desc": "(4th-Level; V, Concentration) The naga targets a living creature or plant within 30 feet  draining moisture and vitality from it. The target makes a DC 14 Constitution saving throw  taking 36 (8d8) necrotic damage on a failure or half damage on a success. Plant creatures have disadvantage on their saving throw and take maximum damage. A nonmagical plant dies.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_accursed-spirit-naga"
                },
                {
                    "key": "mmenag_accursed-spirit-naga_hypnotic-pattern",
                    "name": "Hypnotic Pattern ",
                    "desc": "(3rd-Level; V, Concentration) A swirling pattern of light appears at a point within 120 feet of the naga. Each creature within 10 feet of the pattern that can see it makes a DC 14 Wisdom saving throw. On a failure  the creature is charmed for 1 minute. While charmed  the creature is incapacitated and its Speed is 0. The effect ends on a creature if it takes damage or if another creature uses an action to shake it out of its daze.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_accursed-spirit-naga"
                },
                {
                    "key": "mmenag_accursed-spirit-naga_lightning-bolt",
                    "name": "Lightning Bolt ",
                    "desc": "(3rd-Level; V) A bolt of lightning 5 feet wide and 100 feet long arcs from the naga. Each creature in the area makes a DC 14 Dexterity saving throw  taking 28 (8d6) lightning damage on a failure or half damage on a success.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_accursed-spirit-naga"
                },
                {
                    "key": "mmenag_accursed-spirit-naga_multiattack",
                    "name": "Multiattack",
                    "desc": "The naga casts a spell and uses its vampiric bite.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_accursed-spirit-naga"
                },
                {
                    "key": "mmenag_accursed-spirit-naga_shield",
                    "name": "Shield",
                    "desc": "(1st-Level; V) When the naga is hit by an attack or targeted by magic missile, it gains a +5 bonus to AC (including against the triggering attack) and immunity to magic missile. These benefits last until the beginning of its next turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_accursed-spirit-naga"
                },
                {
                    "key": "mmenag_accursed-spirit-naga_vampiric-bite",
                    "name": "Vampiric Bite",
                    "desc": "The naga attacks with its bite. If it hits and the target fails its saving throw against poison  the naga magically gains temporary hit points equal to the poison damage dealt.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_accursed-spirit-naga"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_acolyte/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_acolyte",
            "name": "Acolyte",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 10,
            "hit_points": 11,
            "hit_dice": "2d8+2",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 10,
                "dexterity": 10,
                "constitution": 12,
                "intelligence": 10,
                "wisdom": 14,
                "charisma": 10
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 0
            },
            "skill_bonuses": {
                "medicine": 4,
                "religion": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": 0,
                "deception": 0,
                "history": 0,
                "insight": 2,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 4,
                "nature": 0,
                "perception": 2,
                "performance": 0,
                "persuasion": 0,
                "religion": 2,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 2
            },
            "passive_perception": 12,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "mmenag_acolyte_an-acolyte-is-a-priest-in-training-or-an-assistant-to-a-more-senior-member-of-the-clergy",
                    "name": "An acolyte is a priest in training or an assistant to a more senior member of the clergy",
                    "desc": "While acolytes may be found acting as servants or messengers in major temples  an acolyte may also be the only representative of their faith serving a village or roadside shrine.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_acolyte"
                },
                {
                    "key": "mmenag_acolyte_bless",
                    "name": "Bless ",
                    "desc": "(1st-Level; V, S, M, Concentration) Up to three creatures within 30 feet add a d4 to attack rolls and saving throws for 1 minute.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_acolyte"
                },
                {
                    "key": "mmenag_acolyte_club",
                    "name": "Club",
                    "desc": "Melee Weapon Attack: +2 to hit, reach 5 ft., one target. Hit: 2 (1d4) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_acolyte"
                },
                {
                    "key": "mmenag_acolyte_cure-wounds",
                    "name": "Cure Wounds ",
                    "desc": "(1st-Level; V, S) The acolyte touches a willing living creature  restoring 6 (1d8 + 2) hit points to it.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_acolyte"
                },
                {
                    "key": "mmenag_acolyte_sacred-flame",
                    "name": "Sacred Flame ",
                    "desc": "(Cantrip; V, S) One creature the acolyte can see within 60 feet makes a DC 12 Dexterity saving throw  taking 4 (1d8) radiant damage on a failure. This spell ignores cover.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_acolyte"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_adult-amethyst-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_adult-amethyst-dragon",
            "name": "Adult Amethyst Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 60.0,
                "burrow": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 30.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 220,
            "hit_dice": "21d12+84",
            "challenge_rating_decimal": "17.000",
            "challenge_rating_text": "17",
            "experience_points": 18000,
            "ability_scores": {
                "strength": 18,
                "dexterity": 20,
                "constitution": 18,
                "intelligence": 22,
                "wisdom": 14,
                "charisma": 20
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 5,
                "constitution": 4,
                "intelligence": 6,
                "wisdom": 2,
                "charisma": 5
            },
            "saving_throws": {
                "constitution": 10,
                "intelligence": 12,
                "wisdom": 8,
                "charisma": 11
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 5,
                "constitution": 10,
                "intelligence": 12,
                "wisdom": 8,
                "charisma": 11
            },
            "skill_bonuses": {
                "deception": 11,
                "insight": 8,
                "perception": 8,
                "persuasion": 11
            },
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 2,
                "arcana": 6,
                "athletics": 4,
                "deception": 11,
                "history": 6,
                "insight": 8,
                "intimidation": 5,
                "investigation": 6,
                "medicine": 2,
                "nature": 6,
                "perception": 8,
                "performance": 5,
                "persuasion": 11,
                "religion": 6,
                "sleight_of_hand": 5,
                "stealth": 5,
                "survival": 2
            },
            "passive_perception": 18,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/force/?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/exhaustion/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "mmenag_adult-amethyst-dragon_assume-control",
                    "name": "Assume Control",
                    "desc": "When a creature charmed by the dragon begins its turn, the dragon telepathically commands the charmed creature until the end of the creatures turn. If the dragon commands the creature to take an action that would harm itself or an ally, the creature makes a DC 19 Wisdom saving throw. On a success, the creatures turn immediately ends.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-amethyst-dragon"
                },
                {
                    "key": "mmenag_adult-amethyst-dragon_bite",
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 20 (3d10 + 4) piercing damage plus 4 (1d8) force damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-amethyst-dragon"
                },
                {
                    "key": "mmenag_adult-amethyst-dragon_captivating-harmonics",
                    "name": "Captivating Harmonics",
                    "desc": "Each creature of the dragons choice within 90 feet makes a DC 16 Wisdom saving throw. On a failure, it becomes psionically charmed by the dragon for 1 minute. A creature repeats the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "uses_type": "PER_DAY",
                    "uses_param": 1,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-amethyst-dragon"
                },
                {
                    "key": "mmenag_adult-amethyst-dragon_charm",
                    "name": "Charm",
                    "desc": "The dragon targets a creature within 60 feet, forcing it to make a DC 16 Wisdom saving throw. On a failure, the creature is charmed by the dragon for 24 hours, regarding it as a trusted friend to be heeded and protected. Although it isnt under the dragons control, it takes the dragons requests or actions in the most favorable way it can. At the end of each of the targets turns and at the end of any turn during which the dragon or its companions harmed the target, it repeats the saving throw, ending the effect on a success.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-amethyst-dragon"
                },
                {
                    "key": "mmenag_adult-amethyst-dragon_claws",
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 17 (3d8 + 4) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-amethyst-dragon"
                },
                {
                    "key": "mmenag_adult-amethyst-dragon_concussive-breath",
                    "name": "Concussive Breath ",
                    "desc": "The dragon psionically unleashes telekinetic energy in a 60-foot cone. Each creature in that area makes a DC 18 Constitution saving throw  taking 60 (11d10) force damage on a failed save or half damage on a success.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-amethyst-dragon"
                },
                {
                    "key": "mmenag_adult-amethyst-dragon_multiattack",
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws. In place of its bite  it can use Psionic Wave.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-amethyst-dragon"
                },
                {
                    "key": "mmenag_adult-amethyst-dragon_psionic-wave",
                    "name": "Psionic Wave",
                    "desc": "The dragon uses Psionic Wave.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 2,
                    "parent": "mmenag_adult-amethyst-dragon"
                },
                {
                    "key": "mmenag_adult-amethyst-dragon_stupefy",
                    "name": "Stupefy",
                    "desc": "The dragon targets a creature within 60 feet. If the target is concentrating on a spell, it must make a DC 19 Constitution saving throw or lose concentration.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-amethyst-dragon"
                },
                {
                    "key": "mmenag_adult-amethyst-dragon_the-dragon-can-take-3-legendary-actions",
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-amethyst-dragon"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_adult-black-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_adult-black-dragon",
            "name": "Adult Black Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 19,
            "hit_points": 253,
            "hit_dice": "22d12+110",
            "challenge_rating_decimal": "17.000",
            "challenge_rating_text": "17",
            "experience_points": 18000,
            "ability_scores": {
                "strength": 22,
                "dexterity": 14,
                "constitution": 20,
                "intelligence": 14,
                "wisdom": 12,
                "charisma": 16
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 2,
                "constitution": 5,
                "intelligence": 2,
                "wisdom": 1,
                "charisma": 3
            },
            "saving_throws": {
                "dexterity": 8,
                "constitution": 11,
                "wisdom": 7,
                "charisma": 9
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 8,
                "constitution": 11,
                "intelligence": 2,
                "wisdom": 7,
                "charisma": 9
            },
            "skill_bonuses": {
                "history": 8,
                "perception": 7,
                "stealth": 8
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": 2,
                "athletics": 6,
                "deception": 3,
                "history": 8,
                "insight": 1,
                "intimidation": 3,
                "investigation": 2,
                "medicine": 1,
                "nature": 2,
                "perception": 7,
                "performance": 3,
                "persuasion": 3,
                "religion": 2,
                "sleight_of_hand": 2,
                "stealth": 8,
                "survival": 1
            },
            "passive_perception": 20,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "mmenag_adult-black-dragon_acid-breath",
                    "name": "Acid Breath ",
                    "desc": "The dragon exhales sizzling acid in a 60-foot-long  5-foot-wide line. Each creature in that area makes a DC 19 Dexterity saving throw  taking 63 (14d8) acid damage on a failed save or half damage on a success. A creature that fails the save is blinded until the end of its next turn.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-black-dragon"
                },
                {
                    "key": "mmenag_adult-black-dragon_acid-spit",
                    "name": "Acid Spit",
                    "desc": "The dragon targets a creature within 60 feet  forcing it to make a DC 19 Dexterity saving throw. The creature takes 22 (4d10) acid damage on a failure or half damage on a success. A creature that fails the save also takes 5 (1d10) ongoing acid damage. A creature can use an action to end the ongoing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-black-dragon"
                },
                {
                    "key": "mmenag_adult-black-dragon_bite",
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 22 (3d10 + 6) piercing damage plus 4 (1d8) acid damage. Instead of dealing piercing damage  the dragon can grapple the target (escape DC 20)  and a Large or smaller creature grappled in this way is restrained. While grappling a creature  the dragon can't bite or use Acid Spit against another target.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-black-dragon"
                },
                {
                    "key": "mmenag_adult-black-dragon_claw",
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 19 (3d8 + 6) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-black-dragon"
                },
                {
                    "key": "mmenag_adult-black-dragon_darkness",
                    "name": "Darkness",
                    "desc": "The dragon creates a 20-foot-radius sphere of magical darkness originating from a point it can see within 120 feet. Darkvision can't penetrate this darkness. The darkness lasts for 1 minute or until the dragon uses this action again.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-black-dragon"
                },
                {
                    "key": "mmenag_adult-black-dragon_multiattack",
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws. In place of its bite attack  it can use Acid Spit.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-black-dragon"
                },
                {
                    "key": "mmenag_adult-black-dragon_roar",
                    "name": "Roar",
                    "desc": "Each creature of the dragons choice within 120 feet that can hear it makes a DC 17 Charisma saving throw. On a failure, it is frightened for 1 minute. A creature repeats the saving throw at the end of its turns, ending the effect on itself on a success. When it succeeds on a saving throw or the effect ends for it, it is immune to Roar for 24 hours.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-black-dragon"
                },
                {
                    "key": "mmenag_adult-black-dragon_tail",
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 15 ft., one target. Hit: 15 (2d8 + 6) bludgeoning damage  and the dragon pushes the target 10 feet away.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-black-dragon"
                },
                {
                    "key": "mmenag_adult-black-dragon_tail-attack",
                    "name": "Tail Attack",
                    "desc": "When a creature the dragon can see within 10 feet hits the dragon with a melee attack, the dragon makes a tail attack against it.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-black-dragon"
                },
                {
                    "key": "mmenag_adult-black-dragon_the-dragon-can-take-3-legendary-actions",
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-black-dragon"
                },
                {
                    "key": "mmenag_adult-black-dragon_wing-attack",
                    "name": "Wing Attack",
                    "desc": "The dragon beats its wings. Each creature within 15 feet makes a DC 20 Dexterity saving throw. On a failure, it is pushed 10 feet away and knocked prone. The dragon can then fly up to half its fly speed.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-black-dragon"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_adult-black-dragon-lich/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_adult-black-dragon-lich",
            "name": "Adult Black Dragon Lich",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 19,
            "hit_points": 253,
            "hit_dice": "22d12+110",
            "challenge_rating_decimal": "17.000",
            "challenge_rating_text": "17",
            "experience_points": 18000,
            "ability_scores": {
                "strength": 22,
                "dexterity": 14,
                "constitution": 20,
                "intelligence": 14,
                "wisdom": 12,
                "charisma": 16
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 2,
                "constitution": 5,
                "intelligence": 2,
                "wisdom": 1,
                "charisma": 3
            },
            "saving_throws": {
                "dexterity": 8,
                "constitution": 11,
                "wisdom": 7,
                "charisma": 9
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 8,
                "constitution": 11,
                "intelligence": 2,
                "wisdom": 7,
                "charisma": 9
            },
            "skill_bonuses": {
                "history": 8,
                "perception": 7,
                "stealth": 8
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": 2,
                "athletics": 6,
                "deception": 3,
                "history": 8,
                "insight": 1,
                "intimidation": 3,
                "investigation": 2,
                "medicine": 1,
                "nature": 2,
                "perception": 7,
                "performance": 3,
                "persuasion": 3,
                "religion": 2,
                "sleight_of_hand": 2,
                "stealth": 8,
                "survival": 1
            },
            "passive_perception": 20,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "mmenag_adult-black-dragon-lich_acid-breath",
                    "name": "Acid Breath ",
                    "desc": "The dragon exhales sizzling acid or necrotic energy in a 60-foot-long  5-foot-wide line. Each creature in that area makes a DC 19 Dexterity saving throw  taking 31 (7d8) acid damage and 31 (7d8) necrotic damage on a failed save or half damage on a success. A creature that fails the save is blinded until the end of its next turn.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-black-dragon-lich"
                },
                {
                    "key": "mmenag_adult-black-dragon-lich_acid-spit",
                    "name": "Acid Spit",
                    "desc": "The dragon targets a creature within 60 feet  forcing it to make a DC 19 Dexterity saving throw. The creature takes 22 (4d10) acid damage on a failure or half damage on a success. A creature that fails the save also takes 5 (1d10) ongoing acid damage. A creature can use an action to end the ongoing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-black-dragon-lich"
                },
                {
                    "key": "mmenag_adult-black-dragon-lich_bite",
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 22 (3d10 + 6) piercing damage plus 4 (1d8) acid damage. Instead of dealing piercing damage  the dragon can grapple the target (escape DC 20)  and a Large or smaller creature grappled in this way is restrained. While grappling a creature  the dragon can't bite or use Acid Spit against another target.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-black-dragon-lich"
                },
                {
                    "key": "mmenag_adult-black-dragon-lich_claw",
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 19 (3d8 + 6) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-black-dragon-lich"
                },
                {
                    "key": "mmenag_adult-black-dragon-lich_darkness",
                    "name": "Darkness",
                    "desc": "The dragon creates a 20-foot-radius sphere of magical darkness originating from a point it can see within 120 feet. Darkvision can't penetrate this darkness. The darkness lasts for 1 minute or until the dragon uses this action again.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-black-dragon-lich"
                },
                {
                    "key": "mmenag_adult-black-dragon-lich_multiattack",
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws. In place of its bite attack  it can use Acid Spit.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-black-dragon-lich"
                },
                {
                    "key": "mmenag_adult-black-dragon-lich_roar",
                    "name": "Roar",
                    "desc": "Each creature of the dragons choice within 120 feet that can hear it makes a DC 17 Charisma saving throw. On a failure, it is frightened for 1 minute. A creature repeats the saving throw at the end of its turns, ending the effect on itself on a success. When it succeeds on a saving throw or the effect ends for it, it is immune to Roar for 24 hours.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-black-dragon-lich"
                },
                {
                    "key": "mmenag_adult-black-dragon-lich_tail",
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 15 ft., one target. Hit: 15 (2d8 + 6) bludgeoning damage  and the dragon pushes the target 10 feet away.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-black-dragon-lich"
                },
                {
                    "key": "mmenag_adult-black-dragon-lich_tail-attack",
                    "name": "Tail Attack",
                    "desc": "When a creature the dragon can see within 10 feet hits the dragon with a melee attack, the dragon makes a tail attack against it.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-black-dragon-lich"
                },
                {
                    "key": "mmenag_adult-black-dragon-lich_the-dragon-can-take-3-legendary-actions",
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-black-dragon-lich"
                },
                {
                    "key": "mmenag_adult-black-dragon-lich_wing-attack",
                    "name": "Wing Attack",
                    "desc": "The dragon beats its wings. Each creature within 15 feet makes a DC 20 Dexterity saving throw. On a failure, it is pushed 10 feet away and knocked prone. The dragon can then fly up to half its fly speed.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-black-dragon-lich"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_adult-blue-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_adult-blue-dragon",
            "name": "Adult Blue Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "burrow": 30.0,
                "swim": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 30.0,
                "climb": 20.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 19,
            "hit_points": 275,
            "hit_dice": "22d12+132",
            "challenge_rating_decimal": "19.000",
            "challenge_rating_text": "19",
            "experience_points": 22000,
            "ability_scores": {
                "strength": 24,
                "dexterity": 10,
                "constitution": 22,
                "intelligence": 16,
                "wisdom": 14,
                "charisma": 18
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 0,
                "constitution": 6,
                "intelligence": 3,
                "wisdom": 2,
                "charisma": 4
            },
            "saving_throws": {
                "dexterity": 6,
                "constitution": 12,
                "wisdom": 8,
                "charisma": 10
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 6,
                "constitution": 12,
                "intelligence": 3,
                "wisdom": 8,
                "charisma": 10
            },
            "skill_bonuses": {
                "perception": 8,
                "stealth": 6,
                "survival": 8
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 2,
                "arcana": 3,
                "athletics": 7,
                "deception": 4,
                "history": 3,
                "insight": 2,
                "intimidation": 4,
                "investigation": 3,
                "medicine": 2,
                "nature": 3,
                "perception": 8,
                "performance": 4,
                "persuasion": 4,
                "religion": 3,
                "sleight_of_hand": 0,
                "stealth": 6,
                "survival": 8
            },
            "passive_perception": 21,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": 60.0,
            "tremorsense_range": 60.0,
            "truesight_range": null,
            "actions": [
                {
                    "key": "mmenag_adult-blue-dragon_arc-lightning",
                    "name": "Arc Lightning",
                    "desc": "The dragon targets a creature within 60 feet  forcing it to make a DC 20 Dexterity saving throw. The creature takes 16 (3d10) lightning damage on a failure or half damage on a success. Also on a failure  the lightning jumps. Choose a creature within 30 feet of the target that hasnt been hit by this ability on this turn  and repeat the effect against it  possibly causing the lightning to jump again.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-blue-dragon"
                },
                {
                    "key": "mmenag_adult-blue-dragon_bite",
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 23 (3d10 + 7) piercing damage plus 4 (1d8) lightning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-blue-dragon"
                },
                {
                    "key": "mmenag_adult-blue-dragon_claw",
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 20 (3d8 + 7) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-blue-dragon"
                },
                {
                    "key": "mmenag_adult-blue-dragon_lightning-breath",
                    "name": "Lightning Breath ",
                    "desc": "The dragon exhales a 90-foot-long  5-foot wide-line of lightning. Each creature in that area makes a DC 20 Dexterity saving throw  taking 77 (14d10) lightning damage on a failed save or half damage on a success. A creature that fails the save can't take reactions until the end of its next turn.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-blue-dragon"
                },
                {
                    "key": "mmenag_adult-blue-dragon_multiattack",
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws. In place of its bite attack  it can use Arc Lightning.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-blue-dragon"
                },
                {
                    "key": "mmenag_adult-blue-dragon_quake",
                    "name": "Quake",
                    "desc": "The dragon uses its Quake action.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 2,
                    "parent": "mmenag_adult-blue-dragon"
                },
                {
                    "key": "mmenag_adult-blue-dragon_roar",
                    "name": "Roar",
                    "desc": "Each creature of the dragons choice within 120 feet that can hear it makes a DC 18 Charisma saving throw. On a failure, it is frightened for 1 minute. A creature repeats the saving throw at the end of its turns, ending the effect on itself on a success. When it succeeds on a saving throw or the effect ends for it, it is immune to Roar for 24 hours.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-blue-dragon"
                },
                {
                    "key": "mmenag_adult-blue-dragon_tail",
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 15 ft., one target. Hit: 16 (2d8 + 7) bludgeoning damage  and the dragon pushes the target 10 feet away.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-blue-dragon"
                },
                {
                    "key": "mmenag_adult-blue-dragon_tail-attack",
                    "name": "Tail Attack",
                    "desc": "When a creature the dragon can see within 10 feet hits the dragon with a melee attack, the dragon makes a tail attack against it.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-blue-dragon"
                },
                {
                    "key": "mmenag_adult-blue-dragon_the-dragon-can-take-3-legendary-actions",
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-blue-dragon"
                },
                {
                    "key": "mmenag_adult-blue-dragon_wing-attack",
                    "name": "Wing Attack",
                    "desc": "The dragon beats its wings. Each creature within 15 feet makes a DC 20 Dexterity saving throw. On a failure, it is pushed 10 feet away and knocked prone. The dragon can then fly up to half its fly speed.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-blue-dragon"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_adult-brass-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_adult-brass-dragon",
            "name": "Adult Brass Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "burrow": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 30.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 161,
            "hit_dice": "14d12+70",
            "challenge_rating_decimal": "16.000",
            "challenge_rating_text": "16",
            "experience_points": 15000,
            "ability_scores": {
                "strength": 22,
                "dexterity": 10,
                "constitution": 20,
                "intelligence": 18,
                "wisdom": 14,
                "charisma": 16
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 0,
                "constitution": 5,
                "intelligence": 4,
                "wisdom": 2,
                "charisma": 3
            },
            "saving_throws": {
                "dexterity": 5,
                "constitution": 10,
                "wisdom": 7,
                "charisma": 8
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 5,
                "constitution": 10,
                "intelligence": 4,
                "wisdom": 7,
                "charisma": 8
            },
            "skill_bonuses": {
                "arcana": 9,
                "history": 9,
                "nature": 9,
                "perception": 7,
                "persuasion": 8,
                "religion": 9,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 2,
                "arcana": 9,
                "athletics": 6,
                "deception": 3,
                "history": 9,
                "insight": 2,
                "intimidation": 3,
                "investigation": 4,
                "medicine": 2,
                "nature": 9,
                "perception": 7,
                "performance": 3,
                "persuasion": 8,
                "religion": 9,
                "sleight_of_hand": 0,
                "stealth": 5,
                "survival": 2
            },
            "passive_perception": 20,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "mmenag_adult-brass-dragon_analyze",
                    "name": "Analyze",
                    "desc": "The dragon evaluates one creature it can see within 60 feet. It learns the creatures resistances, immunities, vulnerabilities, and current and maximum hit points. That creatures next attack roll against the dragon before the start of the dragons next turn is made with disadvantage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-brass-dragon"
                },
                {
                    "key": "mmenag_adult-brass-dragon_bite",
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 10 ft., one target. Hit: 22 (3d10 + 6) piercing damage plus 4 (1d8) fire damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-brass-dragon"
                },
                {
                    "key": "mmenag_adult-brass-dragon_breath-weapons",
                    "name": "Breath Weapons ",
                    "desc": "The dragon uses one of the following breath weapons:",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-brass-dragon"
                },
                {
                    "key": "mmenag_adult-brass-dragon_change-shape",
                    "name": "Change Shape",
                    "desc": "The dragon magically takes the shape of a humanoid or beast or changes back into its true form. It reverts to its true form if it dies. Any equipment it is wearing or carrying is absorbed or borne by the new form (dragons choice). In the new form  the dragons stats are unchanged except for its size. It can't use Molten Spit  Breath Weapons  Tail Attack  or Wing Attack except in dragon form. In beast form  it can attack only with its bite and claws  if appropriate to its form. If the beast form is Large or smaller  the reach of these attacks is reduced to 5 feet. In humanoid form  it can attack only with its staff.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-brass-dragon"
                },
                {
                    "key": "mmenag_adult-brass-dragon_claws",
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 19 (3d8 + 6) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-brass-dragon"
                },
                {
                    "key": "mmenag_adult-brass-dragon_molten-breath",
                    "name": "Molten Breath",
                    "desc": "The dragon exhales molten glass in a 60-foot-long  5-foot-wide line. Each creature in the area makes a DC 18 Dexterity saving throw  taking 56 (16d6) fire damage on a failed save or half damage on a success. A creature that fails the save is also blinded until the end of its next turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-brass-dragon"
                },
                {
                    "key": "mmenag_adult-brass-dragon_molten-spit",
                    "name": "Molten Spit",
                    "desc": "The dragon targets a creature within 60 feet  forcing it to make a DC 18 Dexterity saving throw. The creature takes 11 (2d10) fire damage on a failure or half damage on a success. A creature that fails the saving throw also takes 5 (1d10) ongoing fire damage. A creature can use an action to end the ongoing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-brass-dragon"
                },
                {
                    "key": "mmenag_adult-brass-dragon_multiattack",
                    "name": "Multiattack",
                    "desc": "The dragon attacks with its bite and twice with its claws. In place of its bite  it can use Molten Spit.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-brass-dragon"
                },
                {
                    "key": "mmenag_adult-brass-dragon_roar",
                    "name": "Roar",
                    "desc": "Each creature of the dragons choice within 120 feet that can hear it makes a DC 16 Charisma saving throw. On a failure, it is frightened for 1 minute. A creature repeats the saving throw at the end of its turns, ending the effect on itself on a success. When it succeeds on a saving throw or the effect ends for it, it is immune to Roar for 24 hours.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-brass-dragon"
                },
                {
                    "key": "mmenag_adult-brass-dragon_sleep-breath",
                    "name": "Sleep Breath",
                    "desc": "The dragon exhales sleep gas in a 60-foot cone. Each creature in the area makes a DC 18 Constitution saving throw. On a failure  a creature falls unconscious for 10 minutes or until it takes damage or someone uses an action to wake it.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-brass-dragon"
                },
                {
                    "key": "mmenag_adult-brass-dragon_staff",
                    "name": "Staff",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 10 (1d8 + 6) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": "Humanoid Form Only",
                    "legendary_cost": null,
                    "parent": "mmenag_adult-brass-dragon"
                },
                {
                    "key": "mmenag_adult-brass-dragon_tail",
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 15 ft., one target. Hit: 15 (2d8 + 6) bludgeoning damage  and the dragon pushes the target 10 feet away.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-brass-dragon"
                },
                {
                    "key": "mmenag_adult-brass-dragon_tail-attack",
                    "name": "Tail Attack",
                    "desc": "When a creature the dragon can see within 10 feet hits the dragon with a melee attack, the dragon makes a tail attack against it.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-brass-dragon"
                },
                {
                    "key": "mmenag_adult-brass-dragon_the-dragon-can-take-3-legendary-actions",
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-brass-dragon"
                },
                {
                    "key": "mmenag_adult-brass-dragon_wing-attack",
                    "name": "Wing Attack",
                    "desc": "The dragon beats its wings. Each creature within 15 feet makes a DC 19 Dexterity saving throw. On a failure, it is pushed 10 feet away and knocked prone. The dragon can then fly up to half its fly speed.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-brass-dragon"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_adult-bronze-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_adult-bronze-dragon",
            "name": "Adult Bronze Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "swim": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 60.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 287,
            "hit_dice": "23d12+138",
            "challenge_rating_decimal": "18.000",
            "challenge_rating_text": "18",
            "experience_points": 20000,
            "ability_scores": {
                "strength": 24,
                "dexterity": 10,
                "constitution": 22,
                "intelligence": 16,
                "wisdom": 14,
                "charisma": 18
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 0,
                "constitution": 6,
                "intelligence": 3,
                "wisdom": 2,
                "charisma": 4
            },
            "saving_throws": {
                "dexterity": 6,
                "constitution": 12,
                "wisdom": 8,
                "charisma": 10
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 6,
                "constitution": 12,
                "intelligence": 3,
                "wisdom": 8,
                "charisma": 10
            },
            "skill_bonuses": {
                "insight": 8,
                "perception": 8,
                "stealth": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 2,
                "arcana": 3,
                "athletics": 7,
                "deception": 4,
                "history": 3,
                "insight": 8,
                "intimidation": 4,
                "investigation": 3,
                "medicine": 2,
                "nature": 3,
                "perception": 8,
                "performance": 4,
                "persuasion": 4,
                "religion": 3,
                "sleight_of_hand": 0,
                "stealth": 6,
                "survival": 2
            },
            "passive_perception": 21,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "mmenag_adult-bronze-dragon_bite",
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 23 (3d10 + 7) piercing damage plus 4 (1d8) lightning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-bronze-dragon"
                },
                {
                    "key": "mmenag_adult-bronze-dragon_breath-weapons",
                    "name": "Breath Weapons ",
                    "desc": "The dragon uses one of the following breath weapons:",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-bronze-dragon"
                },
                {
                    "key": "mmenag_adult-bronze-dragon_change-shape",
                    "name": "Change Shape",
                    "desc": "The dragon magically takes the shape of a humanoid or beast  or changes back into its true form. It reverts to its true form if it dies. Any equipment it is wearing or carrying is absorbed or borne by the new form (dragons choice). In the new form  the dragons stats are unchanged except for its size. It can't use Lightning Pulse  Breath Weapons  Tail Attack  or Wing Attack except in dragon form. In beast form  it can attack only with its bite and claws  if appropriate to its form. If the beast form is Large or smaller  the reach of these attacks is reduced to 5 feet. In humanoid form  it can attack only with its trident.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-bronze-dragon"
                },
                {
                    "key": "mmenag_adult-bronze-dragon_claw",
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 20 (3d8 + 7) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-bronze-dragon"
                },
                {
                    "key": "mmenag_adult-bronze-dragon_foresight",
                    "name": "Foresight",
                    "desc": "The dragon focuses on the many sprawling futures before it and predicts what will come next. Attacks against it are made with disadvantage until the start of its next turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 2,
                    "parent": "mmenag_adult-bronze-dragon"
                },
                {
                    "key": "mmenag_adult-bronze-dragon_lightning-breath",
                    "name": "Lightning Breath",
                    "desc": "The dragon exhales lightning in a 90-foot-long  5-foot-wide line. Each creature in the area makes a DC 20 Dexterity saving throw  taking 69 (13d10) lightning damage on a failed save or half damage on a success. A creature that fails the saving throw can't take reactions until the end of its next turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-bronze-dragon"
                },
                {
                    "key": "mmenag_adult-bronze-dragon_lightning-pulse",
                    "name": "Lightning Pulse",
                    "desc": "The dragon targets one creature within 60 feet  forcing it to make a DC 20 Dexterity saving throw. The creature takes 22 (4d10) lightning damage on a failure or half damage on a success. If the initial target is touching a body of water  all other creatures within 20 feet of it and touching the same body of water must also make the saving throw against this damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-bronze-dragon"
                },
                {
                    "key": "mmenag_adult-bronze-dragon_multiattack",
                    "name": "Multiattack",
                    "desc": "The dragon attacks with its bite and twice with its claws. In place of its bite  it can use Lightning Pulse.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-bronze-dragon"
                },
                {
                    "key": "mmenag_adult-bronze-dragon_ocean-surge",
                    "name": "Ocean Surge",
                    "desc": "The dragon exhales a torrent of seawater in a 30-foot cone. Each creature in the area makes a DC 20 Strength saving throw. A creature that fails is pushed 30 feet away from the dragon and knocked prone  while one that succeeds is pushed only 15 feet away.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-bronze-dragon"
                },
                {
                    "key": "mmenag_adult-bronze-dragon_roar",
                    "name": "Roar",
                    "desc": "Each creature of the dragons choice within 120 feet that can hear it makes a DC 18 Charisma saving throw. On a failure, it is frightened for 1 minute. A creature repeats the saving throw at the end of its turns, ending the effect on itself on a success. When it succeeds on a saving throw or the effect ends for it, it is immune to Roar for 24 hours.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-bronze-dragon"
                },
                {
                    "key": "mmenag_adult-bronze-dragon_tail",
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 15 ft., one target. Hit: 20 (3d8 + 7) bludgeoning damage  and the dragon pushes the target 10 feet away.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-bronze-dragon"
                },
                {
                    "key": "mmenag_adult-bronze-dragon_tail-attack",
                    "name": "Tail Attack",
                    "desc": "When a creature the dragon can see within 10 feet hits the dragon with a melee attack, the dragon makes a tail attack against it.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-bronze-dragon"
                },
                {
                    "key": "mmenag_adult-bronze-dragon_the-dragon-can-take-3-legendary-actions",
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-bronze-dragon"
                },
                {
                    "key": "mmenag_adult-bronze-dragon_trident",
                    "name": "Trident",
                    "desc": "Melee or Ranged Weapon Attack: +13 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 10 (1d6 + 7) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": "Humanoid Form Only",
                    "legendary_cost": null,
                    "parent": "mmenag_adult-bronze-dragon"
                },
                {
                    "key": "mmenag_adult-bronze-dragon_wing-attack",
                    "name": "Wing Attack",
                    "desc": "The dragon beats its wings. Each creature within 15 feet makes a DC 21 Dexterity saving throw. On a failure, it is pushed 10 feet away and knocked prone. The dragon can then fly up to half its fly speed.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-bronze-dragon"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_adult-copper-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_adult-copper-dragon",
            "name": "Adult Copper Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "climb": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 40.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 253,
            "hit_dice": "22d12+110",
            "challenge_rating_decimal": "17.000",
            "challenge_rating_text": "17",
            "experience_points": 18000,
            "ability_scores": {
                "strength": 22,
                "dexterity": 12,
                "constitution": 20,
                "intelligence": 18,
                "wisdom": 14,
                "charisma": 16
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 1,
                "constitution": 5,
                "intelligence": 4,
                "wisdom": 2,
                "charisma": 3
            },
            "saving_throws": {
                "dexterity": 7,
                "constitution": 11,
                "wisdom": 8,
                "charisma": 9
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 7,
                "constitution": 11,
                "intelligence": 4,
                "wisdom": 8,
                "charisma": 9
            },
            "skill_bonuses": {
                "deception": 10,
                "perception": 9,
                "stealth": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 2,
                "arcana": 4,
                "athletics": 6,
                "deception": 10,
                "history": 4,
                "insight": 2,
                "intimidation": 3,
                "investigation": 4,
                "medicine": 2,
                "nature": 4,
                "perception": 9,
                "performance": 3,
                "persuasion": 3,
                "religion": 4,
                "sleight_of_hand": 1,
                "stealth": 7,
                "survival": 2
            },
            "passive_perception": 20,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "mmenag_adult-copper-dragon_acid-breath",
                    "name": "Acid Breath",
                    "desc": "The dragon exhales acid in a 60-foot-long  5-foot-wide line. Each creature in the area makes a DC 19 Dexterity saving throw  taking 63 (14d8) acid damage on a failed save or half damage on a success. A creature that fails the save is blinded until the end of its next turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-copper-dragon"
                },
                {
                    "key": "mmenag_adult-copper-dragon_acid-spit",
                    "name": "Acid Spit",
                    "desc": "The dragon targets a creature within 60 feet  forcing it to make a DC 19 Dexterity saving throw. The creature takes 16 (3d10) acid damage on a failure or half damage on a success. A creature that fails the save also takes 5 (1d10) ongoing acid damage. A creature can use an action to end the ongoing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-copper-dragon"
                },
                {
                    "key": "mmenag_adult-copper-dragon_bite",
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 22 (3d10 + 6) piercing damage plus 4 (1d8) acid damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-copper-dragon"
                },
                {
                    "key": "mmenag_adult-copper-dragon_breath-weapons",
                    "name": "Breath Weapons ",
                    "desc": "The dragon uses one of the following breath weapons:",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-copper-dragon"
                },
                {
                    "key": "mmenag_adult-copper-dragon_change-shape",
                    "name": "Change Shape",
                    "desc": "The dragon magically takes the shape of a humanoid or beast  or changes back into its true form. It reverts to its true form if it dies. Any equipment it is wearing or carrying is absorbed or borne by the new form (dragons choice). In the new form  the dragons stats are unchanged except for its size. It can't use Acid Spit  Breath Weapons  Tail Attack  or Wing Attack except in dragon form. In beast form  it can attack only with its bite and claws  if appropriate to its form. If the beast form is Large or smaller  the reach of these attacks is reduced to 5 feet. In humanoid form  it can attack only with its war pick.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-copper-dragon"
                },
                {
                    "key": "mmenag_adult-copper-dragon_claws",
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 19 (3d8 + 6) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-copper-dragon"
                },
                {
                    "key": "mmenag_adult-copper-dragon_multiattack",
                    "name": "Multiattack",
                    "desc": "The dragon attacks with its bite and twice with its claws. In place of its bite  it can use Acid Spit.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-copper-dragon"
                },
                {
                    "key": "mmenag_adult-copper-dragon_roar",
                    "name": "Roar",
                    "desc": "Each creature of the dragons choice within 120 feet that can hear it makes a DC 17 Charisma saving throw. On a failure, it is frightened for 1 minute. A creature repeats the saving throw at the end of its turns, ending the effect on itself on a success. When it succeeds on a saving throw or the effect ends for it, it is immune to Roar for 24 hours.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-copper-dragon"
                },
                {
                    "key": "mmenag_adult-copper-dragon_slowing-breath",
                    "name": "Slowing Breath",
                    "desc": "The dragon exhales toxic gas in a 60-foot cone. Each creature in the area makes a DC 19 Constitution saving throw  becoming slowed for 1 minute on a failure. A creature repeats the saving throw at the end of each of its turns  ending the effect on itself on a success.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-copper-dragon"
                },
                {
                    "key": "mmenag_adult-copper-dragon_tail",
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 15 ft., one target. Hit: 19 (3d8 + 6) bludgeoning damage  and the dragon pushes the target 10 feet away.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-copper-dragon"
                },
                {
                    "key": "mmenag_adult-copper-dragon_tail-attack",
                    "name": "Tail Attack",
                    "desc": "When a creature the dragon can see within 10 feet hits the dragon with a melee attack, the dragon makes a tail attack against it.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-copper-dragon"
                },
                {
                    "key": "mmenag_adult-copper-dragon_the-dragon-can-take-3-legendary-actions",
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-copper-dragon"
                },
                {
                    "key": "mmenag_adult-copper-dragon_tricksters-gambit",
                    "name": "Tricksters Gambit",
                    "desc": "The dragon magically teleports to an unoccupied space it can see within 30 feet and creates two illusory duplicates in different unoccupied spaces within 30 feet. These duplicates have an AC of 11, and a creature that hits one with an attack can make a DC 16 Intelligence (Investigation) check, identifying it as a fake on a success. The duplicates disappear at the end of the dragons next turn but otherwise mimic the dragons actions perfectly, even moving according to the dragons will.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 2,
                    "parent": "mmenag_adult-copper-dragon"
                },
                {
                    "key": "mmenag_adult-copper-dragon_war-pick",
                    "name": "War Pick",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 10 (1d8 + 6) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": "Humanoid Form Only",
                    "legendary_cost": null,
                    "parent": "mmenag_adult-copper-dragon"
                },
                {
                    "key": "mmenag_adult-copper-dragon_wing-attack",
                    "name": "Wing Attack",
                    "desc": "The dragon beats its wings. Each creature within 15 feet makes a DC 19 Dexterity saving throw. On a failure, it is pushed 10 feet away and knocked prone. The dragon can then fly up to half its fly speed.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-copper-dragon"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_adult-earth-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_adult-earth-dragon",
            "name": "Adult Earth Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 40.0,
                "burrow": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 40.0,
                "burrow": 60.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 19,
            "hit_points": 287,
            "hit_dice": "23d12+138",
            "challenge_rating_decimal": "18.000",
            "challenge_rating_text": "18",
            "experience_points": 20000,
            "ability_scores": {
                "strength": 22,
                "dexterity": 14,
                "constitution": 22,
                "intelligence": 22,
                "wisdom": 14,
                "charisma": 20
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 2,
                "constitution": 6,
                "intelligence": 6,
                "wisdom": 2,
                "charisma": 5
            },
            "saving_throws": {
                "strength": 12,
                "constitution": 12,
                "intelligence": 8,
                "wisdom": 8,
                "charisma": 7
            },
            "saving_throws_all": {
                "strength": 12,
                "dexterity": 2,
                "constitution": 12,
                "intelligence": 8,
                "wisdom": 8,
                "charisma": 7
            },
            "skill_bonuses": {
                "athletics": 12,
                "insight": 8,
                "nature": 12,
                "perception": 8
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": 6,
                "athletics": 12,
                "deception": 5,
                "history": 6,
                "insight": 8,
                "intimidation": 5,
                "investigation": 6,
                "medicine": 2,
                "nature": 12,
                "perception": 8,
                "performance": 5,
                "persuasion": 5,
                "religion": 6,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 2
            },
            "passive_perception": 21,
            "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/petrified/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": 90.0,
            "truesight_range": null,
            "actions": [
                {
                    "key": "mmenag_adult-earth-dragon_bite",
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 28 (4d10 + 6) piercing damage. Instead of dealing piercing damage  the dragon can grapple the target (escape DC 20)  and a Large or smaller creature grappled in this way is restrained. While grappling a creature  the dragon can't bite another target.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-earth-dragon"
                },
                {
                    "key": "mmenag_adult-earth-dragon_entomb",
                    "name": "Entomb",
                    "desc": "The dragon targets a creature on the ground within 60 feet, forcing it to make a DC 15 Dexterity saving throw. On a failure, the creature is magically entombed 5 feet under the earth. While entombed, the target is blinded, restrained, and can't breathe. A creature can use an action to make a DC 15 Strength check, freeing an entombed creature on a success.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-earth-dragon"
                },
                {
                    "key": "mmenag_adult-earth-dragon_multiattack",
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its slam. In place of its bite attack  it can use Rock Spire.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-earth-dragon"
                },
                {
                    "key": "mmenag_adult-earth-dragon_rock-spire",
                    "name": "Rock Spire",
                    "desc": "A permanent  25-foot-tall  5-foot-radius spire of rock magically rises from a point on the ground within 60 feet. A creature in the spires area when it appears makes a DC 19 Dexterity saving throw  taking 13 (3d8) piercing damage on a failure or half damage on a success. A creature that fails this saving throw by 10 or more is impaled at the top of the spire. A creature can use an action to make a DC 12 Strength check  freeing the implaced creature on a success. The impaled creature is also freed if the spire is destroyed. The spire is an object with AC 16  30 hit points and immunity to poison and psychic damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-earth-dragon"
                },
                {
                    "key": "mmenag_adult-earth-dragon_scouring-breath",
                    "name": "Scouring Breath ",
                    "desc": "The dragon exhales scouring sand and stones in a 60-foot cone. Each creature in that area makes a DC 20 Dexterity saving throw  taking 56 (16d6) slashing damage on a failed save or half damage on a success. A creature that fails the save is also blinded until the end of its next turn.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-earth-dragon"
                },
                {
                    "key": "mmenag_adult-earth-dragon_shake-the-foundation",
                    "name": "Shake the Foundation",
                    "desc": "The dragon causes the ground to roil, creating a permanent, 40-foot-radius area of difficult terrain centered on a point the dragon can see. If the dragon is bloodied, creatures in the area make a DC 20 Dexterity saving throw, falling prone on a failure.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-earth-dragon"
                },
                {
                    "key": "mmenag_adult-earth-dragon_slam",
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 19 (3d8 + 6) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-earth-dragon"
                },
                {
                    "key": "mmenag_adult-earth-dragon_slam-attack",
                    "name": "Slam Attack",
                    "desc": "The dragon makes a slam attack.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 2,
                    "parent": "mmenag_adult-earth-dragon"
                },
                {
                    "key": "mmenag_adult-earth-dragon_the-dragon-can-take-3-legendary-actions",
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-earth-dragon"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_adult-emerald-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_adult-emerald-dragon",
            "name": "Adult Emerald Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 60.0,
                "burrow": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 30.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 241,
            "hit_dice": "23d12+92",
            "challenge_rating_decimal": "17.000",
            "challenge_rating_text": "17",
            "experience_points": 18000,
            "ability_scores": {
                "strength": 22,
                "dexterity": 22,
                "constitution": 18,
                "intelligence": 22,
                "wisdom": 12,
                "charisma": 18
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 6,
                "constitution": 4,
                "intelligence": 6,
                "wisdom": 1,
                "charisma": 4
            },
            "saving_throws": {
                "constitution": 10,
                "intelligence": 12,
                "wisdom": 7,
                "charisma": 10
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 6,
                "constitution": 10,
                "intelligence": 12,
                "wisdom": 7,
                "charisma": 10
            },
            "skill_bonuses": {
                "deception": 10,
                "history": 12,
                "perception": 7,
                "stealth": 12
            },
            "skill_bonuses_all": {
                "acrobatics": 6,
                "animal_handling": 1,
                "arcana": 6,
                "athletics": 6,
                "deception": 10,
                "history": 12,
                "insight": 1,
                "intimidation": 4,
                "investigation": 6,
                "medicine": 1,
                "nature": 6,
                "perception": 7,
                "performance": 4,
                "persuasion": 4,
                "religion": 6,
                "sleight_of_hand": 6,
                "stealth": 12,
                "survival": 1
            },
            "passive_perception": 17,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "mmenag_adult-emerald-dragon_bite",
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 22 (3d10 + 6) piercing damage plus 4 (1d8) thunder damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-emerald-dragon"
                },
                {
                    "key": "mmenag_adult-emerald-dragon_claws",
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 19 (3d8 + 6) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-emerald-dragon"
                },
                {
                    "key": "mmenag_adult-emerald-dragon_maddening-breath",
                    "name": "Maddening Breath ",
                    "desc": "The dragon screams  stripping flesh from bones and reason from minds in a 60-foot cone. Each creature in that area makes a DC 18 Constitution saving throw  taking 71 (13d10) thunder damage on a failed save or half damage on a success. Creatures that fail this saving throw by 10 or more are also psionically confused until the end of their next turn.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-emerald-dragon"
                },
                {
                    "key": "mmenag_adult-emerald-dragon_maddening-harmonics",
                    "name": "Maddening Harmonics",
                    "desc": "Each creature of the dragons choice that can hear within 90 feet makes a DC 15 Wisdom saving throw. On a failure, a creature becomes psionically confused for 1 minute. A creature repeats the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "uses_type": "PER_DAY",
                    "uses_param": 1,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-emerald-dragon"
                },
                {
                    "key": "mmenag_adult-emerald-dragon_multiattack",
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws. In place of its bite  it can use Psionic Wave.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-emerald-dragon"
                },
                {
                    "key": "mmenag_adult-emerald-dragon_pandorum",
                    "name": "Pandorum",
                    "desc": "The dragon psionically targets one creature within 60 feet. The target makes a DC 15 Wisdom saving throw, becoming confused on a failure. While confused in this way, the target regards their allies as traitorous enemies. When rolling to determine its actions, treat a roll of 1 to 4 as a result of 8. The target repeats the saving throw at the end of each of its turns, ending the effect on a success.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 2,
                    "parent": "mmenag_adult-emerald-dragon"
                },
                {
                    "key": "mmenag_adult-emerald-dragon_paranoid-ranting",
                    "name": "Paranoid Ranting",
                    "desc": "The dragon psionically rants nonsense at a creature that can hear it within 60 feet. The target makes a DC 15 Wisdom saving throw. On a failed save, the creature gains a randomly determined short-term mental stress effect or madness.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-emerald-dragon"
                },
                {
                    "key": "mmenag_adult-emerald-dragon_psionic-wave",
                    "name": "Psionic Wave",
                    "desc": "The dragon makes a psionic wave attack.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 2,
                    "parent": "mmenag_adult-emerald-dragon"
                },
                {
                    "key": "mmenag_adult-emerald-dragon_spiteful-retort",
                    "name": "Spiteful Retort",
                    "desc": "When a creature the dragon can see damages the dragon, the dragon lashes out with a psionic screech. The attacker makes a DC 15 Wisdom saving throw, taking 18 (4d8) thunder damage on a failed save or half damage on a success. Confused creatures make this saving throw with disadvantage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-emerald-dragon"
                },
                {
                    "key": "mmenag_adult-emerald-dragon_the-dragon-can-take-3-legendary-actions",
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-emerald-dragon"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_adult-gold-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_adult-gold-dragon",
            "name": "Adult Gold Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 19,
            "hit_points": 324,
            "hit_dice": "24d12+168",
            "challenge_rating_decimal": "20.000",
            "challenge_rating_text": "20",
            "experience_points": 25000,
            "ability_scores": {
                "strength": 26,
                "dexterity": 14,
                "constitution": 24,
                "intelligence": 16,
                "wisdom": 14,
                "charisma": 24
            },
            "modifiers": {
                "strength": 8,
                "dexterity": 2,
                "constitution": 7,
                "intelligence": 3,
                "wisdom": 2,
                "charisma": 7
            },
            "saving_throws": {
                "dexterity": 8,
                "constitution": 13,
                "wisdom": 8,
                "charisma": 13
            },
            "saving_throws_all": {
                "strength": 8,
                "dexterity": 8,
                "constitution": 13,
                "intelligence": 3,
                "wisdom": 8,
                "charisma": 13
            },
            "skill_bonuses": {
                "insight": 8,
                "perception": 8,
                "persuasion": 13,
                "stealth": 8
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": 3,
                "athletics": 8,
                "deception": 7,
                "history": 3,
                "insight": 8,
                "intimidation": 7,
                "investigation": 3,
                "medicine": 2,
                "nature": 3,
                "perception": 8,
                "performance": 7,
                "persuasion": 13,
                "religion": 3,
                "sleight_of_hand": 2,
                "stealth": 8,
                "survival": 2
            },
            "passive_perception": 21,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "mmenag_adult-gold-dragon_bite",
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +18 to hit, reach 15 ft., one target. Hit: 32 (4d10 + 10) piercing damage plus 9 (2d8) fire damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-gold-dragon"
                },
                {
                    "key": "mmenag_adult-gold-dragon_breath-weapons",
                    "name": "Breath Weapons ",
                    "desc": "The dragon uses one of the following breath weapons:",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-gold-dragon"
                },
                {
                    "key": "mmenag_adult-gold-dragon_change-shape",
                    "name": "Change Shape",
                    "desc": "The dragon magically takes the shape of a humanoid or beast  or changes back into its true form. It reverts to its true form if it dies. Any equipment it is wearing or carrying is absorbed or borne by the new form (dragons choice). In the new form  the dragons stats are unchanged except for its size. It can't use Molten Spit  Breath Weapons  Tail Attack  or Wing Attack except in dragon form. In beast form  it can attack only with its bite and claws  if appropriate to its form. If the beast form is Large or smaller  the reach of these attacks is reduced to 5 feet. In humanoid form  it can attack only with its greatsword.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-gold-dragon"
                },
                {
                    "key": "mmenag_adult-gold-dragon_claws",
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +18 to hit, reach 10 ft., one target. Hit: 28 (4d8 + 10) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-gold-dragon"
                },
                {
                    "key": "mmenag_adult-gold-dragon_fiery-reprisal",
                    "name": "Fiery Reprisal",
                    "desc": "The dragon uses Molten Spit against the last creature to deal damage to it.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 2,
                    "parent": "mmenag_adult-gold-dragon"
                },
                {
                    "key": "mmenag_adult-gold-dragon_greatsword",
                    "name": "Greatsword",
                    "desc": "Melee Weapon Attack: +18 to hit, reach 5 ft., one target. Hit: 17 (2d6 + 10) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": "Humanoid Form Only",
                    "legendary_cost": null,
                    "parent": "mmenag_adult-gold-dragon"
                },
                {
                    "key": "mmenag_adult-gold-dragon_molten-breath",
                    "name": "Molten Breath",
                    "desc": "The dragon exhales molten gold in a 90-foot cone. Each creature in the area makes a DC 25 Dexterity saving throw  taking 88 (16d10) fire damage on a failed save or half damage on a success. A creature that fails the saving throw is covered in a shell of rapidly cooling gold  reducing its Speed to 0. A creature can use an action to break the shell  ending the effect.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-gold-dragon"
                },
                {
                    "key": "mmenag_adult-gold-dragon_molten-spit",
                    "name": "Molten Spit",
                    "desc": "The dragon targets one creature within 60 feet  forcing it to make a DC 25 Dexterity saving throw. The creature takes 27 (5d10) fire damage on a failure or half on a success. Liquid gold pools in a 5-foot-square occupied by the creature and remains hot for 1 minute. A creature that ends its turn in the gold or enters it for the first time on a turn takes 22 (4d10) fire damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-gold-dragon"
                },
                {
                    "key": "mmenag_adult-gold-dragon_multiattack",
                    "name": "Multiattack",
                    "desc": "The dragon attacks with its bite and twice with its claws.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-gold-dragon"
                },
                {
                    "key": "mmenag_adult-gold-dragon_roar",
                    "name": "Roar",
                    "desc": "Each creature of the dragons choice within 120 feet that can hear it makes a DC 25 Charisma saving throw. On a failure, it is frightened for 1 minute. A creature repeats the saving throw at the end of its turns, ending the effect on itself on a success. When it succeeds on a saving throw or the effect ends for it, it is immune to Roar for 24 hours.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-gold-dragon"
                },
                {
                    "key": "mmenag_adult-gold-dragon_tail",
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +18 to hit, reach 20 ft., one target. Hit: 23 (3d8 + 10) bludgeoning damage  and the dragon pushes the target 10 feet away.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-gold-dragon"
                },
                {
                    "key": "mmenag_adult-gold-dragon_tail-attack",
                    "name": "Tail Attack",
                    "desc": "When a creature the dragon can see within 10 feet hits the dragon with a melee attack, the dragon makes a tail attack against it.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-gold-dragon"
                },
                {
                    "key": "mmenag_adult-gold-dragon_the-dragon-can-take-3-legendary-actions",
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-gold-dragon"
                },
                {
                    "key": "mmenag_adult-gold-dragon_vanguard",
                    "name": "Vanguard",
                    "desc": "When another creature the dragon can see within 20 feet is hit by an attack, the dragon deflects the attack, turning the hit into a miss.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-gold-dragon"
                },
                {
                    "key": "mmenag_adult-gold-dragon_weakening-breath",
                    "name": "Weakening Breath",
                    "desc": "The dragon exhales weakening gas in a 90-foot cone. Each creature in the area must succeed on a DC 25 Constitution saving throw or suffer disadvantage on weapon attack rolls for 1 minute. A weakened creature repeats the saving throw at the end of each of its turns  ending the effect on a success.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-gold-dragon"
                },
                {
                    "key": "mmenag_adult-gold-dragon_wing-attack",
                    "name": "Wing Attack",
                    "desc": "The dragon beats its wings. Each creature within 15 feet makes a DC 26 Dexterity saving throw. On a failure, it is pushed 10 feet away and knocked prone. The dragon can then fly up to half its fly speed.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-gold-dragon"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_adult-green-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_adult-green-dragon",
            "name": "Adult Green Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 287,
            "hit_dice": "25d12+125",
            "challenge_rating_decimal": "18.000",
            "challenge_rating_text": "18",
            "experience_points": 20000,
            "ability_scores": {
                "strength": 20,
                "dexterity": 12,
                "constitution": 20,
                "intelligence": 18,
                "wisdom": 14,
                "charisma": 16
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 1,
                "constitution": 5,
                "intelligence": 4,
                "wisdom": 2,
                "charisma": 3
            },
            "saving_throws": {
                "dexterity": 7,
                "constitution": 11,
                "wisdom": 8,
                "charisma": 9
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 7,
                "constitution": 11,
                "intelligence": 4,
                "wisdom": 8,
                "charisma": 9
            },
            "skill_bonuses": {
                "deception": 9,
                "insight": 8,
                "perception": 8,
                "persuasion": 9,
                "stealth": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 2,
                "arcana": 4,
                "athletics": 5,
                "deception": 9,
                "history": 4,
                "insight": 8,
                "intimidation": 3,
                "investigation": 4,
                "medicine": 2,
                "nature": 4,
                "perception": 8,
                "performance": 3,
                "persuasion": 9,
                "religion": 4,
                "sleight_of_hand": 1,
                "stealth": 7,
                "survival": 2
            },
            "passive_perception": 21,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "mmenag_adult-green-dragon_bite",
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 22 (3d10 + 6) piercing damage plus 4 (1d8) poison damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-green-dragon"
                },
                {
                    "key": "mmenag_adult-green-dragon_claw",
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 19 (3d8 + 6) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-green-dragon"
                },
                {
                    "key": "mmenag_adult-green-dragon_honeyed-words",
                    "name": "Honeyed Words",
                    "desc": "The dragon uses Honeyed Words.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-green-dragon"
                },
                {
                    "key": "mmenag_adult-green-dragon_multiattack",
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws. In place of its bite attack  it can Spit Poison.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-green-dragon"
                },
                {
                    "key": "mmenag_adult-green-dragon_poison-breath",
                    "name": "Poison Breath ",
                    "desc": "The dragon exhales poisonous gas in a 60-foot cone. Each creature in that area makes a DC 19 Constitution saving throw  taking 63 (18d6) poison damage on a failed save or half damage on a success. A creature with immunity to poison damage that fails the save takes no damage  but its poison immunity is reduced to resistance for the next hour.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-green-dragon"
                },
                {
                    "key": "mmenag_adult-green-dragon_roar",
                    "name": "Roar",
                    "desc": "Each creature of the dragons choice within 120 feet that can hear it makes a DC 17 Charisma saving throw. On a failure, it is frightened for 1 minute. A creature repeats the saving throw at the end of its turns, ending the effect on itself on a success. When it succeeds on a saving throw or the effect ends for it, it is immune to Roar for 24 hours.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-green-dragon"
                },
                {
                    "key": "mmenag_adult-green-dragon_spit-poison",
                    "name": "Spit Poison",
                    "desc": "The dragon targets a creature within 60 feet  forcing it to make a DC 19 Dexterity saving throw. The creature takes 22 (4d10) poison damage on a failure or half damage on a success. A creature that fails the save is also poisoned for 1 minute. The creature repeats the saving throw at the end of each of its turns  taking 11 (2d10) poison damage on a failure and ending the effect on a success.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-green-dragon"
                },
                {
                    "key": "mmenag_adult-green-dragon_tail",
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 15 ft., one target. Hit: 15 (2d8 + 6) bludgeoning damage  and the dragon pushes the target 10 feet away.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-green-dragon"
                },
                {
                    "key": "mmenag_adult-green-dragon_tail-attack",
                    "name": "Tail Attack",
                    "desc": "When a creature the dragon can see within 10 feet hits the dragon with a melee attack, the dragon makes a tail attack against it.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-green-dragon"
                },
                {
                    "key": "mmenag_adult-green-dragon_the-dragon-can-take-3-legendary-actions",
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-green-dragon"
                },
                {
                    "key": "mmenag_adult-green-dragon_wing-attack",
                    "name": "Wing Attack",
                    "desc": "The dragon beats its wings. Each creature within 15 feet makes a DC 19 Dexterity saving throw. On a failure, it is pushed 10 feet away and knocked prone. The dragon can then fly up to half its fly speed.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-green-dragon"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_adult-red-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_adult-red-dragon",
            "name": "Adult Red Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "climb": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 40.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 19,
            "hit_points": 310,
            "hit_dice": "23d12+161",
            "challenge_rating_decimal": "20.000",
            "challenge_rating_text": "20",
            "experience_points": 25000,
            "ability_scores": {
                "strength": 26,
                "dexterity": 10,
                "constitution": 24,
                "intelligence": 16,
                "wisdom": 14,
                "charisma": 20
            },
            "modifiers": {
                "strength": 8,
                "dexterity": 0,
                "constitution": 7,
                "intelligence": 3,
                "wisdom": 2,
                "charisma": 5
            },
            "saving_throws": {
                "dexterity": 6,
                "constitution": 13,
                "wisdom": 8,
                "charisma": 11
            },
            "saving_throws_all": {
                "strength": 8,
                "dexterity": 6,
                "constitution": 13,
                "intelligence": 3,
                "wisdom": 8,
                "charisma": 11
            },
            "skill_bonuses": {
                "intimidation": 11,
                "perception": 9,
                "stealth": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 2,
                "arcana": 3,
                "athletics": 8,
                "deception": 5,
                "history": 3,
                "insight": 2,
                "intimidation": 11,
                "investigation": 3,
                "medicine": 2,
                "nature": 3,
                "perception": 9,
                "performance": 5,
                "persuasion": 5,
                "religion": 3,
                "sleight_of_hand": 0,
                "stealth": 6,
                "survival": 2
            },
            "passive_perception": 22,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "mmenag_adult-red-dragon_bite",
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., one target. Hit: 24 (3d10 + 8) piercing damage plus 4 (1d8) fire damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-red-dragon"
                },
                {
                    "key": "mmenag_adult-red-dragon_claw",
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 5 ft., one target. Hit: 21 (3d8 + 8) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-red-dragon"
                },
                {
                    "key": "mmenag_adult-red-dragon_cruel-tyranny",
                    "name": "Cruel Tyranny",
                    "desc": "The dragon uses its Cruel Tyranny action.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-red-dragon"
                },
                {
                    "key": "mmenag_adult-red-dragon_fire-breath",
                    "name": "Fire Breath ",
                    "desc": "The dragon exhales a blast of fire in a 60-foot cone. Each creature in that area makes a DC 21 Dexterity saving throw  taking 73 (21d6) fire damage on a failed save or half damage on a success. A creature that fails the saving throw also takes 5 (1d10) ongoing fire damage. While affected by this ongoing damage  it is frightened of the dragon. A creature can use an action to end the ongoing damage.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-red-dragon"
                },
                {
                    "key": "mmenag_adult-red-dragon_multiattack",
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws. In place of its bite attack  it can Spit Fire.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-red-dragon"
                },
                {
                    "key": "mmenag_adult-red-dragon_roar",
                    "name": "Roar",
                    "desc": "Each creature of the dragons choice within 120 feet that can hear it makes a DC 19 Charisma saving throw. On a failure, it is frightened for 1 minute. A creature repeats the saving throw at the end of its turns, ending the effect on itself on a success. When it succeeds on a saving throw or the effect ends for it, it is immune to Roar for 24 hours.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-red-dragon"
                },
                {
                    "key": "mmenag_adult-red-dragon_spit-fire",
                    "name": "Spit Fire",
                    "desc": "The dragon targets a creature within 60 feet  forcing it to make a DC 21 Dexterity saving throw. The creature takes 22 (4d10) fire damage on a failure or half damage on a success. A creature that fails the save also takes 5 (1d10) ongoing fire damage. A creature can use an action to end the ongoing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-red-dragon"
                },
                {
                    "key": "mmenag_adult-red-dragon_tail",
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 15 ft., one target. Hit: 17 (2d8 + 8) bludgeoning damage  and the dragon pushes the target 10 feet away.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-red-dragon"
                },
                {
                    "key": "mmenag_adult-red-dragon_tail-attack",
                    "name": "Tail Attack",
                    "desc": "When a creature the dragon can see within 10 feet hits the dragon with a melee attack, the dragon makes a tail attack against it.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-red-dragon"
                },
                {
                    "key": "mmenag_adult-red-dragon_the-dragon-can-take-3-legendary-actions",
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-red-dragon"
                },
                {
                    "key": "mmenag_adult-red-dragon_wing-attack",
                    "name": "Wing Attack",
                    "desc": "The dragon beats its wings. Each creature within 15 feet makes a DC 21 Dexterity saving throw. On a failure, it is pushed 10 feet away and knocked prone. The dragon can then fly up to half its fly speed.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-red-dragon"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_adult-river-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_adult-river-dragon",
            "name": "Adult River Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 60.0,
                "unit": "feet",
                "fly": 80.0,
                "swim": 90.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 60.0,
                "crawl": 30.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 90.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 252,
            "hit_dice": "24d12+96",
            "challenge_rating_decimal": "17.000",
            "challenge_rating_text": "17",
            "experience_points": 18000,
            "ability_scores": {
                "strength": 18,
                "dexterity": 20,
                "constitution": 18,
                "intelligence": 14,
                "wisdom": 20,
                "charisma": 16
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 5,
                "constitution": 4,
                "intelligence": 2,
                "wisdom": 5,
                "charisma": 3
            },
            "saving_throws": {
                "dexterity": 9,
                "constitution": 8,
                "intelligence": 6,
                "wisdom": 9,
                "charisma": 7
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 9,
                "constitution": 8,
                "intelligence": 6,
                "wisdom": 9,
                "charisma": 7
            },
            "skill_bonuses": {
                "acrobatics": 8,
                "deception": 7,
                "insight": 9,
                "nature": 6,
                "perception": 9,
                "stealth": 9
            },
            "skill_bonuses_all": {
                "acrobatics": 8,
                "animal_handling": 5,
                "arcana": 2,
                "athletics": 4,
                "deception": 7,
                "history": 2,
                "insight": 9,
                "intimidation": 3,
                "investigation": 2,
                "medicine": 5,
                "nature": 6,
                "perception": 9,
                "performance": 3,
                "persuasion": 3,
                "religion": 2,
                "sleight_of_hand": 5,
                "stealth": 9,
                "survival": 5
            },
            "passive_perception": 19,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": 200.0,
            "truesight_range": null,
            "actions": [
                {
                    "key": "mmenag_adult-river-dragon_bite",
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 10 ft., one target. Hit: 21 (3d10 + 5) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-river-dragon"
                },
                {
                    "key": "mmenag_adult-river-dragon_claws",
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 18 (3d8 + 5) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-river-dragon"
                },
                {
                    "key": "mmenag_adult-river-dragon_dart-away",
                    "name": "Dart Away",
                    "desc": "The dragon swims up to half its speed.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-river-dragon"
                },
                {
                    "key": "mmenag_adult-river-dragon_lurk",
                    "name": "Lurk",
                    "desc": "The dragon takes the Hide action.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-river-dragon"
                },
                {
                    "key": "mmenag_adult-river-dragon_multiattack",
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-river-dragon"
                },
                {
                    "key": "mmenag_adult-river-dragon_river-surge",
                    "name": "River Surge",
                    "desc": "The dragon generates a 20-foot-tall, 100-foot-wide wave on the surface of water within 90 feet. The wave travels up to 45 feet in any direction the dragon chooses and crashes down, carrying Huge or smaller creatures and vehicles with it. Vehicles moved in this way have a 25 percent chance of capsizing and creatures that impact a solid object take 21 (6d6) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 2,
                    "parent": "mmenag_adult-river-dragon"
                },
                {
                    "key": "mmenag_adult-river-dragon_snap-back",
                    "name": "Snap Back",
                    "desc": "When a creature the dragon can see hits it with a melee weapon attack, the dragon makes a bite attack against the attacker.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-river-dragon"
                },
                {
                    "key": "mmenag_adult-river-dragon_sudden-maelstrom",
                    "name": "Sudden Maelstrom",
                    "desc": "The dragon magically surrounds itself with a 60-foot-radius maelstrom of surging wind and rain for 1 minute. A creature other than the dragon that starts its turn in the maelstrom or enters it for the first time on a turn makes a DC 18 Strength saving throw. On a failed save, the creature is knocked prone and pushed 15 feet away from the dragon.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-river-dragon"
                },
                {
                    "key": "mmenag_adult-river-dragon_the-dragon-can-take-3-legendary-actions",
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-river-dragon"
                },
                {
                    "key": "mmenag_adult-river-dragon_torrential-breath",
                    "name": "Torrential Breath ",
                    "desc": "The dragon exhales water in a 60-foot-long  5-foot-wide line. Each creature in the area makes a DC 18 Dexterity saving throw  taking 56 (16d6) bludgeoning damage on a failed save or half damage on a success. A creature that fails the save is also knocked prone and is pushed up to 30 feet away. A creature that impacts a solid object takes an extra 10 (3d6) bludgeoning damage.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-river-dragon"
                },
                {
                    "key": "mmenag_adult-river-dragon_whirlpool",
                    "name": "Whirlpool",
                    "desc": "A cylindrical, 15-foot-tall, 10-foot-radius whirlpool or waterspout magically appears in the water or air, centered on a point within 60 feet. Creatures in the area make a DC 18 Strength saving throw. On a failure, a creature takes 17 (5d6) bludgeoning damage and is knocked prone and pushed up to 15 feet. On a failure, a creature takes half damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "BONUS_ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-river-dragon"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_adult-sapphire-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_adult-sapphire-dragon",
            "name": "Adult Sapphire Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "burrow": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 30.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api"
            ],
            "armor_class": 19,
            "hit_points": 304,
            "hit_dice": "29d12+116",
            "challenge_rating_decimal": "19.000",
            "challenge_rating_text": "19",
            "experience_points": 22000,
            "ability_scores": {
                "strength": 22,
                "dexterity": 22,
                "constitution": 18,
                "intelligence": 22,
                "wisdom": 20,
                "charisma": 16
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 6,
                "constitution": 4,
                "intelligence": 6,
                "wisdom": 5,
                "charisma": 3
            },
            "saving_throws": {
                "constitution": 10,
                "intelligence": 12,
                "wisdom": 11,
                "charisma": 10
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 6,
                "constitution": 10,
                "intelligence": 12,
                "wisdom": 11,
                "charisma": 10
            },
            "skill_bonuses": {
                "arcana": 12,
                "deception": 10,
                "history": 12,
                "insight": 11,
                "perception": 11,
                "persuasion": 10
            },
            "skill_bonuses_all": {
                "acrobatics": 6,
                "animal_handling": 5,
                "arcana": 12,
                "athletics": 6,
                "deception": 10,
                "history": 12,
                "insight": 11,
                "intimidation": 3,
                "investigation": 6,
                "medicine": 5,
                "nature": 6,
                "perception": 11,
                "performance": 3,
                "persuasion": 10,
                "religion": 6,
                "sleight_of_hand": 6,
                "stealth": 6,
                "survival": 5
            },
            "passive_perception": 24,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "mmenag_adult-sapphire-dragon_bite",
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 22 (3d10 + 6) piercing damage plus 4 (1d8) psychic damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-sapphire-dragon"
                },
                {
                    "key": "mmenag_adult-sapphire-dragon_claws",
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 19 (3d8 + 6) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-sapphire-dragon"
                },
                {
                    "key": "mmenag_adult-sapphire-dragon_discognitive-breath",
                    "name": "Discognitive Breath ",
                    "desc": "The dragon unleashes psychic energy in a 60-foot cone. Each creature in that area makes a DC 18 Intelligence saving throw  taking 60 (11d10) psychic damage and 11 (2d10) ongoing psychic damage on a failed save or half as much psychic damage and no ongoing psychic damage on a success. The ongoing damage ends if a creature falls unconscious. A creature can also use an action to ground itself in reality  ending the ongoing damage.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-sapphire-dragon"
                },
                {
                    "key": "mmenag_adult-sapphire-dragon_foretell",
                    "name": "Foretell",
                    "desc": "The dragon psionically catches a glimpse of a fast-approaching moment and plans accordingly. The dragon rolls a d20 and records the number rolled. Until the end of the dragons next turn, the dragon can replace the result of any d20 rolled by it or a creature within 120 feet with the foretold number. Each foretold roll can be used only once.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-sapphire-dragon"
                },
                {
                    "key": "mmenag_adult-sapphire-dragon_multiattack",
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws. In place of its bite  it can use Psionic Wave.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-sapphire-dragon"
                },
                {
                    "key": "mmenag_adult-sapphire-dragon_prognosticate",
                    "name": "Prognosticate ",
                    "desc": "The dragon psionically makes a prediction of an event up to 100 years in the future. This prediction has a 67 percent chance of being perfectly accurate and a 33 percent chance of being partially or wholly wrong. Alternatively  the dragon can choose to gain truesight to a range of 90 feet for 1 minute.",
                    "uses_type": "PER_DAY",
                    "uses_param": 3,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-sapphire-dragon"
                },
                {
                    "key": "mmenag_adult-sapphire-dragon_psionic-wave",
                    "name": "Psionic Wave",
                    "desc": "The dragon uses Psionic Wave.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 2,
                    "parent": "mmenag_adult-sapphire-dragon"
                },
                {
                    "key": "mmenag_adult-sapphire-dragon_shatter-mind",
                    "name": "Shatter Mind",
                    "desc": "The dragon targets a creature within 60 feet, forcing it to make a DC 23 Intelligence saving throw. On a failure, the creature takes 22 (4d10) ongoing psychic damage. An affected creature repeats the saving throw at the end of each of its turns, ending the ongoing psychic damage on a success. A creature can also use an action to ground itself in reality, ending the ongoing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 2,
                    "parent": "mmenag_adult-sapphire-dragon"
                },
                {
                    "key": "mmenag_adult-sapphire-dragon_the-dragon-can-take-3-legendary-actions",
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-sapphire-dragon"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_adult-shadow-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_adult-shadow-dragon",
            "name": "Adult Shadow Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "climb": 40.0,
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 40.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 212,
            "hit_dice": "17d12+102",
            "challenge_rating_decimal": "19.000",
            "challenge_rating_text": "19",
            "experience_points": 22000,
            "ability_scores": {
                "strength": 22,
                "dexterity": 14,
                "constitution": 22,
                "intelligence": 14,
                "wisdom": 14,
                "charisma": 23
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 2,
                "constitution": 6,
                "intelligence": 2,
                "wisdom": 2,
                "charisma": 6
            },
            "saving_throws": {
                "dexterity": 8,
                "constitution": 12,
                "intelligence": 8,
                "wisdom": 8
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 8,
                "constitution": 12,
                "intelligence": 8,
                "wisdom": 8,
                "charisma": 6
            },
            "skill_bonuses": {
                "deception": 12,
                "insight": 8,
                "nature": 8,
                "perception": 8,
                "stealth": 8
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": 2,
                "athletics": 6,
                "deception": 12,
                "history": 2,
                "insight": 8,
                "intimidation": 6,
                "investigation": 2,
                "medicine": 2,
                "nature": 8,
                "perception": 8,
                "performance": 6,
                "persuasion": 6,
                "religion": 2,
                "sleight_of_hand": 2,
                "stealth": 8,
                "survival": 2
            },
            "passive_perception": 18,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/grappled/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api",
                "https://api-beta.open5e.com/v2/conditions/restrained/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 240.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "mmenag_adult-shadow-dragon_anguished-breath",
                    "name": "Anguished Breath ",
                    "desc": "The dragon exhales a shadowy maelstrom of anguish in a 60-foot cone. Each creature in that area makes a DC 20 Wisdom saving throw  taking 67 (15d8) necrotic damage and gaining a level of strife on a failed save or half damage on a success.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-shadow-dragon"
                },
                {
                    "key": "mmenag_adult-shadow-dragon_bite",
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 22 (3d10 + 6) piercing damage plus 4 (1d8) necrotic damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-shadow-dragon"
                },
                {
                    "key": "mmenag_adult-shadow-dragon_claws",
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 19 (3d8 + 6) slashing damage plus 4 (1d8) necrotic damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-shadow-dragon"
                },
                {
                    "key": "mmenag_adult-shadow-dragon_corrupting-presence",
                    "name": "Corrupting Presence",
                    "desc": "Each creature of the dragons choice within 120 feet and aware of it must succeed on a DC 16 Wisdom saving throw or gain a level of strife. Once a creature has passed or failed this saving throw, it is immune to the dragons Corrupting Presence for the next 24 hours.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-shadow-dragon"
                },
                {
                    "key": "mmenag_adult-shadow-dragon_grasp-of-shadows",
                    "name": "Grasp of Shadows",
                    "desc": "The dragon targets a creature within 60 feet  forcing it to make a DC 16 Dexterity saving throw. On a failure  it is grappled by tendrils of shadow (escape DC 20) and restrained while grappled this way. The effect ends if the dragon is incapacitated or uses this ability again.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-shadow-dragon"
                },
                {
                    "key": "mmenag_adult-shadow-dragon_horrid-whispers",
                    "name": "Horrid Whispers",
                    "desc": "A creature that can hear the dragon makes a DC 21 Wisdom saving throw. On a failure, the creature takes 13 (3d8) psychic damage, and the dragon regains the same number of hit points.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 2,
                    "parent": "mmenag_adult-shadow-dragon"
                },
                {
                    "key": "mmenag_adult-shadow-dragon_lurk",
                    "name": "Lurk",
                    "desc": "If the dragon is in dim light or darkness, it magically becomes invisible until it attacks, causes a creature to make a saving throw, or enters an area of bright light. It can't use this ability if it has taken radiant damage since the end of its last turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-shadow-dragon"
                },
                {
                    "key": "mmenag_adult-shadow-dragon_multiattack",
                    "name": "Multiattack",
                    "desc": "The dragon uses Grasp of Shadows  then attacks once with its bite and twice with its claws.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-shadow-dragon"
                },
                {
                    "key": "mmenag_adult-shadow-dragon_slip-through-shadows",
                    "name": "Slip Through Shadows",
                    "desc": "If the dragon is in dim light or darkness, it magically teleports up to 45 feet to an unoccupied space that is also in dim light or darkness. The dragon can't use this ability if it has taken radiant damage since the end of its last turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-shadow-dragon"
                },
                {
                    "key": "mmenag_adult-shadow-dragon_the-dragon-can-take-3-legendary-actions",
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-shadow-dragon"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_adult-silver-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_adult-silver-dragon",
            "name": "Adult Silver Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 19,
            "hit_points": 283,
            "hit_dice": "21d12+147",
            "challenge_rating_decimal": "19.000",
            "challenge_rating_text": "19",
            "experience_points": 22000,
            "ability_scores": {
                "strength": 24,
                "dexterity": 14,
                "constitution": 24,
                "intelligence": 16,
                "wisdom": 12,
                "charisma": 20
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 2,
                "constitution": 7,
                "intelligence": 3,
                "wisdom": 1,
                "charisma": 5
            },
            "saving_throws": {
                "dexterity": 8,
                "constitution": 13,
                "wisdom": 7,
                "charisma": 11
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 8,
                "constitution": 13,
                "intelligence": 3,
                "wisdom": 7,
                "charisma": 11
            },
            "skill_bonuses": {
                "arcana": 9,
                "history": 9,
                "perception": 7,
                "stealth": 8
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": 9,
                "athletics": 7,
                "deception": 5,
                "history": 9,
                "insight": 1,
                "intimidation": 5,
                "investigation": 3,
                "medicine": 1,
                "nature": 3,
                "perception": 7,
                "performance": 5,
                "persuasion": 5,
                "religion": 3,
                "sleight_of_hand": 2,
                "stealth": 8,
                "survival": 1
            },
            "passive_perception": 20,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "mmenag_adult-silver-dragon_bite",
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 23 (3d10 + 7) piercing damage plus 4 (1d8) cold damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-silver-dragon"
                },
                {
                    "key": "mmenag_adult-silver-dragon_breath-weapons",
                    "name": "Breath Weapons ",
                    "desc": "The dragon uses one of the following breath weapons:",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-silver-dragon"
                },
                {
                    "key": "mmenag_adult-silver-dragon_change-shape",
                    "name": "Change Shape",
                    "desc": "The dragon magically takes the shape of a humanoid or beast  or changes back into its true form. It reverts to its true form if it dies. Any equipment it is wearing or carrying is absorbed or borne by the new form (dragons choice). In the new form  the dragons stats are unchanged except for its size. It can't use Spit Frost  Breath Weapons  Tail Attack  or Wing Attack except in dragon form. In beast form  it can attack only with its bite and claws  if appropriate to its form. If the beast form is Large or smaller  the reach of these attacks is reduced to 5 feet. In humanoid form  it can attack only with its rapier.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-silver-dragon"
                },
                {
                    "key": "mmenag_adult-silver-dragon_claws",
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 20 (3d8 + 7) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-silver-dragon"
                },
                {
                    "key": "mmenag_adult-silver-dragon_frost-breath",
                    "name": "Frost Breath",
                    "desc": "The dragon exhales freezing wind in a 60-foot cone. Each creature in the area makes a DC 21 Constitution saving throw  taking 72 (16d8) cold damage on a failed save or half damage on a success. On a failure  the creature is also slowed until the end of its next turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-silver-dragon"
                },
                {
                    "key": "mmenag_adult-silver-dragon_multiattack",
                    "name": "Multiattack",
                    "desc": "The dragon attacks with its bite and twice with its claws. In place of its bite  it can use Spit Frost.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-silver-dragon"
                },
                {
                    "key": "mmenag_adult-silver-dragon_paralyzing-breath",
                    "name": "Paralyzing Breath",
                    "desc": "The dragon exhales paralytic gas in a 60-foot cone. Each creature in the area must succeed on a DC 20 Constitution saving throw or be paralyzed until the end of its next turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-silver-dragon"
                },
                {
                    "key": "mmenag_adult-silver-dragon_rapier",
                    "name": "Rapier",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 11 (1d8 + 7) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": "Humanoid Form Only",
                    "legendary_cost": null,
                    "parent": "mmenag_adult-silver-dragon"
                },
                {
                    "key": "mmenag_adult-silver-dragon_roar",
                    "name": "Roar",
                    "desc": "Each creature of the dragons choice within 120 feet that can hear it makes a DC 19 Charisma saving throw. On a failure, it is frightened for 1 minute. A creature repeats the saving throw at the end of its turns, ending the effect on itself on a success. When it succeeds on a saving throw or the effect ends for it, it is immune to Roar for 24 hours.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-silver-dragon"
                },
                {
                    "key": "mmenag_adult-silver-dragon_spit-frost",
                    "name": "Spit Frost",
                    "desc": "The creature targets one creature within 60 feet  forcing it to make a DC 21 Constitution saving throw. The creature takes 16 (3d10) cold damage on a failure or half damage on a success. On a failure  the creatures Speed is also halved until the end of its next turn. Flying creatures immediately fall unless they are magically kept aloft.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-silver-dragon"
                },
                {
                    "key": "mmenag_adult-silver-dragon_tail",
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 15 ft., one target. Hit: 16 (2d8 + 7) bludgeoning damage  and the dragon pushes the target 10 feet away.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-silver-dragon"
                },
                {
                    "key": "mmenag_adult-silver-dragon_tail-attack",
                    "name": "Tail Attack",
                    "desc": "When a creature the dragon can see within 10 feet hits the dragon with a melee attack, the dragon makes a tail attack against it.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-silver-dragon"
                },
                {
                    "key": "mmenag_adult-silver-dragon_the-dragon-can-take-3-legendary-actions",
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-silver-dragon"
                },
                {
                    "key": "mmenag_adult-silver-dragon_windstorm",
                    "name": "Windstorm",
                    "desc": "Pounding winds surround the dragon in a 20-foot radius. A creature in this area attempting to move closer to the dragon must spend 2 feet of movement for every 1 foot closer it moves, and ranged attacks against the dragon are made with disadvantage. A creature that starts its turn in the windstorm makes a DC 20 Constitution saving throw, taking 5 (1d10) cold damage on a failure. The windstorm lasts until the start of the dragons next turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 2,
                    "parent": "mmenag_adult-silver-dragon"
                },
                {
                    "key": "mmenag_adult-silver-dragon_wing-attack",
                    "name": "Wing Attack",
                    "desc": "The dragon beats its wings. Each creature within 15 feet makes a DC 21 Dexterity saving throw. On a failure, it is pushed 10 feet away and knocked prone. The dragon can then fly up to half its fly speed.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-silver-dragon"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_adult-white-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_adult-white-dragon",
            "name": "Adult White Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "burrow": 30.0,
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 30.0,
                "climb": 20.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 250,
            "hit_dice": "20d12+120",
            "challenge_rating_decimal": "16.000",
            "challenge_rating_text": "16",
            "experience_points": 15000,
            "ability_scores": {
                "strength": 22,
                "dexterity": 12,
                "constitution": 22,
                "intelligence": 8,
                "wisdom": 14,
                "charisma": 14
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 1,
                "constitution": 6,
                "intelligence": -1,
                "wisdom": 2,
                "charisma": 2
            },
            "saving_throws": {
                "dexterity": 6,
                "constitution": 11,
                "wisdom": 7,
                "charisma": 7
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 6,
                "constitution": 11,
                "intelligence": -1,
                "wisdom": 7,
                "charisma": 7
            },
            "skill_bonuses": {
                "intimidation": 7,
                "perception": 7,
                "stealth": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 2,
                "arcana": -1,
                "athletics": 6,
                "deception": 2,
                "history": -1,
                "insight": 2,
                "intimidation": 7,
                "investigation": -1,
                "medicine": 2,
                "nature": -1,
                "perception": 7,
                "performance": 2,
                "persuasion": 2,
                "religion": -1,
                "sleight_of_hand": 1,
                "stealth": 6,
                "survival": 2
            },
            "passive_perception": 20,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "mmenag_adult-white-dragon_bite",
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 10 ft., one target. Hit: 22 (3d10 + 6) piercing damage plus 4 (1d8) cold damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-white-dragon"
                },
                {
                    "key": "mmenag_adult-white-dragon_claw",
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 19 (3d8 + 6) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-white-dragon"
                },
                {
                    "key": "mmenag_adult-white-dragon_cold-breath",
                    "name": "Cold Breath ",
                    "desc": "The dragon exhales a 60-foot cone of frost. Each creature in the area makes a DC 19 Constitution saving throw. On a failure  it takes 52 (15d6) cold damage  and its speed is reduced to 0 until the end of its next turn. On a success  it takes half damage.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-white-dragon"
                },
                {
                    "key": "mmenag_adult-white-dragon_multiattack",
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws. In place of its bite attack  it can spit ice.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-white-dragon"
                },
                {
                    "key": "mmenag_adult-white-dragon_raging-storm",
                    "name": "Raging Storm",
                    "desc": "For 1 minute, gusts of sleet emanate from the dragon in a 40-foot-radius sphere, spreading around corners. The area is lightly obscured and the ground is difficult terrain The first time a creature moves on its turn while in the area, it must succeed on a DC 15 Dexterity saving throw or fall prone (or fall if it is flying).",
                    "uses_type": "PER_DAY",
                    "uses_param": 1,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-white-dragon"
                },
                {
                    "key": "mmenag_adult-white-dragon_roar",
                    "name": "Roar",
                    "desc": "Each creature of the dragons choice within 120 feet that can hear it makes a DC 15 Charisma saving throw. On a failure, it is frightened for 1 minute. A creature repeats the saving throw at the end of its turn, ending the effect on itself on a success. When it succeeds on a saving throw or the effect ends for it, it is immune to Roar for 24 hours.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-white-dragon"
                },
                {
                    "key": "mmenag_adult-white-dragon_spit-ice",
                    "name": "Spit Ice",
                    "desc": "The dragon targets a creature within 60 feet  forcing it to make a DC 19 Dexterity saving throw. On a failure  the target takes 16 (3d10) cold damage  and its speed is reduced to 0 until the end of its next turn. On a success  it takes half damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-white-dragon"
                },
                {
                    "key": "mmenag_adult-white-dragon_tail",
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 15 ft., one target. Hit: 15 (2d8 + 6) bludgeoning damage  and the dragon pushes the target 10 feet away.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-white-dragon"
                },
                {
                    "key": "mmenag_adult-white-dragon_tail-attack",
                    "name": "Tail Attack",
                    "desc": "When a creature the dragon can see within 10 feet hits the dragon with a melee attack, the dragon makes a tail attack against it.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_adult-white-dragon"
                },
                {
                    "key": "mmenag_adult-white-dragon_the-dragon-can-take-3-legendary-actions",
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-white-dragon"
                },
                {
                    "key": "mmenag_adult-white-dragon_wing-attack",
                    "name": "Wing Attack",
                    "desc": "The dragon beats its wings. Each creature within 15 feet makes a DC 19 Dexterity saving throw. On a failure, it is pushed 10 feet away and knocked prone. The dragon can then fly up to half its fly speed.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_adult-white-dragon"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_air-elemental/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_air-elemental",
            "name": "Air Elemental",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 0.0,
                "unit": "feet",
                "fly": 90.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": false,
                "fly": 90.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 0.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 14,
            "hit_points": 90,
            "hit_dice": "12d10+24",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 10,
                "dexterity": 18,
                "constitution": 14,
                "intelligence": 6,
                "wisdom": 10,
                "charisma": 6
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 4,
                "constitution": 2,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 4,
                "constitution": 2,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 0,
                "arcana": -2,
                "athletics": 0,
                "deception": -2,
                "history": -2,
                "insight": 0,
                "intimidation": -2,
                "investigation": -2,
                "medicine": 0,
                "nature": -2,
                "perception": 0,
                "performance": -2,
                "persuasion": -2,
                "religion": -2,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/grappled/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api",
                "https://api-beta.open5e.com/v2/conditions/restrained/?format=api",
                "https://api-beta.open5e.com/v2/conditions/stunned/?format=api",
                "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "mmenag_air-elemental_multiattack",
                    "name": "Multiattack",
                    "desc": "The elemental makes two slam attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_air-elemental"
                },
                {
                    "key": "mmenag_air-elemental_slam",
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 14 (3d6 + 4) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_air-elemental"
                },
                {
                    "key": "mmenag_air-elemental_whirlwind",
                    "name": "Whirlwind ",
                    "desc": "The elemental takes the form of a whirlwind  flies up to half of its fly speed without provoking opportunity attacks  and then resumes its normal form. When a creature shares its space with the whirlwind for the first time during this movement  that creature makes a DC 15 Strength saving throw. On a failure  the creature is carried inside the elementals space until the whirlwind ends  taking 3 (1d6) bludgeoning damage for each 10 feet it is carried  and falls prone at the end of the movement. The whirlwind can carry one Large creature or up to four Medium or smaller creatures.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_air-elemental"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_aklea/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_aklea",
            "name": "Aklea",
            "size": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api",
            "speed": {
                "walk": 60.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 60.0,
                "crawl": 30.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 21,
            "hit_points": 656,
            "hit_dice": "32d20+320",
            "challenge_rating_decimal": "22.000",
            "challenge_rating_text": "22",
            "experience_points": 41000,
            "ability_scores": {
                "strength": 30,
                "dexterity": 24,
                "constitution": 30,
                "intelligence": 22,
                "wisdom": 24,
                "charisma": 26
            },
            "modifiers": {
                "strength": 10,
                "dexterity": 7,
                "constitution": 10,
                "intelligence": 6,
                "wisdom": 7,
                "charisma": 8
            },
            "saving_throws": {
                "strength": 17,
                "constitution": 17,
                "intelligence": 13,
                "wisdom": 14,
                "charisma": 15
            },
            "saving_throws_all": {
                "strength": 17,
                "dexterity": 7,
                "constitution": 17,
                "intelligence": 13,
                "wisdom": 14,
                "charisma": 15
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 7,
                "animal_handling": 7,
                "arcana": 6,
                "athletics": 10,
                "deception": 8,
                "history": 6,
                "insight": 7,
                "intimidation": 8,
                "investigation": 6,
                "medicine": 7,
                "nature": 6,
                "perception": 7,
                "performance": 8,
                "persuasion": 8,
                "religion": 6,
                "sleight_of_hand": 7,
                "stealth": 7,
                "survival": 7
            },
            "passive_perception": 17,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_immunity": true,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 120.0,
            "actions": [
                {
                    "key": "mmenag_aklea_attack",
                    "name": "Attack",
                    "desc": "The empyrean makes a weapon attack.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_aklea"
                },
                {
                    "key": "mmenag_aklea_cast-spell",
                    "name": "Cast Spell",
                    "desc": "The empyrean casts a spell. The empyrean can't use this option if it has cast a spell since the start of its last turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_aklea"
                },
                {
                    "key": "mmenag_aklea_flame-strike",
                    "name": "Flame Strike ",
                    "desc": "(5th-Level; V, S) A column of divine flame fills a 10-foot-radius  40-foot-high cylinder within 60 feet. Creatures in the area make a DC 23 Dexterity saving throw  taking 14 (4d6) fire damage and 14 (4d6) radiant damage on a failure or half damage on a success.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_aklea"
                },
                {
                    "key": "mmenag_aklea_fly",
                    "name": "Fly",
                    "desc": "The empyrean flies up to half its fly speed.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_aklea"
                },
                {
                    "key": "mmenag_aklea_hold-monster",
                    "name": "Hold Monster ",
                    "desc": "(5th-Level; V, S, Concentration) One creature the empyrean can see within 60 feet makes a DC 23 Wisdom saving throw. On a failure  the target is paralyzed for 1 minute. The target repeats the saving throw at the end of each of its turns  ending the effect on a success.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_aklea"
                },
                {
                    "key": "mmenag_aklea_immortal-form",
                    "name": "Immortal Form",
                    "desc": "The empyrean magically changes its size between Gargantuan and Medium. While Medium, the empyrean has disadvantage on Strength checks. Its statistics are otherwise unchanged.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "BONUS_ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_aklea"
                },
                {
                    "key": "mmenag_aklea_lightning-bolt",
                    "name": "Lightning Bolt ",
                    "desc": "(3rd-Level; V, S) A bolt of lightning 5 feet wide and 100 feet long arcs from the empyrean. Each creature in the area makes a DC 23 Dexterity saving throw  taking 28 (8d6) lightning damage on a failure or half damage on a success.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_aklea"
                },
                {
                    "key": "mmenag_aklea_maul",
                    "name": "Maul",
                    "desc": "Melee Weapon Attack: +17 to hit, reach 10 ft., one target. Hit: 38 (8d6 + 10) bludgeoning damage plus 14 (4d6) radiant damage  and the target makes a DC 25 Strength saving throw. On a failure  the target is pushed up to 30 feet away and knocked prone.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_aklea"
                },
                {
                    "key": "mmenag_aklea_shout",
                    "name": "Shout",
                    "desc": "Each creature within 120 feet that can hear the empyrean makes a DC 25 Constitution saving throw. On a failure, a creature takes 24 (7d6) thunder damage and is stunned until the end of the empyreans next turn. On a success, a creature takes half damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_aklea"
                },
                {
                    "key": "mmenag_aklea_the-empyrean-can-take-1-legendary-action",
                    "name": "The empyrean can take 1 legendary action",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_aklea"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_alchemist/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_alchemist",
            "name": "Alchemist",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 14,
            "hit_points": 91,
            "hit_dice": "14d8+28",
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 11,
                "dexterity": 16,
                "constitution": 14,
                "intelligence": 19,
                "wisdom": 14,
                "charisma": 13
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": 4,
                "wisdom": 2,
                "charisma": 1
            },
            "saving_throws": {
                "dexterity": 6,
                "constitution": 5,
                "wisdom": 5
            },
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 6,
                "constitution": 5,
                "intelligence": 4,
                "wisdom": 5,
                "charisma": 1
            },
            "skill_bonuses": {
                "arcana": 7,
                "investigation": 7,
                "nature": 7,
                "perception": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 2,
                "arcana": 7,
                "athletics": 0,
                "deception": 1,
                "history": 4,
                "insight": 2,
                "intimidation": 1,
                "investigation": 7,
                "medicine": 2,
                "nature": 7,
                "perception": 5,
                "performance": 1,
                "persuasion": 1,
                "religion": 4,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 2
            },
            "passive_perception": 15,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "mmenag_alchemist_alchemists-brew-concoctions-with-potent-magical-and-chemical-properties",
                    "name": "Alchemists brew concoctions with potent magical and chemical properties",
                    "desc": "Some alchemists perform dangerous experiments to perfect new alchemical recipes, while others fabricate guardians and other constructs in pursuit of the creation of life itself.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_alchemist"
                },
                {
                    "key": "mmenag_alchemist_alter-bomb",
                    "name": "Alter Bomb",
                    "desc": "The alchemist quickly swaps reagents to change the damage dealt by their next bomb to acid, cold, lightning, poison, or thunder.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "BONUS_ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_alchemist"
                },
                {
                    "key": "mmenag_alchemist_bomb",
                    "name": "Bomb ",
                    "desc": "The alchemist lobs a bomb at a point they can see within 80 feet. Upon impact  the bomb explodes in a 10-foot radius. Creatures in the area make a DC 15 Dexterity saving throw  taking 24 (7d6) fire damage on a failure or half damage on a success.",
                    "uses_type": "PER_DAY",
                    "uses_param": 3,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_alchemist"
                },
                {
                    "key": "mmenag_alchemist_dagger",
                    "name": "Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +6 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 5 (1d4 + 3) piercing damage plus 10 (3d6) poison damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_alchemist"
                },
                {
                    "key": "mmenag_alchemist_desperate-drink",
                    "name": "Desperate Drink",
                    "desc": "When the alchemist is dealt damage, they drink a potion.",
                    "uses_type": "PER_DAY",
                    "uses_param": 1,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_alchemist"
                },
                {
                    "key": "mmenag_alchemist_multiattack",
                    "name": "Multiattack",
                    "desc": "The alchemist attacks twice with their dagger.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_alchemist"
                },
                {
                    "key": "mmenag_alchemist_potion",
                    "name": "Potion",
                    "desc": "The alchemist drinks or administers a potion.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "BONUS_ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_alchemist"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_allosaurus/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_allosaurus",
            "name": "Allosaurus",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 60.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 60.0,
                "crawl": 30.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 15,
            "hit_points": 57,
            "hit_dice": "6d12+18",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 18,
                "dexterity": 18,
                "constitution": 16,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 5
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 4,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 4,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 4,
                "deception": -3,
                "history": -4,
                "insight": 1,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 1,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "mmenag_allosaurus_bite",
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 17 (3d8 + 4) slashing damage. If the allosaurus moves at least 10 feet towards its target before making this attack  it gains advantage on the attack.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_allosaurus"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_alpha-werewolf/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_alpha-werewolf",
            "name": "Alpha Werewolf",
            "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",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 12,
            "hit_points": 104,
            "hit_dice": "16d8+32",
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 14,
                "dexterity": 14,
                "constitution": 14,
                "intelligence": 10,
                "wisdom": 10,
                "charisma": 10
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 2,
                "stealth": 4,
                "survival": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 2,
                "deception": 0,
                "history": 0,
                "insight": 0,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 2,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 2
            },
            "passive_perception": 14,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_immunity": true,
            "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": [
                {
                    "key": "mmenag_alpha-werewolf_bite",
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) piercing damage. If the target is a humanoid  it makes a DC 12 Constitution saving throw. On a failure  it is cursed with werewolf lycanthropy.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": "Wolf or Hybrid Form Only",
                    "legendary_cost": null,
                    "parent": "mmenag_alpha-werewolf"
                },
                {
                    "key": "mmenag_alpha-werewolf_claw",
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": "Wolf or Hybrid Form Only",
                    "legendary_cost": null,
                    "parent": "mmenag_alpha-werewolf"
                },
                {
                    "key": "mmenag_alpha-werewolf_frenzied-bite",
                    "name": "Frenzied Bite",
                    "desc": "The werewolf makes a bite attack.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "BONUS_ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_alpha-werewolf"
                },
                {
                    "key": "mmenag_alpha-werewolf_greatclub",
                    "name": "Greatclub",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": "Humanoid or Hybrid Form Only",
                    "legendary_cost": null,
                    "parent": "mmenag_alpha-werewolf"
                },
                {
                    "key": "mmenag_alpha-werewolf_multiattack",
                    "name": "Multiattack",
                    "desc": "The werewolf makes two melee attacks  only one of which can be with its bite.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_alpha-werewolf"
                },
                {
                    "key": "mmenag_alpha-werewolf_shapeshift",
                    "name": "Shapeshift",
                    "desc": "The werewolf changes its form to a wolf, a wolf-humanoid hybrid, or into its true form, which is a humanoid. While shapeshifted, its statistics are unchanged. It can't speak in wolf form. Its equipment is not transformed. It reverts to its true form if it dies.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "BONUS_ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_alpha-werewolf"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_amethyst-dragon-wyrmling/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_amethyst-dragon-wyrmling",
            "name": "Amethyst Dragon Wyrmling",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 50.0,
                "burrow": 15.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 50.0,
                "burrow": 15.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 45,
            "hit_dice": "7d8+14",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 14,
                "dexterity": 14,
                "constitution": 14,
                "intelligence": 16,
                "wisdom": 10,
                "charisma": 14
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 3,
                "wisdom": 0,
                "charisma": 2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 3,
                "wisdom": 0,
                "charisma": 2
            },
            "skill_bonuses": {
                "deception": 4,
                "insight": 2,
                "perception": 2,
                "persuasion": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 3,
                "athletics": 2,
                "deception": 4,
                "history": 3,
                "insight": 2,
                "intimidation": 2,
                "investigation": 3,
                "medicine": 0,
                "nature": 3,
                "perception": 2,
                "performance": 2,
                "persuasion": 4,
                "religion": 3,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 12,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/force/?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/exhaustion/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "mmenag_amethyst-dragon-wyrmling_bite",
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 13 (2d10 + 2) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_amethyst-dragon-wyrmling"
                },
                {
                    "key": "mmenag_amethyst-dragon-wyrmling_concussive-breath",
                    "name": "Concussive Breath ",
                    "desc": "The dragon psionically unleashes telekinetic energy in a 15-foot cone. Each creature in that area makes a DC 12 Constitution saving throw  taking 16 (3d10) force damage on a failed save or half damage on a success.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_amethyst-dragon-wyrmling"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_ancient-aboleth/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_ancient-aboleth",
            "name": "Ancient Aboleth",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 342,
            "hit_dice": "36d10+144",
            "challenge_rating_decimal": "11.000",
            "challenge_rating_text": "11",
            "experience_points": 7200,
            "ability_scores": {
                "strength": 20,
                "dexterity": 12,
                "constitution": 18,
                "intelligence": 20,
                "wisdom": 20,
                "charisma": 18
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 1,
                "constitution": 4,
                "intelligence": 5,
                "wisdom": 5,
                "charisma": 4
            },
            "saving_throws": {
                "dexterity": 5,
                "constitution": 8,
                "intelligence": 9,
                "wisdom": 9
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 5,
                "constitution": 8,
                "intelligence": 9,
                "wisdom": 9,
                "charisma": 4
            },
            "skill_bonuses": {
                "deception": 8,
                "history": 9,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 5,
                "arcana": 5,
                "athletics": 5,
                "deception": 8,
                "history": 9,
                "insight": 5,
                "intimidation": 4,
                "investigation": 5,
                "medicine": 5,
                "nature": 5,
                "perception": 5,
                "performance": 4,
                "persuasion": 4,
                "religion": 5,
                "sleight_of_hand": 1,
                "stealth": 5,
                "survival": 5
            },
            "passive_perception": 15,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": 30.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "mmenag_ancient-aboleth_baleful-charm",
                    "name": "Baleful Charm",
                    "desc": "The aboleth targets one creature within 60 feet that has contracted Sea Change. The target makes a DC 16 Wisdom saving throw. On a failure, it is magically charmed by the aboleth until the aboleth dies. The target can repeat this saving throw every 24 hours and when it takes damage from the aboleth or the aboleths allies. While charmed in this way, the target can communicate telepathically with the aboleth over any distance and it follows the aboleths orders.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 2,
                    "parent": "mmenag_ancient-aboleth"
                },
                {
                    "key": "mmenag_ancient-aboleth_elite-recovery",
                    "name": "Elite Recovery",
                    "desc": "The aboleth ends one negative effect currently affecting it. It can use this action as long as it has at least 1 hit point, even while unconscious or incapacitated.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_ancient-aboleth"
                },
                {
                    "key": "mmenag_ancient-aboleth_look-upon-my-works",
                    "name": "Look Upon My Works",
                    "desc": "Each creature within 90 feet makes a DC 16 Wisdom saving throw. On a failure, the creature sees a fragmentary vision of the aboleths memories, taking 33 (6d10) psychic damage. After taking the damage, the creature forgets the vision, but it may learn one piece of lore.",
                    "uses_type": "PER_DAY",
                    "uses_param": 1,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_ancient-aboleth"
                },
                {
                    "key": "mmenag_ancient-aboleth_lunging-attack",
                    "name": "Lunging Attack",
                    "desc": "The aboleth moves up to its swim speed without provoking opportunity attacks and makes a tentacle attack.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_ancient-aboleth"
                },
                {
                    "key": "mmenag_ancient-aboleth_move",
                    "name": "Move",
                    "desc": "The aboleth moves up to its swim speed without provoking opportunity attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_ancient-aboleth"
                },
                {
                    "key": "mmenag_ancient-aboleth_multiattack",
                    "name": "Multiattack",
                    "desc": "The aboleth attacks three times with its tentacle.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_ancient-aboleth"
                },
                {
                    "key": "mmenag_ancient-aboleth_slimy-cloud",
                    "name": "Slimy Cloud ",
                    "desc": "While underwater  the aboleth exudes a cloud of inky slime in a 30-foot-radius sphere. Each non-aboleth creature in the area when the cloud appears makes a DC 16 Constitution saving throw. On a failure  it takes 44 (8d10) poison damage and is poisoned for 1 minute. The slime extends around corners  and the area is heavily obscured for 1 minute or until a strong current dissipates the cloud.",
                    "uses_type": "PER_DAY",
                    "uses_param": 1,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_ancient-aboleth"
                },
                {
                    "key": "mmenag_ancient-aboleth_soul-drain",
                    "name": "Soul Drain",
                    "desc": "One creature charmed by the aboleth takes 22 (4d10) psychic damage, and the aboleth regains hit points equal to the damage dealt.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 2,
                    "parent": "mmenag_ancient-aboleth"
                },
                {
                    "key": "mmenag_ancient-aboleth_telepathic-summon",
                    "name": "Telepathic Summon",
                    "desc": "One creature within 90 feet makes a DC 16 Wisdom saving throw. On a failure, it must use its reaction, if available, to move up to its speed toward the aboleth by the most direct route that avoids hazards, not avoiding opportunity attacks. This is a magical charm effect.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_ancient-aboleth"
                },
                {
                    "key": "mmenag_ancient-aboleth_tentacle",
                    "name": "Tentacle",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 15 ft., one target. Hit: 19 (4d6 + 5) bludgeoning damage. The aboleth can choose instead to deal 0 damage. If the target is a creature  it makes a DC 16 Constitution saving throw. On a failure  it contracts a disease called the Sea Change. On a success  it is immune to this disease for 24 hours. While affected by this disease  the target has disadvantage on Wisdom saving throws. After 1 hour  the target grows gills  it can breathe water  its skin becomes slimy  and it begins to suffocate if it goes 12 hours without being immersed in water for at least 1 hour. This disease can be removed with a disease-removing spell cast with at least a 4th-level spell slot  and it ends 24 hours after the aboleth dies.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_ancient-aboleth"
                },
                {
                    "key": "mmenag_ancient-aboleth_the-aboleth-can-take-2-legendary-actions",
                    "name": "The aboleth can take 2 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_ancient-aboleth"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_ancient-amethyst-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_ancient-amethyst-dragon",
            "name": "Ancient Amethyst Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 60.0,
                "burrow": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 40.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api"
            ],
            "armor_class": 20,
            "hit_points": 313,
            "hit_dice": "19d20+114",
            "challenge_rating_decimal": "23.000",
            "challenge_rating_text": "23",
            "experience_points": 50000,
            "ability_scores": {
                "strength": 22,
                "dexterity": 24,
                "constitution": 22,
                "intelligence": 26,
                "wisdom": 16,
                "charisma": 24
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 7,
                "constitution": 6,
                "intelligence": 8,
                "wisdom": 3,
                "charisma": 7
            },
            "saving_throws": {
                "constitution": 13,
                "intelligence": 15,
                "wisdom": 10,
                "charisma": 14
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 7,
                "constitution": 13,
                "intelligence": 15,
                "wisdom": 10,
                "charisma": 14
            },
            "skill_bonuses": {
                "deception": 14,
                "insight": 10,
                "perception": 10,
                "persuasion": 14
            },
            "skill_bonuses_all": {
                "acrobatics": 7,
                "animal_handling": 3,
                "arcana": 8,
                "athletics": 6,
                "deception": 14,
                "history": 8,
                "insight": 10,
                "intimidation": 7,
                "investigation": 8,
                "medicine": 3,
                "nature": 8,
                "perception": 10,
                "performance": 7,
                "persuasion": 14,
                "religion": 8,
                "sleight_of_hand": 7,
                "stealth": 7,
                "survival": 3
            },
            "passive_perception": 20,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/force/?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/exhaustion/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "mmenag_ancient-amethyst-dragon_assume-control",
                    "name": "Assume Control",
                    "desc": "When a creature charmed by the dragon begins its turn, the dragon telepathically commands the charmed creature until the end of the creatures turn. If the dragon commands the creature to take an action that would harm itself or an ally, the creature makes a DC 22 Wisdom saving throw. On a success, the creatures turn immediately ends.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_ancient-amethyst-dragon"
                },
                {
                    "key": "mmenag_ancient-amethyst-dragon_bite",
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 15 ft., one target. Hit: 28 (4d10 + 6) piercing damage plus 9 (2d8) force damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_ancient-amethyst-dragon"
                },
                {
                    "key": "mmenag_ancient-amethyst-dragon_captivating-harmonics",
                    "name": "Captivating Harmonics",
                    "desc": "Each creature of the dragons choice within 120 feet makes a DC 18 Wisdom saving throw. On a failure, it becomes psionically charmed by the dragon for 1 minute. A creature repeats the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "uses_type": "PER_DAY",
                    "uses_param": 1,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_ancient-amethyst-dragon"
                },
                {
                    "key": "mmenag_ancient-amethyst-dragon_charm",
                    "name": "Charm",
                    "desc": "The dragon targets a creature within 60 feet, forcing it to make a DC 18 Wisdom saving throw. On a failure, the creature is charmed by the dragon for 24 hours, regarding it as a trusted friend to be heeded and protected. Although it isnt under the dragons control, it takes the dragons requests or actions in the most favorable way it can. At the end of each of the targets turns and at the end of any turn during which the dragon or its companions harmed the target, it repeats the saving throw, ending the effect on a success.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_ancient-amethyst-dragon"
                },
                {
                    "key": "mmenag_ancient-amethyst-dragon_claws",
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 19 (3d8 + 6) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_ancient-amethyst-dragon"
                },
                {
                    "key": "mmenag_ancient-amethyst-dragon_concussive-breath",
                    "name": "Concussive Breath ",
                    "desc": "The dragon psionically unleashes telekinetic energy in a 90-foot cone. Each creature in that area makes a DC 21 Constitution saving throw  taking 82 (15d10) force damage on a failed save or half damage on a success.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_ancient-amethyst-dragon"
                },
                {
                    "key": "mmenag_ancient-amethyst-dragon_multiattack",
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws. In place of its bite  it can use Psionic Wave.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_ancient-amethyst-dragon"
                },
                {
                    "key": "mmenag_ancient-amethyst-dragon_psionic-wave",
                    "name": "Psionic Wave",
                    "desc": "The dragon uses Psionic Wave.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 2,
                    "parent": "mmenag_ancient-amethyst-dragon"
                },
                {
                    "key": "mmenag_ancient-amethyst-dragon_stupefy",
                    "name": "Stupefy",
                    "desc": "The dragon targets a creature within 60 feet. If the target is concentrating on a spell, it must make a DC 22 Constitution saving throw or lose concentration.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_ancient-amethyst-dragon"
                },
                {
                    "key": "mmenag_ancient-amethyst-dragon_the-dragon-can-take-3-legendary-actions",
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_ancient-amethyst-dragon"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_ancient-black-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_ancient-black-dragon",
            "name": "Ancient Black Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 22,
            "hit_points": 367,
            "hit_dice": "21d20+147",
            "challenge_rating_decimal": "23.000",
            "challenge_rating_text": "23",
            "experience_points": 50000,
            "ability_scores": {
                "strength": 26,
                "dexterity": 14,
                "constitution": 24,
                "intelligence": 16,
                "wisdom": 14,
                "charisma": 18
            },
            "modifiers": {
                "strength": 8,
                "dexterity": 2,
                "constitution": 7,
                "intelligence": 3,
                "wisdom": 2,
                "charisma": 4
            },
            "saving_throws": {
                "dexterity": 9,
                "constitution": 14,
                "wisdom": 9,
                "charisma": 11
            },
            "saving_throws_all": {
                "strength": 8,
                "dexterity": 9,
                "constitution": 14,
                "intelligence": 3,
                "wisdom": 9,
                "charisma": 11
            },
            "skill_bonuses": {
                "history": 10,
                "perception": 9,
                "stealth": 9
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": 3,
                "athletics": 8,
                "deception": 4,
                "history": 10,
                "insight": 2,
                "intimidation": 4,
                "investigation": 3,
                "medicine": 2,
                "nature": 3,
                "perception": 9,
                "performance": 4,
                "persuasion": 4,
                "religion": 3,
                "sleight_of_hand": 2,
                "stealth": 9,
                "survival": 2
            },
            "passive_perception": 22,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "mmenag_ancient-black-dragon_acid-breath",
                    "name": "Acid Breath ",
                    "desc": "The dragon exhales sizzling acid in a 90-foot-long  10-foot-wide line. Each creature in that area makes a DC 22 Dexterity saving throw  taking 85 (19d8) acid damage on a failed save or half damage on a success. A creature that fails the save is blinded until the end of its next turn.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_ancient-black-dragon"
                },
                {
                    "key": "mmenag_ancient-black-dragon_acid-spit",
                    "name": "Acid Spit",
                    "desc": "The dragon targets a creature within 60 feet  forcing it to make a DC 22 Dexterity saving throw. The creature takes 22 (4d10) acid damage on a failure or half damage on a success. A creature that fails the save also takes 11 (2d10) ongoing acid damage. A creature can use an action to end the ongoing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_ancient-black-dragon"
                },
                {
                    "key": "mmenag_ancient-black-dragon_bite",
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +15 to hit, reach 15 ft., one target. Hit: 30 (4d10 + 8) piercing damage plus 9 (2d8) acid damage. Instead of dealing piercing damage  the dragon can grapple the target (escape DC 23)  and a Huge or smaller creature grappled in this way is restrained. While grappling a creature  the dragon can't bite or use Acid Spit against another target.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_ancient-black-dragon"
                },
                {
                    "key": "mmenag_ancient-black-dragon_claw",
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +15 to hit, reach 10 ft., one target. Hit: 21 (3d8 + 8) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_ancient-black-dragon"
                },
                {
                    "key": "mmenag_ancient-black-dragon_darkness",
                    "name": "Darkness",
                    "desc": "The dragon creates a 40-foot-radius sphere of magical darkness originating from a point it can see within 120 feet. Darkvision can't penetrate this darkness. The darkness lasts for 1 minute or until the dragon uses this action again.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_ancient-black-dragon"
                },
                {
                    "key": "mmenag_ancient-black-dragon_multiattack",
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws. In place of its bite attack  it can use Acid Spit.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_ancient-black-dragon"
                },
                {
                    "key": "mmenag_ancient-black-dragon_roar",
                    "name": "Roar",
                    "desc": "Each creature of the dragons choice within 120 feet that can hear it makes a DC 19 Charisma saving throw. On a failure, it is frightened for 1 minute. A creature repeats the saving throw at the end of its turns, ending the effect on itself on a success. When it succeeds on a saving throw or the effect ends for it, it is immune to Roar for 24 hours.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_ancient-black-dragon"
                },
                {
                    "key": "mmenag_ancient-black-dragon_tail",
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +15 to hit, reach 20 ft., one target. Hit: 21 (3d8 + 8) bludgeoning damage  and the dragon pushes the target 10 feet away.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_ancient-black-dragon"
                },
                {
                    "key": "mmenag_ancient-black-dragon_tail-attack",
                    "name": "Tail Attack",
                    "desc": "When a creature the dragon can see within 10 feet hits the dragon with a melee attack, the dragon makes a tail attack against it.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_ancient-black-dragon"
                },
                {
                    "key": "mmenag_ancient-black-dragon_the-dragon-can-take-3-legendary-actions",
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_ancient-black-dragon"
                },
                {
                    "key": "mmenag_ancient-black-dragon_wing-attack",
                    "name": "Wing Attack",
                    "desc": "The dragon beats its wings. Each creature within 15 feet makes a DC 22 Dexterity saving throw. On a failure, it is pushed 10 feet away and knocked prone. The dragon can then fly up to half its fly speed.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_ancient-black-dragon"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/mmenag_ancient-blue-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/mmenag/?format=api",
            "key": "mmenag_ancient-blue-dragon",
            "name": "Ancient Blue Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "burrow": 40.0,
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 40.0,
                "climb": 20.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 22,
            "hit_points": 407,
            "hit_dice": "22d20+176",
            "challenge_rating_decimal": "25.000",
            "challenge_rating_text": "25",
            "experience_points": 75000,
            "ability_scores": {
                "strength": 28,
                "dexterity": 10,
                "constitution": 26,
                "intelligence": 18,
                "wisdom": 16,
                "charisma": 20
            },
            "modifiers": {
                "strength": 9,
                "dexterity": 0,
                "constitution": 8,
                "intelligence": 4,
                "wisdom": 3,
                "charisma": 5
            },
            "saving_throws": {
                "dexterity": 8,
                "constitution": 16,
                "wisdom": 11,
                "charisma": 13
            },
            "saving_throws_all": {
                "strength": 9,
                "dexterity": 8,
                "constitution": 16,
                "intelligence": 4,
                "wisdom": 11,
                "charisma": 13
            },
            "skill_bonuses": {
                "perception": 11,
                "stealth": 8,
                "survival": 11
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 3,
                "arcana": 4,
                "athletics": 9,
                "deception": 5,
                "history": 4,
                "insight": 3,
                "intimidation": 5,
                "investigation": 4,
                "medicine": 3,
                "nature": 4,
                "perception": 11,
                "performance": 5,
                "persuasion": 5,
                "religion": 4,
                "sleight_of_hand": 0,
                "stealth": 8,
                "survival": 11
            },
            "passive_perception": 24,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": 60.0,
            "tremorsense_range": 60.0,
            "truesight_range": null,
            "actions": [
                {
                    "key": "mmenag_ancient-blue-dragon_arc-lightning",
                    "name": "Arc Lightning",
                    "desc": "The dragon targets a creature within 60 feet  forcing it to make a DC 24 Dexterity saving throw. The creature takes 22 (4d10) lightning damage on a failure or half damage on a success. Also on a failure  the lightning jumps. Choose a creature within 30 feet of the target that hasnt been hit by this ability on this turn  and repeat the effect against it  possibly causing the lightning to jump again.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_ancient-blue-dragon"
                },
                {
                    "key": "mmenag_ancient-blue-dragon_bite",
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +17 to hit, reach 15 ft., one target. Hit: 31 (4d10 + 9) piercing damage plus 9 (2d8) lightning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_ancient-blue-dragon"
                },
                {
                    "key": "mmenag_ancient-blue-dragon_claw",
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +17 to hit, reach 10 ft., one target. Hit: 22 (3d8 + 9) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_ancient-blue-dragon"
                },
                {
                    "key": "mmenag_ancient-blue-dragon_lightning-breath",
                    "name": "Lightning Breath ",
                    "desc": "The dragon exhales a 120-foot-long  10-foot-wide line of lightning. Each creature in that area makes a DC 24 Dexterity saving throw  taking 94 (17d10) lightning damage on a failed save or half damage on a success. A creature that fails the save can't take reactions until the end of its next turn.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_ancient-blue-dragon"
                },
                {
                    "key": "mmenag_ancient-blue-dragon_multiattack",
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws. In place of its bite attack  it can use Arc Lightning.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_ancient-blue-dragon"
                },
                {
                    "key": "mmenag_ancient-blue-dragon_quake",
                    "name": "Quake",
                    "desc": "The dragon uses its Quake action.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 2,
                    "parent": "mmenag_ancient-blue-dragon"
                },
                {
                    "key": "mmenag_ancient-blue-dragon_roar",
                    "name": "Roar",
                    "desc": "Each creature of the dragons choice within 120 feet that can hear it makes a DC 21 Charisma saving throw. On a failure, it is frightened for 1 minute. A creature repeats the saving throw at the end of its turns, ending the effect on itself on a success. When it succeeds on a saving throw or the effect ends for it, it is immune to Roar for 24 hours.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_ancient-blue-dragon"
                },
                {
                    "key": "mmenag_ancient-blue-dragon_tail",
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +17 to hit, reach 20 ft., one target. Hit: 22 (3d8 + 9) bludgeoning damage  and the dragon pushes the target 10 feet away.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_ancient-blue-dragon"
                },
                {
                    "key": "mmenag_ancient-blue-dragon_tail-attack",
                    "name": "Tail Attack",
                    "desc": "When a creature the dragon can see within 10 feet hits the dragon with a melee attack, the dragon makes a tail attack against it.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "mmenag_ancient-blue-dragon"
                },
                {
                    "key": "mmenag_ancient-blue-dragon_the-dragon-can-take-3-legendary-actions",
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_ancient-blue-dragon"
                },
                {
                    "key": "mmenag_ancient-blue-dragon_wing-attack",
                    "name": "Wing Attack",
                    "desc": "The dragon beats its wings. Each creature within 15 feet makes a DC 24 Dexterity saving throw. On a failure, it is pushed 10 feet away and knocked prone. The dragon can then fly up to half its fly speed.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "mmenag_ancient-blue-dragon"
                }
            ],
            "creaturesets": []
        }
    ]
}