diff --git a/worlds/tloz_oos/data/Items.py b/worlds/tloz_oos/data/Items.py index 12a17e95e17c..b66298954265 100644 --- a/worlds/tloz_oos/data/Items.py +++ b/worlds/tloz_oos/data/Items.py @@ -176,12 +176,12 @@ 'id': 0x2a }, "Piece of Heart": { - 'classification': ItemClassification.useful, + 'classification': ItemClassification.filler, 'id': 0x2b, 'subid': 0x01 }, "Rare Peach Stone": { - 'classification': ItemClassification.useful, + 'classification': ItemClassification.filler, 'id': 0x2b, 'subid': 0x02 }, diff --git a/worlds/tloz_oos/data/logic/OverworldLogic.py b/worlds/tloz_oos/data/logic/OverworldLogic.py index 492b29e5dd86..1cfe81eed79f 100644 --- a/worlds/tloz_oos/data/logic/OverworldLogic.py +++ b/worlds/tloz_oos/data/logic/OverworldLogic.py @@ -52,11 +52,11 @@ def make_holodrum_logic(player: int): ["horon village", "horon village tree", False, lambda state: oos_can_harvest_tree(state, player, True)], - ["horon village", "horon shop", False, lambda state: oos_has_rupees(state, player, 200)], - ["horon village", "advance shop", False, lambda state: oos_has_rupees(state, player, 400)], + ["horon village", "horon shop", False, lambda state: oos_has_rupees(state, player, 150)], + ["horon village", "advance shop", False, lambda state: oos_has_rupees(state, player, 300)], ["horon village", "member's shop", False, lambda state: all([ state.has("Member's Card", player), - oos_has_rupees(state, player, 600) + oos_has_rupees(state, player, 450) ])], # WESTERN COAST ############################################################################################## @@ -611,7 +611,7 @@ def make_holodrum_logic(player: int): ]), state.has("Mushroom", player) ])], - ["syrup trade", "syrup shop", False, lambda state: oos_has_rupees(state, player, 800)], + ["syrup trade", "syrup shop", False, lambda state: oos_has_rupees(state, player, 600)], # Use Dimitri to get the tree seeds, using dimitri to get seeds being medium difficulty ["sunken city dimitri", "sunken city tree", False,lambda state: all([