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

GET /v2/creatures/?format=api&ordering=-environments&page=5
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=6",
    "previous": "https://api-beta.open5e.com/v2/creatures/?format=api&ordering=-environments&page=4",
    "results": [
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_nightgarm/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_nightgarm",
            "name": "Nightgarm",
            "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/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/goblin/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 114,
            "hit_dice": "12d10+48",
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 20,
                "dexterity": 14,
                "constitution": 18,
                "intelligence": 10,
                "wisdom": 15,
                "charisma": 16
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 3
            },
            "skill_bonuses": {
                "perception": 5,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": 5,
                "deception": 3,
                "history": 0,
                "insight": 2,
                "intimidation": 3,
                "investigation": 0,
                "medicine": 2,
                "nature": 0,
                "perception": 5,
                "performance": 3,
                "persuasion": 3,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 5,
                "survival": 2
            },
            "passive_perception": 15,
            "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/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": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_nightgarm_bite",
                    "attacks": [
                        {
                            "key": "tob_nightgarm_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": 4,
                            "damage_die_type": "D10",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_nightgarm_bite",
                            "damage_type": null,
                            "extra_damage_type": "acid"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 27 (4d10 + 5) piercing damage, and a Medium or smaller target must succeed on a DC 15 Strength saving throw or be swallowed whole. A swallowed creature is blinded and restrained and has total cover against attacks and other effects outside the nightgarm. It takes 21 (6d6) acid damage at the start of each of the nightgarm's turns. A nightgarm can have only one creature swallowed at a time. If the nightgarm takes 25 damage or more on a single turn from the swallowed creature, the nightgarm must succeed on a DC 14 Constitution saving throw at the end of that turn or regurgitate the creature, which falls prone within 5 feet of the nightgarm. If the nightgarm dies, a swallowed creature is no longer restrained by it and can escape from the corpse by using 10 feet of movement, exiting prone.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_nightgarm"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_noctiny/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_noctiny",
            "name": "Noctiny",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "neutral evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 52,
            "hit_dice": "8d8+16",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 12,
                "dexterity": 13,
                "constitution": 14,
                "intelligence": 10,
                "wisdom": 11,
                "charisma": 16
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 1,
                "deception": 3,
                "history": 0,
                "insight": 0,
                "intimidation": 3,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 0,
                "performance": 3,
                "persuasion": 3,
                "religion": 0,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "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": null,
            "actions": [
                {
                    "key": "tob_noctiny_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The noctiny makes two melee attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_noctiny"
                },
                {
                    "key": "tob_noctiny_pact-staff",
                    "attacks": [
                        {
                            "key": "tob_noctiny_pact-staff_pact-staff-attack",
                            "distance_unit": "feet",
                            "name": "Pact Staff attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_noctiny_pact-staff",
                            "damage_type": null,
                            "extra_damage_type": "bludgeoning"
                        }
                    ],
                    "name": "Pact Staff",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) bludgeoning damage or 8 (1d8 + 4) bludgeoning damage if used in two hands.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_noctiny"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_orobas-devil/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_orobas-devil",
            "name": "Orobas Devil",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "lawful evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api"
            ],
            "armor_class": 19,
            "hit_points": 261,
            "hit_dice": "14d10+126",
            "challenge_rating_decimal": "14.000",
            "challenge_rating_text": "14",
            "experience_points": 11500,
            "ability_scores": {
                "strength": 26,
                "dexterity": 14,
                "constitution": 28,
                "intelligence": 23,
                "wisdom": 26,
                "charisma": 21
            },
            "modifiers": {
                "strength": 8,
                "dexterity": 2,
                "constitution": 9,
                "intelligence": 6,
                "wisdom": 8,
                "charisma": 5
            },
            "saving_throws": {
                "strength": 12,
                "dexterity": 7,
                "constitution": 14,
                "wisdom": 13
            },
            "saving_throws_all": {
                "strength": 12,
                "dexterity": 7,
                "constitution": 14,
                "intelligence": 6,
                "wisdom": 13,
                "charisma": 5
            },
            "skill_bonuses": {
                "deception": 10,
                "history": 11,
                "insight": 13,
                "perception": 13,
                "persuasion": 10
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 8,
                "arcana": 6,
                "athletics": 8,
                "deception": 10,
                "history": 11,
                "insight": 13,
                "intimidation": 5,
                "investigation": 6,
                "medicine": 8,
                "nature": 6,
                "perception": 13,
                "performance": 5,
                "persuasion": 10,
                "religion": 6,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 8
            },
            "passive_perception": 23,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 90.0,
            "actions": [
                {
                    "key": "tob_orobas-devil_bite",
                    "attacks": [],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 18 (3d6 + 8) piercing damage. The target must succeed on a DC 18 Constitution saving throw or become poisoned. While poisoned in this way, the target can't regain hit points and it takes 14 (4d6) poison damage at the start of each of its turns. The poisoned target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_orobas-devil"
                },
                {
                    "key": "tob_orobas-devil_claw",
                    "attacks": [],
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 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": "tob_orobas-devil"
                },
                {
                    "key": "tob_orobas-devil_flail",
                    "attacks": [],
                    "name": "Flail",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 17 (2d8 + 8) bludgeoning damage plus 18 (4d8) acid damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_orobas-devil"
                },
                {
                    "key": "tob_orobas-devil_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The orobas makes four attacks: one with its bite, one with its claw, one with its flail, and one with its stomp.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_orobas-devil"
                },
                {
                    "key": "tob_orobas-devil_stomp",
                    "attacks": [],
                    "name": "Stomp",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 15 (2d6 + 8) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_orobas-devil"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_ostinato/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_ostinato",
            "name": "Ostinato",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 0.0,
                "unit": "feet",
                "fly": 50.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": true,
                "fly": 50.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 0.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "chaotic neutral",
            "languages": [],
            "armor_class": 15,
            "hit_points": 39,
            "hit_dice": "6d8+12",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 1,
                "dexterity": 20,
                "constitution": 15,
                "intelligence": 5,
                "wisdom": 12,
                "charisma": 17
            },
            "modifiers": {
                "strength": -5,
                "dexterity": 5,
                "constitution": 2,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": 3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -5,
                "dexterity": 5,
                "constitution": 2,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": 3
            },
            "skill_bonuses": {
                "perception": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 1,
                "arcana": -3,
                "athletics": -5,
                "deception": 3,
                "history": -3,
                "insight": 1,
                "intimidation": 3,
                "investigation": -3,
                "medicine": 1,
                "nature": -3,
                "perception": 3,
                "performance": 3,
                "persuasion": 3,
                "religion": -3,
                "sleight_of_hand": 5,
                "stealth": 5,
                "survival": 1
            },
            "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/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"
            ],
            "nonmagical_attack_resistance": true,
            "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/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": "tob_ostinato_aural-symbiosis",
                    "attacks": [],
                    "name": "Aural Symbiosis ",
                    "desc": "One humanoid that the ostinato can see within 5 feet of it must succeed on a DC 13 Charisma saving throw or the ostinato merges with it, becoming an enjoyable, repetitive tune in its host's mind. The ostinato can't be targeted by any attack, spell, or other effect. The target retains control of its body and is aware of the ostinato's presence only as a melody, not as a living entity. The target no longer needs to eat or drink, gains the ostinato's Magic Resistance trait, and has advantage on Charisma checks. It also has disadvantage on Wisdom saving throws and it can't maintain concentration on spells or other effects for more than a single turn. The target can make a DC 13 Wisdom (Insight) check once every 24 hours; on a success, it realizes that the music it hears comes from an external entity. The Aural Symbiosis lasts until the target drops to 0 hit points, the ostinato ends it as a bonus action, or the ostinato is forced out by a dispel evil and good spell or comparable magic. When the Aural Symbiosis ends, the ostinato bursts forth in a thunderous explosion of sound and reappears in an unoccupied space within 5 feet of the target. All creatures within 60 feet, including the original target, take 21 (6d6) thunder damage, or half damage with a successful DC 13 Constitution saving throw. The target becomes immune to this ostinato's Aural Symbiosis for 24 hours if it succeeds on the saving throw or after the Aural Symbiosis ends.",
                    "uses_type": "PER_DAY",
                    "uses_param": 1,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ostinato"
                },
                {
                    "key": "tob_ostinato_cacophony-ray",
                    "attacks": [
                        {
                            "key": "tob_ostinato_cacophony-ray_cacophony-ray-attack",
                            "distance_unit": "feet",
                            "name": "Cacophony Ray attack",
                            "attack_type": "SPELL",
                            "to_hit_mod": 7,
                            "reach": null,
                            "range": 60.0,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 3,
                            "damage_die_type": "D6",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_ostinato_cacophony-ray",
                            "damage_type": null,
                            "extra_damage_type": "thunder"
                        }
                    ],
                    "name": "Cacophony Ray",
                    "desc": "Ranged Spell Attack: +7 to hit, range 60 ft., one target. Hit: 10 (3d6) thunder damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ostinato"
                },
                {
                    "key": "tob_ostinato_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The ostinato makes two cacophony ray attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ostinato"
                },
                {
                    "key": "tob_ostinato_voracious-aura",
                    "attacks": [],
                    "name": "Voracious Aura ",
                    "desc": "While merged with a humanoid (see Aural Symbiosis), the ostinato feeds on nearby creatures. Up to nine creatures of the ostinato's choice within 60 feet of it can be targeted. Each target must succeed on a DC 13 Charisma saving throw or take 3 (1d6) necrotic damage and have its hit point maximum reduced by the same amount until it finishes a long rest. The target dies if its maximum hit points are reduced to 0. Victims notice this damage immediately, but not its source.",
                    "uses_type": "PER_DAY",
                    "uses_param": 1,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ostinato"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_owl-harpy/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_owl-harpy",
            "name": "Owl Harpy",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "fly": 80.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": true,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.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/abyssal/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api"
            ],
            "armor_class": 14,
            "hit_points": 112,
            "hit_dice": "15d8+45",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 12,
                "dexterity": 17,
                "constitution": 16,
                "intelligence": 11,
                "wisdom": 14,
                "charisma": 14
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 3,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 3,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 2
            },
            "skill_bonuses": {
                "performance": 7,
                "stealth": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": 1,
                "deception": 2,
                "history": 0,
                "insight": 2,
                "intimidation": 2,
                "investigation": 0,
                "medicine": 2,
                "nature": 0,
                "perception": 2,
                "performance": 7,
                "persuasion": 2,
                "religion": 0,
                "sleight_of_hand": 3,
                "stealth": 6,
                "survival": 2
            },
            "passive_perception": 12,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_owl-harpy_claws",
                    "attacks": [
                        {
                            "key": "tob_owl-harpy_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": "D4",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_owl-harpy_claws",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_owl-harpy"
                },
                {
                    "key": "tob_owl-harpy_hovering-darkness",
                    "attacks": [],
                    "name": "Hovering Darkness",
                    "desc": "An owl harpy that hovers in flight can shake a fine, magical dander from her wings over a creature within 20 feet and directly below her. The creature must succeed on a DC 15 Constitution saving throw or fall unconscious and be poisoned for 10 minutes. It wakes up if it takes damage or if a creature uses an action to shake it awake, but waking up doesn't end the poisoning.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_owl-harpy"
                },
                {
                    "key": "tob_owl-harpy_luring-song",
                    "attacks": [],
                    "name": "Luring Song",
                    "desc": "The owl harpy sings a magical melody. Every humanoid and giant within 300 feet of the harpy that can hear the song must succeed on a DC 15 Wisdom saving throw or be charmed until the song ends. The harpy must use a bonus action on its subsequent turns to continue singing. It can stop singing at any time. The song ends if the harpy becomes incapacitated. While charmed by the harpy, a target is incapacitated and ignores the songs of other harpies. A charmed target that is more than 5 feet away from the harpy must move at its highest rate (including dashing, if necessary) along the most direct route to get within 5 feet of the harpy. The charmed creature doesn't maneuver to avoid opportunity attacks, but it can repeat the saving throw every time it takes damage from anything other than the harpy. It also repeats the saving throw before entering damaging terrain (lava or a pit, for example), if the most direct route includes a dangerous space. A creature also repeats the saving throw at the end of each of its turns. A successful saving throw ends the effect on that creature and makes the creature immune to this harpy's song for 24 hours.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_owl-harpy"
                },
                {
                    "key": "tob_owl-harpy_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The owl harpy makes two claw attacks and two talon attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_owl-harpy"
                },
                {
                    "key": "tob_owl-harpy_talons",
                    "attacks": [
                        {
                            "key": "tob_owl-harpy_talons_talons-attack",
                            "distance_unit": "feet",
                            "name": "Talons 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": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_owl-harpy_talons",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Talons",
                    "desc": "Melee Weapon Attack: +6 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": "tob_owl-harpy"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_paper-drake/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_paper-drake",
            "name": "Paper Drake",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 100.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 100.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 78,
            "hit_dice": "12d6+36",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 7,
                "dexterity": 17,
                "constitution": 16,
                "intelligence": 10,
                "wisdom": 12,
                "charisma": 13
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": -2,
                "deception": 1,
                "history": 0,
                "insight": 1,
                "intimidation": 1,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 1,
                "performance": 1,
                "persuasion": 1,
                "religion": 0,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?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": "tob_paper-drake_bite",
                    "attacks": [
                        {
                            "key": "tob_paper-drake_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": "D6",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_paper-drake_bite",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_paper-drake"
                },
                {
                    "key": "tob_paper-drake_claws",
                    "attacks": [
                        {
                            "key": "tob_paper-drake_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": 3,
                            "damage_die_type": "D6",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_paper-drake_claws",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 13 (3d6 + 3) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_paper-drake"
                },
                {
                    "key": "tob_paper-drake_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The drake makes one bite attack, one claw attack, and one tail attack.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_paper-drake"
                },
                {
                    "key": "tob_paper-drake_tail",
                    "attacks": [
                        {
                            "key": "tob_paper-drake_tail_tail-attack",
                            "distance_unit": "feet",
                            "name": "Tail  attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 5,
                            "damage_die_type": "D6",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_paper-drake_tail",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Tail ",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 16 (5d6 + 3) slashing damage, and the target must succeed on a DC 13 Constitution saving throw or be incapacitated for 1 round.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_paper-drake"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_possessed-pillar/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_possessed-pillar",
            "name": "Possessed Pillar",
            "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": 14,
            "hit_points": 95,
            "hit_dice": "10d10+40",
            "challenge_rating_decimal": "7.000",
            "challenge_rating_text": "7",
            "experience_points": 2900,
            "ability_scores": {
                "strength": 20,
                "dexterity": 8,
                "constitution": 19,
                "intelligence": 3,
                "wisdom": 11,
                "charisma": 1
            },
            "modifiers": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 5,
                "deception": -5,
                "history": -4,
                "insight": 0,
                "intimidation": -5,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -5,
                "persuasion": -5,
                "religion": -4,
                "sleight_of_hand": -1,
                "stealth": -1,
                "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/psychic/?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": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_possessed-pillar_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The pillar makes two slam attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_possessed-pillar"
                },
                {
                    "key": "tob_possessed-pillar_slam",
                    "attacks": [
                        {
                            "key": "tob_possessed-pillar_slam_slam-attack",
                            "distance_unit": "feet",
                            "name": "Slam 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": "D8",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_possessed-pillar_slam",
                            "damage_type": null,
                            "extra_damage_type": "bludgeoning"
                        }
                    ],
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 18 (3d8 + 5) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_possessed-pillar"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_psoglav-demon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_psoglav-demon",
            "name": "Psoglav Demon",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 115,
            "hit_dice": "11d10+55",
            "challenge_rating_decimal": "7.000",
            "challenge_rating_text": "7",
            "experience_points": 2900,
            "ability_scores": {
                "strength": 21,
                "dexterity": 23,
                "constitution": 20,
                "intelligence": 16,
                "wisdom": 19,
                "charisma": 18
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 6,
                "constitution": 5,
                "intelligence": 3,
                "wisdom": 4,
                "charisma": 4
            },
            "saving_throws": {
                "dexterity": 9,
                "constitution": 8,
                "wisdom": 7,
                "charisma": 7
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 9,
                "constitution": 8,
                "intelligence": 3,
                "wisdom": 7,
                "charisma": 7
            },
            "skill_bonuses": {
                "acrobatics": 9,
                "intimidation": 7,
                "perception": 6,
                "stealth": 9
            },
            "skill_bonuses_all": {
                "acrobatics": 9,
                "animal_handling": 4,
                "arcana": 3,
                "athletics": 5,
                "deception": 4,
                "history": 3,
                "insight": 4,
                "intimidation": 7,
                "investigation": 3,
                "medicine": 4,
                "nature": 3,
                "perception": 6,
                "performance": 4,
                "persuasion": 4,
                "religion": 3,
                "sleight_of_hand": 6,
                "stealth": 9,
                "survival": 4
            },
            "passive_perception": 16,
            "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",
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": 30.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_psoglav-demon_bite",
                    "attacks": [
                        {
                            "key": "tob_psoglav-demon_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": "D12",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_psoglav-demon_bite",
                            "damage_type": null,
                            "extra_damage_type": null
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 18 (2d12 + 5).",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_psoglav-demon"
                },
                {
                    "key": "tob_psoglav-demon_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The psoglav demon makes three bite attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_psoglav-demon"
                },
                {
                    "key": "tob_psoglav-demon_shadow-stealing-ray",
                    "attacks": [],
                    "name": "Shadow Stealing Ray ",
                    "desc": "The psoglav emits a beam from its single eye. One target within 60 feet of the psoglav is hit automatically by the ray. The target is knocked 20 feet back and must succeed on a DC 15 Dexterity saving throw or be knocked prone. The target's shadow stays in the space the target was originally in, and acts as an undead shadow under the command of the psoglav demon. If the creature hit with the shadow stealing ray flees the encounter, it is without a natural shadow for 1d12 days before the undead shadow fades and the creature's natural shadow returns. The undead shadow steals the body of its creature of origin if that creature is killed during the encounter; in that case, the creature's alignment shifts to evil and it falls under the command of the psoglav. The original creature regains its natural shadow immediately if the undead shadow is slain. A creature can only have its shadow stolen by the shadow stealing ray once per day, even if hit by the rays of two different psoglav demons, but it can be knocked back by it every time it is hit.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_psoglav-demon"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_qwyllion/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_qwyllion",
            "name": "Qwyllion",
            "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/aberration/?format=api",
            "alignment": "neutral evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/goblin/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 110,
            "hit_dice": "13d8+52",
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 12,
                "dexterity": 20,
                "constitution": 19,
                "intelligence": 12,
                "wisdom": 13,
                "charisma": 16
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 5,
                "constitution": 4,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": 3
            },
            "saving_throws": {
                "constitution": 8,
                "charisma": 6
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 5,
                "constitution": 8,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": 6
            },
            "skill_bonuses": {
                "acrobatics": 11,
                "perception": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 11,
                "animal_handling": 1,
                "arcana": 1,
                "athletics": 1,
                "deception": 3,
                "history": 1,
                "insight": 1,
                "intimidation": 3,
                "investigation": 1,
                "medicine": 1,
                "nature": 1,
                "perception": 4,
                "performance": 3,
                "persuasion": 3,
                "religion": 1,
                "sleight_of_hand": 5,
                "stealth": 5,
                "survival": 1
            },
            "passive_perception": 14,
            "damage_immunities": [],
            "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"
            ],
            "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": "tob_qwyllion_claw",
                    "attacks": [
                        {
                            "key": "tob_qwyllion_claw_claw-attack",
                            "distance_unit": "feet",
                            "name": "Claw 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": "D12",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_qwyllion_claw",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 24 (3d12 + 5) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_qwyllion"
                },
                {
                    "key": "tob_qwyllion_deadly-gaze",
                    "attacks": [],
                    "name": "Deadly Gaze ",
                    "desc": "The qwyllion turns its gaze against a single creature within 20 feet of the qwyllion. The target must succeed on a DC 14 Constitution saving throw or take 16 (3d8 + 3) necrotic damage and be incapacitated until the start of the qwyllion's next turn. A humanoid slain by a qwyllion's death gaze rises 2d4 hours later as a specter under the qwyllion's control.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_qwyllion"
                },
                {
                    "key": "tob_qwyllion_innate-spellcasting",
                    "attacks": [],
                    "name": "Innate Spellcasting",
                    "desc": "the qwyllion's innate casting ability is Charisma (spell save DC 14). She can innately cast the following spells, requiring no material components:\n\n3/day each: dominate person (range 20 feet), shatter",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_qwyllion"
                },
                {
                    "key": "tob_qwyllion_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The qwyllion uses its deadly gaze if it can, and makes two claw attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_qwyllion"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_ramag/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_ramag",
            "name": "Ramag",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 27,
            "hit_dice": "6d8",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 9,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 16,
                "wisdom": 12,
                "charisma": 11
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 3,
                "wisdom": 1,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 3,
                "wisdom": 1,
                "charisma": 0
            },
            "skill_bonuses": {
                "arcana": 5,
                "investigation": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": 5,
                "athletics": -1,
                "deception": 0,
                "history": 3,
                "insight": 1,
                "intimidation": 0,
                "investigation": 5,
                "medicine": 1,
                "nature": 3,
                "perception": 1,
                "performance": 0,
                "persuasion": 0,
                "religion": 3,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_ramag_scimitar",
                    "attacks": [
                        {
                            "key": "tob_ramag_scimitar_scimitar-attack",
                            "distance_unit": "feet",
                            "name": "Scimitar 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": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_ramag_scimitar",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ramag"
                },
                {
                    "key": "tob_ramag_shortbow",
                    "attacks": [
                        {
                            "key": "tob_ramag_shortbow_shortbow-attack",
                            "distance_unit": "feet",
                            "name": "Shortbow attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": null,
                            "range": 80.0,
                            "long_range": 320.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_ramag_shortbow",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Shortbow",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 80/320 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ramag"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_rat-king/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_rat-king",
            "name": "Rat King",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "burrow": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 20.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/thieves-cant/?format=api"
            ],
            "armor_class": 14,
            "hit_points": 76,
            "hit_dice": "9d8+36",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 6,
                "dexterity": 16,
                "constitution": 18,
                "intelligence": 11,
                "wisdom": 15,
                "charisma": 16
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 4,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 4,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 3
            },
            "skill_bonuses": {
                "stealth": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": -2,
                "deception": 3,
                "history": 0,
                "insight": 2,
                "intimidation": 3,
                "investigation": 0,
                "medicine": 2,
                "nature": 0,
                "perception": 2,
                "performance": 3,
                "persuasion": 3,
                "religion": 0,
                "sleight_of_hand": 3,
                "stealth": 6,
                "survival": 2
            },
            "passive_perception": 12,
            "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": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?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": "tob_rat-king_absorption",
                    "attacks": [],
                    "name": "Absorption",
                    "desc": "When the rat king does damage to a rat or rat swarm, it can absorb the rat, or part of the swarm, into its own mass. The rat king regains hit points equal to the damage it did to the rat or swarm.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_rat-king"
                },
                {
                    "key": "tob_rat-king_bite",
                    "attacks": [
                        {
                            "key": "tob_rat-king_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": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_rat-king_bite",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) piercing damage, and a bitten creature must succeed on a DC 15 Constitution saving throw or be infected with a disease. A diseased creature gains one level of exhaustion immediately. When the creature finishes a long rest, it must repeat the saving throw. On a failure, the creature gains another level of exhaustion. On a success, the disease does not progress. The creature recovers from the disease if its saving throw succeeds after two consecutive long rests or if it receives a lesser restoration spell or comparable magic. The creature then recovers from one level of exhaustion after each long rest.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_rat-king"
                },
                {
                    "key": "tob_rat-king_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The rat king makes four bite attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_rat-king"
                },
                {
                    "key": "tob_rat-king_summon-swarm",
                    "attacks": [],
                    "name": "Summon Swarm ",
                    "desc": "The rat king summons three swarms of rats. The swarms appear immediately within 60 feet of the rat king. They can appear in spaces occupied by other creatures. The swarms act as allies of the rat king. They remain for 1 hour or until the rat king dies.",
                    "uses_type": "PER_DAY",
                    "uses_param": 1,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_rat-king"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_ratatosk/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_ratatosk",
            "name": "Ratatosk",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "climb": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api",
            "alignment": "chaotic neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api"
            ],
            "armor_class": 14,
            "hit_points": 42,
            "hit_dice": "12d4+12",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 4,
                "dexterity": 18,
                "constitution": 12,
                "intelligence": 17,
                "wisdom": 10,
                "charisma": 18
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 4,
                "constitution": 1,
                "intelligence": 3,
                "wisdom": 0,
                "charisma": 4
            },
            "saving_throws": {
                "wisdom": 4,
                "charisma": 4
            },
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 4,
                "constitution": 1,
                "intelligence": 3,
                "wisdom": 4,
                "charisma": 4
            },
            "skill_bonuses": {
                "deception": 6,
                "persuasion": 6,
                "stealth": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 0,
                "arcana": 3,
                "athletics": -3,
                "deception": 6,
                "history": 3,
                "insight": 0,
                "intimidation": 4,
                "investigation": 3,
                "medicine": 0,
                "nature": 3,
                "perception": 0,
                "performance": 4,
                "persuasion": 6,
                "religion": 3,
                "sleight_of_hand": 4,
                "stealth": 6,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "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": "tob_ratatosk_desperate-lies",
                    "attacks": [],
                    "name": "Desperate Lies",
                    "desc": "A creature that can hear the ratatosk must make a DC 14 Wisdom saving throw when it attacks the ratatosk. If the saving throw fails, the creature still attacks, but it must choose a different target creature. An ally must be chosen if no other enemies are within the attack's reach or range. If no other target is in the attack's range or reach, the attack is still made (and ammunition or a spell slot is expended, if appropriate) but it automatically misses and has no effect.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ratatosk"
                },
                {
                    "key": "tob_ratatosk_divisive-chatter",
                    "attacks": [],
                    "name": "Divisive Chatter ",
                    "desc": "Up to six creatures within 30 feet that can hear the ratatosk must make DC 14 Charisma saving throws. On a failure, the creature is affected as if by a confusion spell for 1 minute. An affected creature repeats the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ratatosk"
                },
                {
                    "key": "tob_ratatosk_gore",
                    "attacks": [
                        {
                            "key": "tob_ratatosk_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": 4,
                            "damage_die_type": "D6",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_ratatosk_gore",
                            "damage_type": null,
                            "extra_damage_type": "psychic"
                        }
                    ],
                    "name": "Gore",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 1 piercing damage plus 14 (4d6) psychic damage and the target must make a successful DC 14 Wisdom saving throw or be charmed for 1 round. While charmed in this way, the creature regards one randomly determined ally as a foe.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ratatosk"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_ratfolk/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_ratfolk",
            "name": "Ratfolk",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
            "speed": {
                "walk": 25.0,
                "unit": "feet",
                "swim": 10.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 25.0,
                "crawl": 12.5,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 12.5,
                "swim": 10.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 14,
            "hit_points": 7,
            "hit_dice": "2d6",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 7,
                "dexterity": 15,
                "constitution": 11,
                "intelligence": 14,
                "wisdom": 10,
                "charisma": 10
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 2,
                "wisdom": 0,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 2,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 2,
                "athletics": -2,
                "deception": 0,
                "history": 2,
                "insight": 0,
                "intimidation": 0,
                "investigation": 2,
                "medicine": 0,
                "nature": 2,
                "perception": 2,
                "performance": 0,
                "persuasion": 0,
                "religion": 2,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 12,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_ratfolk_dagger",
                    "attacks": [
                        {
                            "key": "tob_ratfolk_dagger_dagger-attack",
                            "distance_unit": "feet",
                            "name": "Dagger 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": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_ratfolk_dagger",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Dagger",
                    "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": "tob_ratfolk"
                },
                {
                    "key": "tob_ratfolk_light-crossbow",
                    "attacks": [
                        {
                            "key": "tob_ratfolk_light-crossbow_light-crossbow-attack",
                            "distance_unit": "feet",
                            "name": "Light crossbow attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": null,
                            "range": 80.0,
                            "long_range": 320.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D8",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_ratfolk_light-crossbow",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Light crossbow",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 80/320 ft., one target. Hit: 6 (1d8 + 2) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ratfolk"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_ratfolk-rogue/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_ratfolk-rogue",
            "name": "Ratfolk Rogue",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
            "speed": {
                "walk": 25.0,
                "unit": "feet",
                "swim": 10.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 25.0,
                "crawl": 12.5,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 12.5,
                "swim": 10.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/thieves-cant/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 18,
            "hit_dice": "4d6+4",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 7,
                "dexterity": 16,
                "constitution": 12,
                "intelligence": 14,
                "wisdom": 10,
                "charisma": 10
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 2,
                "wisdom": 0,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 2,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {
                "acrobatics": 5,
                "perception": 2,
                "stealth": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 0,
                "arcana": 2,
                "athletics": -2,
                "deception": 0,
                "history": 2,
                "insight": 0,
                "intimidation": 0,
                "investigation": 2,
                "medicine": 0,
                "nature": 2,
                "perception": 2,
                "performance": 0,
                "persuasion": 0,
                "religion": 2,
                "sleight_of_hand": 3,
                "stealth": 7,
                "survival": 0
            },
            "passive_perception": 12,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_ratfolk-rogue_dagger",
                    "attacks": [
                        {
                            "key": "tob_ratfolk-rogue_dagger_dagger-attack",
                            "distance_unit": "feet",
                            "name": "Dagger 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": "D4",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_ratfolk-rogue_dagger",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Dagger",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ratfolk-rogue"
                },
                {
                    "key": "tob_ratfolk-rogue_light-crossbow",
                    "attacks": [
                        {
                            "key": "tob_ratfolk-rogue_light-crossbow_light-crossbow-attack",
                            "distance_unit": "feet",
                            "name": "Light Crossbow attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": null,
                            "range": 80.0,
                            "long_range": 320.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D8",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_ratfolk-rogue_light-crossbow",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Light Crossbow",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 80/320 ft., one target. Hit: 7 (1d8 + 3) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ratfolk-rogue"
                },
                {
                    "key": "tob_ratfolk-rogue_rat-dagger-flurry",
                    "attacks": [
                        {
                            "key": "tob_ratfolk-rogue_rat-dagger-flurry_rat-dagger-flurry-attack",
                            "distance_unit": "feet",
                            "name": "Rat Dagger Flurry attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": null,
                            "range": 20.0,
                            "long_range": 60.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_ratfolk-rogue_rat-dagger-flurry",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Rat Dagger Flurry",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 20/60 ft., three targets. Hit: 7 (1d4 + 3) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ratfolk-rogue"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_ravenfolk-doom-croaker/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_ravenfolk-doom-croaker",
            "name": "Ravenfolk Doom Croaker",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 14,
            "hit_points": 88,
            "hit_dice": "16d8+16",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 10,
                "dexterity": 14,
                "constitution": 12,
                "intelligence": 12,
                "wisdom": 18,
                "charisma": 14
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 1,
                "wisdom": 4,
                "charisma": 2
            },
            "saving_throws": {
                "strength": 3,
                "dexterity": 5,
                "wisdom": 7
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 5,
                "constitution": 1,
                "intelligence": 1,
                "wisdom": 7,
                "charisma": 2
            },
            "skill_bonuses": {
                "perception": 10
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 4,
                "arcana": 1,
                "athletics": 0,
                "deception": 2,
                "history": 1,
                "insight": 4,
                "intimidation": 2,
                "investigation": 1,
                "medicine": 4,
                "nature": 1,
                "perception": 10,
                "performance": 2,
                "persuasion": 2,
                "religion": 1,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 4
            },
            "passive_perception": 20,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_ravenfolk-doom-croaker_ghost-wings",
                    "attacks": [],
                    "name": "Ghost Wings",
                    "desc": "The ravenfolk doom croaker furiously \"beats\"a set of phantasmal wings. Every creature within 5 feet of the ravenfolk must make a successful DC 13 Dexterity saving throw or be blinded until the start of the ravenfolk's next turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ravenfolk-doom-croaker"
                },
                {
                    "key": "tob_ravenfolk-doom-croaker_radiant-runestaff",
                    "attacks": [
                        {
                            "key": "tob_ravenfolk-doom-croaker_radiant-runestaff_radiant-runestaff-attack",
                            "distance_unit": "feet",
                            "name": "Radiant Runestaff attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D8",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_ravenfolk-doom-croaker_radiant-runestaff",
                            "damage_type": null,
                            "extra_damage_type": "radiant"
                        }
                    ],
                    "name": "Radiant Runestaff",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 4 (1d8) bludgeoning damage plus 4 (1d8) radiant damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ravenfolk-doom-croaker"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_ravenfolk-scout/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_ravenfolk-scout",
            "name": "Ravenfolk Scout",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 14,
            "hit_points": 21,
            "hit_dice": "6d8 - 6",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 10,
                "dexterity": 14,
                "constitution": 8,
                "intelligence": 10,
                "wisdom": 15,
                "charisma": 12
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 2,
                "constitution": -1,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 1
            },
            "saving_throws": {
                "dexterity": 4,
                "constitution": 1,
                "wisdom": 4,
                "charisma": 3
            },
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 4,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 4,
                "charisma": 3
            },
            "skill_bonuses": {
                "deception": 3,
                "perception": 6,
                "stealth": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": 0,
                "deception": 3,
                "history": 0,
                "insight": 2,
                "intimidation": 1,
                "investigation": 0,
                "medicine": 2,
                "nature": 0,
                "perception": 6,
                "performance": 1,
                "persuasion": 1,
                "religion": 0,
                "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": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_ravenfolk-scout_ghost-wings",
                    "attacks": [],
                    "name": "Ghost Wings",
                    "desc": "The ravenfolk scout furiously \"beats\"a set of phantasmal wings. Every creature within 5 feet of the ravenfolk must make a successful DC 12 Dexterity saving throw or be blinded until the start of the ravenfolk's next turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ravenfolk-scout"
                },
                {
                    "key": "tob_ravenfolk-scout_longbow",
                    "attacks": [],
                    "name": "Longbow",
                    "desc": "Ranged Weapon Attack. +4 to hit, range 150/600 ft., one target. Hit: 6 (1d8 + 2) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ravenfolk-scout"
                },
                {
                    "key": "tob_ravenfolk-scout_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The ravenfolk scout makes one peck attack and one other melee or ranged attack.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ravenfolk-scout"
                },
                {
                    "key": "tob_ravenfolk-scout_peck",
                    "attacks": [
                        {
                            "key": "tob_ravenfolk-scout_peck_peck-attack",
                            "distance_unit": "feet",
                            "name": "Peck 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": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_ravenfolk-scout_peck",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Peck",
                    "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": "tob_ravenfolk-scout"
                },
                {
                    "key": "tob_ravenfolk-scout_rapier",
                    "attacks": [
                        {
                            "key": "tob_ravenfolk-scout_rapier_rapier-attack",
                            "distance_unit": "feet",
                            "name": "Rapier 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": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_ravenfolk-scout_rapier",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Rapier",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ravenfolk-scout"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_ravenfolk-warrior/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_ravenfolk-warrior",
            "name": "Ravenfolk Warrior",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 78,
            "hit_dice": "12d8+24",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 12,
                "dexterity": 16,
                "constitution": 14,
                "intelligence": 10,
                "wisdom": 13,
                "charisma": 10
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "saving_throws": {
                "dexterity": 5,
                "wisdom": 3,
                "charisma": 2
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 5,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 3,
                "charisma": 2
            },
            "skill_bonuses": {
                "deception": 2,
                "perception": 5,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": 1,
                "deception": 2,
                "history": 0,
                "insight": 1,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 5,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 3,
                "stealth": 5,
                "survival": 1
            },
            "passive_perception": 15,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_ravenfolk-warrior_ghost-wings",
                    "attacks": [],
                    "name": "Ghost Wings",
                    "desc": "The ravenfolk warrior furiously \"beats\"a set of phantasmal wings. Every creature within 5 feet of the ravenfolk must make a successful DC 13 Dexterity saving throw or be blinded until the start of the ravenfolk's next turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ravenfolk-warrior"
                },
                {
                    "key": "tob_ravenfolk-warrior_longbow",
                    "attacks": [],
                    "name": "Longbow",
                    "desc": "Ranged Weapon Attack. +5 to hit, range 150/600 ft., one target. Hit: 7 (1d8 + 3) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ravenfolk-warrior"
                },
                {
                    "key": "tob_ravenfolk-warrior_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "A ravenfolk warrior makes two runespear attacks, or two longbow attacks, or one ghost wings attack and one runespear attack. It can substitute one peck attack for any other attack.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ravenfolk-warrior"
                },
                {
                    "key": "tob_ravenfolk-warrior_odins-call",
                    "attacks": [],
                    "name": "Odin's Call",
                    "desc": "A ravenfolk warrior can disengage after an attack reduces it to 10 hp or less.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ravenfolk-warrior"
                },
                {
                    "key": "tob_ravenfolk-warrior_peck",
                    "attacks": [
                        {
                            "key": "tob_ravenfolk-warrior_peck_peck-attack",
                            "distance_unit": "feet",
                            "name": "Peck 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": "D4",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_ravenfolk-warrior_peck",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Peck",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ravenfolk-warrior"
                },
                {
                    "key": "tob_ravenfolk-warrior_radiant-runespear",
                    "attacks": [
                        {
                            "key": "tob_ravenfolk-warrior_radiant-runespear_radiant-runespear-attack",
                            "distance_unit": "feet",
                            "name": "Radiant Runespear attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D12",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_ravenfolk-warrior_radiant-runespear",
                            "damage_type": null,
                            "extra_damage_type": "radiant"
                        }
                    ],
                    "name": "Radiant Runespear",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 10 ft., one target. Hit: 7 (1d12 + 1) piercing damage plus 2 (1d4) radiant damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ravenfolk-warrior"
                },
                {
                    "key": "tob_ravenfolk-warrior_rapier",
                    "attacks": [
                        {
                            "key": "tob_ravenfolk-warrior_rapier_rapier-attack",
                            "distance_unit": "feet",
                            "name": "Rapier 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": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_ravenfolk-warrior_rapier",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Rapier",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ravenfolk-warrior"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_red-banded-line-spider/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_red-banded-line-spider",
            "name": "Red-Banded Line Spider",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "climb": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 13,
            "hit_points": 2,
            "hit_dice": "1d4",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 4,
                "dexterity": 16,
                "constitution": 10,
                "intelligence": 1,
                "wisdom": 10,
                "charisma": 2
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": -4
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": -4
            },
            "skill_bonuses": {
                "perception": 2,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 0,
                "arcana": -5,
                "athletics": -3,
                "deception": -4,
                "history": -5,
                "insight": 0,
                "intimidation": -4,
                "investigation": -5,
                "medicine": 0,
                "nature": -5,
                "perception": 2,
                "performance": -4,
                "persuasion": -4,
                "religion": -5,
                "sleight_of_hand": 3,
                "stealth": 5,
                "survival": 0
            },
            "passive_perception": 12,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_red-banded-line-spider_bite",
                    "attacks": [
                        {
                            "key": "tob_red-banded-line-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": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_red-banded-line-spider_bite",
                            "damage_type": null,
                            "extra_damage_type": "poison"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 1 piercing damage, and the target must succeed on a DC 10 Constitution saving throw or take 3 (1d6) poison damage and be poisoned until the start of the spider's next turn. The target fails the saving throw automatically and takes an extra 1d6 poison damage if it is bitten by another red-banded line spider while poisoned this way.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_red-banded-line-spider"
                },
                {
                    "key": "tob_red-banded-line-spider_swingline",
                    "attacks": [
                        {
                            "key": "tob_red-banded-line-spider_swingline_swingline-attack",
                            "distance_unit": "feet",
                            "name": "Swingline attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": null,
                            "range": 60.0,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 0,
                            "damage_die_type": null,
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_red-banded-line-spider_swingline",
                            "damage_type": null,
                            "extra_damage_type": null
                        }
                    ],
                    "name": "Swingline",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 60 ft., one target. Hit: the spider immediately moves the full length of the webbing (up to 60 feet) to the target and delivers a bite with advantage. This attack can be used only if the spider is higher than its target and at least 10 feet away.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_red-banded-line-spider"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_red-hag/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_red-hag",
            "name": "Red Hag",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "swim": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api",
            "alignment": "neutral evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/druidic/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 119,
            "hit_dice": "14d8+56",
            "challenge_rating_decimal": "7.000",
            "challenge_rating_text": "7",
            "experience_points": 2900,
            "ability_scores": {
                "strength": 19,
                "dexterity": 16,
                "constitution": 18,
                "intelligence": 18,
                "wisdom": 22,
                "charisma": 15
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 4,
                "intelligence": 4,
                "wisdom": 6,
                "charisma": 2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 4,
                "intelligence": 4,
                "wisdom": 6,
                "charisma": 2
            },
            "skill_bonuses": {
                "arcana": 9,
                "deception": 5,
                "insight": 7,
                "perception": 9
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 6,
                "arcana": 9,
                "athletics": 4,
                "deception": 5,
                "history": 4,
                "insight": 7,
                "intimidation": 2,
                "investigation": 4,
                "medicine": 6,
                "nature": 4,
                "perception": 9,
                "performance": 2,
                "persuasion": 2,
                "religion": 4,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 6
            },
            "passive_perception": 16,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_red-hag_claws",
                    "attacks": [
                        {
                            "key": "tob_red-hag_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": 3,
                            "damage_die_type": "D8",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_red-hag_claws",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 17 (3d8 + 4) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_red-hag"
                },
                {
                    "key": "tob_red-hag_siphoning-aura",
                    "attacks": [],
                    "name": "Siphoning Aura ",
                    "desc": "The red hag radiates an aura in a 30-foot radius, lasting for 3 rounds, that draws all fluids out through a creature's mouth, nose, eyes, ears, and pores. Every creature of the hag's choosing that starts its turn in the affected area takes 18 (4d6 + 4) necrotic damage, or half damage with a successful DC 15 Constitution saving throw.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_red-hag"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_rift-swine/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_rift-swine",
            "name": "Rift Swine",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "chaotic neutral",
            "languages": [],
            "armor_class": 15,
            "hit_points": 110,
            "hit_dice": "13d10+39",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 18,
                "dexterity": 10,
                "constitution": 17,
                "intelligence": 4,
                "wisdom": 12,
                "charisma": 5
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 1,
                "arcana": -3,
                "athletics": 4,
                "deception": -3,
                "history": -3,
                "insight": 1,
                "intimidation": -3,
                "investigation": -3,
                "medicine": 1,
                "nature": -3,
                "perception": 1,
                "performance": -3,
                "persuasion": -3,
                "religion": -3,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/force/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?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": "tob_rift-swine_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The rift swine makes one tusks attack and two tentacle attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_rift-swine"
                },
                {
                    "key": "tob_rift-swine_tentacle",
                    "attacks": [
                        {
                            "key": "tob_rift-swine_tentacle_tentacle-attack",
                            "distance_unit": "feet",
                            "name": "Tentacle 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": "D6",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_rift-swine_tentacle",
                            "damage_type": null,
                            "extra_damage_type": "bludgeoning"
                        }
                    ],
                    "name": "Tentacle",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 11 (2d6 + 4) bludgeoning damage. If the target is a creature, it is grappled (escape DC 14). Until this grapple ends, the target is restrained, and the rift swine can't use this tentacle against another target.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_rift-swine"
                },
                {
                    "key": "tob_rift-swine_tusks",
                    "attacks": [
                        {
                            "key": "tob_rift-swine_tusks_tusks-attack",
                            "distance_unit": "feet",
                            "name": "Tusks 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": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_rift-swine_tusks",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Tusks",
                    "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": "tob_rift-swine"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_rime-worm-grub/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_rime-worm-grub",
            "name": "Rime Worm Grub",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "burrow": 20.0,
                "swim": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 20.0,
                "climb": 15.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api",
            "alignment": "neutral",
            "languages": [],
            "armor_class": 13,
            "hit_points": 45,
            "hit_dice": "6d8+18",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 16,
                "dexterity": 12,
                "constitution": 16,
                "intelligence": 4,
                "wisdom": 12,
                "charisma": 3
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -4
            },
            "saving_throws": {
                "strength": 5,
                "constitution": 5
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 1,
                "constitution": 5,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": -3,
                "athletics": 3,
                "deception": -4,
                "history": -3,
                "insight": 1,
                "intimidation": -4,
                "investigation": -3,
                "medicine": 1,
                "nature": -3,
                "perception": 1,
                "performance": -4,
                "persuasion": -4,
                "religion": -3,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 1
            },
            "passive_perception": 11,
            "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": 200.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_rime-worm-grub_gnash",
                    "attacks": [
                        {
                            "key": "tob_rime-worm-grub_gnash_gnash-attack",
                            "distance_unit": "feet",
                            "name": "Gnash 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": "D8",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_rime-worm-grub_gnash",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Gnash",
                    "desc": "Melee Weapon Attack: +5 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": "tob_rime-worm-grub"
                },
                {
                    "key": "tob_rime-worm-grub_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The rime worm makes one tendril attack and one gnash attack.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_rime-worm-grub"
                },
                {
                    "key": "tob_rime-worm-grub_tendril",
                    "attacks": [
                        {
                            "key": "tob_rime-worm-grub_tendril_tendril-attack",
                            "distance_unit": "feet",
                            "name": "Tendril 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": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_rime-worm-grub_tendril",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Tendril",
                    "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": "tob_rime-worm-grub"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_risen-reaver/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_risen-reaver",
            "name": "Risen Reaver",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 15,
            "hit_points": 168,
            "hit_dice": "16d10+80",
            "challenge_rating_decimal": "7.000",
            "challenge_rating_text": "7",
            "experience_points": 2900,
            "ability_scores": {
                "strength": 19,
                "dexterity": 16,
                "constitution": 20,
                "intelligence": 9,
                "wisdom": 7,
                "charisma": 6
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 5,
                "intelligence": -1,
                "wisdom": -2,
                "charisma": -2
            },
            "saving_throws": {
                "dexterity": 6
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 6,
                "constitution": 5,
                "intelligence": -1,
                "wisdom": -2,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 1
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": -2,
                "arcana": -1,
                "athletics": 4,
                "deception": -2,
                "history": -1,
                "insight": -2,
                "intimidation": -2,
                "investigation": -1,
                "medicine": -2,
                "nature": -1,
                "perception": 1,
                "performance": -2,
                "persuasion": -2,
                "religion": -1,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": -2
            },
            "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": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_risen-reaver_blade",
                    "attacks": [
                        {
                            "key": "tob_risen-reaver_blade_blade-attack",
                            "distance_unit": "feet",
                            "name": "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": "D10",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_risen-reaver_blade",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Blade",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one creature. Hit: 15 (2d10 + 4) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_risen-reaver"
                },
                {
                    "key": "tob_risen-reaver_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The risen reaver makes three blade attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_risen-reaver"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_roachling-lord/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_roachling-lord",
            "name": "Roachling Lord",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?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/humanoid/?format=api",
            "alignment": "chaotic neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 63,
            "hit_dice": "14d6+14",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 10,
                "dexterity": 16,
                "constitution": 12,
                "intelligence": 10,
                "wisdom": 10,
                "charisma": 10
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 0
            },
            "saving_throws": {
                "dexterity": 5,
                "constitution": 3
            },
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 5,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {
                "acrobatics": 5,
                "stealth": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 5,
                "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": 3,
                "stealth": 7,
                "survival": 0
            },
            "passive_perception": 9,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": 10.0,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_roachling-lord_begrimed-dart",
                    "attacks": [
                        {
                            "key": "tob_roachling-lord_begrimed-dart_begrimed-dart-attack",
                            "distance_unit": "feet",
                            "name": "Begrimed Dart attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": null,
                            "range": 20.0,
                            "long_range": 60.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_roachling-lord_begrimed-dart",
                            "damage_type": null,
                            "extra_damage_type": "poison"
                        }
                    ],
                    "name": "Begrimed Dart",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 20/60 ft., one target. Hit: 4 (1d4 + 2) piercing damage plus 7 (2d6) poison damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_roachling-lord"
                },
                {
                    "key": "tob_roachling-lord_begrimed-shortsword",
                    "attacks": [
                        {
                            "key": "tob_roachling-lord_begrimed-shortsword_begrimed-shortsword-attack",
                            "distance_unit": "feet",
                            "name": "Begrimed Shortsword 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": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_roachling-lord_begrimed-shortsword",
                            "damage_type": null,
                            "extra_damage_type": "poison"
                        }
                    ],
                    "name": "Begrimed Shortsword",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage plus 7 (2d6) poison damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_roachling-lord"
                },
                {
                    "key": "tob_roachling-lord_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The roachling lord makes two melee attacks or throws two darts.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_roachling-lord"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_roachling-skirmisher/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_roachling-skirmisher",
            "name": "Roachling Skirmisher",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?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/humanoid/?format=api",
            "alignment": "chaotic neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 7,
            "hit_dice": "2d6",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 10,
                "dexterity": 14,
                "constitution": 11,
                "intelligence": 10,
                "wisdom": 9,
                "charisma": 8
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": -1,
                "charisma": -1
            },
            "saving_throws": {
                "dexterity": 4,
                "constitution": 2
            },
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 4,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": -1,
                "charisma": -1
            },
            "skill_bonuses": {
                "acrobatics": 4,
                "stealth": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": -1,
                "arcana": 0,
                "athletics": 0,
                "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": 2,
                "stealth": 6,
                "survival": -1
            },
            "passive_perception": 9,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": 10.0,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_roachling-skirmisher_dart",
                    "attacks": [
                        {
                            "key": "tob_roachling-skirmisher_dart_dart-attack",
                            "distance_unit": "feet",
                            "name": "Dart 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": "D4",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_roachling-skirmisher_dart",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Dart",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 20/60 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": "tob_roachling-skirmisher"
                },
                {
                    "key": "tob_roachling-skirmisher_shortsword",
                    "attacks": [
                        {
                            "key": "tob_roachling-skirmisher_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": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_roachling-skirmisher_shortsword",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_roachling-skirmisher"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_rotting-wind/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_rotting-wind",
            "name": "Rotting Wind",
            "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/undead/?format=api",
            "alignment": "neutral evil",
            "languages": [],
            "armor_class": 15,
            "hit_points": 82,
            "hit_dice": "11d10+22",
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 14,
                "dexterity": 20,
                "constitution": 15,
                "intelligence": 7,
                "wisdom": 12,
                "charisma": 10
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 5,
                "constitution": 2,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 5,
                "constitution": 2,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": 0
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 1,
                "arcana": -2,
                "athletics": 2,
                "deception": 0,
                "history": -2,
                "insight": 1,
                "intimidation": 0,
                "investigation": -2,
                "medicine": 1,
                "nature": -2,
                "perception": 1,
                "performance": 0,
                "persuasion": 0,
                "religion": -2,
                "sleight_of_hand": 5,
                "stealth": 5,
                "survival": 1
            },
            "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/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",
                "https://api-beta.open5e.com/v2/conditions/restrained/?format=api",
                "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_rotting-wind_wind-of-decay",
                    "attacks": [
                        {
                            "key": "tob_rotting-wind_wind-of-decay_wind-of-decay-attack",
                            "distance_unit": "feet",
                            "name": "Wind of Decay attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach": 0.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_rotting-wind_wind-of-decay",
                            "damage_type": null,
                            "extra_damage_type": "necrotic"
                        }
                    ],
                    "name": "Wind of Decay",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 0 ft., one target. Hit: 12 (2d6 + 5) bludgeoning damage plus 14 (4d6) necrotic damage. If the target is a creature, it must succeed on a DC 15 Constitution saving throw or be cursed with tomb rot. The cursed target can't regain hit points, and its hit point maximum decreases by 10 (3d6) for every 24 hours that elapse. If the curse reduces the target's hit point maximum to 0, the target dies and its body turns to dust. The curse lasts until removed by the remove curse spell or comparable magic.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_rotting-wind"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_rust-drake/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_rust-drake",
            "name": "Rust Drake",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 100.0,
                "burrow": 5.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 100.0,
                "burrow": 5.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 161,
            "hit_dice": "19d8+76",
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 20,
                "dexterity": 15,
                "constitution": 19,
                "intelligence": 12,
                "wisdom": 8,
                "charisma": 8
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": 1,
                "wisdom": -1,
                "charisma": -1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": 1,
                "wisdom": -1,
                "charisma": -1
            },
            "skill_bonuses": {
                "perception": 3,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": -1,
                "arcana": 1,
                "athletics": 5,
                "deception": -1,
                "history": 1,
                "insight": -1,
                "intimidation": -1,
                "investigation": 1,
                "medicine": -1,
                "nature": 1,
                "perception": 3,
                "performance": -1,
                "persuasion": -1,
                "religion": 1,
                "sleight_of_hand": 2,
                "stealth": 5,
                "survival": -1
            },
            "passive_perception": 13,
            "damage_immunities": [
                "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/acid/?format=api"
            ],
            "condition_immunities": [
                "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": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_rust-drake_bite",
                    "attacks": [
                        {
                            "key": "tob_rust-drake_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": 3,
                            "damage_die_type": "D8",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_rust-drake_bite",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 18 (3d8 + 5) piercing damage, and the target must succeed on a DC 16 Constitution save or contract Rust Drake Lockjaw.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_rust-drake"
                },
                {
                    "key": "tob_rust-drake_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The drake makes one bite attack and one tail swipe attack.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_rust-drake"
                },
                {
                    "key": "tob_rust-drake_rust-drake-lockjaw",
                    "attacks": [],
                    "name": "Rust Drake Lockjaw",
                    "desc": "This disease manifests symptoms in 1d4 days, when the affected creature experiences painful muscle spasms, particularly in the jaw. After each long rest, the creature must repeat the saving throw. If it fails, the victim takes 1d3 Dexterity damage and is paralyzed for 24 hours; if the saving throw succeeds, the creature takes no damage and feels well enough to act normally for the day. This continues until the creature dies from Dexterity loss, recovers naturally by making successful saving throws after two consecutive long rests, or is cured with lesser restoration or comparable magic. After the disease ends, the victim recovers 1d3 lost Dexterity with each long rest; greater restoration or comparable magic can restore it all at once.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_rust-drake"
                },
                {
                    "key": "tob_rust-drake_tail-swipe",
                    "attacks": [
                        {
                            "key": "tob_rust-drake_tail-swipe_tail-swipe-attack",
                            "distance_unit": "feet",
                            "name": "Tail Swipe 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": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_rust-drake_tail-swipe",
                            "damage_type": null,
                            "extra_damage_type": "bludgeoning"
                        }
                    ],
                    "name": "Tail Swipe",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_rust-drake"
                },
                {
                    "key": "tob_rust-drake_vomits-scrap",
                    "attacks": [],
                    "name": "Vomits Scrap ",
                    "desc": "A rust drake can vomit forth a 15-foot cone of rusted metal. Targets in the affected area take 55 (10d10) slashing damage, or half damage with a successful DC 15 Dexterity saving throw. In addition, affected creatures must also make a successful DC 15 Constitution saving throw or contract Rust Drake Tetanus.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_rust-drake"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_sandman/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_sandman",
            "name": "Sandman",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api",
            "alignment": "chaotic neutral",
            "languages": [
                "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/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api"
            ],
            "armor_class": 14,
            "hit_points": 82,
            "hit_dice": "11d8+33",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 11,
                "dexterity": 19,
                "constitution": 16,
                "intelligence": 13,
                "wisdom": 14,
                "charisma": 19
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 4,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 4
            },
            "saving_throws": {
                "constitution": 7,
                "charisma": 7
            },
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 4,
                "constitution": 7,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 7
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 4,
                "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": 4,
                "stealth": 4,
                "survival": 2
            },
            "passive_perception": 12,
            "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/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/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",
                "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 60.0,
            "actions": [
                {
                    "key": "tob_sandman_claw",
                    "attacks": [
                        {
                            "key": "tob_sandman_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": "D6",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_sandman_claw",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_sandman"
                },
                {
                    "key": "tob_sandman_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The sandman makes two claw attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_sandman"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_shadhavar/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_shadhavar",
            "name": "Shadhavar",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 50.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 50.0,
                "crawl": 25.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 25.0,
                "swim": 25.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "neutral",
            "languages": [],
            "armor_class": 14,
            "hit_points": 97,
            "hit_dice": "13d10+26",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 14,
                "dexterity": 15,
                "constitution": 14,
                "intelligence": 8,
                "wisdom": 10,
                "charisma": 16
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": 3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": 3
            },
            "skill_bonuses": {
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": -1,
                "athletics": 2,
                "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": 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": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_shadhavar_gore",
                    "attacks": [
                        {
                            "key": "tob_shadhavar_gore_gore-attack",
                            "distance_unit": "feet",
                            "name": "Gore 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": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_shadhavar_gore",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Gore",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_shadhavar"
                },
                {
                    "key": "tob_shadhavar_hooves",
                    "attacks": [
                        {
                            "key": "tob_shadhavar_hooves_hooves-attack",
                            "distance_unit": "feet",
                            "name": "Hooves attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 3,
                            "damage_die_type": "D6",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_shadhavar_hooves",
                            "damage_type": null,
                            "extra_damage_type": "bludgeoning"
                        }
                    ],
                    "name": "Hooves",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 12 (3d6 + 2) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_shadhavar"
                },
                {
                    "key": "tob_shadhavar_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "A shadhavar makes one gore attack and one hooves attack.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_shadhavar"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_sharkjaw-skeleton/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_sharkjaw-skeleton",
            "name": "Sharkjaw Skeleton",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "swim": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api",
            "alignment": "lawful evil",
            "languages": [],
            "armor_class": 13,
            "hit_points": 45,
            "hit_dice": "6d10+12",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 16,
                "dexterity": 10,
                "constitution": 15,
                "intelligence": 6,
                "wisdom": 8,
                "charisma": 4
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": -2,
                "wisdom": -1,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": -2,
                "wisdom": -1,
                "charisma": -3
            },
            "skill_bonuses": {
                "perception": 1,
                "stealth": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": -1,
                "arcana": -2,
                "athletics": 3,
                "deception": -3,
                "history": -2,
                "insight": -1,
                "intimidation": -3,
                "investigation": -2,
                "medicine": -1,
                "nature": -2,
                "perception": 1,
                "performance": -3,
                "persuasion": -3,
                "religion": -2,
                "sleight_of_hand": 0,
                "stealth": 2,
                "survival": -1
            },
            "passive_perception": 11,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            ],
            "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": "tob_sharkjaw-skeleton_bite",
                    "attacks": [
                        {
                            "key": "tob_sharkjaw-skeleton_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": "D8",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_sharkjaw-skeleton_bite",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) piercing damage. If the target is a Large or smaller creature, it is grappled (escape DC 13). Until this grapple ends, the sharkjaw skeleton can bite only the grappled creature and has advantage on attack rolls to do so.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_sharkjaw-skeleton"
                },
                {
                    "key": "tob_sharkjaw-skeleton_claw",
                    "attacks": [
                        {
                            "key": "tob_sharkjaw-skeleton_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": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_sharkjaw-skeleton_claw",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 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": "tob_sharkjaw-skeleton"
                },
                {
                    "key": "tob_sharkjaw-skeleton_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The sharkjaw skeleton makes one bite attack and one claw attack.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_sharkjaw-skeleton"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_shoggoth/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_shoggoth",
            "name": "Shoggoth",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 50.0,
                "unit": "feet",
                "climb": 30.0,
                "swim": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 50.0,
                "crawl": 25.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "chaotic neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 387,
            "hit_dice": "25d12+225",
            "challenge_rating_decimal": "19.000",
            "challenge_rating_text": "19",
            "experience_points": 22000,
            "ability_scores": {
                "strength": 26,
                "dexterity": 14,
                "constitution": 28,
                "intelligence": 12,
                "wisdom": 16,
                "charisma": 13
            },
            "modifiers": {
                "strength": 8,
                "dexterity": 2,
                "constitution": 9,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 8,
                "dexterity": 2,
                "constitution": 9,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 1
            },
            "skill_bonuses": {
                "perception": 9
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 3,
                "arcana": 1,
                "athletics": 8,
                "deception": 1,
                "history": 1,
                "insight": 3,
                "intimidation": 1,
                "investigation": 1,
                "medicine": 3,
                "nature": 1,
                "perception": 9,
                "performance": 1,
                "persuasion": 1,
                "religion": 1,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 3
            },
            "passive_perception": 19,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?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/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "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/deafened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?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": 120.0,
            "blindsight_range": null,
            "tremorsense_range": 60.0,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_shoggoth_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The shoggoth makes 1d4 + 1 slam attacks. Reroll the number of attacks at the start of each of the shoggoth's turns.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_shoggoth"
                },
                {
                    "key": "tob_shoggoth_slam",
                    "attacks": [
                        {
                            "key": "tob_shoggoth_slam_slam-attack",
                            "distance_unit": "feet",
                            "name": "Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 14,
                            "reach": 15.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 4,
                            "damage_die_type": "D10",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_shoggoth_slam",
                            "damage_type": null,
                            "extra_damage_type": "bludgeoning"
                        }
                    ],
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 15 ft., one target. Hit: 30 (4d10 + 8) bludgeoning damage, and the target is grappled (escape DC 18) and restrained. The shoggoth can grapple any number of creatures simultaneously, and this has no effect on its number of attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_shoggoth"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_shroud/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_shroud",
            "name": "Shroud",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 0.0,
                "unit": "feet",
                "fly": 30.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": true,
                "fly": 30.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": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 9,
            "hit_dice": "2d8",
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "experience_points": 25,
            "ability_scores": {
                "strength": 4,
                "dexterity": 13,
                "constitution": 10,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 8
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -1
            },
            "skill_bonuses": {
                "stealth": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": -3,
                "deception": -1,
                "history": -4,
                "insight": 0,
                "intimidation": -1,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -1,
                "persuasion": -1,
                "religion": -4,
                "sleight_of_hand": 1,
                "stealth": 3,
                "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/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": [
                "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/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"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_shroud_strength-drain",
                    "attacks": [
                        {
                            "key": "tob_shroud_strength-drain_strength-drain-attack",
                            "distance_unit": "feet",
                            "name": "Strength Drain attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_shroud_strength-drain",
                            "damage_type": null,
                            "extra_damage_type": "necrotic"
                        }
                    ],
                    "name": "Strength Drain",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one creature. Hit: 3 (1d4 + 1) necrotic damage, and the target's Strength score is reduced by one-half that amount. The target dies if this reduces its Strength to 0. Otherwise, the reduction lasts until the target finishes a short or long rest. If a non-evil humanoid dies from this attack, a new shadow rises from the corpse 1d4 hours later.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_shroud"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_skein-witch/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_skein-witch",
            "name": "Skein Witch",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 30.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": "neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api"
            ],
            "armor_class": 20,
            "hit_points": 162,
            "hit_dice": "25d8+50",
            "challenge_rating_decimal": "12.000",
            "challenge_rating_text": "12",
            "experience_points": 8400,
            "ability_scores": {
                "strength": 6,
                "dexterity": 12,
                "constitution": 14,
                "intelligence": 16,
                "wisdom": 20,
                "charisma": 20
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 3,
                "wisdom": 5,
                "charisma": 5
            },
            "saving_throws": {
                "intelligence": 8,
                "wisdom": 10,
                "charisma": 10
            },
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 8,
                "wisdom": 10,
                "charisma": 10
            },
            "skill_bonuses": {
                "history": 8,
                "insight": 15,
                "perception": 15
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 5,
                "arcana": 3,
                "athletics": -2,
                "deception": 5,
                "history": 8,
                "insight": 15,
                "intimidation": 5,
                "investigation": 3,
                "medicine": 5,
                "nature": 3,
                "perception": 15,
                "performance": 5,
                "persuasion": 5,
                "religion": 3,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 5
            },
            "passive_perception": 25,
            "damage_immunities": [
                "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/psychic/?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": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 60.0,
            "actions": [
                {
                    "key": "tob_skein-witch_bind-fates",
                    "attacks": [],
                    "name": "Bind Fates ",
                    "desc": "One target within 60 feet of the skein witch must make a DC 18 Wisdom saving throw. On a failed save, the target's fate is bound to one random ally of the target. Any damage or condition the target suffers is inflicted on the individual to which they are bound instead, and vice versa. A creature can be bound to only one other creature at a time. This effect lasts until either of the affected creatures gains a level, or until a heal or heroes' feast lifts this binding.",
                    "uses_type": "PER_DAY",
                    "uses_param": 1,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_skein-witch"
                },
                {
                    "key": "tob_skein-witch_destiny-distortion-wave",
                    "attacks": [],
                    "name": "Destiny Distortion Wave ",
                    "desc": "The skein witch projects a 60-foot cone of distortion that frays the strands of fate. All targets in the cone take 55 (10d10) force damage, or half damage with a successful DC 18 Wisdom saving throw. In addition, if more than one target that failed its saving throw is affected by a condition, those conditions are randomly redistributed among the targets with failed saving throws.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_skein-witch"
                },
                {
                    "key": "tob_skein-witch_inexorable-threads",
                    "attacks": [
                        {
                            "key": "tob_skein-witch_inexorable-threads_inexorable-threads-attack",
                            "distance_unit": "feet",
                            "name": "Inexorable Threads attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 9,
                            "reach": 30.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 5,
                            "damage_die_type": "D8",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_skein-witch_inexorable-threads",
                            "damage_type": null,
                            "extra_damage_type": "radiant"
                        }
                    ],
                    "name": "Inexorable Threads",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 30 ft., one target. Hit: 27 (5d8 + 5) radiant damage, and the target is \"one step closer to death.\"If the target is reduced to 0 hit points, it's treated as if it's already failed one death saving throw. This effect is cumulative; each inexorable threads hit adds one unsuccessful death saving throw. If a character who's been hit three or more times by inexorable threads is reduced to 0 hit points, he or she dies immediately. This effect lasts until the character completes a long rest.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_skein-witch"
                },
                {
                    "key": "tob_skein-witch_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The skein witch makes two Inexorable Thread attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_skein-witch"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_skin-bat/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_skin-bat",
            "name": "Skin Bat",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "fly": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api",
            "alignment": "neutral evil",
            "languages": [],
            "armor_class": 13,
            "hit_points": 14,
            "hit_dice": "4d6",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 12,
                "dexterity": 16,
                "constitution": 10,
                "intelligence": 2,
                "wisdom": 13,
                "charisma": 6
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 3
            },
            "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": 3,
                "survival": 1
            },
            "passive_perception": 13,
            "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": "tob_skin-bat_bite",
                    "attacks": [
                        {
                            "key": "tob_skin-bat_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": "D4",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_skin-bat_bite",
                            "damage_type": null,
                            "extra_damage_type": "poison"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage and the target must make a successful DC 10 Constitution saving throw or be paralyzed for 1d4 rounds. In addition, the skin bat attaches itself to the target. The skin bat can't bite a different creature while it's attached, and its bite attack automatically hits a creature the skin bat is attached to. Removing a skin bat requires a successful DC 11 Strength check and inflicts 5 (1d4 + 3) slashing damage to the creature the bat is being removed from. A successful save renders the target immune to skin bat poison for 24 hours.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_skin-bat"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_slow-storm/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_slow-storm",
            "name": "Slow Storm",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?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/elemental/?format=api",
            "alignment": "chaotic neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api"
            ],
            "armor_class": 19,
            "hit_points": 225,
            "hit_dice": "18d12+108",
            "challenge_rating_decimal": "15.000",
            "challenge_rating_text": "15",
            "experience_points": 13000,
            "ability_scores": {
                "strength": 20,
                "dexterity": 19,
                "constitution": 22,
                "intelligence": 11,
                "wisdom": 16,
                "charisma": 11
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 4,
                "constitution": 6,
                "intelligence": 0,
                "wisdom": 3,
                "charisma": 0
            },
            "saving_throws": {
                "dexterity": 9,
                "constitution": 11
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 9,
                "constitution": 11,
                "intelligence": 0,
                "wisdom": 3,
                "charisma": 0
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 3,
                "arcana": 0,
                "athletics": 5,
                "deception": 0,
                "history": 0,
                "insight": 3,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 3,
                "nature": 0,
                "perception": 3,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 3
            },
            "passive_perception": 13,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?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/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": 30.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_slow-storm_slam",
                    "attacks": [
                        {
                            "key": "tob_slow-storm_slam_slam-attack",
                            "distance_unit": "feet",
                            "name": "Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 10,
                            "reach": 15.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 4,
                            "damage_die_type": "D12",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_slow-storm_slam",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 15 ft., one target. Hit: 31 (4d12 + 5) bludgeoning damage plus 9 (2d8) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_slow-storm"
                },
                {
                    "key": "tob_slow-storm_static-shock",
                    "attacks": [],
                    "name": "Static Shock ",
                    "desc": "The slow storm exhales its electrical power in a 30-foot cone. Targets in the area of effect take 54 (12d8) lightning damage, 1d4 Dexterity loss, and suffer bone wrack. A successful DC 18 Constitution saving throw halves the Dexterity loss and prevents the bone wrack.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_slow-storm"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_smaragdine-golem/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_smaragdine-golem",
            "name": "Smaragdine Golem",
            "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": "unaligned",
            "languages": [],
            "armor_class": 17,
            "hit_points": 231,
            "hit_dice": "22d10+110",
            "challenge_rating_decimal": "14.000",
            "challenge_rating_text": "14",
            "experience_points": 11500,
            "ability_scores": {
                "strength": 24,
                "dexterity": 11,
                "constitution": 21,
                "intelligence": 3,
                "wisdom": 11,
                "charisma": 1
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 0,
                "constitution": 5,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 0,
                "constitution": 5,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 7,
                "deception": -5,
                "history": -4,
                "insight": 0,
                "intimidation": -5,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -5,
                "persuasion": -5,
                "religion": -4,
                "sleight_of_hand": 0,
                "stealth": 0,
                "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/psychic/?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": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_smaragdine-golem_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The golem makes two slam attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_smaragdine-golem"
                },
                {
                    "key": "tob_smaragdine-golem_release-spell",
                    "attacks": [],
                    "name": "Release Spell",
                    "desc": "The golem can release an absorbed spell effect as a blast of green energy, which blasts out as a sphere centered on the golem with a radius of 10 feet per level of the absorbed spell. All creatures in the area of effect other than the golem takes 7 (2d6) lightning damage per level of the absorbed spell, or half damage with a successful DC 18 Dexterity saving throw. Creatures that fail the saving throw are also blinded until the end of the golem's next turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_smaragdine-golem"
                },
                {
                    "key": "tob_smaragdine-golem_slam",
                    "attacks": [
                        {
                            "key": "tob_smaragdine-golem_slam_slam-attack",
                            "distance_unit": "feet",
                            "name": "Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 12,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 4,
                            "damage_die_type": "D8",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_smaragdine-golem_slam",
                            "damage_type": null,
                            "extra_damage_type": "bludgeoning"
                        }
                    ],
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 25 (4d8 + 7) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_smaragdine-golem"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_son-of-fenris/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_son-of-fenris",
            "name": "Son Of Fenris",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 60.0,
                "unit": "feet",
                "burrow": 15.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 60.0,
                "crawl": 30.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 15.0,
                "climb": 30.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 175,
            "hit_dice": "14d12+84",
            "challenge_rating_decimal": "12.000",
            "challenge_rating_text": "12",
            "experience_points": 8400,
            "ability_scores": {
                "strength": 26,
                "dexterity": 16,
                "constitution": 23,
                "intelligence": 16,
                "wisdom": 18,
                "charisma": 14
            },
            "modifiers": {
                "strength": 8,
                "dexterity": 3,
                "constitution": 6,
                "intelligence": 3,
                "wisdom": 4,
                "charisma": 2
            },
            "saving_throws": {
                "dexterity": 7,
                "constitution": 10,
                "wisdom": 8
            },
            "saving_throws_all": {
                "strength": 8,
                "dexterity": 7,
                "constitution": 10,
                "intelligence": 3,
                "wisdom": 8,
                "charisma": 2
            },
            "skill_bonuses": {
                "arcana": 7,
                "intimidation": 6,
                "religion": 12
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 4,
                "arcana": 7,
                "athletics": 8,
                "deception": 2,
                "history": 3,
                "insight": 4,
                "intimidation": 6,
                "investigation": 3,
                "medicine": 4,
                "nature": 3,
                "perception": 4,
                "performance": 2,
                "persuasion": 2,
                "religion": 12,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 4
            },
            "passive_perception": 14,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?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": [
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/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": 100.0,
            "truesight_range": 60.0,
            "actions": [
                {
                    "key": "tob_son-of-fenris_acid-breath",
                    "attacks": [],
                    "name": "Acid Breath ",
                    "desc": "The son of Fenris exhales acid in a 60-foot line that is 10 feet wide. Each creature in the line takes 45 (10d8) acid damage, or half damage with a successful DC 18 Dexterity saving throw.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_son-of-fenris"
                },
                {
                    "key": "tob_son-of-fenris_bite",
                    "attacks": [
                        {
                            "key": "tob_son-of-fenris_bite_bite-attack",
                            "distance_unit": "feet",
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 12,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D10",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_son-of-fenris_bite",
                            "damage_type": null,
                            "extra_damage_type": "acid"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 19 (2d10 + 8) piercing damage plus 5 (1d10) poison damage, and the target is grappled (escape DC 18). If the target was already grappled, it is swallowed instead. While swallowed, the target is blinded and restrained, it has total cover against attacks and other effects from outside the son of Fenris, and it takes 28 (8d6) acid damage at the start of each of the son of Fenris's turns. It can swallow only one creature at a time. If it takes 45 damage or more on a single turn from the swallowed creature, it must succeed on a DC 17 Constitution saving throw at the end of that turn or regurgitate the creature, which falls prone in a space within 10 feet of the son of Fenris. If the son of Fenris dies, a swallowed creature is no longer restrained by it and can escape from the corpse by using 15 feet of movement, exiting prone.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_son-of-fenris"
                },
                {
                    "key": "tob_son-of-fenris_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The son of Fenris makes one bite attack and one slam attack.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_son-of-fenris"
                },
                {
                    "key": "tob_son-of-fenris_slam",
                    "attacks": [
                        {
                            "key": "tob_son-of-fenris_slam_slam-attack",
                            "distance_unit": "feet",
                            "name": "Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 12,
                            "reach": 15.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D10",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_son-of-fenris_slam",
                            "damage_type": null,
                            "extra_damage_type": "bludgeoning"
                        }
                    ],
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 15 ft., one target. Hit: 19 (2d10 + 8) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_son-of-fenris"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_soul-eater/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_soul-eater",
            "name": "Soul Eater",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 100.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 100.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": "neutral evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 104,
            "hit_dice": "16d8+32",
            "challenge_rating_decimal": "7.000",
            "challenge_rating_text": "7",
            "experience_points": 2900,
            "ability_scores": {
                "strength": 13,
                "dexterity": 22,
                "constitution": 14,
                "intelligence": 12,
                "wisdom": 11,
                "charisma": 11
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 6,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 0
            },
            "saving_throws": {
                "dexterity": 9,
                "constitution": 5,
                "charisma": 3
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 9,
                "constitution": 5,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 3
            },
            "skill_bonuses": {
                "intimidation": 3,
                "perception": 3,
                "stealth": 9
            },
            "skill_bonuses_all": {
                "acrobatics": 6,
                "animal_handling": 0,
                "arcana": 1,
                "athletics": 1,
                "deception": 0,
                "history": 1,
                "insight": 0,
                "intimidation": 3,
                "investigation": 1,
                "medicine": 0,
                "nature": 1,
                "perception": 3,
                "performance": 0,
                "persuasion": 0,
                "religion": 1,
                "sleight_of_hand": 6,
                "stealth": 9,
                "survival": 0
            },
            "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/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?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": "tob_soul-eater_claw",
                    "attacks": [
                        {
                            "key": "tob_soul-eater_claw_claw-attack",
                            "distance_unit": "feet",
                            "name": "Claw 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": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_soul-eater_claw",
                            "damage_type": null,
                            "extra_damage_type": "psychic"
                        }
                    ],
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 13 (2d6 + 6) slashing damage plus 7 (2d6) psychic damage, or half as much psychic damage with a successful DC 15 Constitution saving throw.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_soul-eater"
                },
                {
                    "key": "tob_soul-eater_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The soul eater makes two claw attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_soul-eater"
                },
                {
                    "key": "tob_soul-eater_soul-drain",
                    "attacks": [],
                    "name": "Soul Drain",
                    "desc": "If the soul eater reduces a target to 0 hit points, the soul eater can devour that creature's soul as a bonus action. The victim must make a DC 13 Constitution saving throw. Success means the target is dead but can be restored to life by normal means. Failure means the target's soul is consumed by the soul eater and the target can't be restored to life with clone, raise dead, or reincarnation. A resurrection, miracle, or wish spell can return the target to life, but only if the caster succeeds on a DC 15 spellcasting check. If the soul eater is killed within 120 feet of its victim's corpse and the victim has been dead for no longer than 1 minute, the victim's soul returns to the body and restores it to life, leaving the victim unconscious and stable with 0 hit points.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_soul-eater"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_spark/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_spark",
            "name": "Spark",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "fly": 60.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": true,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api",
            "alignment": "chaotic 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": 84,
            "hit_dice": "13d4+52",
            "challenge_rating_decimal": "7.000",
            "challenge_rating_text": "7",
            "experience_points": 2900,
            "ability_scores": {
                "strength": 4,
                "dexterity": 20,
                "constitution": 18,
                "intelligence": 10,
                "wisdom": 12,
                "charisma": 17
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 5,
                "constitution": 4,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 3
            },
            "saving_throws": {
                "dexterity": 8
            },
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 8,
                "constitution": 4,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": -3,
                "deception": 3,
                "history": 0,
                "insight": 1,
                "intimidation": 3,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 1,
                "performance": 3,
                "persuasion": 3,
                "religion": 0,
                "sleight_of_hand": 5,
                "stealth": 5,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/force/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/grappled/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/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": "tob_spark_inhabit",
                    "attacks": [],
                    "name": "Inhabit",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: The target must succeed on a DC 14 Charisma saving throw or become dominated by the spark, as the dominate person spell. The spark instantly enters the target's space and merges into the target's physical form. While inhabiting a creature, a spark takes no damage from physical attacks. The target creature receives a +4 bonus to its Dexterity and Charisma scores while it's inhabited. The speech and actions of an inhabited creature are noticeably jerky and erratic to any creature with passive Perception 14 or higher. Each time the spark uses innate spellcasting, the host can attempt another DC 14 Charisma saving throw. A successful save expels the spark, which appears in an unoccupied space within 5 feet of the former host. The inhabiting spark slowly burns out its host's nervous system. The inhabited creature must make a successful DC 15 Constitution saving throw at the end of each 24 hour-period or take 2d6 lightning damage and have its maximum hit points reduced by the same amount. The creature dies if this damage reduces its hit point maximum to 0. The reduction lasts until the inhabited creature completes a long rest after the spark is expelled.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_spark"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_spectral-guardian/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_spectral-guardian",
            "name": "Spectral Guardian",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?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/undead/?format=api",
            "alignment": "neutral evil",
            "languages": [],
            "armor_class": 14,
            "hit_points": 110,
            "hit_dice": "13d8+52",
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 6,
                "dexterity": 18,
                "constitution": 18,
                "intelligence": 11,
                "wisdom": 16,
                "charisma": 18
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 4,
                "constitution": 4,
                "intelligence": 0,
                "wisdom": 3,
                "charisma": 4
            },
            "saving_throws": {
                "dexterity": 7,
                "wisdom": 6
            },
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 7,
                "constitution": 4,
                "intelligence": 0,
                "wisdom": 6,
                "charisma": 4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 3,
                "arcana": 0,
                "athletics": -2,
                "deception": 4,
                "history": 0,
                "insight": 3,
                "intimidation": 4,
                "investigation": 0,
                "medicine": 3,
                "nature": 0,
                "perception": 3,
                "performance": 4,
                "persuasion": 4,
                "religion": 0,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 3
            },
            "passive_perception": 13,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "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"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": 10.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_spectral-guardian_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The spectral guardian makes two spectral rend attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_spectral-guardian"
                },
                {
                    "key": "tob_spectral-guardian_spectral-rend",
                    "attacks": [
                        {
                            "key": "tob_spectral-guardian_spectral-rend_spectral-rend-attack",
                            "distance_unit": "feet",
                            "name": "Spectral Rend 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": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_spectral-guardian_spectral-rend",
                            "damage_type": null,
                            "extra_damage_type": "necrotic"
                        }
                    ],
                    "name": "Spectral Rend",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) necrotic damage. If the target is a creature, it must succeed on a DC 14 Wisdom saving throw or be frightened and have its speed reduced to 0; both effects last until the end of its next turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_spectral-guardian"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_spire-walker/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_spire-walker",
            "name": "Spire Walker",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?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/fey/?format=api",
            "alignment": "chaotic neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 38,
            "hit_dice": "11d4+22",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 3,
                "dexterity": 18,
                "constitution": 14,
                "intelligence": 11,
                "wisdom": 10,
                "charisma": 14
            },
            "modifiers": {
                "strength": -4,
                "dexterity": 4,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 2
            },
            "saving_throws": {
                "dexterity": 7
            },
            "saving_throws_all": {
                "strength": -4,
                "dexterity": 7,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": -4,
                "deception": 2,
                "history": 0,
                "insight": 0,
                "intimidation": 2,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 0,
                "performance": 2,
                "persuasion": 2,
                "religion": 0,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_spire-walker_lightning-dart",
                    "attacks": [
                        {
                            "key": "tob_spire-walker_lightning-dart_lightning-dart-attack",
                            "distance_unit": "feet",
                            "name": "Lightning Dart attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": null,
                            "range": 20.0,
                            "long_range": 60.0,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_spire-walker_lightning-dart",
                            "damage_type": null,
                            "extra_damage_type": "lightning"
                        }
                    ],
                    "name": "Lightning Dart",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 20/60 ft., one target. Hit: 1 piercing damage plus 9 (2d8) lightning damage. If the attack misses, the target still takes 4 (1d8) lightning damage. Whether the attack hits or misses its intended target, every other creature within 10 feet of the target takes 9 (2d8) lightning damage, or half damage with a successful DC 14 Dexterity saving throw.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_spire-walker"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_steam-golem/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_steam-golem",
            "name": "Steam Golem",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 18,
            "hit_points": 171,
            "hit_dice": "18d10+72",
            "challenge_rating_decimal": "13.000",
            "challenge_rating_text": "13",
            "experience_points": 10000,
            "ability_scores": {
                "strength": 26,
                "dexterity": 12,
                "constitution": 18,
                "intelligence": 3,
                "wisdom": 10,
                "charisma": 1
            },
            "modifiers": {
                "strength": 8,
                "dexterity": 1,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 8,
                "dexterity": 1,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 8,
                "deception": -5,
                "history": -4,
                "insight": 0,
                "intimidation": -5,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -5,
                "persuasion": -5,
                "religion": -4,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?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": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_steam-golem_ax-arm",
                    "attacks": [
                        {
                            "key": "tob_steam-golem_ax-arm_ax-arm-attack",
                            "distance_unit": "feet",
                            "name": "Ax Arm attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 13,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 4,
                            "damage_die_type": "D6",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_steam-golem_ax-arm",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Ax Arm",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 22 (4d6 + 8) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_steam-golem"
                },
                {
                    "key": "tob_steam-golem_long-axe",
                    "attacks": [
                        {
                            "key": "tob_steam-golem_long-axe_long-axe-attack",
                            "distance_unit": "feet",
                            "name": "Long Axe attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 13,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 5,
                            "damage_die_type": "D12",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_steam-golem_long-axe",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Long Axe",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 40 (5d12 + 8) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_steam-golem"
                },
                {
                    "key": "tob_steam-golem_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The steam golem makes two ax arm attacks, or one long axe attack.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_steam-golem"
                },
                {
                    "key": "tob_steam-golem_steam-blast",
                    "attacks": [],
                    "name": "Steam Blast ",
                    "desc": "A steam golem can release a blast of steam. The golem chooses whether to affect a 5-foot radius around itself or a 20-foot cube adjacent to itself. Creatures in the affected area take 38 (7d10) fire damage, or half damage with a successful DC 17 Constitution saving throw.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_steam-golem"
                },
                {
                    "key": "tob_steam-golem_whistle",
                    "attacks": [],
                    "name": "Whistle",
                    "desc": "When an opponent within 30 feet of the golem tries to cast a spell, the steam golem can emit a shriek from its twin steam whistles. The spellcaster must make a DC 17 Constitution saving throw. If the save succeeds, the spell is cast normally. If it fails, the spell is not cast; the spell slot is not used, but the caster's action is.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_steam-golem"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_stryx/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_stryx",
            "name": "Stryx",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "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/elvish/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 10,
            "hit_dice": "4d4",
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "experience_points": 25,
            "ability_scores": {
                "strength": 3,
                "dexterity": 17,
                "constitution": 11,
                "intelligence": 8,
                "wisdom": 15,
                "charisma": 6
            },
            "modifiers": {
                "strength": -4,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": -1,
                "wisdom": 2,
                "charisma": -2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -4,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": -1,
                "wisdom": 2,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 4,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 2,
                "arcana": -1,
                "athletics": -4,
                "deception": -2,
                "history": -1,
                "insight": 2,
                "intimidation": -2,
                "investigation": -1,
                "medicine": 2,
                "nature": -1,
                "perception": 4,
                "performance": -2,
                "persuasion": -2,
                "religion": -1,
                "sleight_of_hand": 3,
                "stealth": 5,
                "survival": 2
            },
            "passive_perception": 14,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_stryx_talons",
                    "attacks": [
                        {
                            "key": "tob_stryx_talons_talons-attack",
                            "distance_unit": "feet",
                            "name": "Talons 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": null,
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_stryx_talons",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Talons",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 1 slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_stryx"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_temple-dog/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_temple-dog",
            "name": "Temple Dog",
            "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/celestial/?format=api",
            "alignment": "good",
            "languages": [],
            "armor_class": 15,
            "hit_points": 97,
            "hit_dice": "15d8+30",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 18,
                "dexterity": 14,
                "constitution": 15,
                "intelligence": 8,
                "wisdom": 14,
                "charisma": 10
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": -1,
                "wisdom": 2,
                "charisma": 0
            },
            "saving_throws": {
                "strength": 7,
                "constitution": 5,
                "intelligence": 2,
                "wisdom": 5
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 2,
                "constitution": 5,
                "intelligence": 2,
                "wisdom": 5,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": -1,
                "athletics": 4,
                "deception": 0,
                "history": -1,
                "insight": 2,
                "intimidation": 0,
                "investigation": -1,
                "medicine": 2,
                "nature": -1,
                "perception": 5,
                "performance": 0,
                "persuasion": 0,
                "religion": -1,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 2
            },
            "passive_perception": 15,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_temple-dog_bite",
                    "attacks": [
                        {
                            "key": "tob_temple-dog_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": 3,
                            "damage_die_type": "D8",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": 4,
                            "parent": "tob_temple-dog_bite",
                            "damage_type": null,
                            "extra_damage_type": "bludgeoning"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 17 (3d8 + 4) piercing damage plus 9 (2d4 + 4) bludgeoning damage, and the target is grappled (escape DC 14). The target must also make a successful DC 15 Constitution saving throw or be stunned until the end of its next turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_temple-dog"
                },
                {
                    "key": "tob_temple-dog_slam",
                    "attacks": [
                        {
                            "key": "tob_temple-dog_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": 3,
                            "damage_die_type": "D6",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_temple-dog_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, and the target must succeed on a DC 15 Strength saving throw or be knocked prone and pushed 5 feet. The temple dog can immediately enter the position the target was pushed out of, if it chooses to.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_temple-dog"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_thuellai/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_thuellai",
            "name": "Thuellai",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 0.0,
                "unit": "feet",
                "fly": 100.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": true,
                "fly": 100.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 0.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api",
            "alignment": "chaotic neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 149,
            "hit_dice": "13d12+65",
            "challenge_rating_decimal": "10.000",
            "challenge_rating_text": "10",
            "experience_points": 5900,
            "ability_scores": {
                "strength": 22,
                "dexterity": 24,
                "constitution": 20,
                "intelligence": 10,
                "wisdom": 11,
                "charisma": 14
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 7,
                "constitution": 5,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 2
            },
            "saving_throws": {
                "intelligence": 4,
                "wisdom": 4,
                "charisma": 6
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 7,
                "constitution": 5,
                "intelligence": 4,
                "wisdom": 4,
                "charisma": 6
            },
            "skill_bonuses": {
                "perception": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 7,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 6,
                "deception": 2,
                "history": 0,
                "insight": 0,
                "intimidation": 2,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 4,
                "performance": 2,
                "persuasion": 2,
                "religion": 0,
                "sleight_of_hand": 7,
                "stealth": 7,
                "survival": 0
            },
            "passive_perception": 14,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?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",
                "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": "tob_thuellai_algid-aura",
                    "attacks": [],
                    "name": "Algid Aura",
                    "desc": "All creatures within 10 feet of a thuellai take 7 (2d6) cold damage at the beginning of the thuellai's turn. Spells or magical effects that protect against cold are affected as if by a dispel magic spell (the theullai's effective spellcasting bonus is +5) if a thuellai is within 20 feet of the target at the start of the theullai's turn, and nonmagical flames within 20 feet of the thuellai are extinguished at the start of its turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_thuellai"
                },
                {
                    "key": "tob_thuellai_blizzard",
                    "attacks": [],
                    "name": "Blizzard ",
                    "desc": "The thuellai creates an icy blizzard in the area around it. A 50-foot radius sphere surrounding the theullai fills with icy fog, whirling snow, and driving ice crystals. Vision is lightly obscured, and creatures have disadvantage on Wisdom (Perception) checks that rely on vision or hearing. The ground in the affected area becomes difficult terrain. The effect lasts for 10 minutes and moves with the theullai.",
                    "uses_type": "PER_DAY",
                    "uses_param": 1,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_thuellai"
                },
                {
                    "key": "tob_thuellai_claw",
                    "attacks": [
                        {
                            "key": "tob_thuellai_claw_claw-attack",
                            "distance_unit": "feet",
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 10,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_thuellai_claw",
                            "damage_type": null,
                            "extra_damage_type": "cold"
                        }
                    ],
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 15 (2d8 + 6) slashing damage plus 26 (4d12) cold damage. If the target is wearing metal armor, it must make a successful DC 17 Constitution saving throw or gain one level of exhaustion.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_thuellai"
                },
                {
                    "key": "tob_thuellai_freezing-breath",
                    "attacks": [],
                    "name": "Freezing Breath ",
                    "desc": "The thuellai exhales an icy blast in a 40-foot cone. Each target in the area takes 39 (6d12) cold damage, or half damage with a successful DC 17 Constitution saving throw.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_thuellai"
                },
                {
                    "key": "tob_thuellai_howl-of-the-maddening-wind",
                    "attacks": [],
                    "name": "Howl of the Maddening Wind ",
                    "desc": "a thuellai's howl can cause creatures to temporarily lose their minds and even to attack themselves or their companions. Each target within 100 feet of the theullai and able to hear the howl must make a successful DC 14 Wisdom saving throw or roll 1d8 and consult the table below at the start of its next turn. An affected creature repeats the saving throw at the end of each of its turns; a success ends the effect on itself, but a failure means it must roll again on the table below at the start of its next turn.\n\n1 - Act normally\n\n2-4 - Do nothing but babble incoherently\n\n5-6 - Do 1d8 damage + Str modifier to self with item in hand\n\n7-8 - Attack nearest target; select randomly if more than one",
                    "uses_type": "PER_DAY",
                    "uses_param": 3,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_thuellai"
                },
                {
                    "key": "tob_thuellai_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The thuellai makes two claw attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_thuellai"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_thursir-giant/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_thursir-giant",
            "name": "Thursir Giant",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api",
            "alignment": "neutral evil (50%) lawful evil (50%)",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 114,
            "hit_dice": "12d10+48",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 19,
                "dexterity": 10,
                "constitution": 18,
                "intelligence": 13,
                "wisdom": 15,
                "charisma": 11
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 0
            },
            "saving_throws": {
                "constitution": 6
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 6,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 0
            },
            "skill_bonuses": {
                "athletics": 6,
                "perception": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 2,
                "arcana": 1,
                "athletics": 6,
                "deception": 0,
                "history": 1,
                "insight": 2,
                "intimidation": 0,
                "investigation": 1,
                "medicine": 2,
                "nature": 1,
                "perception": 4,
                "performance": 0,
                "persuasion": 0,
                "religion": 1,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 2
            },
            "passive_perception": 14,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_thursir-giant_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The giant makes two warhammer attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_thursir-giant"
                },
                {
                    "key": "tob_thursir-giant_rock",
                    "attacks": [
                        {
                            "key": "tob_thursir-giant_rock_rock-attack",
                            "distance_unit": "feet",
                            "name": "Rock attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": null,
                            "range": 40.0,
                            "long_range": 160.0,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D10",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_thursir-giant_rock",
                            "damage_type": null,
                            "extra_damage_type": "bludgeoning"
                        }
                    ],
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 40/160 ft., one target. Hit: 15 (2d10 + 4) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_thursir-giant"
                },
                {
                    "key": "tob_thursir-giant_runic-blood",
                    "attacks": [],
                    "name": "Runic Blood ",
                    "desc": "Thursir giants can inscribe the thurs rune on a weapon. A creature hit by the weapon takes an additional 1d8 lightning damage, and the target can't take reactions until the start of its next turn. The thurs rune lasts for one hour, or for three hits, whichever comes first.",
                    "uses_type": "PER_DAY",
                    "uses_param": 3,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_thursir-giant"
                },
                {
                    "key": "tob_thursir-giant_warhammer",
                    "attacks": [
                        {
                            "key": "tob_thursir-giant_warhammer_warhammer-attack",
                            "distance_unit": "feet",
                            "name": "Warhammer attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_thursir-giant_warhammer",
                            "damage_type": null,
                            "extra_damage_type": "bludgeoning"
                        }
                    ],
                    "name": "Warhammer",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 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": "tob_thursir-giant"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_tophet/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_tophet",
            "name": "Tophet",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "neutral evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 184,
            "hit_dice": "16d12+80",
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 24,
                "dexterity": 10,
                "constitution": 20,
                "intelligence": 6,
                "wisdom": 10,
                "charisma": 10
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 0,
                "constitution": 5,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": 0
            },
            "saving_throws": {
                "strength": 10,
                "dexterity": 3,
                "constitution": 8
            },
            "saving_throws_all": {
                "strength": 10,
                "dexterity": 3,
                "constitution": 8,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": -2,
                "athletics": 7,
                "deception": 0,
                "history": -2,
                "insight": 0,
                "intimidation": 0,
                "investigation": -2,
                "medicine": 0,
                "nature": -2,
                "perception": 3,
                "performance": 0,
                "persuasion": 0,
                "religion": -2,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 0
            },
            "passive_perception": 13,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/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": 200.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_tophet_gout-of-flame",
                    "attacks": [],
                    "name": "Gout of Flame",
                    "desc": "The tophet targets a point within 100 feet of itself that it can see. All targets within 10 feet of that point take 22 (4d10) fire damage, or half damage with a successful DC 16 Dexterity saving throw.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_tophet"
                },
                {
                    "key": "tob_tophet_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "A tophet makes two attacks, no more than one of which can be a gout of flame.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_tophet"
                },
                {
                    "key": "tob_tophet_slam",
                    "attacks": [],
                    "name": "Slam",
                    "desc": "Melee Weapon Attack. +10 to hit, reach 5 ft., one target. Hit: 12 (1d10+7) bludgeoning damage. The target is also knocked inside the tophet's burning belly if the attack scores a critical hit.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_tophet"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_treacle/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_treacle",
            "name": "Treacle",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "speed": {
                "walk": 15.0,
                "unit": "feet",
                "climb": 10.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 15.0,
                "crawl": 7.5,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 7.5
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/ooze/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 13,
            "hit_points": 22,
            "hit_dice": "4d4+12",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 4,
                "dexterity": 6,
                "constitution": 17,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": 10
            },
            "modifiers": {
                "strength": -3,
                "dexterity": -2,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": -5,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -3,
                "dexterity": -2,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": -5,
                "charisma": 0
            },
            "skill_bonuses": {
                "deception": 4
            },
            "skill_bonuses_all": {
                "acrobatics": -2,
                "animal_handling": -5,
                "arcana": -5,
                "athletics": -3,
                "deception": 4,
                "history": -5,
                "insight": -5,
                "intimidation": 0,
                "investigation": -5,
                "medicine": -5,
                "nature": -5,
                "perception": -5,
                "performance": 0,
                "persuasion": 0,
                "religion": -5,
                "sleight_of_hand": -2,
                "stealth": -2,
                "survival": -5
            },
            "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": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_treacle_blood-drain-1hour",
                    "attacks": [],
                    "name": "Blood Drain (1/hour)",
                    "desc": "A treacle touching the skin of a warm-blooded creature inflicts 4 (1d8) necrotic damage per hour of contact, and the victim's maximum hit points are reduced by the same number. Blood is drained so slowly that the victim doesn't notice the damage unless he or she breaks contact with the treacle (sets it down or hands it to someone else, for example). When contact is broken, the victim notices blood on his or her skin or clothes with a successful DC 13 Wisdom (Perception) check.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_treacle"
                },
                {
                    "key": "tob_treacle_reshape",
                    "attacks": [],
                    "name": "Reshape",
                    "desc": "The treacle assumes the shape of any tiny creature or object. A reshaped treacle gains the movement of its new form but no other special qualities.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_treacle"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_trollkin-reaver/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_trollkin-reaver",
            "name": "Trollkin Reaver",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 14,
            "hit_points": 82,
            "hit_dice": "11d8+33",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 19,
                "dexterity": 13,
                "constitution": 16,
                "intelligence": 11,
                "wisdom": 12,
                "charisma": 13
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 1
            },
            "saving_throws": {
                "constitution": 5,
                "wisdom": 3,
                "charisma": 3
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 5,
                "intelligence": 0,
                "wisdom": 3,
                "charisma": 3
            },
            "skill_bonuses": {
                "intimidation": 5,
                "survival": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": 4,
                "deception": 1,
                "history": 0,
                "insight": 1,
                "intimidation": 5,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 1,
                "performance": 1,
                "persuasion": 1,
                "religion": 0,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 3
            },
            "passive_perception": 11,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_trollkin-reaver_battleaxe",
                    "attacks": [
                        {
                            "key": "tob_trollkin-reaver_battleaxe_battleaxe-attack",
                            "distance_unit": "feet",
                            "name": "Battleaxe 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": "D8",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_trollkin-reaver_battleaxe",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Battleaxe",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) slashing damage or 9 (1d10 + 4) slashing damage if used with two hands. Using the battleaxe two-handed prevents using the handaxe.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_trollkin-reaver"
                },
                {
                    "key": "tob_trollkin-reaver_bite",
                    "attacks": [
                        {
                            "key": "tob_trollkin-reaver_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": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_trollkin-reaver_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": "tob_trollkin-reaver"
                },
                {
                    "key": "tob_trollkin-reaver_claw",
                    "attacks": [
                        {
                            "key": "tob_trollkin-reaver_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": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_trollkin-reaver_claw",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 6 (1d4 + 4) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_trollkin-reaver"
                },
                {
                    "key": "tob_trollkin-reaver_handaxe",
                    "attacks": [
                        {
                            "key": "tob_trollkin-reaver_handaxe_handaxe-attack",
                            "distance_unit": "feet",
                            "name": "Handaxe attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": 20.0,
                            "long_range": 60.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_trollkin-reaver_handaxe",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Handaxe",
                    "desc": "Melee or Ranged Weapon Attack: +6 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 7 (1d6 + 4) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_trollkin-reaver"
                },
                {
                    "key": "tob_trollkin-reaver_howl-of-battle",
                    "attacks": [],
                    "name": "Howl of Battle ",
                    "desc": "Up to three allies who can hear the trollkin reaver and are within 30 feet of it can each make one melee attack as a reaction.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 6,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_trollkin-reaver"
                },
                {
                    "key": "tob_trollkin-reaver_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The trollkin raider makes three melee attacks: two with its claws and one with its bite, or two with its battleaxe and one with its handaxe, or it makes two ranged attacks with its handaxes.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_trollkin-reaver"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_umbral-vampire/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_umbral-vampire",
            "name": "Umbral Vampire",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 0.0,
                "unit": "feet",
                "fly": 40.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": true,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 0.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/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 14,
            "hit_points": 84,
            "hit_dice": "13d8+26",
            "challenge_rating_decimal": "7.000",
            "challenge_rating_text": "7",
            "experience_points": 2900,
            "ability_scores": {
                "strength": 1,
                "dexterity": 18,
                "constitution": 15,
                "intelligence": 14,
                "wisdom": 14,
                "charisma": 19
            },
            "modifiers": {
                "strength": -5,
                "dexterity": 4,
                "constitution": 2,
                "intelligence": 2,
                "wisdom": 2,
                "charisma": 4
            },
            "saving_throws": {
                "constitution": 7,
                "charisma": 7
            },
            "saving_throws_all": {
                "strength": -5,
                "dexterity": 4,
                "constitution": 7,
                "intelligence": 2,
                "wisdom": 2,
                "charisma": 7
            },
            "skill_bonuses": {
                "perception": 5,
                "stealth": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 2,
                "arcana": 2,
                "athletics": -5,
                "deception": 4,
                "history": 2,
                "insight": 2,
                "intimidation": 4,
                "investigation": 2,
                "medicine": 2,
                "nature": 2,
                "perception": 5,
                "performance": 4,
                "persuasion": 4,
                "religion": 2,
                "sleight_of_hand": 4,
                "stealth": 7,
                "survival": 2
            },
            "passive_perception": 15,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "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": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_umbral-vampire_umbral-grasp",
                    "attacks": [
                        {
                            "key": "tob_umbral-vampire_umbral-grasp_umbral-grasp-attack",
                            "distance_unit": "feet",
                            "name": "Umbral Grasp 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": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_umbral-vampire_umbral-grasp",
                            "damage_type": null,
                            "extra_damage_type": "cold"
                        }
                    ],
                    "name": "Umbral Grasp",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 18 (4d6 + 4) cold damage and the target's Strength score is reduced by 1d6. The target dies if this reduces its Strength to 0. Otherwise, the reduction lasts until the target finishes a short or long rest. If a non-evil humanoid dies from this attack, a shadow rises from the corpse 1d4 hours later.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_umbral-vampire"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_uraeus/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_uraeus",
            "name": "Uraeus",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api",
            "alignment": "lawful neutral",
            "languages": [],
            "armor_class": 14,
            "hit_points": 40,
            "hit_dice": "9d4+18",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 6,
                "dexterity": 15,
                "constitution": 14,
                "intelligence": 10,
                "wisdom": 14,
                "charisma": 9
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": -1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": -1
            },
            "skill_bonuses": {
                "perception": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": -2,
                "deception": -1,
                "history": 0,
                "insight": 2,
                "intimidation": -1,
                "investigation": 0,
                "medicine": 2,
                "nature": 0,
                "perception": 4,
                "performance": -1,
                "persuasion": -1,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 2
            },
            "passive_perception": 14,
            "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/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": 10.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_uraeus_bite",
                    "attacks": [
                        {
                            "key": "tob_uraeus_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": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_uraeus_bite",
                            "damage_type": null,
                            "extra_damage_type": "fire"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage plus 9 (2d8) poison damage, and the target must make a successful DC 12 Constitution saving throw or be poisoned for 1 minute. While poisoned in this way, the target takes 9 (2d8) fire damage at the start of its turn. A poisoned creature repeats the saving throw at the end of its turn, ending the effect on a success.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_uraeus"
                },
                {
                    "key": "tob_uraeus_bonded-savior",
                    "attacks": [],
                    "name": "Bonded Savior",
                    "desc": "When the uraeus' bonded ward takes damage, the uraeus can transfer the damage to itself instead. The uraeus' damage resistance and immunity don't apply to transferred damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_uraeus"
                },
                {
                    "key": "tob_uraeus_searing-breath",
                    "attacks": [],
                    "name": "Searing Breath ",
                    "desc": "The uraeus exhales a 15-foot cone of fire. Creatures in the area take 10 (3d6) fire damage, or half damage with a successful DC 12 Dexterity saving throw.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_uraeus"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        }
    ]
}