Skip to content

Commit 841937c

Browse files
committed
Feedback Fixes
1 parent 286e52f commit 841937c

1 file changed

Lines changed: 11 additions & 31 deletions

File tree

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

Lines changed: 11 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@
204204
"link": [1, 1],
205205
"name": "X-Mode, Leave Shinecharged",
206206
"requires": [
207-
"canShinechargeMovementComplex",
208207
"h_canShineChargeMaxRunway",
208+
"canShinechargeMovementComplex",
209209
"canXMode",
210210
"h_XModeSpikeHit",
211211
"h_XModeSpikeHit",
@@ -219,17 +219,17 @@
219219
{"and": [
220220
"HiJump",
221221
"SpaceJump",
222-
{"shineChargeFrames": 50}
222+
{"shineChargeFrames": 130}
223223
]},
224224
{"and": [
225225
"HiJump",
226226
"canPreciseWalljump",
227-
{"shineChargeFrames": 20}
227+
{"shineChargeFrames": 160}
228228
]},
229229
{"and": [
230230
"SpaceJump",
231231
"canPreciseWalljump",
232-
{"shineChargeFrames": 20}
232+
{"shineChargeFrames": 160}
233233
]}
234234
]}
235235
],
@@ -241,31 +241,6 @@
241241
"Two spike hits are expected per attempt (with any additional leniency hits being multiplied by this amount)."
242242
]
243243
},
244-
{
245-
"link": [1, 1],
246-
"name": "X-Mode, Leave With Spark (Bottom)",
247-
"requires": [
248-
"canXMode",
249-
"h_XModeSpikeHit",
250-
"h_XModeSpikeHit",
251-
"canInsaneJump",
252-
"Gravity",
253-
"SpaceJump",
254-
"canShinechargeMovementTricky",
255-
"canMidairShinespark",
256-
"h_canShineChargeMaxRunway",
257-
{"shinespark": {"frames": 8}}
258-
],
259-
"exitCondition": {
260-
"leaveWithSpark": {
261-
"position": "bottom"
262-
}
263-
},
264-
"flashSuitChecked": true,
265-
"devNote": [
266-
"Two spike hits are expected per attempt (with any additional leniency hits being multiplied by this amount)."
267-
]
268-
},
269244
{
270245
"id": 3,
271246
"link": [1, 1],
@@ -274,6 +249,8 @@
274249
"canXMode",
275250
"h_XModeSpikeHit",
276251
"h_XModeSpikeHit",
252+
"h_canShineChargeMaxRunway",
253+
"canShinechargeMovementTricky",
277254
"canTrickyJump",
278255
"Gravity",
279256
{"or": [
@@ -284,11 +261,14 @@
284261
{"and": [
285262
"canFastWalljumpClimb",
286263
"canPreciseWalljump"
264+
]},
265+
{"and": [
266+
"SpaceJump",
267+
"canInsaneJump",
268+
{"shinespark": {"frames": 3}}
287269
]}
288270
]},
289-
"canShinechargeMovementTricky",
290271
"canMidairShinespark",
291-
"h_canShineChargeMaxRunway",
292272
{"shinespark": {"frames": 5}}
293273
],
294274
"exitCondition": {

0 commit comments

Comments
 (0)