Skip to content

Commit 77f8667

Browse files
authored
Merge pull request #2528 from nn357/lavadive_spikesuit
Lavadive spikesuit
2 parents 1eb4695 + b3dcf6e commit 77f8667

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-4
lines changed

region/brinstar/green/Etecoon Energy Tank Room.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -775,9 +775,8 @@
775775
"requires": [
776776
{"canShineCharge": {"usedTiles": 20, "openEnd": 1}},
777777
"canShinechargeMovementTricky",
778-
"canBeVeryPatient",
779778
{"thornHits": 1},
780-
"canSpikeSuit",
779+
"canRiskySpikeSuit",
781780
{"shinespark": {"frames": 12, "excessFrames": 12}}
782781
],
783782
"flashSuitChecked": true,

region/lowernorfair/east/Lower Norfair Fireflea Room.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1841,8 +1841,7 @@
18411841
"openEnd": 1
18421842
}},
18431843
{"spikeHits": 1},
1844-
"h_spikeSuitSpikeHitLeniency",
1845-
"canTrickySpikeSuit",
1844+
"canRiskySpikeSuit",
18461845
{"shinespark": {"frames": 24, "excessFrames": 8}}
18471846
],
18481847
"wallJumpAvoid": true,

region/norfair/east/Lava Dive Room.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,22 @@
420420
],
421421
"flashSuitChecked": true
422422
},
423+
{
424+
"link": [1, 5],
425+
"name": "Gain Flash Suit (SpikeSuit)",
426+
"requires": [
427+
"h_heatProof",
428+
"h_lavaProof",
429+
"Gravity",
430+
{"canShineCharge": {"usedTiles": 16, "openEnd": 1}},
431+
{"spikeHits": 1},
432+
"canRiskySpikeSuit",
433+
{"shinespark": {"frames": 14}},
434+
{"spikeHits": 1}
435+
],
436+
"devNote": "FIXME: Add options to retry / without varia etc.",
437+
"flashSuitChecked": true
438+
},
423439
{
424440
"id": 43,
425441
"link": [1, 5],

tech.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2391,6 +2391,18 @@
23912391
"The ability to gain a flash suit using setups that take longer per attempt,",
23922392
"involving crossroom shinecharges, long traversals, or room resets to use a farm."
23932393
]
2394+
},
2395+
{
2396+
"name": "canRiskySpikeSuit",
2397+
"techRequires": [
2398+
"canSpikeSuit"
2399+
],
2400+
"otherRequires": [],
2401+
"note": [
2402+
"The ability to gain a flash suit using a setup that has to be successful on the first try.",
2403+
"Failing the spikesuit could require a revert as a second attempt may not be possible",
2404+
"Examples include one way crumble blocks or where the intial spark is used to escape."
2405+
]
23942406
}
23952407
]
23962408
},

0 commit comments

Comments
 (0)