mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-27 01:59:57 -07:00
Celeste (Open World): v1.0.7 Logic Fixes (#5827)
### Logic Fixes: - Old Site A - Logic now allows for going backwards from the `Awake` checkpoint - Golden Ridge A - `Golden Strawberry` now requires `Moving Platforms` as it should - Mirror Temple A - `Room b-01c Strawberry` and `Room b-10 Strawberry` no longer erroneously require `Red Boosters` - `Golden Strawberry` now requires `Dash Refills` as it should - Reflection A - Logic now allows for going backwards from the `Reflection` checkpoint - Reflection B - Logic now allows for going backwards from the `Reflection` checkpoint - Farewell - `Power Source Key 2` now logically requires `Dash Switches` and `Double Dash Refills` as it should
This commit is contained in:
@@ -5413,13 +5413,13 @@
|
||||
"name": "north-west",
|
||||
"direction": "left",
|
||||
"blocked": false,
|
||||
"closes_behind": true
|
||||
"closes_behind": false
|
||||
},
|
||||
{
|
||||
"name": "west",
|
||||
"direction": "left",
|
||||
"blocked": false,
|
||||
"closes_behind": true
|
||||
"closes_behind": false
|
||||
},
|
||||
{
|
||||
"name": "east",
|
||||
@@ -14326,7 +14326,7 @@
|
||||
"name": "golden",
|
||||
"display_name": "Golden Strawberry",
|
||||
"type": "golden_strawberry",
|
||||
"rule": [ [ "blue_clouds", "pink_clouds", "blue_boosters", "move_blocks", "dash_refills", "springs", "coins" ] ]
|
||||
"rule": [ [ "blue_clouds", "pink_clouds", "blue_boosters", "move_blocks", "moving_platforms", "dash_refills", "springs", "coins" ] ]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -16985,7 +16985,7 @@
|
||||
"name": "strawberry",
|
||||
"display_name": "Strawberry",
|
||||
"type": "strawberry",
|
||||
"rule": [ [ "red_boosters" ] ]
|
||||
"rule": []
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -17577,7 +17577,7 @@
|
||||
"name": "strawberry",
|
||||
"display_name": "Strawberry",
|
||||
"type": "strawberry",
|
||||
"rule": [ [ "red_boosters" ] ]
|
||||
"rule": []
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -19953,7 +19953,7 @@
|
||||
"name": "golden",
|
||||
"display_name": "Golden Strawberry",
|
||||
"type": "golden_strawberry",
|
||||
"rule": [ [ "red_boosters", "swap_blocks", "dash_switches", "Entrance Key", "Depths Key", "Search Key 1", "Search Key 2", "seekers", "coins", "theo_crystal" ] ]
|
||||
"rule": [ [ "red_boosters", "swap_blocks", "dash_switches", "dash_refills", "Entrance Key", "Depths Key", "Search Key 1", "Search Key 2", "seekers", "coins", "theo_crystal" ] ]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -23479,7 +23479,7 @@
|
||||
"name": "west",
|
||||
"direction": "left",
|
||||
"blocked": false,
|
||||
"closes_behind": true
|
||||
"closes_behind": false
|
||||
},
|
||||
{
|
||||
"name": "top",
|
||||
@@ -25250,7 +25250,7 @@
|
||||
"name": "west",
|
||||
"direction": "left",
|
||||
"blocked": false,
|
||||
"closes_behind": true
|
||||
"closes_behind": false
|
||||
},
|
||||
{
|
||||
"name": "east",
|
||||
@@ -37237,13 +37237,13 @@
|
||||
"name": "binoculars",
|
||||
"display_name": "Binoculars",
|
||||
"type": "binoculars",
|
||||
"rule": [ [ "breaker_boxes" ] ]
|
||||
"rule": [ [ "breaker_boxes", "double_dash_refills", "dash_switches" ] ]
|
||||
},
|
||||
{
|
||||
"name": "key_2",
|
||||
"display_name": "Power Source Key 2",
|
||||
"type": "key",
|
||||
"rule": [ [ "breaker_boxes", "double_dash_refills", "jellyfish" ] ]
|
||||
"rule": [ [ "breaker_boxes", "double_dash_refills", "dash_switches", "jellyfish" ] ]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user