Files
Grinch-AP/worlds/oot/data/World/Bottom of the Well MQ.json
espeon65536 aee0df5359 Ocarina of Time 7.0 (#1277)
## What is this fixing or adding?
- Adds the majority of OoTR 7.0 features:
  - Pot shuffle, Freestanding item shuffle, Crate shuffle, Beehive shuffle
  - Key rings mode
  - Dungeon shortcuts to speed up dungeons
  - "Regional" shuffle for dungeon items
  - New options for shop pricing in shopsanity
  - Expanded Ganon's Boss Key shuffle options
  - Pre-planted beans
  - Improved Chest Appearance Matches Contents mode
  - Blue Fire Arrows
  - Bonk self-damage
  - Finer control over MQ dungeons and spawn position randomization
- Several bugfixes as a result of the update:
  - Items recognized by the server and valid starting items are now in a 1-to-1 correspondence. In particular, starting with keys is now supported.
  - Entrance randomization success rate improved. Hopefully it is now at 100%. 

Co-authored-by: Zach Parks <zach@alliware.com>
2022-12-11 04:11:40 +01:00

56 lines
2.6 KiB
JSON

[
{
"region_name": "Bottom of the Well",
"dungeon": "Bottom of the Well",
"exits": {
"Kakariko Village": "True",
"Bottom of the Well Perimeter": "is_child"
}
},
{
"region_name": "Bottom of the Well Perimeter",
"dungeon": "Bottom of the Well",
"locations": {
"Bottom of the Well MQ Compass Chest": "
Kokiri_Sword or (Sticks and logic_child_deadhand)",
"Bottom of the Well MQ Dead Hand Freestanding Key": "
has_explosives or (logic_botw_mq_dead_hand_key and Boomerang)",
"Bottom of the Well MQ Bombable Recovery Heart 1": "has_explosives",
"Bottom of the Well MQ Bombable Recovery Heart 2": "has_explosives",
"Bottom of the Well MQ Basement Recovery Heart 1": "True",
"Bottom of the Well MQ Basement Recovery Heart 2": "True",
"Bottom of the Well MQ Basement Recovery Heart 3": "True",
"Bottom of the Well MQ Coffin Recovery Heart 1": "
(Small_Key_Bottom_of_the_Well, 2) and (Sticks or can_use(Dins_Fire))",
"Bottom of the Well MQ Coffin Recovery Heart 2": "
(Small_Key_Bottom_of_the_Well, 2) and (Sticks or can_use(Dins_Fire))",
"Bottom of the Well MQ GS Basement": "can_child_attack",
"Bottom of the Well MQ GS Coffin Room": "
(Small_Key_Bottom_of_the_Well, 2) and can_child_attack",
"Wall Fairy": "has_bottle and Slingshot" # The fairy pot is obsolete
},
"exits": {
"Bottom of the Well Middle": "
can_play(Zeldas_Lullaby) or (logic_botw_mq_pits and has_explosives)"
}
},
{
"region_name": "Bottom of the Well Middle",
"dungeon": "Bottom of the Well",
"locations": {
"Bottom of the Well MQ Map Chest": "True",
"Bottom of the Well MQ East Inner Room Freestanding Key": "True",
"Bottom of the Well MQ Lens of Truth Chest": "
(Small_Key_Bottom_of_the_Well, 2) and has_explosives",
"Bottom of the Well MQ Center Room Right Pot 1": "True",
"Bottom of the Well MQ Center Room Right Pot 2": "True",
"Bottom of the Well MQ Center Room Right Pot 3": "True",
"Bottom of the Well MQ East Inner Room Pot 1": "True",
"Bottom of the Well MQ East Inner Room Pot 2": "True",
"Bottom of the Well MQ East Inner Room Pot 3": "True",
"Bottom of the Well MQ GS West Inner Room": "
can_child_attack and (logic_botw_mq_pits or has_explosives)"
}
}
]