Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions region/brinstar/green/Etecoon Energy Tank Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -774,9 +774,8 @@
"requires": [
{"canShineCharge": {"usedTiles": 20, "openEnd": 1}},
"canShinechargeMovementTricky",
"canBeVeryPatient",
{"thornHits": 1},
"canSpikeSuit",
"canRiskySpikeSuit",
{"shinespark": {"frames": 12, "excessFrames": 12}}
],
"flashSuitChecked": true,
Expand Down
3 changes: 1 addition & 2 deletions region/lowernorfair/east/Lower Norfair Fireflea Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -1841,8 +1841,7 @@
"openEnd": 1
}},
{"spikeHits": 1},
"h_spikeSuitSpikeHitLeniency",
"canTrickySpikeSuit",
"canRiskySpikeSuit",
{"shinespark": {"frames": 24, "excessFrames": 8}}
],
"wallJumpAvoid": true,
Expand Down
16 changes: 16 additions & 0 deletions region/norfair/east/Lava Dive Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,22 @@
],
"flashSuitChecked": true
},
{
"link": [1, 5],
"name": "Gain Flash Suit (SpikeSuit)",
"requires": [
"h_heatProof",
"h_lavaProof",
"Gravity",
{"canShineCharge": {"usedTiles": 16, "openEnd": 1}},
{"spikeHits": 1},
"canRiskySpikeSuit",
{"shinespark": {"frames": 14}},
{"spikeHits": 1}
],
"devNote": "FIXME: Add options to retry / without varia etc.",
"flashSuitChecked": true
},
{
"id": 43,
"link": [1, 5],
Expand Down
12 changes: 12 additions & 0 deletions tech.json
Original file line number Diff line number Diff line change
Expand Up @@ -2391,6 +2391,18 @@
"The ability to gain a flash suit using setups that take longer per attempt,",
"involving crossroom shinecharges, long traversals, or room resets to use a farm."
]
},
{
"name": "canRiskySpikeSuit",
"techRequires": [
"canSpikeSuit"
],
"otherRequires": [],
"note": [
"The ability to gain a flash suit using a setup that has to be successful on the first try.",
"Failing the spikesuit could require a revert as a second attempt may not be possible",
"Examples include one way crumble blocks or where the intial spark is used to escape."
]
}
]
},
Expand Down