[
    {
        "region_name": "Gerudo Training Ground Lobby",
        "dungeon": "Gerudo Training Ground",
        "locations": {
            "Gerudo Training Ground Lobby Left Chest": "can_use(Bow) or can_use(Slingshot)",
            "Gerudo Training Ground Lobby Right Chest": "can_use(Bow) or can_use(Slingshot)",
            "Gerudo Training Ground Stalfos Chest": "is_adult or Kokiri_Sword",
            "Gerudo Training Ground Beamos Chest": "has_explosives and (is_adult or Kokiri_Sword)",
            "Gerudo Training Ground Hidden Ceiling Chest": "
                (Small_Key_Gerudo_Training_Ground, 3) and (logic_lens_gtg or can_use(Lens_of_Truth))",
            "Gerudo Training Ground Maze Path First Chest": "(Small_Key_Gerudo_Training_Ground, 4)",
            "Gerudo Training Ground Maze Path Second Chest": "(Small_Key_Gerudo_Training_Ground, 6)",
            "Gerudo Training Ground Maze Path Third Chest": "(Small_Key_Gerudo_Training_Ground, 7)",
            "Gerudo Training Ground Maze Path Final Chest": "(Small_Key_Gerudo_Training_Ground, 9)",
            "Gerudo Training Ground Beamos Recovery Heart 1": "True",
            "Gerudo Training Ground Beamos Recovery Heart 2": "True",
            # In the Beamos room, shoot the Gerudo symbol above the door to the lava room.
            "Wall Fairy": "has_bottle and can_use(Bow)"
        },
        "exits": {
            "Gerudo Fortress": "True",
            "Gerudo Training Ground Lava Room": "
                here(has_explosives and (is_adult or Kokiri_Sword))",
            "Gerudo Training Ground Central Maze Right": "(Small_Key_Gerudo_Training_Ground, 9)",
            "Gerudo Training Ground Heavy Block Room": "
                (is_adult or Kokiri_Sword) and
                (can_use(Hookshot) or logic_gtg_without_hookshot)"
        }
    },
    {
        "region_name": "Gerudo Training Ground Lava Room",
        "dungeon": "Gerudo Training Ground",
        "locations": {
            "Gerudo Training Ground Underwater Silver Rupee Chest": "
                is_adult and Hookshot and can_play(Song_of_Time) and
                Iron_Boots and (logic_fewer_tunic_requirements or Zora_Tunic)"
        },
        "exits": {
            "Gerudo Training Ground Central Maze Right": "can_play(Song_of_Time) or is_child",
            "Gerudo Training Ground Hammer Room": "
                is_adult and (Longshot or (Hookshot and Hover_Boots))"
        }
    },
    {
        "region_name": "Gerudo Training Ground Central Maze Right",
        "dungeon": "Gerudo Training Ground",
        "locations": {
            "Gerudo Training Ground Maze Right Central Chest": "True",
            "Gerudo Training Ground Maze Right Side Chest": "True",
            "Gerudo Training Ground Freestanding Key": "True"
        },
        "exits": {
            "Gerudo Training Ground Lava Room": "True",
            "Gerudo Training Ground Hammer Room": "can_use(Hookshot)"
        }
    },
    {
        "region_name": "Gerudo Training Ground Heavy Block Room",
        "dungeon": "Gerudo Training Ground",
        "locations": {
            "Gerudo Training Ground Before Heavy Block Chest": "True"
        },
        "exits": {
            "Gerudo Training Ground Eye Statue Upper": "
                is_adult and (logic_lens_gtg or can_use(Lens_of_Truth)) and
                (Hookshot or (logic_gtg_fake_wall and Hover_Boots))"
        }
    },
    {
        "region_name": "Gerudo Training Ground Eye Statue Upper",
        "dungeon": "Gerudo Training Ground",
        "locations": {
            "Gerudo Training Ground Near Scarecrow Chest": "Bow"
        },
        "exits": {
            "Gerudo Training Ground Like Like Room": "Silver_Gauntlets",
            "Gerudo Training Ground Eye Statue Lower": "True"
        }
    },
    {
        "region_name": "Gerudo Training Ground Like Like Room",
        "dungeon": "Gerudo Training Ground",
        "locations": {
            "Gerudo Training Ground Heavy Block First Chest": "True",
            "Gerudo Training Ground Heavy Block Second Chest": "True",
            "Gerudo Training Ground Heavy Block Third Chest": "True",
            "Gerudo Training Ground Heavy Block Fourth Chest": "True"
        }
    },
    {
        "region_name": "Gerudo Training Ground Eye Statue Lower",
        "dungeon": "Gerudo Training Ground",
        "locations": {
            "Gerudo Training Ground Eye Statue Chest": "Bow"
        },
        "exits": {
            "Gerudo Training Ground Hammer Room": "True"
        }
    },
    {
        "region_name": "Gerudo Training Ground Hammer Room",
        "dungeon": "Gerudo Training Ground",
        "locations": {
            "Gerudo Training Ground Hammer Room Clear Chest": "True",
            "Gerudo Training Ground Hammer Room Switch Chest": "Megaton_Hammer"
        },
        "exits": {
            "Gerudo Training Ground Lava Room": "True",
            "Gerudo Training Ground Eye Statue Lower": "Megaton_Hammer and Bow"
        }
    }
]
