Skip to content

Commit 4e5caad

Browse files
committed
More strats from Sam: Tourian Escape Room 2, etc.
1 parent 0186286 commit 4e5caad

3 files changed

Lines changed: 69 additions & 0 deletions

File tree

region/brinstar/kraid/Warehouse Kihunter Room.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,33 @@
219219
}
220220
}
221221
},
222+
{
223+
"link": [1, 1],
224+
"name": "Kihunter Ice Moonfall Door Lock Skip",
225+
"requires": [
226+
"canTrickyUseFrozenEnemies",
227+
{"or": [
228+
"Charge",
229+
"Plasma"
230+
]},
231+
{"enemyDamage": {"enemy": "Kihunter (green)", "type": "contact", "hits": 2}},
232+
"canEnemyStuckMoonfall",
233+
"canFreeFallClip"
234+
],
235+
"bypassesDoorShell": true,
236+
"note": [
237+
"Freeze two Kihunters above the door to be able to moonfall between them.",
238+
"After gaining enough speed, hold backward to move forward and buffer a turnaround to clip through the door."
239+
],
240+
"detailNote": [
241+
"Plasma or Charge are needed in order to be able to freeze the Kihunters mid-air;",
242+
"otherwise they would lose their wings and fall to the ground."
243+
],
244+
"devNote": [
245+
"Manipulating the Kihunters is difficult.",
246+
"It might be possible to avoid enemy damage but this would be even more difficult."
247+
]
248+
},
222249
{
223250
"id": 6,
224251
"link": [1, 1],

region/crateria/east/Forgotten Highway Elbow.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,20 @@
139139
"unlocksDoors": [{"types": ["ammo"], "requires": []}],
140140
"flashSuitChecked": true
141141
},
142+
{
143+
"link": [1, 2],
144+
"name": "Stored Moonfall Clip",
145+
"entranceCondition": {
146+
"comeInWithStoredFallSpeed": {
147+
"fallSpeedInTiles": 2
148+
}
149+
},
150+
"requires": [
151+
"canMoonfall"
152+
],
153+
"bypassesDoorShell": true,
154+
"flashSuitChecked": true
155+
},
142156
{
143157
"id": 6,
144158
"link": [2, 1],

region/tourian/main/Tourian Escape Room 2.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,34 @@
111111
}
112112
}
113113
},
114+
{
115+
"link": [1, 1],
116+
"name": "Pirate Ice Clip Door Lock Skip",
117+
"requires": [
118+
{"or":[
119+
"h_canXRayMorphIceClip",
120+
"h_canPreciseIceClip"
121+
]}
122+
],
123+
"bypassesDoorShell": true,
124+
"flashSuitChecked": true,
125+
"note": [
126+
"Manipulate a Pirate to climb to the top of the room on the left side.",
127+
"If Morph and X-Ray are available, morph on the top platform while waiting for the Pirate to climb up, triggering it to jump at a normalized height.",
128+
"Otherwise, crouch on the right platform second from the top, waiting for the Pirate to climb down, again triggering it to jump at a normalized height.",
129+
"In either case, freeze the Pirate near the center of the door, and use it to clip up through the door."
130+
],
131+
"detailNote": [
132+
"After jumping from right-to-left, Pirates will begin climbing up.",
133+
"After jumping from left-to-right, Pirates will begin climbing down.",
134+
"They will change direction when colliding with a block,",
135+
"or at random (with 50% chance) after climbing a distance of about 5 tiles.",
136+
"While climbing, they will fire a laser and jump across the room if the center vertical position of Samus and the Pirate differ by at most 32 pixels."
137+
],
138+
"devNote": [
139+
"A high-pixel ceiling clip does not appear possible, though this could use more testing."
140+
]
141+
},
114142
{
115143
"id": 4,
116144
"link": [1, 1],

0 commit comments

Comments
 (0)