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

GET /v2/creatures/?format=api&ordering=environments
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=environments&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_donkey/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_donkey",
            "name": "Donkey",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 0.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 0.0
            },
            "category": "Miscellaneous Creatures",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 10,
            "hit_points": 11,
            "hit_dice": null,
            "challenge_rating_decimal": "0.000",
            "challenge_rating_text": "0",
            "experience_points": 0,
            "ability_scores": {
                "strength": 14,
                "dexterity": 10,
                "constitution": 13,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 5
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {
                "strength": 0,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 0
            },
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 0,
                "deception": 0,
                "history": 0,
                "insight": 0,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 0,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 0
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 0,
                "deception": 0,
                "history": 0,
                "insight": 0,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 0,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": [
                "https://api-beta.open5e.com/v2/creaturesets/common-mounts/?format=api"
            ],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_elf-drow/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_elf-drow",
            "name": "Elf, Drow",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 0.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 0.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "neutral evil",
            "languages": [],
            "armor_class": 15,
            "hit_points": 13,
            "hit_dice": null,
            "challenge_rating_decimal": "0.000",
            "challenge_rating_text": "0",
            "experience_points": 0,
            "ability_scores": {
                "strength": 10,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 11,
                "wisdom": 11,
                "charisma": 12
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 1
            },
            "skill_bonuses": {
                "perception": 2,
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 0,
                "deception": 1,
                "history": 0,
                "insight": 0,
                "intimidation": 1,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 2,
                "performance": 1,
                "persuasion": 1,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 0
            },
            "passive_perception": 12,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_elf-drow_hand-crossbow",
                    "attacks": [
                        {
                            "key": "srd_elf-drow_hand-crossbow_hand-crossbow-attack",
                            "distance_unit": "feet",
                            "name": "Hand Crossbow attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": null,
                            "range": 30.0,
                            "long_range": 120.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 2,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "srd_elf-drow_hand-crossbow",
                            "damage_type": "piercing",
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Hand Crossbow",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 30/120 ft., one target. Hit: 5 (1d6 + 2) piercing damage, and the target must succeed on a DC 13 Constitution saving throw or be poisoned for 1 hour. If the saving throw fails by 5 or more, the target is also unconscious while poisoned in this way. The target wakes up if it takes damage or if another creature takes an action to shake it awake.\n",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "srd_elf-drow"
                },
                {
                    "key": "srd_elf-drow_shortsword",
                    "attacks": [
                        {
                            "key": "srd_elf-drow_shortsword_shortsword-attack",
                            "distance_unit": "feet",
                            "name": "Shortsword attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 2,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "srd_elf-drow_shortsword",
                            "damage_type": "piercing",
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage.\n",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "srd_elf-drow"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_gnome-deep-svirfneblin/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_gnome-deep-svirfneblin",
            "name": "Gnome, Deep (Svirfneblin)",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
            "speed": {
                "walk": 0.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 0.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "neutral good",
            "languages": [],
            "armor_class": 15,
            "hit_points": 16,
            "hit_dice": null,
            "challenge_rating_decimal": "0.000",
            "challenge_rating_text": "0",
            "experience_points": 0,
            "ability_scores": {
                "strength": 15,
                "dexterity": 14,
                "constitution": 14,
                "intelligence": 12,
                "wisdom": 10,
                "charisma": 9
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": -1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": -1
            },
            "skill_bonuses": {
                "investigation": 3,
                "perception": 2,
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 1,
                "athletics": 2,
                "deception": -1,
                "history": 1,
                "insight": 0,
                "intimidation": -1,
                "investigation": 3,
                "medicine": 0,
                "nature": 1,
                "perception": 2,
                "performance": -1,
                "persuasion": -1,
                "religion": 1,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 0
            },
            "passive_perception": 12,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_gnome-deep-svirfneblin_poisoned-dart",
                    "attacks": [
                        {
                            "key": "srd_gnome-deep-svirfneblin_poisoned-dart_poisoned-dart-attack",
                            "distance_unit": "feet",
                            "name": "Poisoned Dart attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": null,
                            "range": 30.0,
                            "long_range": 120.0,
                            "target_creature_only": true,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 2,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "srd_gnome-deep-svirfneblin_poisoned-dart",
                            "damage_type": "piercing",
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Poisoned Dart",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 30/120 ft., one creature. Hit: 4 (1d4 + 2) piercing damage, and the target must succeed on a DC 12 Constitution saving throw or be 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.\n",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "srd_gnome-deep-svirfneblin"
                },
                {
                    "key": "srd_gnome-deep-svirfneblin_war-pick",
                    "attacks": [
                        {
                            "key": "srd_gnome-deep-svirfneblin_war-pick_war-pick-attack",
                            "distance_unit": "feet",
                            "name": "War Pick attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D8",
                            "damage_bonus": 2,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "srd_gnome-deep-svirfneblin_war-pick",
                            "damage_type": "piercing",
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "War Pick",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) piercing damage.\n",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "srd_gnome-deep-svirfneblin"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_a-mi-kuk/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_a-mi-kuk",
            "name": "A-mi-kuk",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "burrow": 20.0,
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 20.0,
                "climb": 15.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 14,
            "hit_points": 115,
            "hit_dice": "10d12+50",
            "challenge_rating_decimal": "7.000",
            "challenge_rating_text": "7",
            "experience_points": 2900,
            "ability_scores": {
                "strength": 21,
                "dexterity": 8,
                "constitution": 20,
                "intelligence": 7,
                "wisdom": 14,
                "charisma": 10
            },
            "modifiers": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 5,
                "intelligence": -2,
                "wisdom": 2,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 5,
                "intelligence": -2,
                "wisdom": 2,
                "charisma": 0
            },
            "skill_bonuses": {
                "athletics": 10,
                "perception": 5,
                "stealth": 2
            },
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 2,
                "arcana": -2,
                "athletics": 10,
                "deception": 0,
                "history": -2,
                "insight": 2,
                "intimidation": 0,
                "investigation": -2,
                "medicine": 2,
                "nature": -2,
                "perception": 5,
                "performance": 0,
                "persuasion": 0,
                "religion": -2,
                "sleight_of_hand": -1,
                "stealth": 2,
                "survival": 2
            },
            "passive_perception": 15,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api",
                "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/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/restrained/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": 30.0,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_a-mi-kuk_bite",
                    "attacks": [
                        {
                            "key": "tob2_a-mi-kuk_bite_bite-attack",
                            "distance_unit": "feet",
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 5,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_a-mi-kuk_bite",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_a-mi-kuk"
                },
                {
                    "key": "tob2_a-mi-kuk_grasping-claw",
                    "attacks": [
                        {
                            "key": "tob2_a-mi-kuk_grasping-claw_grasping-claw-attack",
                            "distance_unit": "feet",
                            "name": "Grasping Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 3,
                            "damage_die_type": "D8",
                            "damage_bonus": 5,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_a-mi-kuk_grasping-claw",
                            "damage_type": null,
                            "extra_damage_type": "bludgeoning"
                        }
                    ],
                    "name": "Grasping Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 18 (3d8 + 5) bludgeoning damage, and the target is grappled (escape DC 16). The a-mi-kuk has two grasping claws, each of which can grapple only one target at a time.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_a-mi-kuk"
                },
                {
                    "key": "tob2_a-mi-kuk_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The a-mi-kuk makes two attacks: one with its bite and one with its grasping claw.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_a-mi-kuk"
                },
                {
                    "key": "tob2_a-mi-kuk_strangle",
                    "attacks": [],
                    "name": "Strangle",
                    "desc": "The a-mi-kuk strangles one creature grappled by it. The target must make a DC 16 Strength saving throw. On a failure, the target takes 27 (6d8) bludgeoning damage, can’t breathe, speak, or cast spells, and begins suffocating. On a success, the target takes half the bludgeoning damage and is no longer grappled. Until this strangling grapple ends (escape DC 16), the target takes 13 (3d8) bludgeoning damage at the start of each of its turns. The a-mi-kuk can strangle up to two Medium or smaller targets or one Large target at a time.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_a-mi-kuk"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_aalpamac/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_aalpamac",
            "name": "Aalpamac",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 15.0,
                "unit": "feet",
                "swim": 50.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 15.0,
                "crawl": 7.5,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 7.5,
                "swim": 50.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 16,
            "hit_points": 136,
            "hit_dice": "13d12+52",
            "challenge_rating_decimal": "7.000",
            "challenge_rating_text": "7",
            "experience_points": 2900,
            "ability_scores": {
                "strength": 21,
                "dexterity": 10,
                "constitution": 19,
                "intelligence": 2,
                "wisdom": 16,
                "charisma": 10
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": 3,
                "charisma": 0
            },
            "saving_throws": {
                "constitution": 7
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 0,
                "constitution": 7,
                "intelligence": -4,
                "wisdom": 3,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 3,
                "arcana": -4,
                "athletics": 5,
                "deception": 0,
                "history": -4,
                "insight": 3,
                "intimidation": 0,
                "investigation": -4,
                "medicine": 3,
                "nature": -4,
                "perception": 6,
                "performance": 0,
                "persuasion": 0,
                "religion": -4,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 3
            },
            "passive_perception": 16,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_aalpamac_bite",
                    "attacks": [
                        {
                            "key": "tob2_aalpamac_bite_bite-attack",
                            "distance_unit": "feet",
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D10",
                            "damage_bonus": 5,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_aalpamac_bite",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 16 (2d10 + 5) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_aalpamac"
                },
                {
                    "key": "tob2_aalpamac_claws",
                    "attacks": [
                        {
                            "key": "tob2_aalpamac_claws_claws-attack",
                            "distance_unit": "feet",
                            "name": "Claws attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 5,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_aalpamac_claws",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_aalpamac"
                },
                {
                    "key": "tob2_aalpamac_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The aalpamac 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": null,
                    "parent": "tob2_aalpamac"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_abbanith-giant/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_abbanith-giant",
            "name": "Abbanith Giant",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "burrow": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 30.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api",
            "alignment": "neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/giant/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 76,
            "hit_dice": "9d10+27",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 20,
                "dexterity": 9,
                "constitution": 17,
                "intelligence": 10,
                "wisdom": 13,
                "charisma": 11
            },
            "modifiers": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "saving_throws": {
                "strength": 7,
                "constitution": 5
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": -1,
                "constitution": 5,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": 5,
                "deception": 0,
                "history": 0,
                "insight": 1,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 1,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [],
            "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": 120.0,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_abbanith-giant_earth-counter",
                    "attacks": [],
                    "name": "Earth Counter",
                    "desc": "When a creature the abbanith can see within 30 feet of it casts a spell, the abbanith counters it. This reaction works like the counterspell spell, except the abbanith can only counter spells that directly affect or create earth or stone, such as stone shape, wall of stone, or move earth, and it doesn’t need to make a spellcasting ability check, regardless of the spell’s level.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 6,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_abbanith-giant"
                },
                {
                    "key": "tob2_abbanith-giant_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The abbanith giant makes two thumb claw attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_abbanith-giant"
                },
                {
                    "key": "tob2_abbanith-giant_thumb-claw",
                    "attacks": [
                        {
                            "key": "tob2_abbanith-giant_thumb-claw_thumb-claw-attack",
                            "distance_unit": "feet",
                            "name": "Thumb Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 5,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_abbanith-giant_thumb-claw",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Thumb Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_abbanith-giant"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_adult-boreal-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_adult-boreal-dragon",
            "name": "Adult Boreal Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "swim": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api"
            ],
            "armor_class": 19,
            "hit_points": 212,
            "hit_dice": "17d12+102",
            "challenge_rating_decimal": "17.000",
            "challenge_rating_text": "17",
            "experience_points": 18000,
            "ability_scores": {
                "strength": 25,
                "dexterity": 10,
                "constitution": 23,
                "intelligence": 15,
                "wisdom": 17,
                "charisma": 16
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 0,
                "constitution": 6,
                "intelligence": 2,
                "wisdom": 3,
                "charisma": 3
            },
            "saving_throws": {
                "dexterity": 6,
                "constitution": 12,
                "wisdom": 9,
                "charisma": 9
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 6,
                "constitution": 12,
                "intelligence": 2,
                "wisdom": 9,
                "charisma": 9
            },
            "skill_bonuses": {
                "athletics": 13,
                "perception": 15,
                "stealth": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 3,
                "arcana": 2,
                "athletics": 13,
                "deception": 3,
                "history": 2,
                "insight": 3,
                "intimidation": 3,
                "investigation": 2,
                "medicine": 3,
                "nature": 2,
                "perception": 15,
                "performance": 3,
                "persuasion": 3,
                "religion": 2,
                "sleight_of_hand": 0,
                "stealth": 6,
                "survival": 3
            },
            "passive_perception": 23,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_adult-boreal-dragon_bite",
                    "attacks": [
                        {
                            "key": "tob2_adult-boreal-dragon_bite_bite-attack",
                            "distance_unit": "feet",
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 13,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D10",
                            "damage_bonus": 8,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_adult-boreal-dragon_bite",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 19 (2d10 + 8) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_adult-boreal-dragon"
                },
                {
                    "key": "tob2_adult-boreal-dragon_cinder-breath",
                    "attacks": [],
                    "name": "Cinder Breath ",
                    "desc": "The dragon exhales a 60-foot cone of superheated air filled with white-hot embers. Each creature in that area must make a DC 20 Dexterity saving throw, taking 44 (8d10) fire damage on a failed save, or half as much damage on a successful one.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_adult-boreal-dragon"
                },
                {
                    "key": "tob2_adult-boreal-dragon_claw",
                    "attacks": [
                        {
                            "key": "tob2_adult-boreal-dragon_claw_claw-attack",
                            "distance_unit": "feet",
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 13,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 8,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_adult-boreal-dragon_claw",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 15 (2d6 + 8) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_adult-boreal-dragon"
                },
                {
                    "key": "tob2_adult-boreal-dragon_detect",
                    "attacks": [],
                    "name": "Detect",
                    "desc": "The dragon makes a Wisdom (Perception) check.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "tob2_adult-boreal-dragon"
                },
                {
                    "key": "tob2_adult-boreal-dragon_frightful-presence",
                    "attacks": [],
                    "name": "Frightful Presence",
                    "desc": "Each creature of the dragon’s choice that is within 120 feet of the dragon and aware of it must succeed on a DC 17 Wisdom saving throw or become frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature’s saving throw is successful or the effect ends for it, the creature is immune to the dragon’s Frightful Presence for the next 24 hours.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_adult-boreal-dragon"
                },
                {
                    "key": "tob2_adult-boreal-dragon_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The dragon can use its Frightful Presence. 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": null,
                    "parent": "tob2_adult-boreal-dragon"
                },
                {
                    "key": "tob2_adult-boreal-dragon_tail",
                    "attacks": [
                        {
                            "key": "tob2_adult-boreal-dragon_tail_tail-attack",
                            "distance_unit": "feet",
                            "name": "Tail attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 13,
                            "reach": 15.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": 8,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_adult-boreal-dragon_tail",
                            "damage_type": null,
                            "extra_damage_type": "bludgeoning"
                        }
                    ],
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 15 ft., one target. Hit: 17 (2d8 + 8) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_adult-boreal-dragon"
                },
                {
                    "key": "tob2_adult-boreal-dragon_tail-attack",
                    "attacks": [],
                    "name": "Tail Attack",
                    "desc": "The dragon makes a tail attack.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "tob2_adult-boreal-dragon"
                },
                {
                    "key": "tob2_adult-boreal-dragon_wing-attack",
                    "attacks": [],
                    "name": "Wing Attack",
                    "desc": "The dragon beats its wings. Each creature within 10 feet of the dragon must succeed on a DC 20 Dexterity saving throw or take 14 (2d6 + 7) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 2,
                    "parent": "tob2_adult-boreal-dragon"
                },
                {
                    "key": "tob2_adult-boreal-dragon_wing-attack-costs-2-actions",
                    "attacks": [],
                    "name": "Wing Attack (Costs 2 Actions)",
                    "desc": "The dragon beats its wings. Each creature within 10 feet of the dragon must succeed on a DC 20 Dexterity saving throw or take 14 (2d6 + 7) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_adult-boreal-dragon"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_adult-imperial-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_adult-imperial-dragon",
            "name": "Adult Imperial 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": "neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/druidic/?format=api",
                "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/gnomish/?format=api",
                "https://api-beta.open5e.com/v2/languages/goblin/?format=api",
                "https://api-beta.open5e.com/v2/languages/halfling/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "https://api-beta.open5e.com/v2/languages/orc/?format=api",
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "https://api-beta.open5e.com/v2/languages/thieves-cant/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api",
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 19,
            "hit_points": 297,
            "hit_dice": "22d12+154",
            "challenge_rating_decimal": "20.000",
            "challenge_rating_text": "20",
            "experience_points": 25000,
            "ability_scores": {
                "strength": 27,
                "dexterity": 12,
                "constitution": 25,
                "intelligence": 18,
                "wisdom": 16,
                "charisma": 18
            },
            "modifiers": {
                "strength": 8,
                "dexterity": 1,
                "constitution": 7,
                "intelligence": 4,
                "wisdom": 3,
                "charisma": 4
            },
            "saving_throws": {
                "dexterity": 7,
                "constitution": 13,
                "wisdom": 9,
                "charisma": 10
            },
            "saving_throws_all": {
                "strength": 8,
                "dexterity": 7,
                "constitution": 13,
                "intelligence": 4,
                "wisdom": 9,
                "charisma": 10
            },
            "skill_bonuses": {
                "arcana": 10,
                "history": 10,
                "insight": 9,
                "perception": 15,
                "stealth": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 3,
                "arcana": 10,
                "athletics": 8,
                "deception": 4,
                "history": 10,
                "insight": 9,
                "intimidation": 4,
                "investigation": 4,
                "medicine": 3,
                "nature": 4,
                "perception": 15,
                "performance": 4,
                "persuasion": 4,
                "religion": 4,
                "sleight_of_hand": 1,
                "stealth": 7,
                "survival": 3
            },
            "passive_perception": 25,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "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": "tob2_adult-imperial-dragon_bite",
                    "attacks": [
                        {
                            "key": "tob2_adult-imperial-dragon_bite_bite-attack",
                            "distance_unit": "feet",
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 14,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D10",
                            "damage_bonus": 8,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_adult-imperial-dragon_bite",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., Hit: 19 (2d10 + 8) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_adult-imperial-dragon"
                },
                {
                    "key": "tob2_adult-imperial-dragon_cast-a-spell",
                    "attacks": [],
                    "name": "Cast a Spell",
                    "desc": "The dragon casts a spell from its list of innate spells, consuming a use of the spell as normal.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 3,
                    "parent": "tob2_adult-imperial-dragon"
                },
                {
                    "key": "tob2_adult-imperial-dragon_cast-a-spell-costs-3-actions",
                    "attacks": [],
                    "name": "Cast a Spell (Costs 3 Actions)",
                    "desc": "The dragon casts a spell from its list of innate spells, consuming a use of the spell as normal.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_adult-imperial-dragon"
                },
                {
                    "key": "tob2_adult-imperial-dragon_change-shape",
                    "attacks": [],
                    "name": "Change Shape",
                    "desc": "The dragon magically polymorphs into a humanoid or beast that has a challenge rating no higher than its own, or back into its true form. It reverts to its true form if it dies. Any equipment it is wearing or carrying is absorbed or borne by the new form (the dragon’s choice). In a new form, the dragon retains its alignment, hp, Hit Dice, ability to speak, proficiencies, Legendary Resistance, lair actions, and Intelligence, Wisdom, and Charisma scores, as well as this action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\n\nThe dragon can choose to transform only part of its body with this action, allowing it to sprout rabbit-like ears or a humanoid head. These changes are purely cosmetic and don’t alter statistics.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_adult-imperial-dragon"
                },
                {
                    "key": "tob2_adult-imperial-dragon_claw",
                    "attacks": [
                        {
                            "key": "tob2_adult-imperial-dragon_claw_claw-attack",
                            "distance_unit": "feet",
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 14,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 8,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_adult-imperial-dragon_claw",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 5 ft., one target. Hit: 15 (2d6 + 8) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_adult-imperial-dragon"
                },
                {
                    "key": "tob2_adult-imperial-dragon_detect",
                    "attacks": [],
                    "name": "Detect",
                    "desc": "The dragon makes a Wisdom (Perception) check.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "tob2_adult-imperial-dragon"
                },
                {
                    "key": "tob2_adult-imperial-dragon_lightning-breath",
                    "attacks": [],
                    "name": "Lightning Breath ",
                    "desc": "The dragon exhales lightning in a 90-foot line that is 5 feet wide. Each creature in that line must make a DC 21 Dexterity saving throw, taking 55 (10d10) lightning damage on a failed save, or half as much damage on a successful one.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_adult-imperial-dragon"
                },
                {
                    "key": "tob2_adult-imperial-dragon_mesmerizing-presence",
                    "attacks": [],
                    "name": "Mesmerizing Presence",
                    "desc": "Each creature of the dragon’s choice that is within 120 feet of the dragon and aware of it must succeed on a DC 20 Wisdom saving throw or become charmed by the dragon for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature’s saving throw is successful or the effect ends for it, the creature is immune to the dragon’s Mesmerizing Presence for the next 24 hours.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_adult-imperial-dragon"
                },
                {
                    "key": "tob2_adult-imperial-dragon_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The dragon can use its Mesmerizing Presence. 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": null,
                    "parent": "tob2_adult-imperial-dragon"
                },
                {
                    "key": "tob2_adult-imperial-dragon_tail",
                    "attacks": [
                        {
                            "key": "tob2_adult-imperial-dragon_tail_tail-attack",
                            "distance_unit": "feet",
                            "name": "Tail attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 14,
                            "reach": 15.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": 8,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_adult-imperial-dragon_tail",
                            "damage_type": null,
                            "extra_damage_type": "bludgeoning"
                        }
                    ],
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 15 ft., one target. Hit: 17 (2d8 + 8) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_adult-imperial-dragon"
                },
                {
                    "key": "tob2_adult-imperial-dragon_tail-attack",
                    "attacks": [],
                    "name": "Tail Attack",
                    "desc": "The dragon makes a tail attack.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "tob2_adult-imperial-dragon"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_ahu-nixta-cataphract/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_ahu-nixta-cataphract",
            "name": "Ahu-Nixta Cataphract",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 30.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": true,
                "fly": 30.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "neutral evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 135,
            "hit_dice": "18d10+36",
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 20,
                "dexterity": 8,
                "constitution": 14,
                "intelligence": 19,
                "wisdom": 13,
                "charisma": 10
            },
            "modifiers": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 2,
                "intelligence": 4,
                "wisdom": 1,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 2,
                "intelligence": 4,
                "wisdom": 1,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 4
            },
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 1,
                "arcana": 4,
                "athletics": 5,
                "deception": 0,
                "history": 4,
                "insight": 1,
                "intimidation": 0,
                "investigation": 4,
                "medicine": 1,
                "nature": 4,
                "perception": 4,
                "performance": 0,
                "persuasion": 0,
                "religion": 4,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 1
            },
            "passive_perception": 14,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_ahu-nixta-cataphract_arcane-cannon",
                    "attacks": [
                        {
                            "key": "tob2_ahu-nixta-cataphract_arcane-cannon_arcane-cannon-attack",
                            "distance_unit": "feet",
                            "name": "Arcane Cannon attack",
                            "attack_type": "SPELL",
                            "to_hit_mod": 7,
                            "reach": null,
                            "range": 100.0,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 4,
                            "damage_die_type": "D8) force",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_ahu-nixta-cataphract_arcane-cannon",
                            "damage_type": null,
                            "extra_damage_type": "force"
                        }
                    ],
                    "name": "Arcane Cannon",
                    "desc": "Ranged Spell Attack: +7 to hit, range 100 ft., one target. Hit: 18 (4d8) force damage, and the target must succeed on a DC 15 Strength saving throw or be knocked prone.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_ahu-nixta-cataphract"
                },
                {
                    "key": "tob2_ahu-nixta-cataphract_bashing-rod",
                    "attacks": [
                        {
                            "key": "tob2_ahu-nixta-cataphract_bashing-rod_bashing-rod-attack",
                            "distance_unit": "feet",
                            "name": "Bashing Rod attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D10",
                            "damage_bonus": 5,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_ahu-nixta-cataphract_bashing-rod",
                            "damage_type": null,
                            "extra_damage_type": "bludgeoning"
                        }
                    ],
                    "name": "Bashing Rod",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 16 (2d10 + 5) bludgeoning damage",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_ahu-nixta-cataphract"
                },
                {
                    "key": "tob2_ahu-nixta-cataphract_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The cataphract makes three melee attacks. It can cast one at will spell in place of two melee attacks. Alternatively, it can use its Arcane Cannon twice.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_ahu-nixta-cataphract"
                },
                {
                    "key": "tob2_ahu-nixta-cataphract_pronged-scepter",
                    "attacks": [
                        {
                            "key": "tob2_ahu-nixta-cataphract_pronged-scepter_pronged-scepter-attack",
                            "distance_unit": "feet",
                            "name": "Pronged Scepter attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 5,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_ahu-nixta-cataphract_pronged-scepter",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Pronged Scepter",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 12 (2d6 + 5) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_ahu-nixta-cataphract"
                },
                {
                    "key": "tob2_ahu-nixta-cataphract_whirring-blades",
                    "attacks": [
                        {
                            "key": "tob2_ahu-nixta-cataphract_whirring-blades_whirring-blades-attack",
                            "distance_unit": "feet",
                            "name": "Whirring Blades attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 3,
                            "damage_die_type": "D4",
                            "damage_bonus": 5,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_ahu-nixta-cataphract_whirring-blades",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Whirring Blades",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 12 (3d4 + 5) slashing damage, and the target must succeed on a DC 15 Dexterity saving throw or take 5 (2d4) slashing damage at the start of its next turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_ahu-nixta-cataphract"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_ahu-nixta-drudge/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_ahu-nixta-drudge",
            "name": "Ahu-Nixta Drudge",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 30.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": true,
                "fly": 30.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "neutral evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 26,
            "hit_dice": "4d8+8",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 15,
                "dexterity": 12,
                "constitution": 14,
                "intelligence": 12,
                "wisdom": 10,
                "charisma": 10
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": 1,
                "athletics": 2,
                "deception": 0,
                "history": 1,
                "insight": 0,
                "intimidation": 0,
                "investigation": 1,
                "medicine": 0,
                "nature": 1,
                "perception": 2,
                "performance": 0,
                "persuasion": 0,
                "religion": 1,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 0
            },
            "passive_perception": 11,
            "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/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_ahu-nixta-drudge_whirring-blades",
                    "attacks": [
                        {
                            "key": "tob2_ahu-nixta-drudge_whirring-blades_whirring-blades-attack",
                            "distance_unit": "feet",
                            "name": "Whirring Blades attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D4",
                            "damage_bonus": 2,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_ahu-nixta-drudge_whirring-blades",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Whirring Blades",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 7 (2d4 + 2) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_ahu-nixta-drudge"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_akaasit/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_akaasit",
            "name": "Akaasit",
            "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/construct/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 15,
            "hit_points": 91,
            "hit_dice": "14d8+28",
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 13,
                "dexterity": 18,
                "constitution": 14,
                "intelligence": 3,
                "wisdom": 10,
                "charisma": 5
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 4,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 4,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 1,
                "deception": -3,
                "history": -4,
                "insight": 0,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 60.0,
            "actions": [
                {
                    "key": "tob2_akaasit_arm-blade",
                    "attacks": [
                        {
                            "key": "tob2_akaasit_arm-blade_arm-blade-attack",
                            "distance_unit": "feet",
                            "name": "Arm Blade attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": 4,
                            "extra_damage_die_count": 1,
                            "extra_damage_die_type": "D6",
                            "extra_damage_bonus": 0,
                            "parent": "tob2_akaasit_arm-blade",
                            "damage_type": null,
                            "extra_damage_type": "force"
                        }
                    ],
                    "name": "Arm Blade",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) slashing damage plus 3 (1d6) force damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_akaasit"
                },
                {
                    "key": "tob2_akaasit_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The akaasit makes two arm blade attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_akaasit"
                },
                {
                    "key": "tob2_akaasit_time-assisted-counterattack",
                    "attacks": [],
                    "name": "Time-Assisted Counterattack",
                    "desc": "The akaasit’s awareness of the near future allows it to see attacks before they happen. When a creature the akaasit can see attacks it while within 5 feet of it, the akaasit can attack the creature before the creature’s attack hits. The akaasit makes a single arm blade attack against the creature. If the creature is reduced to 0 hp as a result of the akaasit’s attack, the creature’s attack doesn’t hit the akaasit.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_akaasit"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_akhlut/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_akhlut",
            "name": "Akhlut",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "swim": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 60.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 14,
            "hit_points": 120,
            "hit_dice": "16d10+32",
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 19,
                "dexterity": 15,
                "constitution": 15,
                "intelligence": 4,
                "wisdom": 12,
                "charisma": 10
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 4,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -3,
                "athletics": 4,
                "deception": 0,
                "history": -3,
                "insight": 1,
                "intimidation": 0,
                "investigation": -3,
                "medicine": 1,
                "nature": -3,
                "perception": 4,
                "performance": 0,
                "persuasion": 0,
                "religion": -3,
                "sleight_of_hand": 2,
                "stealth": 5,
                "survival": 1
            },
            "passive_perception": 14,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": 120.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_akhlut_bite",
                    "attacks": [
                        {
                            "key": "tob2_akhlut_bite_bite-attack",
                            "distance_unit": "feet",
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 4,
                            "damage_die_type": "D6",
                            "damage_bonus": 4,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_akhlut_bite",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 18 (4d6 + 4) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_akhlut"
                },
                {
                    "key": "tob2_akhlut_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The akhlut makes two attacks: one with its bite and one with its tail slam. It can’t make both attacks against the same target.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_akhlut"
                },
                {
                    "key": "tob2_akhlut_tail-slam",
                    "attacks": [
                        {
                            "key": "tob2_akhlut_tail-slam_tail-slam-attack",
                            "distance_unit": "feet",
                            "name": "Tail Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 4,
                            "damage_die_type": "D8",
                            "damage_bonus": 4,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_akhlut_tail-slam",
                            "damage_type": null,
                            "extra_damage_type": "bludgeoning"
                        }
                    ],
                    "name": "Tail Slam",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 22 (4d8 +4) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_akhlut"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_alchemical-skunk/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_alchemical-skunk",
            "name": "Alchemical Skunk",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "burrow": 10.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 10.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 15,
            "hit_points": 66,
            "hit_dice": "12d6+24",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 13,
                "dexterity": 17,
                "constitution": 14,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 7
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 3,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 1,
                "deception": -2,
                "history": -4,
                "insight": 1,
                "intimidation": -2,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 3,
                "performance": -2,
                "persuasion": -2,
                "religion": -4,
                "sleight_of_hand": 3,
                "stealth": 5,
                "survival": 1
            },
            "passive_perception": 13,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": 10.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_alchemical-skunk_alchemical-spray",
                    "attacks": [],
                    "name": "Alchemical Spray",
                    "desc": "The alchemical skunk raises its tail and sprays an alchemical mixture. The skunk is immune to its own spray effects and to the spray effects of other alchemical skunks. Roll a d6 to determine the skunk’s spray.\n1. Pleasant Mist. The skunk produces a rosy mist. Each creature within 10 feet of the skunk must succeed on a DC 13 Charisma saving throw or be charmed until the end of its next turn.\n2. Shrinking Cloud. The skunk releases a yellow gas. Each creature in a 15-foot cone must succeed on a DC 13 Constitution saving throw or be reduced as if targeted by the enlarge/reduce spell 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.\n3. Laughing Gas. The skunk emits a sparkling orange cloud. Each creature in a 15-foot cone must succeed on a DC 13 Wisdom saving throw or become incapacitated as it laughs 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.\n4. Blinding Spray. The skunk shoots a stream of a green fluid. Each creature in a line that is 30 feet long and 5 feet wide must succeed on a DC 13 Dexterity saving throw or be blinded for 1 minute, or until the creature uses an action to wipe its eyes.\n5. Sleeping Fog. The skunk sprays a sweet-smelling blue fog. Each creature within 10 feet of the skunk must succeed on a DC 13 Constitution saving throw or fall unconscious for 1 minute. The creature wakes up if it takes damage or if another creature takes an action to shake it awake.\n6. Poison Fog. The skunk excretes a foul-smelling purple fog around itself until the start of its next turn. Each creature that starts its turn within 20 feet of the skunk must succeed on a DC 13 Constitution saving throw or be poisoned until the start of its next turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_alchemical-skunk"
                },
                {
                    "key": "tob2_alchemical-skunk_bite",
                    "attacks": [
                        {
                            "key": "tob2_alchemical-skunk_bite_bite-attack",
                            "distance_unit": "feet",
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D4",
                            "damage_bonus": 3,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_alchemical-skunk_bite",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_alchemical-skunk"
                },
                {
                    "key": "tob2_alchemical-skunk_claws",
                    "attacks": [
                        {
                            "key": "tob2_alchemical-skunk_claws_claws-attack",
                            "distance_unit": "feet",
                            "name": "Claws attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 3,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_alchemical-skunk_claws",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_alchemical-skunk"
                },
                {
                    "key": "tob2_alchemical-skunk_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The alchemical skunk uses its Alchemical Spray. 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": null,
                    "parent": "tob2_alchemical-skunk"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_alligator/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_alligator",
            "name": "Alligator",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "swim": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 13,
            "hit_points": 11,
            "hit_dice": "2d8+2",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 15,
                "dexterity": 10,
                "constitution": 13,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 5
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {
                "strength": 4,
                "constitution": 3
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {
                "stealth": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 2,
                "deception": -3,
                "history": -4,
                "insight": 0,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 0,
                "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": "tob2_alligator_bite",
                    "attacks": [
                        {
                            "key": "tob2_alligator_bite_bite-attack",
                            "distance_unit": "feet",
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 2,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_alligator_bite",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage, and the target is grappled (escape DC 12). Until this grapple ends, the target is restrained, and the alligator can’t bite another target.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_alligator"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_alligator-turtle/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_alligator-turtle",
            "name": "Alligator Turtle",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "swim": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 15,
            "hit_points": 11,
            "hit_dice": "2d8+2",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 15,
                "dexterity": 12,
                "constitution": 13,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 7
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws": {
                "strength": 4,
                "constitution": 3
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {
                "stealth": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 2,
                "deception": -2,
                "history": -4,
                "insight": 1,
                "intimidation": -2,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 1,
                "performance": -2,
                "persuasion": -2,
                "religion": -4,
                "sleight_of_hand": 1,
                "stealth": 3,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_alligator-turtle_bite",
                    "attacks": [
                        {
                            "key": "tob2_alligator-turtle_bite_bite-attack",
                            "distance_unit": "feet",
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 2,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_alligator-turtle_bite",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 10 ft., one target. Hit: 5 (1d6 + 2) slashing damage and the target is grappled (escape DC 12). Until this grapple ends, the turtle can’t bite another target.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_alligator-turtle"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_alpha-fish/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_alpha-fish",
            "name": "Alpha Fish",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 0.0,
                "unit": "feet",
                "swim": 50.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 50.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 13,
            "hit_points": 59,
            "hit_dice": "7d10+21",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 16,
                "dexterity": 13,
                "constitution": 16,
                "intelligence": 1,
                "wisdom": 10,
                "charisma": 12
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": 1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": 1
            },
            "skill_bonuses": {
                "intimidation": 5,
                "perception": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": -5,
                "athletics": 3,
                "deception": 1,
                "history": -5,
                "insight": 0,
                "intimidation": 5,
                "investigation": -5,
                "medicine": 0,
                "nature": -5,
                "perception": 3,
                "performance": 1,
                "persuasion": 1,
                "religion": -5,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 0
            },
            "passive_perception": 13,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_alpha-fish_fin-flare",
                    "attacks": [],
                    "name": "Fin Flare",
                    "desc": "The alpha fish flares its fins in an attempt to frighten its opponents. Each creature within 30 feet that can see the fish must succeed on a DC 13 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 alpha fish’s Fin Flare for the next 24 hours.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_alpha-fish"
                },
                {
                    "key": "tob2_alpha-fish_headbutt",
                    "attacks": [
                        {
                            "key": "tob2_alpha-fish_headbutt_headbutt-attack",
                            "distance_unit": "feet",
                            "name": "Headbutt attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 3,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_alpha-fish_headbutt",
                            "damage_type": null,
                            "extra_damage_type": "bludgeoning"
                        }
                    ],
                    "name": "Headbutt",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_alpha-fish"
                },
                {
                    "key": "tob2_alpha-fish_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The alpha fish uses its Fin Flare. It then makes two headbutt attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_alpha-fish"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_amber-ooze/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_amber-ooze",
            "name": "Amber Ooze",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?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": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/ooze/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 7,
            "hit_points": 76,
            "hit_dice": "9d10+27",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 16,
                "dexterity": 5,
                "constitution": 17,
                "intelligence": 1,
                "wisdom": 6,
                "charisma": 1
            },
            "modifiers": {
                "strength": 3,
                "dexterity": -3,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": -3,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -3,
                "animal_handling": -2,
                "arcana": -5,
                "athletics": 3,
                "deception": -5,
                "history": -5,
                "insight": -2,
                "intimidation": -5,
                "investigation": -5,
                "medicine": -2,
                "nature": -5,
                "perception": -2,
                "performance": -5,
                "persuasion": -5,
                "religion": -5,
                "sleight_of_hand": -3,
                "stealth": -3,
                "survival": -2
            },
            "passive_perception": 8,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_amber-ooze_engulf",
                    "attacks": [],
                    "name": "Engulf",
                    "desc": "The ooze moves up to its speed. While doing so, it can enter Large or smaller creatures’ spaces. Whenever the ooze enters a creature’s space, the creature must make a DC 13 Dexterity saving throw.\n\nOn a successful save, the creature can choose to be pushed 5 feet back or to the side of the ooze. A creature that chooses not to be pushed suffers the consequences of a failed saving throw.\n\nOn a failed save, the ooze enters the creature’s space and the creature is engulfed. The engulfed creature can’t breathe, is restrained, and, after 1d4 rounds, the creature is petrified. A creature petrified by the ooze remains petrified until 24 hours after it exits the ooze. When the ooze moves, the engulfed creature moves with it.\n\nAn engulfed creature can try to escape by taking an action to make a DC 13 Strength (Athletics) check. On a success, the creature escapes and enters a space of its choice within 5 feet of the ooze.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_amber-ooze"
                },
                {
                    "key": "tob2_amber-ooze_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The amber ooze uses its Engulf. It then makes two pseudopod attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_amber-ooze"
                },
                {
                    "key": "tob2_amber-ooze_pseudopod",
                    "attacks": [
                        {
                            "key": "tob2_amber-ooze_pseudopod_pseudopod-attack",
                            "distance_unit": "feet",
                            "name": "Pseudopod attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 3,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_amber-ooze_pseudopod",
                            "damage_type": null,
                            "extra_damage_type": "acid"
                        }
                    ],
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) bludgeoning damage. If the target is a plant or plant creature, it also takes 3 (1d6) acid damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_amber-ooze"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_ancient-boreal-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_ancient-boreal-dragon",
            "name": "Ancient Boreal Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "swim": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api"
            ],
            "armor_class": 22,
            "hit_points": 407,
            "hit_dice": "22d20+176",
            "challenge_rating_decimal": "24.000",
            "challenge_rating_text": "24",
            "experience_points": 62000,
            "ability_scores": {
                "strength": 29,
                "dexterity": 10,
                "constitution": 27,
                "intelligence": 17,
                "wisdom": 19,
                "charisma": 18
            },
            "modifiers": {
                "strength": 9,
                "dexterity": 0,
                "constitution": 8,
                "intelligence": 3,
                "wisdom": 4,
                "charisma": 4
            },
            "saving_throws": {
                "dexterity": 7,
                "constitution": 15,
                "wisdom": 11,
                "charisma": 11
            },
            "saving_throws_all": {
                "strength": 9,
                "dexterity": 7,
                "constitution": 15,
                "intelligence": 3,
                "wisdom": 11,
                "charisma": 11
            },
            "skill_bonuses": {
                "athletics": 16,
                "perception": 18,
                "stealth": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 4,
                "arcana": 3,
                "athletics": 16,
                "deception": 4,
                "history": 3,
                "insight": 4,
                "intimidation": 4,
                "investigation": 3,
                "medicine": 4,
                "nature": 3,
                "perception": 18,
                "performance": 4,
                "persuasion": 4,
                "religion": 3,
                "sleight_of_hand": 0,
                "stealth": 7,
                "survival": 4
            },
            "passive_perception": 28,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_ancient-boreal-dragon_bite",
                    "attacks": [
                        {
                            "key": "tob2_ancient-boreal-dragon_bite_bite-attack",
                            "distance_unit": "feet",
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 16,
                            "reach": 15.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D10",
                            "damage_bonus": 9,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_ancient-boreal-dragon_bite",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +16 to hit, reach 15 ft., one target. Hit: 20 (2d10 + 9) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_ancient-boreal-dragon"
                },
                {
                    "key": "tob2_ancient-boreal-dragon_cinder-breath",
                    "attacks": [],
                    "name": "Cinder Breath ",
                    "desc": "The dragon exhales a 90-foot cone of superheated air filled with blue-white embers. Each creature in that area must make a DC 23 Dexterity saving throw, taking 88 (16d10) fire damage on a failed save, or half as much damage on a successful one.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_ancient-boreal-dragon"
                },
                {
                    "key": "tob2_ancient-boreal-dragon_claw",
                    "attacks": [
                        {
                            "key": "tob2_ancient-boreal-dragon_claw_claw-attack",
                            "distance_unit": "feet",
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 16,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 9,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_ancient-boreal-dragon_claw",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +16 to hit, reach 10 ft., one target. Hit: 16 (2d6 + 9) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_ancient-boreal-dragon"
                },
                {
                    "key": "tob2_ancient-boreal-dragon_detect",
                    "attacks": [],
                    "name": "Detect",
                    "desc": "The dragon makes a Wisdom (Perception) check.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "tob2_ancient-boreal-dragon"
                },
                {
                    "key": "tob2_ancient-boreal-dragon_frightful-presence",
                    "attacks": [],
                    "name": "Frightful Presence",
                    "desc": "Each creature of the dragon’s choice that is within 120 feet of the dragon and aware of it must succeed on a DC 19 Wisdom saving throw or become frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature’s saving throw is successful or the effect ends for it, the creature is immune to the dragon’s Frightful Presence for the next 24 hours.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_ancient-boreal-dragon"
                },
                {
                    "key": "tob2_ancient-boreal-dragon_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The dragon can use its Frightful Presence. 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": null,
                    "parent": "tob2_ancient-boreal-dragon"
                },
                {
                    "key": "tob2_ancient-boreal-dragon_tail",
                    "attacks": [
                        {
                            "key": "tob2_ancient-boreal-dragon_tail_tail-attack",
                            "distance_unit": "feet",
                            "name": "Tail attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 16,
                            "reach": 20.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": 9,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_ancient-boreal-dragon_tail",
                            "damage_type": null,
                            "extra_damage_type": "bludgeoning"
                        }
                    ],
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +16 to hit, reach 20 ft., one target. Hit: 18 (2d8 + 9) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_ancient-boreal-dragon"
                },
                {
                    "key": "tob2_ancient-boreal-dragon_tail-attack",
                    "attacks": [],
                    "name": "Tail Attack",
                    "desc": "The dragon makes a tail attack.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "tob2_ancient-boreal-dragon"
                },
                {
                    "key": "tob2_ancient-boreal-dragon_wing-attack",
                    "attacks": [],
                    "name": "Wing Attack",
                    "desc": "The dragon beats its wings. Each creature within 15 feet of the dragon must succeed on a DC 23 Dexterity saving throw or take 16 (2d6 + 9) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 2,
                    "parent": "tob2_ancient-boreal-dragon"
                },
                {
                    "key": "tob2_ancient-boreal-dragon_wing-attack-costs-2-actions",
                    "attacks": [],
                    "name": "Wing Attack (Costs 2 Actions)",
                    "desc": "The dragon beats its wings. Each creature within 15 feet of the dragon must succeed on a DC 23 Dexterity saving throw or take 16 (2d6 + 9) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_ancient-boreal-dragon"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_ancient-imperial-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_ancient-imperial-dragon",
            "name": "Ancient Imperial 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": "neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/druidic/?format=api",
                "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/gnomish/?format=api",
                "https://api-beta.open5e.com/v2/languages/goblin/?format=api",
                "https://api-beta.open5e.com/v2/languages/halfling/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "https://api-beta.open5e.com/v2/languages/orc/?format=api",
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "https://api-beta.open5e.com/v2/languages/thieves-cant/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api",
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 22,
            "hit_points": 546,
            "hit_dice": "28d20+252",
            "challenge_rating_decimal": "26.000",
            "challenge_rating_text": "26",
            "experience_points": 90000,
            "ability_scores": {
                "strength": 30,
                "dexterity": 12,
                "constitution": 29,
                "intelligence": 20,
                "wisdom": 18,
                "charisma": 20
            },
            "modifiers": {
                "strength": 10,
                "dexterity": 1,
                "constitution": 9,
                "intelligence": 5,
                "wisdom": 4,
                "charisma": 5
            },
            "saving_throws": {
                "dexterity": 9,
                "constitution": 17,
                "wisdom": 12,
                "charisma": 13
            },
            "saving_throws_all": {
                "strength": 10,
                "dexterity": 9,
                "constitution": 17,
                "intelligence": 5,
                "wisdom": 12,
                "charisma": 13
            },
            "skill_bonuses": {
                "arcana": 13,
                "history": 13,
                "insight": 12,
                "perception": 20,
                "stealth": 9
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 4,
                "arcana": 13,
                "athletics": 10,
                "deception": 5,
                "history": 13,
                "insight": 12,
                "intimidation": 5,
                "investigation": 5,
                "medicine": 4,
                "nature": 5,
                "perception": 20,
                "performance": 5,
                "persuasion": 5,
                "religion": 5,
                "sleight_of_hand": 1,
                "stealth": 9,
                "survival": 4
            },
            "passive_perception": 30,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "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": "tob2_ancient-imperial-dragon_bite",
                    "attacks": [
                        {
                            "key": "tob2_ancient-imperial-dragon_bite_bite-attack",
                            "distance_unit": "feet",
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 18,
                            "reach": 15.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D10",
                            "damage_bonus": 10,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_ancient-imperial-dragon_bite",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +18 to hit, reach 15 ft., one target. Hit: 21 (2d10 + 10) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_ancient-imperial-dragon"
                },
                {
                    "key": "tob2_ancient-imperial-dragon_cast-a-spell",
                    "attacks": [],
                    "name": "Cast a Spell",
                    "desc": "The dragon casts a spell from its list of innate spells, consuming a use of the spell as normal.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 3,
                    "parent": "tob2_ancient-imperial-dragon"
                },
                {
                    "key": "tob2_ancient-imperial-dragon_cast-a-spell-costs-3-actions",
                    "attacks": [],
                    "name": "Cast a Spell (Costs 3 Actions)",
                    "desc": "The dragon casts a spell from its list of innate spells, consuming a use of the spell as normal.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_ancient-imperial-dragon"
                },
                {
                    "key": "tob2_ancient-imperial-dragon_change-shape",
                    "attacks": [],
                    "name": "Change Shape",
                    "desc": "The imperial dragon magically polymorphs into a humanoid or beast that has a challenge rating no higher than its own, or back into its true form. It reverts to its true form if it dies. Any equipment it is wearing or carrying is absorbed or borne by the new form (the dragon’s choice). In a new form, the dragon retains its alignment, hp, Hit Dice, ability to speak, proficiencies, Legendary Resistance, lair actions, and Intelligence, Wisdom, and Charisma scores, as well as this action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\n\nThe dragon can choose to transform only part of its body with this action, allowing it to sprout rabbit-like ears or a humanoid head. These changes are purely cosmetic and don’t alter statistics.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_ancient-imperial-dragon"
                },
                {
                    "key": "tob2_ancient-imperial-dragon_claw",
                    "attacks": [
                        {
                            "key": "tob2_ancient-imperial-dragon_claw_claw-attack",
                            "distance_unit": "feet",
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 18,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 10,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_ancient-imperial-dragon_claw",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +18 to hit, reach 10 ft., one target. Hit: 17 (2d6 + 10) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_ancient-imperial-dragon"
                },
                {
                    "key": "tob2_ancient-imperial-dragon_detect",
                    "attacks": [],
                    "name": "Detect",
                    "desc": "The dragon makes a Wisdom (Perception) check.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "tob2_ancient-imperial-dragon"
                },
                {
                    "key": "tob2_ancient-imperial-dragon_lightning-breath",
                    "attacks": [],
                    "name": "Lightning Breath ",
                    "desc": "The dragon exhales lightning in a 120-foot line that is 10 feet wide. Each creature in that line must make a DC 25 Dexterity saving throw, taking 88 (16d10) lightning damage on a failed save, or half as much damage on a successful one.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_ancient-imperial-dragon"
                },
                {
                    "key": "tob2_ancient-imperial-dragon_mesmerizing-presence",
                    "attacks": [],
                    "name": "Mesmerizing Presence",
                    "desc": "Each creature of the dragon’s choice that is within 120 feet of the dragon and aware of it must succeed on a DC 24 Wisdom saving throw or become charmed by the dragon for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature’s saving throw is successful or the effect ends for it, the creature is immune to the dragon’s Mesmerizing Presence for the next 24 hours.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_ancient-imperial-dragon"
                },
                {
                    "key": "tob2_ancient-imperial-dragon_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The dragon can use its Mesmerizing Presence. 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": null,
                    "parent": "tob2_ancient-imperial-dragon"
                },
                {
                    "key": "tob2_ancient-imperial-dragon_tail",
                    "attacks": [
                        {
                            "key": "tob2_ancient-imperial-dragon_tail_tail-attack",
                            "distance_unit": "feet",
                            "name": "Tail attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 18,
                            "reach": 20.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": 10,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_ancient-imperial-dragon_tail",
                            "damage_type": null,
                            "extra_damage_type": "bludgeoning"
                        }
                    ],
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +18 to hit, reach 20 ft., one target. Hit: 19 (2d8 + 10) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_ancient-imperial-dragon"
                },
                {
                    "key": "tob2_ancient-imperial-dragon_tail-attack",
                    "attacks": [],
                    "name": "Tail Attack",
                    "desc": "The dragon makes a tail attack.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "LEGENDARY_ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "tob2_ancient-imperial-dragon"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_angel-of-judgment/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_angel-of-judgment",
            "name": "Angel of Judgment",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?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": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api",
            "alignment": "neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/druidic/?format=api",
                "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/gnomish/?format=api",
                "https://api-beta.open5e.com/v2/languages/goblin/?format=api",
                "https://api-beta.open5e.com/v2/languages/halfling/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "https://api-beta.open5e.com/v2/languages/orc/?format=api",
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "https://api-beta.open5e.com/v2/languages/thieves-cant/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api",
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 19,
            "hit_points": 229,
            "hit_dice": "17d12+119",
            "challenge_rating_decimal": "18.000",
            "challenge_rating_text": "18",
            "experience_points": 20000,
            "ability_scores": {
                "strength": 23,
                "dexterity": 18,
                "constitution": 25,
                "intelligence": 22,
                "wisdom": 24,
                "charisma": 20
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 4,
                "constitution": 7,
                "intelligence": 6,
                "wisdom": 7,
                "charisma": 5
            },
            "saving_throws": {
                "intelligence": 12,
                "wisdom": 13,
                "charisma": 11
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 4,
                "constitution": 7,
                "intelligence": 12,
                "wisdom": 13,
                "charisma": 11
            },
            "skill_bonuses": {
                "history": 12,
                "investigation": 12,
                "perception": 13,
                "religion": 12
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 7,
                "arcana": 6,
                "athletics": 6,
                "deception": 5,
                "history": 12,
                "insight": 7,
                "intimidation": 5,
                "investigation": 12,
                "medicine": 7,
                "nature": 6,
                "perception": 13,
                "performance": 5,
                "persuasion": 5,
                "religion": 12,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 7
            },
            "passive_perception": 23,
            "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/necrotic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/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": "tob2_angel-of-judgment_greataxe",
                    "attacks": [
                        {
                            "key": "tob2_angel-of-judgment_greataxe_greataxe-attack",
                            "distance_unit": "feet",
                            "name": "Greataxe attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 12,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 3,
                            "damage_die_type": "D12",
                            "damage_bonus": 6,
                            "extra_damage_die_count": 6,
                            "extra_damage_die_type": "D8",
                            "extra_damage_bonus": 0,
                            "parent": "tob2_angel-of-judgment_greataxe",
                            "damage_type": null,
                            "extra_damage_type": "force"
                        }
                    ],
                    "name": "Greataxe",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 25 (3d12 + 6) slashing damage plus 27 (6d8) force damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_angel-of-judgment"
                },
                {
                    "key": "tob2_angel-of-judgment_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The angel of judgment makes two melee attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_angel-of-judgment"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_angelic-enforcer/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_angelic-enforcer",
            "name": "Angelic Enforcer",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?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": null,
            "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": 18,
            "hit_points": 152,
            "hit_dice": "16d10+64",
            "challenge_rating_decimal": "12.000",
            "challenge_rating_text": "12",
            "experience_points": 8400,
            "ability_scores": {
                "strength": 22,
                "dexterity": 18,
                "constitution": 18,
                "intelligence": 18,
                "wisdom": 20,
                "charisma": 20
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 4,
                "constitution": 4,
                "intelligence": 4,
                "wisdom": 5,
                "charisma": 5
            },
            "saving_throws": {
                "wisdom": 9,
                "charisma": 9
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 4,
                "constitution": 4,
                "intelligence": 4,
                "wisdom": 9,
                "charisma": 9
            },
            "skill_bonuses": {
                "insight": 9,
                "intimidation": 9,
                "perception": 9,
                "survival": 9
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 5,
                "arcana": 4,
                "athletics": 6,
                "deception": 5,
                "history": 4,
                "insight": 9,
                "intimidation": 9,
                "investigation": 4,
                "medicine": 5,
                "nature": 4,
                "perception": 9,
                "performance": 5,
                "persuasion": 5,
                "religion": 4,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 9
            },
            "passive_perception": 19,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 120.0,
            "actions": [
                {
                    "key": "tob2_angelic-enforcer_bite",
                    "attacks": [
                        {
                            "key": "tob2_angelic-enforcer_bite_bite-attack",
                            "distance_unit": "feet",
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 10,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D10",
                            "damage_bonus": 6,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_angelic-enforcer_bite",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 17 (2d10 + 6) piercing damage, and the target must succeed on a DC 17 Constitution saving throw or be cursed for 1 minute. While cursed, the target can’t regain hit points or benefit from an angel’s Healing Touch action. The curse can be lifted early by a remove curse spell or similar magic.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_angelic-enforcer"
                },
                {
                    "key": "tob2_angelic-enforcer_change-shape",
                    "attacks": [],
                    "name": "Change Shape",
                    "desc": "The angelic enforcer magically polymorphs into a humanoid or a lion that has a challenge rating no higher than its own, or back into its true form. It reverts to its true form if it dies. Any equipment it is wearing or carrying is absorbed or borne by the new form (the enforcer’s choice). In a new form, the enforcer retains its own 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.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_angelic-enforcer"
                },
                {
                    "key": "tob2_angelic-enforcer_greatsword",
                    "attacks": [
                        {
                            "key": "tob2_angelic-enforcer_greatsword_greatsword-attack",
                            "distance_unit": "feet",
                            "name": "Greatsword attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 10,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 4,
                            "damage_die_type": "D6",
                            "damage_bonus": 6,
                            "extra_damage_die_count": 4,
                            "extra_damage_die_type": "D8",
                            "extra_damage_bonus": 0,
                            "parent": "tob2_angelic-enforcer_greatsword",
                            "damage_type": null,
                            "extra_damage_type": "fire"
                        }
                    ],
                    "name": "Greatsword",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 20 (4d6 + 6) slashing damage plus 18 (4d8) fire damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_angelic-enforcer"
                },
                {
                    "key": "tob2_angelic-enforcer_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The angelic enforcer makes two melee attacks, but can use its bite only once.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_angelic-enforcer"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_animated-bearskin-rug/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_animated-bearskin-rug",
            "name": "Animated Bearskin Rug",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?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": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 13,
            "hit_points": 65,
            "hit_dice": "10d10+10",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 18,
                "dexterity": 13,
                "constitution": 12,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 1
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": -4,
                "charisma": -5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": -4,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": -4,
                "arcana": -5,
                "athletics": 4,
                "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": 1,
                "stealth": 1,
                "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": "tob2_animated-bearskin-rug_bite",
                    "attacks": [
                        {
                            "key": "tob2_animated-bearskin-rug_bite_bite-attack",
                            "distance_unit": "feet",
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D10",
                            "damage_bonus": 4,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_animated-bearskin-rug_bite",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 9 (1d10 + 4) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_animated-bearskin-rug"
                },
                {
                    "key": "tob2_animated-bearskin-rug_claws",
                    "attacks": [
                        {
                            "key": "tob2_animated-bearskin-rug_claws_claws-attack",
                            "distance_unit": "feet",
                            "name": "Claws attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 4,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_animated-bearskin-rug_claws",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target not grappled by the bearskin rug. Hit: 11 (2d6 + 4) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_animated-bearskin-rug"
                },
                {
                    "key": "tob2_animated-bearskin-rug_envelop",
                    "attacks": [
                        {
                            "key": "tob2_animated-bearskin-rug_envelop_envelop-attack",
                            "distance_unit": "feet",
                            "name": "Envelop attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": null,
                            "damage_die_type": null,
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_animated-bearskin-rug_envelop",
                            "damage_type": null,
                            "extra_damage_type": null
                        }
                    ],
                    "name": "Envelop",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one Medium or smaller creature. Hit: The creature is grappled (escaped DC 14). Until this grapple ends, the target is restrained, and the rug can’t envelop another target.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_animated-bearskin-rug"
                },
                {
                    "key": "tob2_animated-bearskin-rug_menacing-roar",
                    "attacks": [],
                    "name": "Menacing Roar ",
                    "desc": "The bearskin rug lets out a hideous, supernatural howl. Each creature within 20 feet of the rug that can hear the roar must succeed on a DC 13 Wisdom saving throw or become frightened for 1 minute. A creature frightened this way must spend its turns trying to move as far away from the rug as it can. For its action, it can use only the Dash action or try to escape from an effect that prevents it from moving. If there’s nowhere to move, the creature can use the Dodge action. At the end of each of its turns and when it takes damage, the creature can repeat the saving throw, ending the effect on itself on a success.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 6,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_animated-bearskin-rug"
                },
                {
                    "key": "tob2_animated-bearskin-rug_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The animated bearskin rug makes two attacks: one with its bite and one with its claws. It can use its Envelop in place of its claw attack.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_animated-bearskin-rug"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_aniwye/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_aniwye",
            "name": "Aniwye",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "climb": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "neutral evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 102,
            "hit_dice": "12d10+36",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 19,
                "dexterity": 14,
                "constitution": 16,
                "intelligence": 8,
                "wisdom": 14,
                "charisma": 9
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": -1,
                "wisdom": 2,
                "charisma": -1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": -1,
                "wisdom": 2,
                "charisma": -1
            },
            "skill_bonuses": {
                "perception": 6,
                "stealth": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": -1,
                "athletics": 4,
                "deception": -1,
                "history": -1,
                "insight": 2,
                "intimidation": -1,
                "investigation": -1,
                "medicine": 2,
                "nature": -1,
                "perception": 6,
                "performance": -1,
                "persuasion": -1,
                "religion": -1,
                "sleight_of_hand": 2,
                "stealth": 6,
                "survival": 2
            },
            "passive_perception": 16,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_aniwye_bite",
                    "attacks": [
                        {
                            "key": "tob2_aniwye_bite-skunk-form-only_bite-skunk-form-only-attack",
                            "distance_unit": "feet",
                            "name": "Bite (Skunk Form Only) attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": 4,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_aniwye_bite",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": "Skunk Form Only",
                    "legendary_cost": null,
                    "parent": "tob2_aniwye"
                },
                {
                    "key": "tob2_aniwye_claw",
                    "attacks": [
                        {
                            "key": "tob2_aniwye_claw-skunk-form-only_claw-skunk-form-only-attack",
                            "distance_unit": "feet",
                            "name": "Claw (Skunk Form Only) attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 4,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_aniwye_claw",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": "Skunk Form Only",
                    "legendary_cost": null,
                    "parent": "tob2_aniwye"
                },
                {
                    "key": "tob2_aniwye_deadly-musk",
                    "attacks": [],
                    "name": "Deadly Musk ",
                    "desc": "(Skunk Form Only) The aniwye releases a cloud of highly poisonous musk from its tail in a 15-foot cone. Each creature in that area must make a DC 15 Constitution saving throw. On a failure, a creature takes 24 (7d6) poison damage and is stunned until the end of its next turn. On a success, a creature takes half the damage and isn’t stunned.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_aniwye"
                },
                {
                    "key": "tob2_aniwye_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "In ogre or giant form, the aniwye makes two slam attacks. In skunk form, it 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": null,
                    "parent": "tob2_aniwye"
                },
                {
                    "key": "tob2_aniwye_rock",
                    "attacks": [
                        {
                            "key": "tob2_aniwye_rock-giant-form-only_rock-giant-form-only-attack",
                            "distance_unit": "feet",
                            "name": "Rock (Giant Form Only) attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": null,
                            "range": 60.0,
                            "long_range": 240.0,
                            "target_creature_only": false,
                            "damage_die_count": 3,
                            "damage_die_type": "D10",
                            "damage_bonus": 4,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_aniwye_rock",
                            "damage_type": null,
                            "extra_damage_type": "bludgeoning"
                        }
                    ],
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +7 to hit, range 60/240 ft., one target. Hit: 20 (3d10 + 4) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": "Giant Form Only",
                    "legendary_cost": null,
                    "parent": "tob2_aniwye"
                },
                {
                    "key": "tob2_aniwye_slam",
                    "attacks": [
                        {
                            "key": "tob2_aniwye_slam-giant-or-ogre-form-only_slam-giant-or-ogre-form-only-attack",
                            "distance_unit": "feet",
                            "name": "Slam (Giant or Ogre Form Only) attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 3,
                            "damage_die_type": "D6",
                            "damage_bonus": 4,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_aniwye_slam",
                            "damage_type": null,
                            "extra_damage_type": "bludgeoning"
                        }
                    ],
                    "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": "Giant or Ogre Form Only",
                    "legendary_cost": null,
                    "parent": "tob2_aniwye"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_anzu/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_anzu",
            "name": "Anzu",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?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/monstrosity/?format=api",
            "alignment": "neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 152,
            "hit_dice": "16d10+64",
            "challenge_rating_decimal": "9.000",
            "challenge_rating_text": "9",
            "experience_points": 5000,
            "ability_scores": {
                "strength": 20,
                "dexterity": 14,
                "constitution": 18,
                "intelligence": 7,
                "wisdom": 15,
                "charisma": 10
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": -2,
                "wisdom": 2,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": -2,
                "wisdom": 2,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": -2,
                "athletics": 5,
                "deception": 0,
                "history": -2,
                "insight": 2,
                "intimidation": 0,
                "investigation": -2,
                "medicine": 2,
                "nature": -2,
                "perception": 6,
                "performance": 0,
                "persuasion": 0,
                "religion": -2,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 2
            },
            "passive_perception": 16,
            "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/lightning/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 90.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_anzu_bite",
                    "attacks": [
                        {
                            "key": "tob2_anzu_bite_bite-attack",
                            "distance_unit": "feet",
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 9,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": 5,
                            "extra_damage_die_count": 2,
                            "extra_damage_die_type": "D6",
                            "extra_damage_bonus": 0,
                            "parent": "tob2_anzu_bite",
                            "damage_type": null,
                            "extra_damage_type": "lightning"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) piercing damage plus 7 (2d6) lightning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_anzu"
                },
                {
                    "key": "tob2_anzu_breath-weapons",
                    "attacks": [],
                    "name": "Breath Weapons ",
                    "desc": "The anzu uses one of the following breath weapons: \n* Fire Breath. The anzu exhales fire in a 60-foot cone. Each creature in that area must make a DC 16 Dexterity saving throw, taking 45 (10d8) fire damage on a failed save, or half as much damage on a successful one. \n* Water Breath. The anzu exhales a wave of water in a 60-foot cone. Each creature in that area must make a DC 16 Dexterity saving throw. On a failure, a creature takes 38 (11d6) bludgeoning damage and is pushed up to 30 feet away from the anzu and knocked prone. On a success, a creature takes half as much damage and isn’t pushed or knocked prone.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_anzu"
                },
                {
                    "key": "tob2_anzu_lightning-relocation",
                    "attacks": [],
                    "name": "Lightning Relocation",
                    "desc": "The anzu teleports up to 60 feet to an unoccupied space it can see. When it does, it briefly transforms into a bolt of lightning, flashes upwards, then crashes down unharmed at its destination. Each creature within 5 feet of the anzu’s starting location or destination must succeed on a DC 16 Dexterity saving throw, taking 14 (4d6) lightning damage on a failed save, or half as much on a successful one. A creature within 5 feet of both locations makes this saving throw only once.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_anzu"
                },
                {
                    "key": "tob2_anzu_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The anzu makes three attacks: one with its bite and two with its talons.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_anzu"
                },
                {
                    "key": "tob2_anzu_talons",
                    "attacks": [
                        {
                            "key": "tob2_anzu_talons_talons-attack",
                            "distance_unit": "feet",
                            "name": "Talons attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 9,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 5,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_anzu_talons",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Talons",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5ft., one target. Hit: 12 (2d6 + 5) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_anzu"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_apaxrusl/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_apaxrusl",
            "name": "Apaxrusl",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "burrow": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 30.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "neutral",
            "languages": [],
            "armor_class": 13,
            "hit_points": 60,
            "hit_dice": "8d8+24",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 17,
                "dexterity": 13,
                "constitution": 16,
                "intelligence": 9,
                "wisdom": 6,
                "charisma": 7
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": -1,
                "wisdom": -2,
                "charisma": -2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": -1,
                "wisdom": -2,
                "charisma": -2
            },
            "skill_bonuses": {
                "stealth": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": -2,
                "arcana": -1,
                "athletics": 3,
                "deception": -2,
                "history": -1,
                "insight": -2,
                "intimidation": -2,
                "investigation": -1,
                "medicine": -2,
                "nature": -1,
                "perception": -2,
                "performance": -2,
                "persuasion": -2,
                "religion": -1,
                "sleight_of_hand": 1,
                "stealth": 3,
                "survival": -2
            },
            "passive_perception": 8,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": 30.0,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_apaxrusl_fiery-sands",
                    "attacks": [],
                    "name": "Fiery Sands ",
                    "desc": "Sand whips violently around the apaxrusl. Each creature within 10 feet of the apaxrusl must make a DC 13 Constitution saving throw, taking 10 (3d6) slashing damage and 10 (3d6) fire damage on a failed save, or half as much damage on a successful one.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_apaxrusl"
                },
                {
                    "key": "tob2_apaxrusl_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The apaxrusl makes two slam attacks. If both attacks hit the same creature, the target is blinded for 1 minute or until it uses an action to wipe its eyes.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_apaxrusl"
                },
                {
                    "key": "tob2_apaxrusl_shifting-sands",
                    "attacks": [],
                    "name": "Shifting Sands",
                    "desc": "The apaxrusl can shift the flowing sands of its body to avoid harm. When the apaxrusl takes damage, roll a d12. Reduce the damage it takes by the number rolled.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_apaxrusl"
                },
                {
                    "key": "tob2_apaxrusl_slam",
                    "attacks": [
                        {
                            "key": "tob2_apaxrusl_slam_slam-attack",
                            "distance_unit": "feet",
                            "name": "Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D8",
                            "damage_bonus": 3,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_apaxrusl_slam",
                            "damage_type": null,
                            "extra_damage_type": "bludgeoning"
                        }
                    ],
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_apaxrusl"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_arachnocrat/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_arachnocrat",
            "name": "Arachnocrat",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "climb": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 40.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "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": 15,
            "hit_points": 93,
            "hit_dice": "17d8+17",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 13,
                "dexterity": 17,
                "constitution": 12,
                "intelligence": 16,
                "wisdom": 14,
                "charisma": 18
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 3,
                "wisdom": 2,
                "charisma": 4
            },
            "saving_throws": {
                "dexterity": 5,
                "intelligence": 4,
                "charisma": 6
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 5,
                "constitution": 1,
                "intelligence": 4,
                "wisdom": 2,
                "charisma": 6
            },
            "skill_bonuses": {
                "deception": 8,
                "insight": 4,
                "persuasion": 6,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 2,
                "arcana": 3,
                "athletics": 1,
                "deception": 8,
                "history": 3,
                "insight": 4,
                "intimidation": 4,
                "investigation": 3,
                "medicine": 2,
                "nature": 3,
                "perception": 2,
                "performance": 4,
                "persuasion": 6,
                "religion": 3,
                "sleight_of_hand": 3,
                "stealth": 5,
                "survival": 2
            },
            "passive_perception": 12,
            "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": 60.0,
            "blindsight_range": 10.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_arachnocrat_bite",
                    "attacks": [
                        {
                            "key": "tob2_arachnocrat_bite_bite-attack",
                            "distance_unit": "feet",
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 3,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_arachnocrat_bite",
                            "damage_type": null,
                            "extra_damage_type": "poison"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage, and the target must make a DC 14 Constitution saving throw, taking 21 (6d6) poison damage on a failed save, or half as much damage on a successful one. If the poison damage reduces the target to 0 hp, the target is stable but poisoned for 1 hour, even after regaining hp, and is paralyzed while poisoned in this way. The skin of a creature that dies while poisoned takes on a golden hue.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_arachnocrat"
                },
                {
                    "key": "tob2_arachnocrat_claw",
                    "attacks": [
                        {
                            "key": "tob2_arachnocrat_claw_claw-attack",
                            "distance_unit": "feet",
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": 3,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_arachnocrat_claw",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_arachnocrat"
                },
                {
                    "key": "tob2_arachnocrat_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The arachnocrat makes two claw attacks. If both claws hit a Medium or smaller target, the target is restrained in gilded webbing. As an action, the restrained target can make a DC 13 Strength check, bursting the webbing on a success. The webbing can also be attacked and destroyed (AC 12; hp 8; immunity to bludgeoning, poison, and psychic damage).",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_arachnocrat"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_ash-phoenix/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_ash-phoenix",
            "name": "Ash Phoenix",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 0.0,
                "unit": "feet",
                "fly": 90.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": true,
                "fly": 90.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 0.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api",
            "alignment": "neutral evil",
            "languages": [],
            "armor_class": 15,
            "hit_points": 105,
            "hit_dice": "14d10+28",
            "challenge_rating_decimal": "9.000",
            "challenge_rating_text": "9",
            "experience_points": 5000,
            "ability_scores": {
                "strength": 17,
                "dexterity": 20,
                "constitution": 15,
                "intelligence": 8,
                "wisdom": 14,
                "charisma": 9
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 5,
                "constitution": 2,
                "intelligence": -1,
                "wisdom": 2,
                "charisma": -1
            },
            "saving_throws": {
                "wisdom": 5
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 5,
                "constitution": 2,
                "intelligence": -1,
                "wisdom": 5,
                "charisma": -1
            },
            "skill_bonuses": {
                "perception": 5,
                "stealth": 8
            },
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 2,
                "arcana": -1,
                "athletics": 3,
                "deception": -1,
                "history": -1,
                "insight": 2,
                "intimidation": -1,
                "investigation": -1,
                "medicine": 2,
                "nature": -1,
                "perception": 5,
                "performance": -1,
                "persuasion": -1,
                "religion": -1,
                "sleight_of_hand": 5,
                "stealth": 8,
                "survival": 2
            },
            "passive_perception": 15,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api"
            ],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_ash-phoenix_ash-storm",
                    "attacks": [],
                    "name": "Ash Storm ",
                    "desc": "The ash phoenix furiously beats its wings, throwing clinging ash into a 30-foot cone. Each creature in the area must make a DC 16 Dexterity saving throw. On a failure, a creature takes 28 (8d6) necrotic damage and is blinded until the end of its next turn. On a success, a creature takes half the damage and isn’t blinded.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_ash-phoenix"
                },
                {
                    "key": "tob2_ash-phoenix_ash-talons",
                    "attacks": [
                        {
                            "key": "tob2_ash-phoenix_ash-talons_ash-talons-attack",
                            "distance_unit": "feet",
                            "name": "Ash Talons attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": 5,
                            "extra_damage_die_count": 2,
                            "extra_damage_die_type": "D6",
                            "extra_damage_bonus": 0,
                            "parent": "tob2_ash-phoenix_ash-talons",
                            "damage_type": null,
                            "extra_damage_type": "fire"
                        }
                    ],
                    "name": "Ash Talons",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) slashing damage plus 7 (2d6) fire damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_ash-phoenix"
                },
                {
                    "key": "tob2_ash-phoenix_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The ash phoenix makes two ash talon attacks. If both attacks hit the same target, the phoenix plunges its beak into the target, and the target must succeed on a DC 16 Strength saving throw or take 7 (2d6) necrotic damage. The ash phoenix regains hp equal to half the necrotic damage dealt.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_ash-phoenix"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_ashen-custodian/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_ashen-custodian",
            "name": "Ashen Custodian",
            "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/fey/?format=api",
            "alignment": "neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 99,
            "hit_dice": "18d8+18",
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 10,
                "dexterity": 21,
                "constitution": 12,
                "intelligence": 14,
                "wisdom": 15,
                "charisma": 18
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 5,
                "constitution": 1,
                "intelligence": 2,
                "wisdom": 2,
                "charisma": 4
            },
            "saving_throws": {
                "constitution": 4
            },
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 5,
                "constitution": 4,
                "intelligence": 2,
                "wisdom": 2,
                "charisma": 4
            },
            "skill_bonuses": {
                "nature": 5,
                "perception": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 2,
                "arcana": 2,
                "athletics": 0,
                "deception": 4,
                "history": 2,
                "insight": 2,
                "intimidation": 4,
                "investigation": 2,
                "medicine": 2,
                "nature": 5,
                "perception": 5,
                "performance": 4,
                "persuasion": 4,
                "religion": 2,
                "sleight_of_hand": 5,
                "stealth": 5,
                "survival": 2
            },
            "passive_perception": 15,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_ashen-custodian_cleansing-strike",
                    "attacks": [
                        {
                            "key": "tob2_ashen-custodian_cleansing-strike_cleansing-strike-attack",
                            "distance_unit": "feet",
                            "name": "Cleansing Strike attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D8",
                            "damage_bonus": 5,
                            "extra_damage_die_count": 2,
                            "extra_damage_die_type": "D8",
                            "extra_damage_bonus": 0,
                            "parent": "tob2_ashen-custodian_cleansing-strike",
                            "damage_type": null,
                            "extra_damage_type": "fire"
                        }
                    ],
                    "name": "Cleansing Strike",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 9 (1d8 + 5) bludgeoning damage plus 9 (2d8) fire damage. If the target is a creature or a flammable object, it ignites. Until a creature takes an action to douse the fire, the target takes 5 (1d10) fire damage at the start of each of its turns.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_ashen-custodian"
                },
                {
                    "key": "tob2_ashen-custodian_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The ashen custodian makes two cleansing strike attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_ashen-custodian"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_astral-devourer/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_astral-devourer",
            "name": "Astral Devourer",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 30.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": true,
                "fly": 30.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.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",
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 90,
            "hit_dice": "12d8+36",
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 13,
                "dexterity": 16,
                "constitution": 17,
                "intelligence": 14,
                "wisdom": 16,
                "charisma": 12
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 3,
                "constitution": 3,
                "intelligence": 2,
                "wisdom": 3,
                "charisma": 1
            },
            "saving_throws": {
                "dexterity": 6,
                "intelligence": 5
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 6,
                "constitution": 3,
                "intelligence": 5,
                "wisdom": 3,
                "charisma": 1
            },
            "skill_bonuses": {
                "perception": 6,
                "stealth": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 3,
                "arcana": 2,
                "athletics": 1,
                "deception": 1,
                "history": 2,
                "insight": 3,
                "intimidation": 1,
                "investigation": 2,
                "medicine": 3,
                "nature": 2,
                "perception": 6,
                "performance": 1,
                "persuasion": 1,
                "religion": 2,
                "sleight_of_hand": 3,
                "stealth": 6,
                "survival": 3
            },
            "passive_perception": 16,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/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"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_astral-devourer_divide",
                    "attacks": [],
                    "name": "Divide",
                    "desc": "When an astral devourer that is Small or larger takes bludgeoning, piercing, or slashing damage, it can split into two new astral devourers if it has at least 10 hp. Each new devourer has hp equal to half the original creature, rounded down. New astral devourers are one size smaller than the original. While within 1 mile of each other, the new astral devourers share one collective mind.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_astral-devourer"
                },
                {
                    "key": "tob2_astral-devourer_hungering-serpents",
                    "attacks": [
                        {
                            "key": "tob2_astral-devourer_hungering-serpents_hungering-serpents-attack",
                            "distance_unit": "feet",
                            "name": "Hungering Serpents attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": 0.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8) piercing",
                            "damage_bonus": null,
                            "extra_damage_die_count": 4,
                            "extra_damage_die_type": "D6",
                            "extra_damage_bonus": 0,
                            "parent": "tob2_astral-devourer_hungering-serpents",
                            "damage_type": null,
                            "extra_damage_type": "poison"
                        }
                    ],
                    "name": "Hungering Serpents",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 0 ft., one target in the swarm’s space. Hit: 8 (2d8) piercing damage, or 4 (1d8) piercing damage if the swarm has half of its hit points or fewer, plus 14 (4d6) poison damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_astral-devourer"
                },
                {
                    "key": "tob2_astral-devourer_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The astral devourer makes two melee attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_astral-devourer"
                },
                {
                    "key": "tob2_astral-devourer_recombine",
                    "attacks": [],
                    "name": "Recombine",
                    "desc": "When one or more astral devourers that are Small or smaller and share a collective mind are within 5 feet of each other, they can combine into a new astral devourer. The new astral devourer is one size larger than the largest original creature, and it has hp equal to the combined total of the original creatures. The new astral devourer’s hp can’t exceed the normal hp maximum of a Medium astral devourer.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_astral-devourer"
                },
                {
                    "key": "tob2_astral-devourer_serpent-spray",
                    "attacks": [],
                    "name": "Serpent Spray ",
                    "desc": "The astral devourer flings biting astral serpents outward. Each creature within 20 feet of the astral devourer must make a DC 16 Dexterity saving throw, taking 14 (4d6) piercing damage and 14 (4d6) poison damage on a failed save, or half as much damage on a successful one. The astral devourer regains hp equal to the single highest amount of piercing damage dealt by this spray.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 6,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_astral-devourer"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_astri/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_astri",
            "name": "Astri",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "burrow": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 30.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api",
            "alignment": "chaotic good",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 112,
            "hit_dice": "15d6+60",
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 12,
                "dexterity": 21,
                "constitution": 18,
                "intelligence": 15,
                "wisdom": 16,
                "charisma": 20
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 5,
                "constitution": 4,
                "intelligence": 2,
                "wisdom": 3,
                "charisma": 5
            },
            "saving_throws": {
                "wisdom": 6,
                "charisma": 8
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 5,
                "constitution": 4,
                "intelligence": 2,
                "wisdom": 6,
                "charisma": 8
            },
            "skill_bonuses": {
                "perception": 6,
                "stealth": 8,
                "survival": 9
            },
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 3,
                "arcana": 2,
                "athletics": 1,
                "deception": 5,
                "history": 2,
                "insight": 3,
                "intimidation": 5,
                "investigation": 2,
                "medicine": 3,
                "nature": 2,
                "perception": 6,
                "performance": 5,
                "persuasion": 5,
                "religion": 2,
                "sleight_of_hand": 5,
                "stealth": 8,
                "survival": 9
            },
            "passive_perception": 16,
            "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/poison/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 90.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_astri_bite",
                    "attacks": [
                        {
                            "key": "tob2_astri_bite_bite-attack",
                            "distance_unit": "feet",
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D8",
                            "damage_bonus": 5,
                            "extra_damage_die_count": 2,
                            "extra_damage_die_type": "D6",
                            "extra_damage_bonus": 0,
                            "parent": "tob2_astri_bite",
                            "damage_type": null,
                            "extra_damage_type": "radiant"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 9 (1d8 + 5) piercing damage plus 7 (2d6) radiant damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_astri"
                },
                {
                    "key": "tob2_astri_defensive-counter",
                    "attacks": [],
                    "name": "Defensive Counter",
                    "desc": "When a creature within 5 feet of the astri makes an attack against a creature other than the astri, the astri can bite the attacker. To do so, the astri must be able to see the attacker.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_astri"
                },
                {
                    "key": "tob2_astri_healing-touch",
                    "attacks": [],
                    "name": "Healing Touch ",
                    "desc": "The astri touches another creature. The target magically regains 14 (3d8 + 1) hit points and is freed from any disease, poison, blindness, or deafness.",
                    "uses_type": "PER_DAY",
                    "uses_param": 3,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_astri"
                },
                {
                    "key": "tob2_astri_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The astri makes three bite attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_astri"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_attercroppe/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_attercroppe",
            "name": "Attercroppe",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "climb": 20.0,
                "swim": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api"
            ],
            "armor_class": 14,
            "hit_points": 21,
            "hit_dice": "6d4+6",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 8,
                "dexterity": 18,
                "constitution": 12,
                "intelligence": 11,
                "wisdom": 13,
                "charisma": 15
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 4,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 2
            },
            "saving_throws": {
                "dexterity": 6
            },
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 6,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 2
            },
            "skill_bonuses": {
                "acrobatics": 6,
                "perception": 5,
                "stealth": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 6,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": -1,
                "deception": 2,
                "history": 0,
                "insight": 1,
                "intimidation": 2,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 5,
                "performance": 2,
                "persuasion": 2,
                "religion": 0,
                "sleight_of_hand": 4,
                "stealth": 6,
                "survival": 1
            },
            "passive_perception": 15,
            "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": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_attercroppe_bite",
                    "attacks": [
                        {
                            "key": "tob2_attercroppe_bite_bite-attack",
                            "distance_unit": "feet",
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 4,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_attercroppe_bite",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 6 (1d4 + 4) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_attercroppe"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_august-rooster/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_august-rooster",
            "name": "August Rooster",
            "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": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "neutral evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 14,
            "hit_points": 75,
            "hit_dice": "10d8+30",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 10,
                "dexterity": 17,
                "constitution": 16,
                "intelligence": 8,
                "wisdom": 7,
                "charisma": 18
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 3,
                "intelligence": -1,
                "wisdom": -2,
                "charisma": 4
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 3,
                "intelligence": -1,
                "wisdom": -2,
                "charisma": 4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": -2,
                "arcana": -1,
                "athletics": 0,
                "deception": 4,
                "history": -1,
                "insight": -2,
                "intimidation": 4,
                "investigation": -1,
                "medicine": -2,
                "nature": -1,
                "perception": -2,
                "performance": 4,
                "persuasion": 4,
                "religion": -1,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": -2
            },
            "passive_perception": 8,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_august-rooster_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The august rooster makes two talon attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_august-rooster"
                },
                {
                    "key": "tob2_august-rooster_talon",
                    "attacks": [
                        {
                            "key": "tob2_august-rooster_talon_talon-attack",
                            "distance_unit": "feet",
                            "name": "Talon attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 3,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_august-rooster_talon",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Talon",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_august-rooster"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_aurora-horribilis/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_aurora-horribilis",
            "name": "Aurora Horribilis",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 0.0,
                "unit": "feet",
                "fly": 60.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": true,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 0.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "chaotic neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 119,
            "hit_dice": "14d10+42",
            "challenge_rating_decimal": "9.000",
            "challenge_rating_text": "9",
            "experience_points": 5000,
            "ability_scores": {
                "strength": 8,
                "dexterity": 20,
                "constitution": 17,
                "intelligence": 7,
                "wisdom": 14,
                "charisma": 21
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 5,
                "constitution": 3,
                "intelligence": -2,
                "wisdom": 2,
                "charisma": 5
            },
            "saving_throws": {
                "wisdom": 5,
                "charisma": 8
            },
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 5,
                "constitution": 3,
                "intelligence": -2,
                "wisdom": 5,
                "charisma": 8
            },
            "skill_bonuses": {
                "acrobatics": 8,
                "performance": 8
            },
            "skill_bonuses_all": {
                "acrobatics": 8,
                "animal_handling": 2,
                "arcana": -2,
                "athletics": -1,
                "deception": 5,
                "history": -2,
                "insight": 2,
                "intimidation": 5,
                "investigation": -2,
                "medicine": 2,
                "nature": -2,
                "perception": 2,
                "performance": 8,
                "persuasion": 5,
                "religion": -2,
                "sleight_of_hand": 5,
                "stealth": 5,
                "survival": 2
            },
            "passive_perception": 12,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/force/?format=api"
            ],
            "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"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_aurora-horribilis_blistering-touch",
                    "attacks": [
                        {
                            "key": "tob2_aurora-horribilis_blistering-touch_blistering-touch-attack",
                            "distance_unit": "feet",
                            "name": "Blistering Touch attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 3,
                            "damage_die_type": "D6",
                            "damage_bonus": 5,
                            "extra_damage_die_count": 3,
                            "extra_damage_die_type": "D6",
                            "extra_damage_bonus": 0,
                            "parent": "tob2_aurora-horribilis_blistering-touch",
                            "damage_type": null,
                            "extra_damage_type": "radiant"
                        }
                    ],
                    "name": "Blistering Touch",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 15 (3d6 + 5) cold damage plus 10 (3d6) radiant damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_aurora-horribilis"
                },
                {
                    "key": "tob2_aurora-horribilis_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The aurora horribilis makes two blistering touch attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_aurora-horribilis"
                },
                {
                    "key": "tob2_aurora-horribilis_void-song",
                    "attacks": [],
                    "name": "Void Song",
                    "desc": "The aurora horribilis creates a dissonant song. Each creature within 100 feet of the aurora that can hear the song must succeed on a DC 16 Wisdom saving throw or be charmed until the song ends. This song has no effect on constructs, undead, or creatures that can speak or understand Void Speech. The aurora must take a bonus action on its subsequent turns to continue singing. It can stop singing at any time. The song ends if the aurora is incapacitated.\n\nWhile charmed by the aurora, the target suffers the effects of the confusion spell and hums along with the maddening tune. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. A target that successfully saves is immune to this aurora’s song for the next 24 hours. A target that stays charmed by the aurora’s song for more than 1 minute gains one long-term madness.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_aurora-horribilis"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_avalanche-screamer/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_avalanche-screamer",
            "name": "Avalanche Screamer",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "burrow": 20.0,
                "climb": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 20.0,
                "climb": 30.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 15,
            "hit_points": 133,
            "hit_dice": "14d10+56",
            "challenge_rating_decimal": "7.000",
            "challenge_rating_text": "7",
            "experience_points": 2900,
            "ability_scores": {
                "strength": 18,
                "dexterity": 9,
                "constitution": 19,
                "intelligence": 5,
                "wisdom": 12,
                "charisma": 8
            },
            "modifiers": {
                "strength": 4,
                "dexterity": -1,
                "constitution": 4,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -1
            },
            "saving_throws": {
                "wisdom": 4
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": -1,
                "constitution": 4,
                "intelligence": -3,
                "wisdom": 4,
                "charisma": -1
            },
            "skill_bonuses": {
                "athletics": 7,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 1,
                "arcana": -3,
                "athletics": 7,
                "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": -1,
                "stealth": 5,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": 60.0,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_avalanche-screamer_bite",
                    "attacks": [
                        {
                            "key": "tob2_avalanche-screamer_bite_bite-attack",
                            "distance_unit": "feet",
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": 4,
                            "extra_damage_die_count": 2,
                            "extra_damage_die_type": "D6",
                            "extra_damage_bonus": 0,
                            "parent": "tob2_avalanche-screamer_bite",
                            "damage_type": null,
                            "extra_damage_type": "thunder"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one creature. Hit: 13 (2d8 + 4) piercing damage plus 7 (2d6) thunder damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_avalanche-screamer"
                },
                {
                    "key": "tob2_avalanche-screamer_leg",
                    "attacks": [
                        {
                            "key": "tob2_avalanche-screamer_leg_leg-attack",
                            "distance_unit": "feet",
                            "name": "Leg attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 4,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_avalanche-screamer_leg",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Leg",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one creature. Hit: 11 (2d6 + 4) piercing damage. If the avalanche screamer scores a critical hit against a creature that is Medium or smaller, the creature is impaled on the screamer’s leg and grappled (escape DC 15). Until this grapple ends, the target is restrained and takes 3 (1d6) piercing damage at the start of each of its turns. The avalanche screamer can impale up to four creatures. If it has at least one creature impaled, it can’t move. If it has four creatures impaled, it can’t make leg attacks. It can release all impaled creatures as a bonus action.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_avalanche-screamer"
                },
                {
                    "key": "tob2_avalanche-screamer_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The avalanche screamer makes three attacks: one with its bite and two with its legs.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_avalanche-screamer"
                },
                {
                    "key": "tob2_avalanche-screamer_scream",
                    "attacks": [],
                    "name": "Scream ",
                    "desc": "The avalanche screamer shrieks thunderously in a 30-foot cone. Each creature in that area must make a DC 15 Dexterity saving throw. On a failure, a creature takes 27 (6d8) thunder damage and is deafened for 1 hour. On a success, a creature takes half as much damage and isn’t deafened.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_avalanche-screamer"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_aviere/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_aviere",
            "name": "Aviere",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "fly": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 30.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api",
            "alignment": "any good",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 12,
            "hit_points": 17,
            "hit_dice": "5d4+5",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 7,
                "dexterity": 14,
                "constitution": 13,
                "intelligence": 10,
                "wisdom": 12,
                "charisma": 14
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 2
            },
            "skill_bonuses": {
                "performance": 6,
                "religion": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": -2,
                "deception": 2,
                "history": 0,
                "insight": 1,
                "intimidation": 2,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 1,
                "performance": 6,
                "persuasion": 2,
                "religion": 4,
                "sleight_of_hand": 2,
                "stealth": 2,
                "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/radiant/?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": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_aviere_claw",
                    "attacks": [
                        {
                            "key": "tob2_aviere_claw_claw-attack",
                            "distance_unit": "feet",
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 2,
                            "extra_damage_die_count": 1,
                            "extra_damage_die_type": "D8",
                            "extra_damage_bonus": 0,
                            "parent": "tob2_aviere_claw",
                            "damage_type": null,
                            "extra_damage_type": "fire"
                        }
                    ],
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) slashing damage plus 4 (1d8) fire damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_aviere"
                },
                {
                    "key": "tob2_aviere_song-of-healing",
                    "attacks": [],
                    "name": "Song of Healing ",
                    "desc": "The aviere sings a song of healing. The aviere chooses one creature within 60 feet of it. If the creature can hear the aviere’s song and isn’t an undead or a construct, it regains 1d4 hp.",
                    "uses_type": "PER_DAY",
                    "uses_param": 1,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_aviere"
                },
                {
                    "key": "tob2_aviere_song-of-life",
                    "attacks": [],
                    "name": "Song of Life",
                    "desc": "The aviere sings a song against death. The aviere chooses one creature it can see within 30 feet of it that has 0 hp and isn’t an undead or a construct. The creature becomes stable.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_aviere"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_avulzor/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_avulzor",
            "name": "Avulzor",
            "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": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "lawful 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/void-speech/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 135,
            "hit_dice": "18d10+36",
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 19,
                "dexterity": 17,
                "constitution": 14,
                "intelligence": 18,
                "wisdom": 16,
                "charisma": 15
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": 4,
                "wisdom": 3,
                "charisma": 2
            },
            "saving_throws": {
                "charisma": 5
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": 4,
                "wisdom": 3,
                "charisma": 5
            },
            "skill_bonuses": {
                "arcana": 7,
                "insight": 6,
                "intimidation": 8,
                "medicine": 6,
                "perception": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 3,
                "arcana": 7,
                "athletics": 4,
                "deception": 2,
                "history": 4,
                "insight": 6,
                "intimidation": 8,
                "investigation": 4,
                "medicine": 6,
                "nature": 4,
                "perception": 6,
                "performance": 2,
                "persuasion": 2,
                "religion": 4,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 3
            },
            "passive_perception": 16,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/stunned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 90.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_avulzor_animate-bones",
                    "attacks": [],
                    "name": "Animate Bones ",
                    "desc": "The avulzor creates a skeleton out of a pile of bones or a the corpse of a Large or smaller creature within 10 feet of it. The skeleton is under the control of the avulzor, obeying the avulzor’s mental commands, and uses the statistics of a CR 1 or lower skeleton of your choice. The avulzor can control up to three skeletons at one time. If the avulzor creates a skeleton while it already has three under its control, the oldest skeleton crumbles to dust.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_avulzor"
                },
                {
                    "key": "tob2_avulzor_claw",
                    "attacks": [
                        {
                            "key": "tob2_avulzor_claw_claw-attack",
                            "distance_unit": "feet",
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D8",
                            "damage_bonus": 4,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_avulzor_claw",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_avulzor"
                },
                {
                    "key": "tob2_avulzor_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The avulzor makes two claw attacks and two synchronized bite attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_avulzor"
                },
                {
                    "key": "tob2_avulzor_synchronized-bite",
                    "attacks": [
                        {
                            "key": "tob2_avulzor_synchronized-bite_synchronized-bite-attack",
                            "distance_unit": "feet",
                            "name": "Synchronized Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 4,
                            "damage_die_type": "D4",
                            "damage_bonus": 4,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_avulzor_synchronized-bite",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Synchronized Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 14 (4d4 + 4) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_avulzor"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_backup-holler-spider/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_backup-holler-spider",
            "name": "Backup Holler Spider",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "speed": {
                "walk": 25.0,
                "unit": "feet",
                "climb": 25.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 25.0,
                "crawl": 12.5,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 25.0,
                "swim": 12.5
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic neutral",
            "languages": [],
            "armor_class": 12,
            "hit_points": 14,
            "hit_dice": "4d4+4",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 7,
                "dexterity": 15,
                "constitution": 10,
                "intelligence": 5,
                "wisdom": 14,
                "charisma": 5
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -3,
                "wisdom": 2,
                "charisma": -3
            },
            "saving_throws": {
                "dexterity": 4
            },
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 4,
                "constitution": 0,
                "intelligence": -3,
                "wisdom": 2,
                "charisma": -3
            },
            "skill_bonuses": {
                "perception": 4,
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": -3,
                "athletics": -2,
                "deception": -3,
                "history": -3,
                "insight": 2,
                "intimidation": -3,
                "investigation": -3,
                "medicine": 2,
                "nature": -3,
                "perception": 4,
                "performance": -3,
                "persuasion": -3,
                "religion": -3,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 2
            },
            "passive_perception": 14,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": 10.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_backup-holler-spider_bite",
                    "attacks": [
                        {
                            "key": "tob2_backup-holler-spider_bite_bite-attack",
                            "distance_unit": "feet",
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 2,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_backup-holler-spider_bite",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 4 (1d4 + 2) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_backup-holler-spider"
                },
                {
                    "key": "tob2_backup-holler-spider_distressed-discharge",
                    "attacks": [],
                    "name": "Distressed Discharge ",
                    "desc": "The holler spider releases a short, distressed cacophony in a 15-foot cone. Each creature in the area must make a DC 12 Constitution saving throw, taking 5 (2d4) thunder damage on a failed save, or half as much damage on a successful one. The holler spider is pushed 15 feet in the opposite direction of the cone.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_backup-holler-spider"
                },
                {
                    "key": "tob2_backup-holler-spider_hoot",
                    "attacks": [
                        {
                            "key": "tob2_backup-holler-spider_hoot_hoot-attack",
                            "distance_unit": "feet",
                            "name": "Hoot attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": null,
                            "range": 20.0,
                            "long_range": 60.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 2,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_backup-holler-spider_hoot",
                            "damage_type": null,
                            "extra_damage_type": "thunder"
                        }
                    ],
                    "name": "Hoot",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 20/60 ft., one target. Hit: 5 (1d6 + 2) thunder damage. If the holler spider scores a critical hit, it is pushed 5 feet away from the target.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_backup-holler-spider"
                },
                {
                    "key": "tob2_backup-holler-spider_tune-up",
                    "attacks": [],
                    "name": "Tune Up",
                    "desc": "When an ally within 15 feet of the backup holler spider casts a spell that deals thunder damage, the backup holler spider chooses one of the spell’s targets. That target has disadvantage on the saving throw against the spell.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_backup-holler-spider"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_baliri-demon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_baliri-demon",
            "name": "Baliri Demon",
            "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/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": 17,
            "hit_points": 190,
            "hit_dice": "20d8+100",
            "challenge_rating_decimal": "14.000",
            "challenge_rating_text": "14",
            "experience_points": 11500,
            "ability_scores": {
                "strength": 22,
                "dexterity": 16,
                "constitution": 20,
                "intelligence": 13,
                "wisdom": 17,
                "charisma": 14
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 3,
                "constitution": 5,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 2
            },
            "saving_throws": {
                "strength": 11,
                "dexterity": 8,
                "constitution": 10,
                "wisdom": 8
            },
            "saving_throws_all": {
                "strength": 11,
                "dexterity": 8,
                "constitution": 10,
                "intelligence": 1,
                "wisdom": 8,
                "charisma": 2
            },
            "skill_bonuses": {
                "perception": 8,
                "persuasion": 7,
                "religion": 6,
                "stealth": 8
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 3,
                "arcana": 1,
                "athletics": 6,
                "deception": 2,
                "history": 1,
                "insight": 3,
                "intimidation": 2,
                "investigation": 1,
                "medicine": 3,
                "nature": 1,
                "perception": 8,
                "performance": 2,
                "persuasion": 7,
                "religion": 6,
                "sleight_of_hand": 3,
                "stealth": 8,
                "survival": 3
            },
            "passive_perception": 17,
            "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": 90.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_baliri-demon_bite",
                    "attacks": [
                        {
                            "key": "tob2_baliri-demon_bite_bite-attack",
                            "distance_unit": "feet",
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 11,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D10",
                            "damage_bonus": 6,
                            "extra_damage_die_count": 3,
                            "extra_damage_die_type": "D6",
                            "extra_damage_bonus": 0,
                            "parent": "tob2_baliri-demon_bite",
                            "damage_type": null,
                            "extra_damage_type": "necrotic"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 17 (2d10 + 6) piercing damage plus 10 (3d6) necrotic damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_baliri-demon"
                },
                {
                    "key": "tob2_baliri-demon_blood-bray",
                    "attacks": [],
                    "name": "Blood Bray ",
                    "desc": "The baliri demon unleashes an otherworldly braying that causes the internal organs of nearby creatures to twist and rupture. Each creature within 20 feet of the baliri that can hear it must make a DC 18 Constitution saving throw. On a failure, the creature takes 36 (8d8) necrotic damage and is stunned until the end of its next turn as it doubles over in agony. On a success, the creature takes half the damage and isn’t stunned. The bray doesn’t affect creatures without internal organs, such as constructs, elementals, and oozes.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 6,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_baliri-demon"
                },
                {
                    "key": "tob2_baliri-demon_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The baliri demon makes three attacks: one with its bite and two with its pincers.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_baliri-demon"
                },
                {
                    "key": "tob2_baliri-demon_pincers",
                    "attacks": [
                        {
                            "key": "tob2_baliri-demon_pincers_pincers-attack",
                            "distance_unit": "feet",
                            "name": "Pincers attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 11,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": 6,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_baliri-demon_pincers",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Pincers",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 15 (2d8 + 6) slashing damage. If the baliri demon scores a critical hit against a creature, roll a d6. On a 1-3, it severs the target’s arm, and on a 4-6 it severs the target’s leg. A creature missing an arm can’t wield weapons that require two hands, and if a creature is missing a leg, its speed is halved. Creatures without limbs are unaffected.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_baliri-demon"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_balloon-spider/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_balloon-spider",
            "name": "Balloon Spider",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "fly": 40.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": true,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 13,
            "hit_points": 36,
            "hit_dice": "8d8",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 10,
                "dexterity": 16,
                "constitution": 10,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 4
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "skill_bonuses": {
                "perception": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 0,
                "deception": -3,
                "history": -4,
                "insight": 1,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 3,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 1
            },
            "passive_perception": 13,
            "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": 60.0,
            "blindsight_range": 10.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_balloon-spider_bite",
                    "attacks": [
                        {
                            "key": "tob2_balloon-spider_bite_bite-attack",
                            "distance_unit": "feet",
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 2,
                            "extra_damage_die_count": 2,
                            "extra_damage_die_type": "D4",
                            "extra_damage_bonus": 0,
                            "parent": "tob2_balloon-spider_bite",
                            "damage_type": null,
                            "extra_damage_type": "lightning"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 5 (1d6 + 2) piercing damage plus 5 (2d4) lightning damage, and the target must succeed on a DC 12 Constitution saving throw or it can move or take an action on its turn, but not both.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_balloon-spider"
                },
                {
                    "key": "tob2_balloon-spider_charged-web",
                    "attacks": [
                        {
                            "key": "tob2_balloon-spider_charged-web_charged-web-attack",
                            "distance_unit": "feet",
                            "name": "Charged Web  attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": null,
                            "range": 40.0,
                            "long_range": 80.0,
                            "target_creature_only": false,
                            "damage_die_count": null,
                            "damage_die_type": null,
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_balloon-spider_charged-web",
                            "damage_type": null,
                            "extra_damage_type": "lightning"
                        }
                    ],
                    "name": "Charged Web ",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 40/80 ft., one creature. Hit: The target is grappled (escape DC 13) by strands of charged webbing and begins to hover off the ground. Until this grapple ends, the target takes 1 lightning damage at the start of each of its turns. In addition, the grappled target can make a DC 12 Dexterity (Acrobatics) check to manipulate the strands of webbing and fly 10 feet in any direction.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 4,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_balloon-spider"
                },
                {
                    "key": "tob2_balloon-spider_draw-in",
                    "attacks": [],
                    "name": "Draw In",
                    "desc": "The balloon spider magically pulls all creatures grappled by its webbing up to 10 feet toward it. If this movement pulls the creature within 5 feet of the balloon spider, the spider can make one bite attack against the creature as a bonus action.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_balloon-spider"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_barometz/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_barometz",
            "name": "Barometz",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?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": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api",
            "alignment": "chaotic neutral",
            "languages": [],
            "armor_class": 15,
            "hit_points": 95,
            "hit_dice": "10d10+40",
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 16,
                "dexterity": 11,
                "constitution": 18,
                "intelligence": 5,
                "wisdom": 16,
                "charisma": 13
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": -3,
                "wisdom": 3,
                "charisma": 1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": -3,
                "wisdom": 3,
                "charisma": 1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 3,
                "arcana": -3,
                "athletics": 3,
                "deception": 1,
                "history": -3,
                "insight": 3,
                "intimidation": 1,
                "investigation": -3,
                "medicine": 3,
                "nature": -3,
                "perception": 3,
                "performance": 1,
                "persuasion": 1,
                "religion": -3,
                "sleight_of_hand": 0,
                "stealth": 0,
                "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/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",
                "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": "tob2_barometz_gore",
                    "attacks": [
                        {
                            "key": "tob2_barometz_gore_gore-attack",
                            "distance_unit": "feet",
                            "name": "Gore attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D10",
                            "damage_bonus": 3,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_barometz_gore",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Gore",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 14 (2d10 + 3) piercing damage. If the target is Medium or smaller, it must succeed on a DC 14 Strength saving throw or be knocked prone.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_barometz"
                },
                {
                    "key": "tob2_barometz_hooves",
                    "attacks": [
                        {
                            "key": "tob2_barometz_hooves_hooves-attack",
                            "distance_unit": "feet",
                            "name": "Hooves attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": 3,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_barometz_hooves",
                            "damage_type": null,
                            "extra_damage_type": "bludgeoning"
                        }
                    ],
                    "name": "Hooves",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_barometz"
                },
                {
                    "key": "tob2_barometz_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The barometz makes two attacks: one with its gore and one with its hooves.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_barometz"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_bearing-golem/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_bearing-golem",
            "name": "Bearing Golem",
            "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/construct/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 16,
            "hit_points": 75,
            "hit_dice": "10d8+30",
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 9,
                "dexterity": 18,
                "constitution": 16,
                "intelligence": 8,
                "wisdom": 12,
                "charisma": 3
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 4,
                "constitution": 3,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": -4
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 4,
                "constitution": 3,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": -4
            },
            "skill_bonuses": {
                "perception": 3,
                "stealth": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 1,
                "arcana": -1,
                "athletics": -1,
                "deception": -4,
                "history": -1,
                "insight": 1,
                "intimidation": -4,
                "investigation": -1,
                "medicine": 1,
                "nature": -1,
                "perception": 3,
                "performance": -4,
                "persuasion": -4,
                "religion": -1,
                "sleight_of_hand": 4,
                "stealth": 7,
                "survival": 1
            },
            "passive_perception": 13,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/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"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": 30.0,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_bearing-golem_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The golem makes two slam attacks. Alternatively, it uses its Steel Shot twice.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_bearing-golem"
                },
                {
                    "key": "tob2_bearing-golem_scattershot",
                    "attacks": [],
                    "name": "Scattershot ",
                    "desc": "The golem’s body explodes. Each creature within 15 feet of the golem must make a DC 15 Dexterity saving throw. On a failure, a creature takes 36 (8d8) bludgeoning damage and is knocked prone. On a success, a creature takes half the damage and isn’t knocked prone. The golem immediately scatters.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_bearing-golem"
                },
                {
                    "key": "tob2_bearing-golem_slam",
                    "attacks": [
                        {
                            "key": "tob2_bearing-golem_slam_slam-attack",
                            "distance_unit": "feet",
                            "name": "Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": 4,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_bearing-golem_slam",
                            "damage_type": null,
                            "extra_damage_type": "bludgeoning"
                        }
                    ],
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_bearing-golem"
                },
                {
                    "key": "tob2_bearing-golem_steel-shot",
                    "attacks": [
                        {
                            "key": "tob2_bearing-golem_steel-shot_steel-shot-attack",
                            "distance_unit": "feet",
                            "name": "Steel Shot attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": null,
                            "range": 30.0,
                            "long_range": 120.0,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 4,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_bearing-golem_steel-shot",
                            "damage_type": null,
                            "extra_damage_type": "bludgeoning"
                        }
                    ],
                    "name": "Steel Shot",
                    "desc": "Ranged Weapon Attack: +7 to hit, range 30/120 ft., one target. Hit: 11 (2d6 + 4) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_bearing-golem"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_befouled-weird/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_befouled-weird",
            "name": "Befouled Weird",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "swim": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 60.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api",
            "alignment": "neutral evil",
            "languages": [],
            "armor_class": 14,
            "hit_points": 75,
            "hit_dice": "10d8+30",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 17,
                "dexterity": 14,
                "constitution": 16,
                "intelligence": 5,
                "wisdom": 12,
                "charisma": 7
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -3,
                "athletics": 3,
                "deception": -2,
                "history": -3,
                "insight": 1,
                "intimidation": -2,
                "investigation": -3,
                "medicine": 1,
                "nature": -3,
                "perception": 1,
                "performance": -2,
                "persuasion": -2,
                "religion": -3,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [
                "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/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",
                "https://api-beta.open5e.com/v2/conditions/grappled/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api",
                "https://api-beta.open5e.com/v2/conditions/restrained/?format=api",
                "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_befouled-weird_drown-in-filth",
                    "attacks": [],
                    "name": "Drown in Filth ",
                    "desc": "A creature in the befouled weird’s space must make a DC 13 Strength saving throw. On a failure, the target takes 10 (2d6 + 3) bludgeoning damage and 7 (2d6) necrotic damage, and, if it is Medium or smaller, it is grappled (escape DC 13). Until this grapple ends, the target is restrained and unable to breathe unless it can breathe water. If the saving throw is successful, the target is pushed out of the weird’s space. At the start of each of the weird’s turns, the grappled target takes 10 (2d6 + 3) bludgeoning damage and 7 (2d6) necrotic damage, and it must make a DC 13 Constitution saving throw or become infected with parasitic amoebas. A creature within 5 feet of the weird can pull the target out of it by taking an action to make a DC 13 Strength check and succeeding.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 4,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_befouled-weird"
                },
                {
                    "key": "tob2_befouled-weird_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The befouled weird makes two slam attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_befouled-weird"
                },
                {
                    "key": "tob2_befouled-weird_slam",
                    "attacks": [
                        {
                            "key": "tob2_befouled-weird_slam_slam-attack",
                            "distance_unit": "feet",
                            "name": "Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 3,
                            "extra_damage_die_count": 2,
                            "extra_damage_die_type": "D6",
                            "extra_damage_bonus": 0,
                            "parent": "tob2_befouled-weird_slam",
                            "damage_type": null,
                            "extra_damage_type": "necrotic"
                        }
                    ],
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) bludgeoning damage plus 7 (2d6) necrotic damage. If the target is a creature, it must succeed on a DC 13 Constitution saving throw or become infected with parasitic amoebas (see the Parasitic Amoebas trait).",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_befouled-weird"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_black-crier/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_black-crier",
            "name": "Black Crier",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 30.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": true,
                "fly": 30.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api",
            "alignment": "neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/druidic/?format=api",
                "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/gnomish/?format=api",
                "https://api-beta.open5e.com/v2/languages/goblin/?format=api",
                "https://api-beta.open5e.com/v2/languages/halfling/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "https://api-beta.open5e.com/v2/languages/orc/?format=api",
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "https://api-beta.open5e.com/v2/languages/thieves-cant/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api",
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 150,
            "hit_dice": "20d8+60",
            "challenge_rating_decimal": "11.000",
            "challenge_rating_text": "11",
            "experience_points": 7200,
            "ability_scores": {
                "strength": 14,
                "dexterity": 19,
                "constitution": 16,
                "intelligence": 11,
                "wisdom": 20,
                "charisma": 12
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 4,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 5,
                "charisma": 1
            },
            "saving_throws": {
                "dexterity": 8,
                "intelligence": 4,
                "wisdom": 9
            },
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 8,
                "constitution": 3,
                "intelligence": 4,
                "wisdom": 9,
                "charisma": 1
            },
            "skill_bonuses": {
                "history": 4,
                "perception": 9,
                "performance": 9,
                "religion": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 5,
                "arcana": 0,
                "athletics": 2,
                "deception": 1,
                "history": 4,
                "insight": 5,
                "intimidation": 1,
                "investigation": 0,
                "medicine": 5,
                "nature": 0,
                "perception": 9,
                "performance": 9,
                "persuasion": 1,
                "religion": 4,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 5
            },
            "passive_perception": 15,
            "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/necrotic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api",
                "https://api-beta.open5e.com/v2/conditions/stunned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_black-crier_bell",
                    "attacks": [
                        {
                            "key": "tob2_black-crier_bell_bell-attack",
                            "distance_unit": "feet",
                            "name": "Bell attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D8",
                            "damage_bonus": 4,
                            "extra_damage_die_count": 4,
                            "extra_damage_die_type": "D6",
                            "extra_damage_bonus": 0,
                            "parent": "tob2_black-crier_bell",
                            "damage_type": null,
                            "extra_damage_type": "necrotic"
                        }
                    ],
                    "name": "Bell",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 4) bludgeoning damage plus 14 (4d6) necrotic damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_black-crier"
                },
                {
                    "key": "tob2_black-crier_bell-toll",
                    "attacks": [],
                    "name": "Bell Toll",
                    "desc": "The black crier targets one creature it can see within 60 feet of it. The creature must make a DC 17 Wisdom saving throw. On a failure, the target takes 14 (4d6) necrotic damage and is frightened until the end of its next turn. On a success, the target takes half the damage and isn’t frightened. If the saving throw fails by 5 or more, the target suffers one level of exhaustion.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_black-crier"
                },
                {
                    "key": "tob2_black-crier_criers-lament",
                    "attacks": [],
                    "name": "Crier’s Lament ",
                    "desc": "The black crier unleashes a devastating peal of anguish and rage in a 30-foot cone. Each creature in the area must make a DC 16 Charisma saving throw. On a failure, a creature drops to 0 hp. On a success, a creature takes 21 (6d6) psychic damage and is frightened for 1 minute. A frightened creature can repeat 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": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_black-crier"
                },
                {
                    "key": "tob2_black-crier_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The black crier uses its Bell Toll. It then makes two melee attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_black-crier"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_bleakheart/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_bleakheart",
            "name": "Bleakheart",
            "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/undead/?format=api",
            "alignment": "neutral evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 12,
            "hit_points": 66,
            "hit_dice": "12d8+12",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 10,
                "dexterity": 15,
                "constitution": 12,
                "intelligence": 10,
                "wisdom": 10,
                "charisma": 16
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 3
            },
            "skill_bonuses": {
                "persuasion": 5,
                "stealth": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 0,
                "deception": 3,
                "history": 0,
                "insight": 0,
                "intimidation": 3,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 0,
                "performance": 3,
                "persuasion": 5,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 6,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_bleakheart_disheartening-touch",
                    "attacks": [
                        {
                            "key": "tob2_bleakheart_disheartening-touch_disheartening-touch-attack",
                            "distance_unit": "feet",
                            "name": "Disheartening Touch attack",
                            "attack_type": "SPELL",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 3,
                            "damage_die_type": "D6) psychic",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_bleakheart_disheartening-touch",
                            "damage_type": null,
                            "extra_damage_type": "psychic"
                        }
                    ],
                    "name": "Disheartening Touch",
                    "desc": "Melee Spell Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (3d6) psychic damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_bleakheart"
                },
                {
                    "key": "tob2_bleakheart_steal-joy",
                    "attacks": [],
                    "name": "Steal Joy ",
                    "desc": "Each creature of the bleakheart’s choice that is within 20 feet of the bleakheart and aware of it must succeed on a DC 13 Wisdom saving throw or its Charisma score is reduced by 1d4. A creature that has taken psychic damage from the bleakheart’s Disheartening Touch within the last minute has disadvantage on this saving throw. A creature that has its Charisma reduced to 0 ends its life at the earliest opportunity, and a new bleakheart rises from its corpse 1d4 hours later. Otherwise, the Charisma reduction lasts until the target finishes a long rest.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_bleakheart"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_bloated-ghoul/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_bloated-ghoul",
            "name": "Bloated Ghoul",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?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": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api",
            "alignment": "neutral evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api"
            ],
            "armor_class": 14,
            "hit_points": 142,
            "hit_dice": "19d8+57",
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 17,
                "dexterity": 10,
                "constitution": 16,
                "intelligence": 11,
                "wisdom": 12,
                "charisma": 13
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": 3,
                "deception": 1,
                "history": 0,
                "insight": 1,
                "intimidation": 1,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 1,
                "performance": 1,
                "persuasion": 1,
                "religion": 0,
                "sleight_of_hand": 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/necrotic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_bloated-ghoul_bite",
                    "attacks": [
                        {
                            "key": "tob2_bloated-ghoul_bite_bite-attack",
                            "distance_unit": "feet",
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 3,
                            "damage_die_type": "D8",
                            "damage_bonus": 3,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_bloated-ghoul_bite",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 16 (3d8 + 3) piercing damage, and, if the target is a humanoid, it must succeed on a DC 14 Constitution saving throw or contract darakhul fever.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_bloated-ghoul"
                },
                {
                    "key": "tob2_bloated-ghoul_claw",
                    "attacks": [
                        {
                            "key": "tob2_bloated-ghoul_claw_claw-attack",
                            "distance_unit": "feet",
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 3,
                            "damage_die_type": "D6",
                            "damage_bonus": 3,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_bloated-ghoul_claw",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 13 (3d6 + 3) slashing damage. If the target is a creature other than an undead, it must succeed on a DC 14 Constitution saving throw or have its speed halved and have disadvantage on Dexterity-based checks and saving throws 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": null,
                    "legendary_cost": null,
                    "parent": "tob2_bloated-ghoul"
                },
                {
                    "key": "tob2_bloated-ghoul_hideous-feast",
                    "attacks": [],
                    "name": "Hideous Feast",
                    "desc": "The bloated ghoul feeds on a corpse within 5 feet of it that is less than 1 week old. It regains 1d8 hit points per size category of the creature it consumes. For example, the ghoul regains 1d8 hit points when consuming a Tiny creature or 4d8 hit points when consuming a Large creature. The bloated ghoul can’t use Hideous Feast on a corpse if it or another bloated ghoul has already used Hideous Feast on the corpse.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_bloated-ghoul"
                },
                {
                    "key": "tob2_bloated-ghoul_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The bloated ghoul makes one bite attack and one claw attack.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_bloated-ghoul"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_blood-imp/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_blood-imp",
            "name": "Blood 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": null,
            "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": 14,
            "hit_dice": "4d4+4",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 6,
                "dexterity": 14,
                "constitution": 13,
                "intelligence": 12,
                "wisdom": 11,
                "charisma": 14
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 2
            },
            "skill_bonuses": {
                "persuasion": 4,
                "religion": 5,
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 1,
                "athletics": -2,
                "deception": 2,
                "history": 1,
                "insight": 0,
                "intimidation": 2,
                "investigation": 1,
                "medicine": 0,
                "nature": 1,
                "perception": 0,
                "performance": 2,
                "persuasion": 4,
                "religion": 5,
                "sleight_of_hand": 2,
                "stealth": 4,
                "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/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_blood-imp_spew-blood",
                    "attacks": [
                        {
                            "key": "tob2_blood-imp_spew-blood_spew-blood-attack",
                            "distance_unit": "feet",
                            "name": "Spew Blood attack",
                            "attack_type": "SPELL",
                            "to_hit_mod": 4,
                            "reach": null,
                            "range": 20.0,
                            "long_range": 60.0,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D4) poison",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_blood-imp_spew-blood",
                            "damage_type": null,
                            "extra_damage_type": "poison"
                        }
                    ],
                    "name": "Spew Blood",
                    "desc": "Ranged Spell Attack: +4 to hit, range 20/60 ft., one target. Hit: 5 (2d4) poison damage, and the target must succeed on a DC 10 Constitution saving throw or be poisoned until the end of its next turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_blood-imp"
                },
                {
                    "key": "tob2_blood-imp_sting",
                    "attacks": [
                        {
                            "key": "tob2_blood-imp_sting_sting-attack",
                            "distance_unit": "feet",
                            "name": "Sting attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 2,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_blood-imp_sting",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Sting",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_blood-imp"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_bloodsapper/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_bloodsapper",
            "name": "Bloodsapper",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "climb": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 14,
            "hit_points": 90,
            "hit_dice": "12d8+36",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 16,
                "dexterity": 14,
                "constitution": 16,
                "intelligence": 5,
                "wisdom": 12,
                "charisma": 7
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws": {
                "constitution": 5
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 5,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 3,
                "stealth": 4,
                "survival": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -3,
                "athletics": 3,
                "deception": -2,
                "history": -3,
                "insight": 1,
                "intimidation": -2,
                "investigation": -3,
                "medicine": 1,
                "nature": -3,
                "perception": 3,
                "performance": -2,
                "persuasion": -2,
                "religion": -3,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 3
            },
            "passive_perception": 13,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_bloodsapper_bloody-breath",
                    "attacks": [],
                    "name": "Bloody Breath ",
                    "desc": "The bloodsapper can expel a 15-foot cone of acrid gas and blood from its bladder. Each creature in the area must make a DC 13 Constitution saving throw. On a failure, a creature takes 14 (4d6) acid damage and is poisoned for 1 minute. On a success, a creature takes half the damage and isn’t poisoned. A poisoned creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. Once a bloodsapper uses its Bloody Breath, it can’t use Bloody Breath again until it has drained at least 25 hp of blood from a creature.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_bloodsapper"
                },
                {
                    "key": "tob2_bloodsapper_claw",
                    "attacks": [
                        {
                            "key": "tob2_bloodsapper_claw_claw-attack",
                            "distance_unit": "feet",
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 3,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_bloodsapper_claw",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_bloodsapper"
                },
                {
                    "key": "tob2_bloodsapper_draining-tongue",
                    "attacks": [
                        {
                            "key": "tob2_bloodsapper_draining-tongue_draining-tongue-attack",
                            "distance_unit": "feet",
                            "name": "Draining Tongue attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 15.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": 3,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_bloodsapper_draining-tongue",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Draining Tongue",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 15 ft., one target. Hit: 12 (2d8 + 3) piercing damage, and the bloodsapper attaches to the target. While attached, the bloodsapper doesn’t attack. Instead, at the start of each of the bloodsapper’s turns, the target loses 12 (2d8 + 3) hp due to blood loss. The bloodsapper can detach itself from a target by spending 5 feet of its movement, which it does once it has drained 25 hp from the target or the target dies. A creature, including the target, can take its action to detach the bloodsapper’s tongue by succeeding on a DC 14 Strength check. Alternatively, the bloodsapper’s tongue can be attacked and severed (AC 12; hp 20). The bloodsapper regrows a severed tongue when it completes a long rest or when it reduces a creature to 0 hp.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_bloodsapper"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_bloodstone-sentinel/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_bloodstone-sentinel",
            "name": "Bloodstone Sentinel",
            "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": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "neutral evil",
            "languages": [],
            "armor_class": 15,
            "hit_points": 114,
            "hit_dice": "11d10+48",
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 18,
                "dexterity": 7,
                "constitution": 18,
                "intelligence": 8,
                "wisdom": 10,
                "charisma": 16
            },
            "modifiers": {
                "strength": 4,
                "dexterity": -2,
                "constitution": 4,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": 3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": -2,
                "constitution": 4,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": 3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -2,
                "animal_handling": 0,
                "arcana": -1,
                "athletics": 4,
                "deception": 3,
                "history": -1,
                "insight": 0,
                "intimidation": 3,
                "investigation": -1,
                "medicine": 0,
                "nature": -1,
                "perception": 0,
                "performance": 3,
                "persuasion": 3,
                "religion": -1,
                "sleight_of_hand": -2,
                "stealth": -2,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_immunity": true,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_bloodstone-sentinel_claw",
                    "attacks": [
                        {
                            "key": "tob2_bloodstone-sentinel_claw_claw-attack",
                            "distance_unit": "feet",
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": 4,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_bloodstone-sentinel_claw",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 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": null,
                    "parent": "tob2_bloodstone-sentinel"
                },
                {
                    "key": "tob2_bloodstone-sentinel_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The bloodstone sentinel makes two claw attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_bloodstone-sentinel"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_bone-colossus/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_bone-colossus",
            "name": "Bone Colossus",
            "size": "https://api-beta.open5e.com/v2/sizes/gargantuan/?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/undead/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 181,
            "hit_dice": "11d20+66",
            "challenge_rating_decimal": "13.000",
            "challenge_rating_text": "13",
            "experience_points": 10000,
            "ability_scores": {
                "strength": 24,
                "dexterity": 11,
                "constitution": 22,
                "intelligence": 14,
                "wisdom": 16,
                "charisma": 16
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 0,
                "constitution": 6,
                "intelligence": 2,
                "wisdom": 3,
                "charisma": 3
            },
            "saving_throws": {
                "constitution": 11,
                "wisdom": 8
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 0,
                "constitution": 11,
                "intelligence": 2,
                "wisdom": 8,
                "charisma": 3
            },
            "skill_bonuses": {
                "intimidation": 13,
                "perception": 8
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 3,
                "arcana": 2,
                "athletics": 7,
                "deception": 3,
                "history": 2,
                "insight": 3,
                "intimidation": 13,
                "investigation": 2,
                "medicine": 3,
                "nature": 2,
                "perception": 8,
                "performance": 3,
                "persuasion": 3,
                "religion": 2,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 3
            },
            "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/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob2_bone-colossus_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The bone colossus makes two attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_bone-colossus"
                },
                {
                    "key": "tob2_bone-colossus_razor-teeth",
                    "attacks": [
                        {
                            "key": "tob2_bone-colossus_razor-teeth-swarm-form-only_razor-teeth-swarm-form-only-attack",
                            "distance_unit": "feet",
                            "name": "Razor Teeth (Swarm Form Only) attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 12,
                            "reach": 0.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 6,
                            "damage_die_type": "D6) piercing",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_bone-colossus_razor-teeth",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Razor Teeth",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 0 ft., one target in the swarm’s space. Hit: 21 (6d6) piercing damage, or 10 (3d6) piercing damage if the swarm has half its hp or fewer.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": "Swarm Form Only",
                    "legendary_cost": null,
                    "parent": "tob2_bone-colossus"
                },
                {
                    "key": "tob2_bone-colossus_thunderous-slam",
                    "attacks": [
                        {
                            "key": "tob2_bone-colossus_thunderous-slam-colossus-form-only_thunderous-slam-colossus-form-only-attack",
                            "distance_unit": "feet",
                            "name": "Thunderous Slam (Colossus Form Only) attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 12,
                            "reach": 15.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 4,
                            "damage_die_type": "D10",
                            "damage_bonus": 7,
                            "extra_damage_die_count": 3,
                            "extra_damage_die_type": "D6",
                            "extra_damage_bonus": 0,
                            "parent": "tob2_bone-colossus_thunderous-slam",
                            "damage_type": null,
                            "extra_damage_type": "thunder"
                        }
                    ],
                    "name": "Thunderous Slam",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 15 ft., one target. Hit: 29 (4d10 + 7) bludgeoning damage plus 10 (3d6) thunder damage, and the target must succeed on a DC 18 Strength saving throw or be knocked prone.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": "Colossus Form Only",
                    "legendary_cost": null,
                    "parent": "tob2_bone-colossus"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_boneshard-wraith/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob2/?format=api",
            "key": "tob2_boneshard-wraith",
            "name": "Boneshard Wraith",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 15.0,
                "unit": "feet",
                "fly": 60.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 15.0,
                "crawl": 7.5,
                "hover": true,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 7.5,
                "swim": 7.5
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api",
            "alignment": "neutral evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 127,
            "hit_dice": "15d8+60",
            "challenge_rating_decimal": "12.000",
            "challenge_rating_text": "12",
            "experience_points": 8400,
            "ability_scores": {
                "strength": 16,
                "dexterity": 13,
                "constitution": 18,
                "intelligence": 13,
                "wisdom": 14,
                "charisma": 8
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 4,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": -1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 4,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": -1
            },
            "skill_bonuses": {
                "perception": 6,
                "stealth": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 2,
                "arcana": 1,
                "athletics": 3,
                "deception": -1,
                "history": 1,
                "insight": 2,
                "intimidation": -1,
                "investigation": 1,
                "medicine": 2,
                "nature": 1,
                "perception": 6,
                "performance": -1,
                "persuasion": -1,
                "religion": 1,
                "sleight_of_hand": 1,
                "stealth": 7,
                "survival": 2
            },
            "passive_perception": 16,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/grappled/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api",
                "https://api-beta.open5e.com/v2/conditions/restrained/?format=api",
                "https://api-beta.open5e.com/v2/conditions/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": "tob2_boneshard-wraith_boneshard-cyclone",
                    "attacks": [],
                    "name": "Boneshard Cyclone ",
                    "desc": "The wraith chooses a creature it can see within 60 feet of it. The target must make a DC 16 Strength saving throw. On a failure, a creature takes 20 (3d12) slashing damage and 27 (6d8) necrotic damage and is enveloped in a whirlwind of sharp bone fragments for 1 minute or until the wraith dies. On a success, a creature takes half the damage and isn’t enveloped. While enveloped, a creature is blinded and deafened and takes 18 (4d8) necrotic damage at the start of each of its turns. It can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature dies while enveloped, it rises as a boneshard wraith on the next new moon unless it is restored to life or the bless spell is cast on the remains.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_boneshard-wraith"
                },
                {
                    "key": "tob2_boneshard-wraith_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The wraith makes two spectral claw attacks. If both attacks damage the same creature, the target must make a DC 16 Constitution saving throw or be paralyzed 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": null,
                    "legendary_cost": null,
                    "parent": "tob2_boneshard-wraith"
                },
                {
                    "key": "tob2_boneshard-wraith_spectral-claw",
                    "attacks": [
                        {
                            "key": "tob2_boneshard-wraith_spectral-claw_spectral-claw-attack",
                            "distance_unit": "feet",
                            "name": "Spectral Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": 15.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 4,
                            "damage_die_type": "D8",
                            "damage_bonus": 3,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob2_boneshard-wraith_spectral-claw",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Spectral Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 15 ft., one target. Hit: 21 (4d8 + 3) slashing damage, and the target must succeed on a DC 16 Constitution saving throw or suffer 1 level of exhaustion. A creature can suffer no more than 2 levels of exhaustion from the wraith’s Spectral Claws.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob2_boneshard-wraith"
                }
            ],
            "creaturesets": [],
            "environments": []
        }
    ]
}