Archipelago/worlds/oot/data/World/Gerudo Training Ground.json

121 lines
5.2 KiB
JSON

[
{
"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)",
"Wall Fairy": "has_bottle and can_use(Bow)" #in the Beamos room shoot the Gerudo symbol above the door to the lava room.
},
"exits": {
"Gerudo Fortress": "True",
"Gerudo Training Ground Heavy Block Room": "
(is_adult or Kokiri_Sword) and
(can_use(Hookshot) or logic_gtg_without_hookshot)",
"Gerudo Training Ground Lava Room": "
here(has_explosives and (is_adult or Kokiri_Sword))",
"Gerudo Training Ground Central Maze": "True"
}
},
{
"region_name": "Gerudo Training Ground Central Maze",
"dungeon": "Gerudo Training Ground",
"locations": {
"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)"
},
"exits": {
"Gerudo Training Ground Central Maze Right": "(Small_Key_Gerudo_Training_Ground, 9)"
}
},
{
"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 Hammer Room": "can_use(Hookshot)",
"Gerudo Training Ground Lava Room": "True"
}
},
{
"region_name": "Gerudo Training Ground Lava Room",
"dungeon": "Gerudo Training Ground",
"locations": {
"Gerudo Training Ground Underwater Silver Rupee Chest": "
can_use(Hookshot) and can_play(Song_of_Time) and Iron_Boots and
(logic_fewer_tunic_requirements or can_use(Zora_Tunic))"
},
"exits": {
"Gerudo Training Ground Central Maze Right": "can_play(Song_of_Time) or is_child",
"Gerudo Training Ground Hammer Room": "
can_use(Longshot) or (can_use(Hookshot) and can_use(Hover_Boots))"
}
},
{
"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": "can_use(Megaton_Hammer)"
},
"exits": {
"Gerudo Training Ground Eye Statue Lower": "can_use(Megaton_Hammer) and Bow",
"Gerudo Training Ground Lava Room": "True"
}
},
{
"region_name": "Gerudo Training Ground Eye Statue Lower",
"dungeon": "Gerudo Training Ground",
"locations": {
"Gerudo Training Ground Eye Statue Chest": "can_use(Bow)"
},
"exits": {
"Gerudo Training Ground Hammer Room": "True"
}
},
{
"region_name": "Gerudo Training Ground Eye Statue Upper",
"dungeon": "Gerudo Training Ground",
"locations": {
"Gerudo Training Ground Near Scarecrow Chest": "can_use(Bow)"
},
"exits": {
"Gerudo Training Ground Eye Statue Lower": "True"
}
},
{
"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": "
(logic_lens_gtg or can_use(Lens_of_Truth)) and
(can_use(Hookshot) or (logic_gtg_fake_wall and can_use(Hover_Boots)))",
"Gerudo Training Ground Like Like Room": "
can_use(Silver_Gauntlets) and (logic_lens_gtg or can_use(Lens_of_Truth)) and
(can_use(Hookshot) or (logic_gtg_fake_wall and can_use(Hover_Boots)))"
}
},
{
"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"
}
}
]