Skip to content

Commit fba0d81

Browse files
authored
Merge pull request #2497 from nn357/red_fireflees_revisit
some additional spikesuit / xmode stuff for ln firefleas
2 parents 7fe6333 + 13b528c commit fba0d81

1 file changed

Lines changed: 75 additions & 5 deletions

File tree

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

Lines changed: 75 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@
221221
{
222222
"from": 4,
223223
"to": [
224-
{"id": 5}
224+
{"id": 5},
225+
{"id": 7, "note": "X-Mode Shinespark / Spikesuit strats starting at Item"}
225226
]
226227
},
227228
{
@@ -242,7 +243,8 @@
242243
"from": 7,
243244
"to": [
244245
{"id": 5},
245-
{"id": 6}
246+
{"id": 6},
247+
{"id": 7, "note": "Spikesuit strats using initial spark to return"}
246248
]
247249
}
248250
],
@@ -736,7 +738,7 @@
736738
]}
737739
]}
738740
]},
739-
"canSpikeSuit",
741+
"canPatientSpikeSuit",
740742
{"shinespark": {"frames": 4, "excessFrames": 4}}
741743
],
742744
"clearsObstacles": ["A"],
@@ -753,7 +755,7 @@
753755
{"shineChargeFrames": 75},
754756
{"spikeHits": 1},
755757
"h_spikeSuitSpikeHitLeniency",
756-
"canSpikeSuit",
758+
"canPatientSpikeSuit",
757759
{"shinespark": {"frames": 4}}
758760
],
759761
"flashSuitChecked": true,
@@ -769,7 +771,7 @@
769771
{"canShineCharge": {"usedTiles": 20, "gentleDownTiles": 2, "openEnd": 1}},
770772
{"spikeHits": 1},
771773
"h_spikeSuitSpikeHitLeniency",
772-
"canSpikeSuit",
774+
"canPatientSpikeSuit",
773775
{"shinespark": {"frames": 11}}
774776
],
775777
"exitCondition": {
@@ -1469,6 +1471,33 @@
14691471
],
14701472
"flashSuitChecked": true
14711473
},
1474+
{
1475+
"link": [4, 7],
1476+
"name": "X-Mode Shinespark",
1477+
"requires": [
1478+
"h_spikeXModeShinecharge",
1479+
{"shinespark": {"frames": 14, "excessFrames": 9}}
1480+
],
1481+
"note": [
1482+
"After armpumping for a while Samus will start to move forwards again, when this happens armpump to move forward one tile"
1483+
],
1484+
"wallJumpAvoid": true,
1485+
"flashSuitChecked": true
1486+
},
1487+
{
1488+
"link": [4, 7],
1489+
"name": "Gain Flash Suit (X-Mode Spikesuit) - Shinespark up.",
1490+
"requires": [
1491+
"canUseFlashSuitInitialSpark",
1492+
"h_spikeXModeSpikeSuit",
1493+
{"shinespark": {"frames": 24, "excessFrames": 8}}
1494+
],
1495+
"note": [
1496+
"After armpumping for a while Samus will start to move forwards again, when this happens armpump to move forward one tile"
1497+
],
1498+
"wallJumpAvoid": true,
1499+
"flashSuitChecked": true
1500+
},
14721501
{
14731502
"id": 40,
14741503
"link": [5, 4],
@@ -1710,6 +1739,25 @@
17101739
"requires": [],
17111740
"flashSuitChecked": true
17121741
},
1742+
{
1743+
"link": [7, 5],
1744+
"name": "Gain Flash Suit - (Spikesuit)",
1745+
"requires": [
1746+
{"canShineCharge": {
1747+
"usedTiles": 17,
1748+
"gentleUpTiles": 6,
1749+
"steepUpTiles": 1,
1750+
"openEnd": 1
1751+
}},
1752+
{"spikeHits": 1},
1753+
"canPatientSpikeSuit",
1754+
{"shinespark": {"frames": 24, "excessFrames": 22}}
1755+
],
1756+
"devNote": [
1757+
"No leniency added becuase can farm the firefleas."
1758+
],
1759+
"flashSuitChecked": true
1760+
},
17131761
{
17141762
"id": 60,
17151763
"link": [7, 6],
@@ -1772,6 +1820,28 @@
17721820
"canSpringBallJumpMidAir"
17731821
],
17741822
"flashSuitChecked": true
1823+
},
1824+
{
1825+
"link": [7, 7],
1826+
"name": "Gain Flash Suit - Shinespark up.",
1827+
"requires": [
1828+
"canUseFlashSuitInitialSpark",
1829+
{"canShineCharge": {
1830+
"usedTiles": 17,
1831+
"gentleUpTiles": 6,
1832+
"steepUpTiles": 1,
1833+
"openEnd": 1
1834+
}},
1835+
{"spikeHits": 1},
1836+
"h_spikeSuitSpikeHitLeniency",
1837+
"canTrickySpikeSuit",
1838+
{"shinespark": {"frames": 24, "excessFrames": 8}}
1839+
],
1840+
"note": [
1841+
"Failing the spikesuit without a way to get back up to the junction results in a softlock."
1842+
],
1843+
"wallJumpAvoid": true,
1844+
"flashSuitChecked": true
17751845
}
17761846
],
17771847
"notables": [

0 commit comments

Comments
 (0)