Files
Grinch-AP/worlds/oot/data/Glitched World/Deku Tree 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

50 lines
1.8 KiB
JSON

[
{
"region_name": "Deku Tree Lobby",
"dungeon": "Deku Tree",
"locations": {
"Deku Tree MQ Map Chest": "True",
"Deku Tree MQ Slingshot Chest": "can_child_attack",
"Deku Tree MQ Slingshot Room Back Chest": "Sticks or can_use(Dins_Fire)",
"Deku Tree MQ Basement Chest": "Sticks or can_use(Dins_Fire)",
"Deku Tree MQ GS Lobby": "can_child_attack"
},
"exits": {
"KF Outside Deku Tree": "True",
"Deku Tree Compass Room": "Slingshot and (Sticks or can_use(Dins_Fire))",
"Deku Tree Boss Room": "Slingshot and (Sticks or can_use(Dins_Fire))"
}
},
{
"region_name": "Deku Tree Compass Room",
"dungeon": "Deku Tree",
"locations": {
"Deku Tree MQ Compass Chest": "True",
"Deku Tree MQ GS Compass Room": "
Boomerang and ((Bombs and can_play(Song_of_Time)) or has_bombchus)"
},
"exits": {
"Deku Tree Lobby": "True"
}
},
{
"region_name": "Deku Tree Boss Room",
"dungeon": "Deku Tree",
"events": {
"Deku Tree Clear": "Deku_Shield and (Kokiri_Sword or Sticks)"
},
"locations": {
"Deku Tree MQ Before Spinning Log Chest": "True",
"Deku Tree MQ After Spinning Log Chest": "can_play(Song_of_Time)",
"Deku Tree MQ GS Basement Graves Room": "Boomerang and can_play(Song_of_Time)",
"Deku Tree MQ GS Basement Back Room": "Boomerang",
"Deku Tree MQ Deku Scrub": "True",
"Deku Tree Queen Gohma Heart": "Deku_Shield and (Kokiri_Sword or Sticks)",
"Queen Gohma": "Deku_Shield and (Kokiri_Sword or Sticks)"
},
"exits": {
"Deku Tree Lobby": "True"
}
}
]