Skip to content

Commit

Permalink
put EC Mural with only PR Patch into logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Ixrec committed Dec 5, 2024
1 parent 232e16b commit cb1b067
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions worlds/outer_wilds/shared_static_logic/locations.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,12 @@
{
"category": "dlc", "address": 1085040015, "name": "DW: Endless Canyon Mural",
"region": "Endless Canyon", "requires": [
{ "item": "Dream Totem Patch" } // project multiple bridges, and hand warp to reach 2nd projection totem
{ "anyOf": [
// the intended vanilla route: project bridge into lodge, hand warp inside, project bridge inside lodge
{ "item": "Dream Totem Patch" },
// the "shortcut": use an invisible bridge on the far right to reach lower lodge without projecting the bridge inside
{ "item": "Projection Range Patch" }
] }
]
},
{
Expand Down Expand Up @@ -1493,7 +1498,12 @@
{
"category": "dlc", "logsanity": true, "address": 1085041033, "name": "DW Ship Log: Endless Canyon 2 - Mural",
"region": "Endless Canyon", "requires": [
{ "item": "Dream Totem Patch" } // project multiple bridges, and hand warp to reach 2nd projection totem
{ "anyOf": [
// the intended vanilla route: project bridge into lodge, hand warp inside, project bridge inside lodge
{ "item": "Dream Totem Patch" },
// the "shortcut": use an invisible bridge on the far right to reach lower lodge without projecting the bridge inside
{ "item": "Projection Range Patch" }
] }
]
},
{
Expand Down

0 comments on commit cb1b067

Please sign in to comment.