Skip to content

Commit 760a086

Browse files
authored
Merge pull request #2390 from aquanight/rsi-ce-kihunter
Crateria Kihunter Room R-Mode Spark Interrupt
2 parents b3f1db1 + 771641e commit 760a086

1 file changed

Lines changed: 87 additions & 0 deletions

File tree

region/crateria/east/Crateria Kihunter Room.json

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,36 @@
131131
"gModeRegainMobility": {},
132132
"flashSuitChecked": true
133133
},
134+
{
135+
"link": [1, 2],
136+
"name": "R-Mode Spark Interrupt (Gain Blue Suit)",
137+
"entranceCondition": {
138+
"comeInWithRMode": {}
139+
},
140+
"requires": [
141+
{"or": [
142+
"canCameraManip",
143+
{"enemyDamage": {"enemy": "Sciser", "type": "contact", "hits": 1}}
144+
]},
145+
{"or": [
146+
"h_CrystalFlash",
147+
{"and": [
148+
"h_RModeCanRefillReserves",
149+
{"resourceMissingAtMost": [{"type": "PowerBomb", "count": 0}]},
150+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}}
151+
]}
152+
]},
153+
{"canShineCharge": {"usedTiles": 33, "steepUpTiles": 2, "steepDownTiles": 5, "openEnd": 0}},
154+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
155+
"canRModeSparkInterrupt"
156+
],
157+
"flashSuitChecked": true,
158+
"blueSuitChecked": true,
159+
"note": [
160+
"Farm two Scisers in the bottom section (manipulate camera to see where they are) and left Kihunter.",
161+
"Shinecharge and get interrupted by the right Kihunter."
162+
]
163+
},
134164
{
135165
"id": 4,
136166
"link": [1, 2],
@@ -234,6 +264,36 @@
234264
"Then X-ray climb 2 screens to get up to the door transition, without needing to open the door."
235265
]
236266
},
267+
{
268+
"link": [2, 2],
269+
"name": "R-Mode Spark Interrupt (Gain Blue Suit)",
270+
"entranceCondition": {
271+
"comeInWithRMode": {}
272+
},
273+
"requires": [
274+
{"or": [
275+
"canCameraManip",
276+
{"enemyDamage": {"enemy": "Sciser", "type": "contact", "hits": 1}}
277+
]},
278+
{"or": [
279+
"h_CrystalFlash",
280+
{"and": [
281+
"h_RModeCanRefillReserves",
282+
{"resourceMissingAtMost": [{"type": "PowerBomb", "count": 0}]},
283+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}}
284+
]}
285+
]},
286+
{"canShineCharge": {"usedTiles": 33, "steepUpTiles": 2, "steepDownTiles": 5, "openEnd": 0}},
287+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
288+
"canRModeSparkInterrupt"
289+
],
290+
"flashSuitChecked": true,
291+
"blueSuitChecked": true,
292+
"note": [
293+
"Farm two Scisers in the bottom section (manipulate camera to see where they are) and left Kihunter.",
294+
"Shinecharge and get interrupted by the right Kihunter."
295+
]
296+
},
237297
{
238298
"id": 10,
239299
"link": [2, 2],
@@ -455,6 +515,33 @@
455515
"Alternatively use a Power Bomb to kill them or risk tanking a hit."
456516
]
457517
},
518+
{
519+
"link": [3, 2],
520+
"name": "R-Mode Spark Interrupt (Gain Blue Suit)",
521+
"entranceCondition": {
522+
"comeInWithRMode": {},
523+
"comesThroughToilet": "no"
524+
},
525+
"requires": [
526+
{"or": [
527+
"h_CrystalFlash",
528+
{"and": [
529+
"h_RModeCanRefillReserves",
530+
{"resourceMissingAtMost": [{"type": "PowerBomb", "count": 0}]},
531+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}}
532+
]}
533+
]},
534+
{"canShineCharge": {"usedTiles": 33, "steepUpTiles": 2, "steepDownTiles": 5, "openEnd": 0}},
535+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
536+
"canRModeSparkInterrupt"
537+
],
538+
"flashSuitChecked": true,
539+
"blueSuitChecked": true,
540+
"note": [
541+
"Farm two Scisers in the bottom section and left Kihunter.",
542+
"Shinecharge and get interrupted by the right Kihunter."
543+
]
544+
},
458545
{
459546
"id": 21,
460547
"link": [3, 2],

0 commit comments

Comments
 (0)