Skip to content

Commit 1fb7705

Browse files
authored
Spiky Platforms Tunnel blue suit logic (#2669)
1 parent cbedba9 commit 1fb7705

2 files changed

Lines changed: 191 additions & 25 deletions

File tree

region/norfair/east/Speed Booster Room.json

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
"openEnd": 1
4949
}
5050
},
51-
"flashSuitChecked": true
51+
"flashSuitChecked": true,
52+
"blueSuitChecked": true
5253
},
5354
{
5455
"id": 2,
@@ -57,24 +58,34 @@
5758
"requires": [
5859
"h_heatedCrystalFlash"
5960
],
60-
"flashSuitChecked": true
61+
"flashSuitChecked": true,
62+
"blueSuitChecked": true
6163
},
6264
{
6365
"id": 3,
6466
"link": [1, 2],
6567
"name": "Base",
6668
"requires": [
67-
{"heatFrames": 65}
69+
{"heatFrames": 65},
70+
{"or": [
71+
"canDash",
72+
{"heatFrames": 15}
73+
]}
6874
],
6975
"flashSuitChecked": true,
76+
"blueSuitChecked": true,
7077
"devNote": "There is no G-Mode strat added here, as it would require immobile and indirect to have enough energy and would only save a few frames."
7178
},
7279
{
7380
"id": 4,
7481
"link": [2, 1],
7582
"name": "Base",
7683
"requires": [
77-
{"heatFrames": 80}
84+
{"heatFrames": 80},
85+
{"or": [
86+
"canDash",
87+
{"heatFrames": 25}
88+
]}
7889
],
7990
"unlocksDoors": [
8091
{
@@ -87,13 +98,15 @@
8798
"requires": [{"heatFrames": 50}]
8899
}
89100
],
90-
"flashSuitChecked": true
101+
"flashSuitChecked": true,
102+
"blueSuitChecked": true
91103
},
92104
{
93105
"id": 5,
94106
"link": [2, 1],
95107
"name": "Leave with Runway",
96108
"requires": [
109+
"canDash",
97110
{"heatFrames": 60}
98111
],
99112
"exitCondition": {
@@ -113,7 +126,8 @@
113126
"requires": [{"heatFrames": 60}]
114127
}
115128
],
116-
"flashSuitChecked": true
129+
"flashSuitChecked": true,
130+
"blueSuitChecked": true
117131
}
118132
],
119133
"notables": [],

0 commit comments

Comments
 (0)