Skip to content

Commit d471521

Browse files
authored
Merge pull request #2661 from blkerby/east-norfair-bluesuit-15
Speed Booster Hall blue suit logic
2 parents 13a08b2 + 8518339 commit d471521

3 files changed

Lines changed: 239 additions & 81 deletions

File tree

helpers.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,20 @@
336336
"h_equipmentScreenCycleFrames",
337337
"h_equipmentScreenCycleFrames"
338338
]
339+
},
340+
{
341+
"name": "h_SpeedBoosterHallNoRisingLava",
342+
"requires": [
343+
"f_ClearedSpeedBoosterLavaTrap"
344+
],
345+
"devNote": [
346+
"In vanilla, Speed Booster Hall has rising lava when traversing the room right to left",
347+
"for the first time after collecting Speed Booster.",
348+
"FIXME: Having Speed Booster uncollected would be another way to ensure this room is free of rising lava,",
349+
"but there is currently no way to model this, and it would require canRiskPermanentLossOfAccess.",
350+
"To avoid this, it would be an option for randomizers to change this behavior,",
351+
"to condition the lava trap on Speed Booster being equipped rather than collected."
352+
]
339353
}
340354
]
341355
},

0 commit comments

Comments
 (0)