Skip to content

Commit 97972b5

Browse files
authored
Merge pull request #1917 from osse101/eastcacx
Refine East Cac Alley left-side X-mode shinecharge
2 parents 7714c6d + 841937c commit 97972b5

1 file changed

Lines changed: 60 additions & 10 deletions

File tree

region/maridia/inner-pink/East Cactus Alley Room.json

Lines changed: 60 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -201,32 +201,82 @@
201201
]
202202
},
203203
{
204-
"id": 3,
205204
"link": [1, 1],
206-
"name": "X-Mode, Leave With Spark",
205+
"name": "X-Mode, Leave Shinecharged",
207206
"requires": [
207+
"h_canShineChargeMaxRunway",
208+
"canShinechargeMovementComplex",
208209
"canXMode",
209210
"h_XModeSpikeHit",
210211
"h_XModeSpikeHit",
211212
{"or": [
212213
"h_XModeSpikeHit",
213-
"canStationarySpinJump"
214+
"canStationarySpinJump",
215+
"canTrickyJump"
214216
]},
215217
"Gravity",
216-
"HiJump",
217-
"SpaceJump",
218-
"canShinechargeMovementComplex",
219-
"canMidairShinespark",
218+
{"or": [
219+
{"and": [
220+
"HiJump",
221+
"SpaceJump",
222+
{"shineChargeFrames": 130}
223+
]},
224+
{"and": [
225+
"HiJump",
226+
"canPreciseWalljump",
227+
{"shineChargeFrames": 160}
228+
]},
229+
{"and": [
230+
"SpaceJump",
231+
"canPreciseWalljump",
232+
{"shineChargeFrames": 160}
233+
]}
234+
]}
235+
],
236+
"exitCondition": {
237+
"leaveShinecharged": {}
238+
},
239+
"flashSuitChecked": true,
240+
"devNote": [
241+
"Two spike hits are expected per attempt (with any additional leniency hits being multiplied by this amount)."
242+
]
243+
},
244+
{
245+
"id": 3,
246+
"link": [1, 1],
247+
"name": "X-Mode, Leave With Spark",
248+
"requires": [
249+
"canXMode",
250+
"h_XModeSpikeHit",
251+
"h_XModeSpikeHit",
220252
"h_canShineChargeMaxRunway",
221-
{"shinespark": {"frames": 10}}
253+
"canShinechargeMovementTricky",
254+
"canTrickyJump",
255+
"Gravity",
256+
{"or": [
257+
{"and": [
258+
"HiJump",
259+
"canTrickyDashJump"
260+
]},
261+
{"and": [
262+
"canFastWalljumpClimb",
263+
"canPreciseWalljump"
264+
]},
265+
{"and": [
266+
"SpaceJump",
267+
"canInsaneJump",
268+
{"shinespark": {"frames": 3}}
269+
]}
270+
]},
271+
"canMidairShinespark",
272+
{"shinespark": {"frames": 5}}
222273
],
223274
"exitCondition": {
224275
"leaveWithSpark": {}
225276
},
226277
"flashSuitChecked": true,
227278
"devNote": [
228-
"Two spike hits are expected per attempt (with any additional leniency hits being multiplied by this amount).",
229-
"FIXME: This should be doable with fewer items."
279+
"Two spike hits are expected per attempt (with any additional leniency hits being multiplied by this amount)."
230280
]
231281
},
232282
{

0 commit comments

Comments
 (0)