Skip to content

Commit

Permalink
Revert weird reversion of OoTRandomizer#1976 from OoTRandomizer#1885
Browse files Browse the repository at this point in the history
  • Loading branch information
cjohnson57 committed Jun 20, 2023
1 parent d2a5177 commit b38ed8e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
20 changes: 15 additions & 5 deletions data/World/Overworld.json
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,9 @@
"hint": "HAUNTED_WASTELAND",
"locations": {
"Wasteland Chest": "has_fire_source",
"Wasteland Bombchu Salesman": "Progressive_Wallet and can_jumpslash",
"Wasteland Bombchu Salesman": "
Progressive_Wallet and can_jumpslash and
(shuffle_expensive_merchants or not free_bombchu_drops or has_bombchus)",
"Wasteland Near GS Pot 1": "True",
"Wasteland Near GS Pot 2": "True",
"Wasteland Near GS Pot 3": "True",
Expand Down Expand Up @@ -1133,10 +1135,18 @@
"scene": "Market",
"hint": "MARKET",
"locations": {
"Market Night Red Rupee Crate": "is_child and at_night and (deadly_bonks != 'ohko' or Fairy or (can_use(Nayrus_Love) and shuffle_overworld_entrances == 'off'))",
"Market Night Green Rupee Crate 1": "is_child and at_night and (deadly_bonks != 'ohko' or Fairy or (can_use(Nayrus_Love) and shuffle_overworld_entrances == 'off'))",
"Market Night Green Rupee Crate 2": "is_child and at_night and (deadly_bonks != 'ohko' or Fairy or (can_use(Nayrus_Love) and shuffle_overworld_entrances == 'off'))",
"Market Night Green Rupee Crate 3": "is_child and at_night (deadly_bonks != 'ohko' or Fairy or (can_use(Nayrus_Love) and shuffle_overworld_entrances == 'off'))"
"Market Night Red Rupee Crate": "
is_child and at_night and
(deadly_bonks != 'ohko' or Fairy or (can_use(Nayrus_Love) and shuffle_overworld_entrances == 'off'))",
"Market Night Green Rupee Crate 1": "
is_child and at_night and
(deadly_bonks != 'ohko' or Fairy or (can_use(Nayrus_Love) and shuffle_overworld_entrances == 'off'))",
"Market Night Green Rupee Crate 2": "
is_child and at_night and
(deadly_bonks != 'ohko' or Fairy or (can_use(Nayrus_Love) and shuffle_overworld_entrances == 'off'))",
"Market Night Green Rupee Crate 3": "
is_child and at_night and
(deadly_bonks != 'ohko' or Fairy or (can_use(Nayrus_Love) and shuffle_overworld_entrances == 'off'))"
},
"exits": {
"Market Entrance": "True",
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '7.1.138'
__version__ = '7.1.139'

# This is a supplemental version number for branches based off of main dev.
supplementary_version = 0
Expand Down

0 comments on commit b38ed8e

Please sign in to comment.