|
232 | 232 | "canMomentumConservingMorph" |
233 | 233 | ] |
234 | 234 | }, |
| 235 | + { |
| 236 | + "link": [1, 2], |
| 237 | + "name": "Side Platform Cross Room Jump", |
| 238 | + "entranceCondition": { |
| 239 | + "comeInWithSidePlatform": { |
| 240 | + "platforms": [ |
| 241 | + { |
| 242 | + "minHeight": 2, |
| 243 | + "maxHeight": 2, |
| 244 | + "minTiles": 27.4375, |
| 245 | + "speedBooster": true, |
| 246 | + "obstructions": [[1, 0]], |
| 247 | + "requires": [ |
| 248 | + "canMomentumConservingMorph" |
| 249 | + ], |
| 250 | + "note": ["This applies to Dust Torizo Room."] |
| 251 | + }, |
| 252 | + { |
| 253 | + "minHeight": 2, |
| 254 | + "maxHeight": 3, |
| 255 | + "minTiles": 29.4375, |
| 256 | + "speedBooster": true, |
| 257 | + "obstructions": [[2, 0]], |
| 258 | + "requires": [ |
| 259 | + "canMomentumConservingMorph" |
| 260 | + ], |
| 261 | + "note": ["This applies to Waterway Energy Tank Room."], |
| 262 | + "devNote": [ |
| 263 | + "With good positioning this can be done with a lateral mid-air morph not touching the ceiling.", |
| 264 | + "This has little use since with Gravity a Gravity jump would also be possible." |
| 265 | + ] |
| 266 | + }, |
| 267 | + { |
| 268 | + "minHeight": 2, |
| 269 | + "maxHeight": 2, |
| 270 | + "minTiles": 45, |
| 271 | + "speedBooster": true, |
| 272 | + "obstructions": [[3, 0]], |
| 273 | + "requires": [ |
| 274 | + "canMomentumConservingMorph", |
| 275 | + "canInsaneJump" |
| 276 | + ], |
| 277 | + "note": ["This applies to Statues Hallway."] |
| 278 | + }, |
| 279 | + { |
| 280 | + "minHeight": 3, |
| 281 | + "maxHeight": 3, |
| 282 | + "minTiles": 45, |
| 283 | + "speedBooster": true, |
| 284 | + "obstructions": [[3, 0]], |
| 285 | + "requires": [ |
| 286 | + "canMomentumConservingMorph", |
| 287 | + "canInsaneJump" |
| 288 | + ], |
| 289 | + "note": ["This applies to Flyway."] |
| 290 | + }, |
| 291 | + { |
| 292 | + "minHeight": 2, |
| 293 | + "maxHeight": 2, |
| 294 | + "minTiles": 45, |
| 295 | + "speedBooster": true, |
| 296 | + "obstructions": [[4, 0]], |
| 297 | + "requires": [ |
| 298 | + "canMomentumConservingMorph", |
| 299 | + "canInsaneJump", |
| 300 | + "canInsaneMidAirMorph" |
| 301 | + ], |
| 302 | + "note": ["This applies to Baby Kraid Room."] |
| 303 | + }, |
| 304 | + { |
| 305 | + "minHeight": 2, |
| 306 | + "maxHeight": 2, |
| 307 | + "minTiles": 39.4375, |
| 308 | + "speedBooster": true, |
| 309 | + "obstructions": [[3, 2]], |
| 310 | + "note": ["This applies to Metal Pirates Room."], |
| 311 | + "detailNote": ["This has a 3-frame window for the jump."] |
| 312 | + } |
| 313 | + ] |
| 314 | + } |
| 315 | + }, |
| 316 | + "requires": [ |
| 317 | + "canTrickyJump" |
| 318 | + ], |
| 319 | + "flashSuitChecked": true, |
| 320 | + "devNote": [ |
| 321 | + "This isn't marked as a wall-jump avoid, since it may have some advantage over the CWJ", |
| 322 | + "by reducing the soft-lock risk." |
| 323 | + ] |
| 324 | + }, |
235 | 325 | { |
236 | 326 | "id": 10, |
237 | 327 | "link": [1, 2], |
|
0 commit comments