Skip to content

Commit

Permalink
add Spacesuit to mod connections so suitless logic isn't totally brok…
Browse files Browse the repository at this point in the history
…en by mods
  • Loading branch information
Ixrec committed Oct 8, 2024
1 parent bd5986f commit 2364e8d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions worlds/outer_wilds/shared_static_logic/connections.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,9 @@
{ "item": "Alarm Bypass Patch" }
] },

{ "category": "hn1", "from": "Space", "to": "Lonely Hermit", "requires": [] },
{ "category": "hn1", "from": "Space", "to": "Lonely Hermit", "requires": [
{ "item": "Spacesuit" } // we don't have proper HN1 suitless logic, so simply require suit for all of it
] },

{ "category": "hn1", "from": "Lonely Hermit", "to": "Alpine Core", "requires": [] },

Expand All @@ -235,7 +237,7 @@
{ "item": "Stranger Light Modulator" }
] },

{ "category": "hn1", "from": "Space", "to": "Derelict Ship Exterior", "requires": [
{ "category": "hn1", "from": "Lonely Hermit", "to": "Derelict Ship Exterior", "requires": [
{ "item": "Signalscope" },
{ "item": "Neighbor's Distress Signal Frequency" }
] },
Expand All @@ -246,10 +248,13 @@

{ "category": "hn1", "from": "Timber Hearth", "to": "Sole Survivor Pod", "requires": [
{ "item": "Signalscope" },
{ "item": "Galactic Communication Frequency" }
{ "item": "Galactic Communication Frequency" },
{ "item": "Spacesuit" } // we don't have proper HN1 suitless logic, so simply require suit for all of it
] },

{ "category": "to", "from": "Space", "to": "Dark Bramble Exterior", "requires": [] },
{ "category": "to", "from": "Space", "to": "Dark Bramble Exterior", "requires": [
{ "item": "Spacesuit" } // we don't have proper outsider suitless logic, so simply require suit for all of it
] },

{ "category": "to", "from": "Dark Bramble Exterior", "to": "Secluded Structure", "requires": [
{ "location": "TO: Jellyfish Painting Path" }, // seeing the hidden path in the painting
Expand All @@ -270,6 +275,10 @@

{ "category": "to", "from": "Dark Bramble", "to": "Projection Pool House", "requires": [ { "item": "Scout" } ] },

{ "category": "ac", "from": "Space", "to": "Lingering Chime", "requires": [] },
{ "category": "ac", "from": "Space", "to": "Dark Bramble Research Station", "requires": [] }
{ "category": "ac", "from": "Space", "to": "Lingering Chime", "requires": [
{ "item": "Spacesuit" } // we don't have proper AC suitless logic, so simply require suit for all of it
] },
{ "category": "ac", "from": "Space", "to": "Dark Bramble Research Station", "requires": [
{ "item": "Spacesuit" } // we don't have proper AC suitless logic, so simply require suit for all of it
] }
]
Binary file modified worlds/outer_wilds/shared_static_logic/static_logic.pickle
Binary file not shown.

0 comments on commit 2364e8d

Please sign in to comment.