Skip to content

Commit 5152ef0

Browse files
committed
Lower Norfair small rooms: blue suit logic
1 parent 21b19af commit 5152ef0

4 files changed

Lines changed: 151 additions & 71 deletions

File tree

region/lowernorfair/east/Red Kihunter Shaft Save Room.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"openEnd": 1
4848
}
4949
},
50-
"flashSuitChecked": true
50+
"flashSuitChecked": true,
51+
"blueSuitChecked": true
5152
},
5253
{
5354
"id": 2,
@@ -56,21 +57,24 @@
5657
"requires": [
5758
"h_CrystalFlash"
5859
],
59-
"flashSuitChecked": true
60+
"flashSuitChecked": true,
61+
"blueSuitChecked": true
6062
},
6163
{
6264
"id": 3,
6365
"link": [1, 2],
6466
"name": "Base",
6567
"requires": [],
66-
"flashSuitChecked": true
68+
"flashSuitChecked": true,
69+
"blueSuitChecked": true
6770
},
6871
{
6972
"id": 4,
7073
"link": [2, 1],
7174
"name": "Base",
7275
"requires": [],
73-
"flashSuitChecked": true
76+
"flashSuitChecked": true,
77+
"blueSuitChecked": true
7478
}
7579
],
7680
"notables": [],

region/lowernorfair/east/Ridley Tank Room.json

Lines changed: 9 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": 6,
@@ -90,6 +91,7 @@
9091
}
9192
},
9293
"flashSuitChecked": true,
94+
"blueSuitChecked": true,
9395
"note": [
9496
"If using the full runway, press against the wall and turn around; do not back into the corner."
9597
],
@@ -100,21 +102,21 @@
100102
"link": [1, 2],
101103
"name": "Base",
102104
"requires": [
103-
"h_navigateHeatRooms",
104105
"Morph",
105106
{"heatFrames": 50}
106107
],
107-
"flashSuitChecked": true
108+
"flashSuitChecked": true,
109+
"blueSuitChecked": true
108110
},
109111
{
110112
"id": 3,
111113
"link": [2, 1],
112114
"name": "Base",
113115
"requires": [
114-
"h_navigateHeatRooms",
115116
{"heatFrames": 50}
116117
],
117-
"flashSuitChecked": true
118+
"flashSuitChecked": true,
119+
"blueSuitChecked": true
118120
},
119121
{
120122
"id": 4,
@@ -123,7 +125,8 @@
123125
"requires": [
124126
"h_heatedCrystalFlash"
125127
],
126-
"flashSuitChecked": true
128+
"flashSuitChecked": true,
129+
"blueSuitChecked": true
127130
}
128131
],
129132
"notables": [],

0 commit comments

Comments
 (0)