Skip to content

Commit ffc86e8

Browse files
committed
East Ocean R-Mode Spark Interrupt
1 parent eb64633 commit ffc86e8

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

region/crateria/east/East Ocean.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,33 @@
154154
}
155155
],
156156
"strats": [
157+
{
158+
"link": [1, 1],
159+
"name": "R-Mode Spark Interrupt (Gain Blue Suit)",
160+
"entranceCondition": {
161+
"comeInWithRMode": {}
162+
},
163+
"requires": [
164+
"Gravity",
165+
"canDodgeWhileShooting",
166+
{"or": [
167+
"h_CrystalFlash",
168+
{"and": [
169+
"h_RModeCanRefillReserves",
170+
{"resourceMissingAtMost": [{"type": "Missile", "count": 0}]},
171+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}}
172+
]}
173+
]},
174+
{"canShineCharge": { "usedTiles": 20, "steepUpTiles": 4, "steepDownTiles": 2, "startingDownTiles": 1, "openEnd": 0 }},
175+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
176+
"canRModeSparkInterrupt"
177+
],
178+
"flashSuitChecked": true,
179+
"blueSuitChecked": true,
180+
"note": [
181+
"Farm the Choots for energy. Shinecharge on the left side and get interrupted by the Skultera."
182+
]
183+
},
157184
{
158185
"id": 1,
159186
"link": [1, 1],
@@ -692,6 +719,32 @@
692719
"requires": [],
693720
"flashSuitChecked": true
694721
},
722+
{
723+
"link": [2, 1],
724+
"name": "R-Mode Spark Interrupt (Gain Blue Suit)",
725+
"entranceCondition": {
726+
"comeInWithRMode": {}
727+
},
728+
"requires": [
729+
"Gravity",
730+
{"or": [
731+
"h_CrystalFlash",
732+
{"and": [
733+
"h_RModeCanRefillReserves",
734+
{"resourceMissingAtMost": [{"type": "Missile", "count": 0}]},
735+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}}
736+
]}
737+
]},
738+
{"canShineCharge": { "usedTiles": 20, "steepUpTiles": 4, "steepDownTiles": 2, "startingDownTiles": 1, "openEnd": 0 }},
739+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
740+
"canRModeSparkInterrupt"
741+
],
742+
"flashSuitChecked": true,
743+
"blueSuitChecked": true,
744+
"note": [
745+
"Farm the Choots for energy. Shinecharge on the left side and get interrupted by the Skultera."
746+
]
747+
},
695748
{
696749
"id": 68,
697750
"link": [2, 1],

0 commit comments

Comments
 (0)