You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2021. It is now read-only.
This can be done with a scan dash off the Red Starburst above the Temple Hall door, or by locking onto a Seedling in Temple Hall and then dashing.`,
137
138
difficulty: Difficulty.EASY
138
139
},
140
+
antechamberWithPowerBombs: {
141
+
name: 'Antechamber with Power Bombs',
142
+
description: `You can retrieve the item and leave Antechamber without Ice Beam by using a power bomb to open the door, moving to the very back of the room, and then back to the door.
143
+
144
+
WARNING: If you fail the trick, you will softlock. It is strongly recommended to save at the nearby save station before attempting.`,
145
+
difficulty: Difficulty.EASY
146
+
},
139
147
arborChamberWithoutPlasma: {
140
148
name: 'Arbor Chamber without Plasma Beam',
141
149
description: `Arbor Chamber can be entered through the ceiling from out of bounds.
description: `You can abuse standable collision such as the morph track and the scaffolding to access the top of the room without needing Spider Ball.`,
186
202
difficulty: Difficulty.EASY
187
203
},
204
+
climbReflectingPoolWithoutBoostBall: {
205
+
name: 'Climb Reflecting Pool without Boost Ball',
206
+
description: `You can slope jump off the Stone Toads to reach the top of the room.`,
207
+
difficulty: Difficulty.TRIVIAL
208
+
},
188
209
climbRuinedCourtyardWithoutBoostSpider: {
189
210
name: 'Climb Ruined Courtyard without Boost Ball, Spider Ball',
190
211
description: `There is standable collision near the lower door that can be used to climb to the top of the room.`,
You still need missiles to reach this room inbounds.`,
198
219
difficulty: Difficulty.EASY
199
220
},
221
+
crashedFrigateGammaElevatorWithoutGravity: {
222
+
name: 'Crashed Frigate - Gamma Elevator Item without Gravity Suit',
223
+
description: `In-game, there's nothing stopping you from entering (and leaving) the front side of the crashed frigate without Gravity Suit.`,
224
+
difficulty: Difficulty.EASY
225
+
},
200
226
crossMagmaPoolSuitless: {
201
227
name: 'Cross Magma Pool Suitless',
202
228
description: `Removes the suit requirement to traverse this room and obtain the item in Magma Pool. The item logic will assume you have 2 Energy Tanks.
'Metroid Quarantine B (Fungal Hall B Side)': (items: PrimeItemCollection)=>items.has(PrimeItem.GRAPPLE_BEAM)&&items.has(PrimeItem.SPACE_JUMP_BOOTS)&&items.has(PrimeItem.PLASMA_BEAM),
231
+
'Metroid Quarantine B (Fungal Hall B Side)': (items: PrimeItemCollection,settings: PrimeRandomizerSettings)=>{
0 commit comments