Skip to content

Commit 2518d48

Browse files
committed
Speed Booster Hall blue suit logic
1 parent b5fd815 commit 2518d48

3 files changed

Lines changed: 215 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)