Skip to content

Commit a172533

Browse files
authored
Merge pull request #2546 from aquanight/rsi-to-rinka-shaft
Rinka Shaft R-Mode Spark Interrupt
2 parents 0c083ca + 796328c commit a172533

1 file changed

Lines changed: 81 additions & 0 deletions

File tree

region/tourian/main/Rinka Shaft.json

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,33 @@
287287
],
288288
"flashSuitChecked": true
289289
},
290+
{
291+
"link": [1, 3],
292+
"name": "R-Mode Spark Interrupt",
293+
"entranceCondition": {
294+
"comeInWithRMode": {}
295+
},
296+
"requires": [
297+
"h_CrystalFlashForReserveEnergy",
298+
{"or": [
299+
{"canShineCharge": {"usedTiles": 12, "openEnd": 0}},
300+
{"and": [
301+
{"doorUnlockedAtNode": 3},
302+
{"canShineCharge": {"usedTiles": 13, "openEnd": 0}}
303+
]}
304+
]},
305+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
306+
"canRModeSparkInterrupt"
307+
],
308+
"unlocksDoors": [
309+
{"nodeId": 3, "types": ["ammo"], "requires": []}
310+
],
311+
"flashSuitChecked": true,
312+
"blueSuitChecked": true,
313+
"note": [
314+
"Crystal Flash, shinecharge at the bottom, and use any Rinka to interurpt."
315+
]
316+
},
290317
{
291318
"id": 11,
292319
"link": [2, 1],
@@ -680,6 +707,33 @@
680707
"unlocksDoors": [{"types": ["ammo"], "requires": []}],
681708
"flashSuitChecked": true
682709
},
710+
{
711+
"link": [2, 3],
712+
"name": "R-Mode Spark Interrupt",
713+
"entranceCondition": {
714+
"comeInWithRMode": {}
715+
},
716+
"requires": [
717+
"h_CrystalFlashForReserveEnergy",
718+
{"or": [
719+
{"canShineCharge": {"usedTiles": 12, "openEnd": 0}},
720+
{"and": [
721+
{"doorUnlockedAtNode": 3},
722+
{"canShineCharge": {"usedTiles": 13, "openEnd": 0}}
723+
]}
724+
]},
725+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
726+
"canRModeSparkInterrupt"
727+
],
728+
"unlocksDoors": [
729+
{"nodeId": 3, "types": ["ammo"], "requires": []}
730+
],
731+
"flashSuitChecked": true,
732+
"blueSuitChecked": true,
733+
"note": [
734+
"Crystal Flash, shinecharge at the bottom, and use any Rinka to interurpt."
735+
]
736+
},
683737
{
684738
"id": 31,
685739
"link": [3, 1],
@@ -1278,6 +1332,33 @@
12781332
},
12791333
"flashSuitChecked": true
12801334
},
1335+
{
1336+
"link": [3, 3],
1337+
"name": "R-Mode Spark Interrupt",
1338+
"entranceCondition": {
1339+
"comeInWithRMode": {}
1340+
},
1341+
"requires": [
1342+
"h_CrystalFlashForReserveEnergy",
1343+
{"or": [
1344+
{"canShineCharge": {"usedTiles": 12, "openEnd": 0}},
1345+
{"and": [
1346+
{"doorUnlockedAtNode": 3},
1347+
{"canShineCharge": {"usedTiles": 13, "openEnd": 0}}
1348+
]}
1349+
]},
1350+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
1351+
"canRModeSparkInterrupt"
1352+
],
1353+
"unlocksDoors": [
1354+
{"nodeId": 3, "types": ["ammo"], "requires": []}
1355+
],
1356+
"flashSuitChecked": true,
1357+
"blueSuitChecked": true,
1358+
"note": [
1359+
"Crystal Flash, shinecharge at the bottom, and use any Rinka to interurpt."
1360+
]
1361+
},
12811362
{
12821363
"id": 57,
12831364
"link": [3, 3],

0 commit comments

Comments
 (0)