Skip to content

Commit e6b823c

Browse files
authored
Merge pull request #2577 from aquanight/rsi-en-upper-farming
Upper Norfair Farming Room R-Mode Spark Interrupt
2 parents b209f03 + a04bda9 commit e6b823c

1 file changed

Lines changed: 61 additions & 0 deletions

File tree

region/norfair/east/Upper Norfair Farming Room.json

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@
7878
"id": "A",
7979
"name": "Blue Gate",
8080
"obstacleType": "inanimate"
81+
},
82+
{
83+
"id": "R-Mode",
84+
"name": "Entered with R-Mode",
85+
"obstacleType": "abstract"
8186
}
8287
],
8388
"enemies": [
@@ -164,10 +169,22 @@
164169
"link": [1, 1],
165170
"name": "Crystal Flash",
166171
"requires": [
172+
{"obstaclesNotCleared": ["R-Mode"]},
167173
"h_heatedCrystalFlash"
168174
],
169175
"flashSuitChecked": true
170176
},
177+
{
178+
"link": [1, 1],
179+
"name": "R-Mode Entry",
180+
"entranceCondition": {
181+
"comeInWithRMode": {}
182+
},
183+
"requires": [],
184+
"flashSuitChecked": true,
185+
"blueSuitChecked": true,
186+
"clearsObstacles": ["R-Mode"]
187+
},
171188
{
172189
"id": 3,
173190
"link": [1, 2],
@@ -481,6 +498,17 @@
481498
},
482499
"flashSuitChecked": true
483500
},
501+
{
502+
"link": [2, 2],
503+
"name": "R-Mode Entry",
504+
"entranceCondition": {
505+
"comeInWithRMode": {}
506+
},
507+
"requires": [],
508+
"flashSuitChecked": true,
509+
"blueSuitChecked": true,
510+
"clearsObstacles": ["R-Mode"]
511+
},
484512
{
485513
"id": 54,
486514
"link": [2, 3],
@@ -963,10 +991,22 @@
963991
"link": [3, 3],
964992
"name": "Crystal Flash",
965993
"requires": [
994+
{"obstaclesNotCleared": ["R-Mode"]},
966995
"h_heatedCrystalFlash"
967996
],
968997
"flashSuitChecked": true
969998
},
999+
{
1000+
"link": [3, 3],
1001+
"name": "R-Mode Entry",
1002+
"entranceCondition": {
1003+
"comeInWithRMode": {}
1004+
},
1005+
"requires": [],
1006+
"flashSuitChecked": true,
1007+
"blueSuitChecked": true,
1008+
"clearsObstacles": ["R-Mode"]
1009+
},
9701010
{
9711011
"id": 30,
9721012
"link": [3, 4],
@@ -1346,6 +1386,27 @@
13461386
"Without leniency, this can be done with about 235 heatFrames."
13471387
]
13481388
},
1389+
{
1390+
"link": [5, 5],
1391+
"name": "Frozen Gamet Runway, R-Mode Spark Interrupt",
1392+
"requires": [
1393+
{"obstaclesCleared": ["R-Mode"]},
1394+
{"heatFrames": 60},
1395+
{"refill": ["Energy"]},
1396+
{"enemyKill": {"enemies": [["Fune"]]}},
1397+
"h_trickyFrozenEnemyRunway",
1398+
{"canShineCharge": {"usedTiles": 17, "openEnd": 1}},
1399+
{"autoReserveTrigger": {}},
1400+
"canRModeSparkInterrupt"
1401+
],
1402+
"resetsObstacles": ["R-Mode"],
1403+
"flashSuitChecked": true,
1404+
"blueSuitChecked": true,
1405+
"note": [
1406+
"Fill up on the Gamets and kill the Fune to the right. Freeze a Gamet in perfect pixel position to bridge the runway between the center platform and right ledge.",
1407+
"Run across and shinecharge, then use a Gamet to interrupt."
1408+
]
1409+
},
13491410
{
13501411
"id": 61,
13511412
"link": [5, 5],

0 commit comments

Comments
 (0)