Skip to content

Commit 5d38f63

Browse files
committed
Basement R-Mode Spark Interrupt
1 parent 43e70fb commit 5d38f63

1 file changed

Lines changed: 78 additions & 0 deletions

File tree

region/wreckedship/main/Basement.json

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,31 @@
364364
"requires": [],
365365
"flashSuitChecked": true
366366
},
367+
{
368+
"link": [1, 2],
369+
"name": "R-Mode Spark Interrupt",
370+
"entranceCondition": {
371+
"comeInWithRMode": {}
372+
},
373+
"requires": [
374+
"f_DefeatedPhantoon",
375+
{"or": [
376+
"h_CrystalFlashForReserveEnergy",
377+
{"and": [
378+
"h_RModeCanRefillReserves",
379+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}}
380+
]}
381+
]},
382+
"h_shinechargeMaxRunway",
383+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
384+
"canRModeSparkInterrupt"
385+
],
386+
"flashSuitChecked": true,
387+
"blueSuitChecked": true,
388+
"note": [
389+
"Farm atomics and push the robots apart to open up the runway. Use an Atomic to interrupt."
390+
]
391+
},
367392
{
368393
"id": 55,
369394
"link": [1, 2],
@@ -641,6 +666,32 @@
641666
"flashSuitChecked": true,
642667
"devNote": "We could add another jumpway (or two) for the long platform below but it does not yet seem to have an application."
643668
},
669+
{
670+
"link": [2, 2],
671+
"name": "R-Mode Spark Interrupt",
672+
"entranceCondition": {
673+
"comeInWithRMode": {},
674+
"comesThroughToilet": "no"
675+
},
676+
"requires": [
677+
"f_DefeatedPhantoon",
678+
{"or": [
679+
"h_CrystalFlashForReserveEnergy",
680+
{"and": [
681+
"h_RModeCanRefillReserves",
682+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}}
683+
]}
684+
]},
685+
"h_shinechargeMaxRunway",
686+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
687+
"canRModeSparkInterrupt"
688+
],
689+
"flashSuitChecked": true,
690+
"blueSuitChecked": true,
691+
"note": [
692+
"Farm atomics and push the robots apart to open up the runway. Use an Atomic to interrupt."
693+
]
694+
},
644695
{
645696
"id": 24,
646697
"link": [2, 2],
@@ -1050,6 +1101,33 @@
10501101
"note": ["Bounce directly into the morph tunnel."],
10511102
"detailNote": ["This version allows preserving a flash suit."]
10521103
},
1104+
{
1105+
"link": [3, 2],
1106+
"name": "R-Mode Spark Interrupt",
1107+
"entranceCondition": {
1108+
"comeInWithRMode": {}
1109+
},
1110+
"requires": [
1111+
"f_DefeatedPhantoon",
1112+
{"or": [
1113+
"h_CrystalFlashForReserveEnergy",
1114+
{"and": [
1115+
"h_bombThings",
1116+
"h_RModeCanRefillReserves",
1117+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}}
1118+
]}
1119+
]},
1120+
"h_shinechargeMaxRunway",
1121+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
1122+
"canRModeSparkInterrupt"
1123+
],
1124+
"clearsObstacles": ["A"],
1125+
"flashSuitChecked": true,
1126+
"blueSuitChecked": true,
1127+
"note": [
1128+
"Farm atomics and push the robots apart to open up the runway. Use an Atomic to interrupt."
1129+
]
1130+
},
10531131
{
10541132
"id": 44,
10551133
"link": [3, 2],

0 commit comments

Comments
 (0)