|
204 | 204 | "link": [1, 1], |
205 | 205 | "name": "X-Mode, Leave Shinecharged", |
206 | 206 | "requires": [ |
207 | | - "canShinechargeMovementComplex", |
208 | 207 | "h_canShineChargeMaxRunway", |
| 208 | + "canShinechargeMovementComplex", |
209 | 209 | "canXMode", |
210 | 210 | "h_XModeSpikeHit", |
211 | 211 | "h_XModeSpikeHit", |
|
219 | 219 | {"and": [ |
220 | 220 | "HiJump", |
221 | 221 | "SpaceJump", |
222 | | - {"shineChargeFrames": 50} |
| 222 | + {"shineChargeFrames": 130} |
223 | 223 | ]}, |
224 | 224 | {"and": [ |
225 | 225 | "HiJump", |
226 | 226 | "canPreciseWalljump", |
227 | | - {"shineChargeFrames": 20} |
| 227 | + {"shineChargeFrames": 160} |
228 | 228 | ]}, |
229 | 229 | {"and": [ |
230 | 230 | "SpaceJump", |
231 | 231 | "canPreciseWalljump", |
232 | | - {"shineChargeFrames": 20} |
| 232 | + {"shineChargeFrames": 160} |
233 | 233 | ]} |
234 | 234 | ]} |
235 | 235 | ], |
|
241 | 241 | "Two spike hits are expected per attempt (with any additional leniency hits being multiplied by this amount)." |
242 | 242 | ] |
243 | 243 | }, |
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 | | - }, |
269 | 244 | { |
270 | 245 | "id": 3, |
271 | 246 | "link": [1, 1], |
|
274 | 249 | "canXMode", |
275 | 250 | "h_XModeSpikeHit", |
276 | 251 | "h_XModeSpikeHit", |
| 252 | + "h_canShineChargeMaxRunway", |
| 253 | + "canShinechargeMovementTricky", |
277 | 254 | "canTrickyJump", |
278 | 255 | "Gravity", |
279 | 256 | {"or": [ |
|
284 | 261 | {"and": [ |
285 | 262 | "canFastWalljumpClimb", |
286 | 263 | "canPreciseWalljump" |
| 264 | + ]}, |
| 265 | + {"and": [ |
| 266 | + "SpaceJump", |
| 267 | + "canInsaneJump", |
| 268 | + {"shinespark": {"frames": 3}} |
287 | 269 | ]} |
288 | 270 | ]}, |
289 | | - "canShinechargeMovementTricky", |
290 | 271 | "canMidairShinespark", |
291 | | - "h_canShineChargeMaxRunway", |
292 | 272 | {"shinespark": {"frames": 5}} |
293 | 273 | ], |
294 | 274 | "exitCondition": { |
|
0 commit comments