Skip to content

Commit 479e268

Browse files
authored
Merge pull request #2394 from aquanight/rsi-cw-lower-mushrooms
Lower Mushrooms R-Mode Spark Interrupt
2 parents 760a086 + b2f34bc commit 479e268

1 file changed

Lines changed: 72 additions & 0 deletions

File tree

region/crateria/west/Lower Mushrooms.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,42 @@
6868
}
6969
],
7070
"strats": [
71+
{
72+
"link": [1, 1],
73+
"name": "R-Mode Spark Interrupt (Gain Blue Suit)",
74+
"entranceCondition": {
75+
"comeInWithRMode": {}
76+
},
77+
"requires": [
78+
{"or": [
79+
"h_CrystalFlash",
80+
{"and": [
81+
{"or": [
82+
{"and": [
83+
{"resourceAvailable": [{"type": "RegularEnergy", "count": 4}]},
84+
{"disableEquipment": "ETank"},
85+
{"partialRefill": {"type": "ReserveEnergy", "limit": 200}}
86+
]},
87+
{"and": [
88+
{"resourceMissingAtMost": [{"type": "RegularEnergy", "count": 0}]},
89+
"canRiskPermanentLossOfAccess",
90+
{"partialRefill": {"type": "ReserveEnergy", "limit": 200}}
91+
]}
92+
]},
93+
{"resourceMissingAtMost": [{"type": "Missile", "count": 0}]}
94+
]}
95+
]},
96+
"h_shinechargeMaxRunway",
97+
{"autoReserveTrigger": {}},
98+
"canRModeSparkInterrupt"
99+
],
100+
"flashSuitChecked": true,
101+
"blueSuitChecked": true,
102+
"note": [
103+
"The Kagos can provide a lot of energy. Run across the room and then jump into the",
104+
"Gray Geemer's path to interrupt."
105+
]
106+
},
71107
{
72108
"id": 1,
73109
"link": [1, 1],
@@ -201,6 +237,42 @@
201237
"flashSuitChecked": true,
202238
"blueSuitChecked": true
203239
},
240+
{
241+
"link": [2, 1],
242+
"name": "R-Mode Spark Interrupt (Gain Blue Suit)",
243+
"entranceCondition": {
244+
"comeInWithRMode": {}
245+
},
246+
"requires": [
247+
{"or": [
248+
"h_CrystalFlash",
249+
{"and": [
250+
{"or": [
251+
{"and": [
252+
{"resourceAvailable": [{"type": "RegularEnergy", "count": 4}]},
253+
{"disableEquipment": "ETank"},
254+
{"partialRefill": {"type": "ReserveEnergy", "limit": 200}}
255+
]},
256+
{"and": [
257+
{"resourceMissingAtMost": [{"type": "RegularEnergy", "count": 0}]},
258+
"canRiskPermanentLossOfAccess",
259+
{"partialRefill": {"type": "ReserveEnergy", "limit": 200}}
260+
]}
261+
]},
262+
{"resourceMissingAtMost": [{"type": "Missile", "count": 0}]}
263+
]}
264+
]},
265+
"h_shinechargeMaxRunway",
266+
{"autoReserveTrigger": {}},
267+
"canRModeSparkInterrupt"
268+
],
269+
"flashSuitChecked": true,
270+
"blueSuitChecked": true,
271+
"note": [
272+
"The Kagos can provide a lot of energy. Run across the room and then jump into the",
273+
"Gray Geemer's path to interrupt."
274+
]
275+
},
204276
{
205277
"id": 8,
206278
"link": [2, 1],

0 commit comments

Comments
 (0)