Skip to content

Commit ac98432

Browse files
authored
Merge pull request #2553 from aquanight/rsi-ws-attic
Attic R-Mode Spark Interrupt
2 parents 9780347 + fd39013 commit ac98432

1 file changed

Lines changed: 97 additions & 0 deletions

File tree

region/wreckedship/main/Attic.json

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,38 @@
756756
"clearsObstacles": ["A"],
757757
"flashSuitChecked": true
758758
},
759+
{
760+
"link": [1, 2],
761+
"name": "R-Mode Spark Interrupt",
762+
"entranceCondition": {
763+
"comeInWithRMode": {}
764+
},
765+
"requires": [
766+
{"or": [
767+
"h_CrystalFlashForReserveEnergy",
768+
{"and": [
769+
{"or": [
770+
"ScrewAttack",
771+
"Plasma",
772+
"canTrickyDodgeEnemies",
773+
{"enemyKill": {"enemies": [["Kihunter (yellow)"], ["Kihunter (yellow)"], ["Kihunter (yellow)", "Kihunter (yellow)"]], "explicitWeapons": ["Missile", "Super"]}}
774+
]},
775+
"h_RModeCanRefillReserves",
776+
{"partialRefill": {"type": "ReserveEnergy", "limit": 40}}
777+
]}
778+
]},
779+
{"canShineCharge": {"usedTiles": 35, "openEnd": 0}},
780+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
781+
"canRModeSparkInterrupt"
782+
],
783+
"clearsObstacles": ["A"],
784+
"flashSuitChecked": true,
785+
"blueSuitChecked": true,
786+
"note": [
787+
"Power Off: fill up reserves using the trapped Atomics and the respawning Coverns. Shinecharge across the bottom door and use the next Covern spawn to interrupt.",
788+
"Power On: farm the Kihunters and 3 Atomics. Shinecharge across the door and use the remaining Atomic to interrupt."
789+
]
790+
},
759791
{
760792
"id": 25,
761793
"link": [1, 3],
@@ -1090,6 +1122,39 @@
10901122
"note": "Use a Covern or Kihunter. A flying Kihunter takes about 25 seconds to get to the door.",
10911123
"devNote": "The Kihunter will do more damage than the Covern, so whether Phantoon is dead or not, that strat will be accurate or conservative."
10921124
},
1125+
{
1126+
"link": [2, 2],
1127+
"name": "R-Mode Spark Interrupt",
1128+
"entranceCondition": {
1129+
"comeInWithRMode": {},
1130+
"comesThroughToilet": "no"
1131+
},
1132+
"requires": [
1133+
{"or": [
1134+
"h_CrystalFlashForReserveEnergy",
1135+
{"and": [
1136+
{"or": [
1137+
"ScrewAttack",
1138+
"Plasma",
1139+
"canTrickyDodgeEnemies",
1140+
{"enemyKill": {"enemies": [["Kihunter (yellow)"], ["Kihunter (yellow)"], ["Kihunter (yellow)", "Kihunter (yellow)"]], "explicitWeapons": ["Missile", "Super"]}}
1141+
]},
1142+
"h_RModeCanRefillReserves",
1143+
{"partialRefill": {"type": "ReserveEnergy", "limit": 40}}
1144+
]}
1145+
]},
1146+
{"canShineCharge": {"usedTiles": 35, "openEnd": 0}},
1147+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
1148+
"canRModeSparkInterrupt"
1149+
],
1150+
"clearsObstacles": ["A"],
1151+
"flashSuitChecked": true,
1152+
"blueSuitChecked": true,
1153+
"note": [
1154+
"Power Off: fill up reserves using the trapped Atomics and the respawning Coverns. Shinecharge across the bottom door and use the next Covern spawn to interrupt.",
1155+
"Power On: farm the Kihunters and 3 Atomics. Shinecharge across the door and use the remaining Atomic to interrupt."
1156+
]
1157+
},
10931158
{
10941159
"id": 58,
10951160
"link": [2, 2],
@@ -1259,6 +1324,38 @@
12591324
"clearsObstacles": ["A"],
12601325
"flashSuitChecked": true
12611326
},
1327+
{
1328+
"link": [3, 2],
1329+
"name": "R-Mode Spark Interrupt",
1330+
"entranceCondition": {
1331+
"comeInWithRMode": {}
1332+
},
1333+
"requires": [
1334+
{"or": [
1335+
"h_CrystalFlashForReserveEnergy",
1336+
{"and": [
1337+
{"or": [
1338+
"ScrewAttack",
1339+
"Plasma",
1340+
"canTrickyDodgeEnemies",
1341+
{"enemyKill": {"enemies": [["Kihunter (yellow)"], ["Kihunter (yellow)"], ["Kihunter (yellow)", "Kihunter (yellow)"]], "explicitWeapons": ["Missile", "Super"]}}
1342+
]},
1343+
"h_RModeCanRefillReserves",
1344+
{"partialRefill": {"type": "ReserveEnergy", "limit": 40}}
1345+
]}
1346+
]},
1347+
{"canShineCharge": {"usedTiles": 35, "openEnd": 0}},
1348+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
1349+
"canRModeSparkInterrupt"
1350+
],
1351+
"clearsObstacles": ["A"],
1352+
"flashSuitChecked": true,
1353+
"blueSuitChecked": true,
1354+
"note": [
1355+
"Power Off: fill up reserves using the trapped Atomics and the respawning Coverns. Shinecharge across the bottom door and use the next Covern spawn to interrupt.",
1356+
"Power On: farm the Kihunters and 3 Atomics. Shinecharge across the door and use the remaining Atomic to interrupt."
1357+
]
1358+
},
12621359
{
12631360
"id": 49,
12641361
"link": [3, 3],

0 commit comments

Comments
 (0)