Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions region/wreckedship/main/Attic.json
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,20 @@
"flashSuitChecked": true,
"blueSuitChecked": true
},
{
"link": [2, 1],
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this looks better as [2, 2] and moved under the other blue suit strats. That way you get state change without travelling, and that's how I see things being written nowadays.

"name": "Gain Blue Suit (X-Mode)",
"requires": [
"f_DefeatedPhantoon",
{"obstaclesCleared": ["A"]},
{"canShineCharge": {"usedTiles": 35, "openEnd": 0}},
"h_thornXModeBlueSuit",
{"shinespark": {"frames": 0}}
],
"note": "Shinecharge from the pillar to the right of the central door, use the broken floor spikes to the left of the door to X-Mode",
"flashSuitChecked": true,
"blueSuitChecked": true
},
{
"id": 31,
"link": [2, 2],
Expand Down
Loading