Skip to content

Commit 041fceb

Browse files
authored
Merge pull request #2376 from aquanight/rsi-cc-climb-supers
Climb Supers Room R-Mode Spark Interrupt
2 parents a76dc3c + b393dda commit 041fceb

1 file changed

Lines changed: 49 additions & 1 deletion

File tree

region/crateria/central/Climb Supers Room.json

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,6 +1060,54 @@
10601060
"Release Grapple quickly after entering, then aim up and grapple onto a Grapple block on the ceiling to avoid taking spike damage."
10611061
]
10621062
},
1063+
{
1064+
"link": [2, 2],
1065+
"name": "R-Mode Spark Interrupt (Gain Blue Suit)",
1066+
"entranceCondition": {
1067+
"comeInWithRMode": {}
1068+
},
1069+
"requires": [
1070+
{"or": [
1071+
"h_CrystalFlash",
1072+
{"and": [
1073+
"h_RModeCanRefillReserves",
1074+
{"resourceMissingAtMost": [{"type": "Missile", "count": 0}]},
1075+
{"enemyKill": {
1076+
"enemies": [["Boyon", "Boyon", "Boyon"]],
1077+
"excludedWeapons": ["PseudoScrew"]
1078+
}},
1079+
{"or": [
1080+
{"and": [
1081+
"canBePatient",
1082+
{"partialRefill": {"type": "ReserveEnergy", "limit": 5}}
1083+
]},
1084+
{"and": [
1085+
"canBeExtremelyPatient",
1086+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}}
1087+
]}
1088+
]}
1089+
]}
1090+
]},
1091+
{"or": [
1092+
{"canShineCharge": {"usedTiles": 25, "openEnd": 0}},
1093+
{"and": [
1094+
"canTrivialUseFrozenEnemies",
1095+
{"canShineCharge": {"usedTiles": 31, "openEnd": 0}},
1096+
{"disableEquipment": "Ice"}
1097+
]}
1098+
]},
1099+
{"autoReserveTrigger": {}},
1100+
"canRModeSparkInterrupt"
1101+
],
1102+
"clearsObstacles": ["A"],
1103+
"flashSuitChecked": true,
1104+
"blueSuitChecked": true,
1105+
"note": [
1106+
"Kill all three Boyons for energy, or Crystal Flash. If you need to freeze Boyons for extra runway, disable Ice Beam",
1107+
"to force them to unfreeze so you can interrupt spark. If you end up killing all four Boyons, you can also dip in the",
1108+
"acid for the spark interrupt."
1109+
]
1110+
},
10631111
{
10641112
"id": 31,
10651113
"link": [2, 2],
@@ -1826,4 +1874,4 @@
18261874
],
18271875
"nextStratId": 81,
18281876
"nextNotableId": 5
1829-
}
1877+
}

0 commit comments

Comments
 (0)