|
201 | 201 | ] |
202 | 202 | }, |
203 | 203 | { |
204 | | - "id": 3, |
205 | 204 | "link": [1, 1], |
206 | | - "name": "X-Mode, Leave With Spark", |
| 205 | + "name": "X-Mode, Leave Shinecharged", |
207 | 206 | "requires": [ |
| 207 | + "h_canShineChargeMaxRunway", |
| 208 | + "canShinechargeMovementComplex", |
208 | 209 | "canXMode", |
209 | 210 | "h_XModeSpikeHit", |
210 | 211 | "h_XModeSpikeHit", |
211 | 212 | {"or": [ |
212 | 213 | "h_XModeSpikeHit", |
213 | | - "canStationarySpinJump" |
| 214 | + "canStationarySpinJump", |
| 215 | + "canTrickyJump" |
214 | 216 | ]}, |
215 | 217 | "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", |
220 | 252 | "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}} |
222 | 273 | ], |
223 | 274 | "exitCondition": { |
224 | 275 | "leaveWithSpark": {} |
225 | 276 | }, |
226 | 277 | "flashSuitChecked": true, |
227 | 278 | "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)." |
230 | 280 | ] |
231 | 281 | }, |
232 | 282 | { |
|
0 commit comments