|
224 | 224 | }, |
225 | 225 | "flashSuitChecked": true |
226 | 226 | }, |
| 227 | + { |
| 228 | + "link": [1, 1], |
| 229 | + "name": "G-Mode Morph - Remote Acquire Left Item", |
| 230 | + "entranceCondition": { |
| 231 | + "comeInWithGMode": { |
| 232 | + "mode": "direct", |
| 233 | + "morphed": true |
| 234 | + } |
| 235 | + }, |
| 236 | + "requires": [ |
| 237 | + "canOffScreenMovement", |
| 238 | + {"or": [ |
| 239 | + {"and": [ |
| 240 | + "canTrickyJump", |
| 241 | + "h_canArtificialMorphBombs", |
| 242 | + "h_canArtificialMorphSpringBall" |
| 243 | + ]}, |
| 244 | + {"and": [ |
| 245 | + "canInsaneJump", |
| 246 | + "h_canArtificialMorphBombs" |
| 247 | + ]}, |
| 248 | + {"and": [ |
| 249 | + "h_canArtificialMorphPowerBomb", |
| 250 | + "h_canArtificialMorphPowerBomb" |
| 251 | + ]}, |
| 252 | + {"and": [ |
| 253 | + "h_canArtificialMorphBombs", |
| 254 | + {"enemyDamage": {"enemy": "Zeb", "type": "contact", "hits": 1}} |
| 255 | + ]} |
| 256 | + ]}, |
| 257 | + {"or": [ |
| 258 | + {"and": [ |
| 259 | + "Gravity", |
| 260 | + {"or": [ |
| 261 | + "h_canArtificialMorphIBJ", |
| 262 | + "h_canArtificialMorphSpringBallBombJump" |
| 263 | + ]} |
| 264 | + ]}, |
| 265 | + "h_canArtificialMorphDoubleSpringBallJump" |
| 266 | + ]} |
| 267 | + ], |
| 268 | + "collectsItems": [2], |
| 269 | + "flashSuitChecked": true, |
| 270 | + "note": "Carefully avoid or kill the Zebs and the Choot. The Choot will be easiest to kill with Bombs by staying against the left wall.", |
| 271 | + "devNote": "It is possible but unreasonable to collect both items simultaneously." |
| 272 | + }, |
| 273 | + { |
| 274 | + "link": [1, 1], |
| 275 | + "name": "G-Mode Morph - Remote Acquire Right Item", |
| 276 | + "entranceCondition": { |
| 277 | + "comeInWithGMode": { |
| 278 | + "mode": "direct", |
| 279 | + "morphed": true |
| 280 | + } |
| 281 | + }, |
| 282 | + "requires": [ |
| 283 | + "canOffScreenMovement", |
| 284 | + {"or": [ |
| 285 | + {"and": [ |
| 286 | + "canTrickyJump", |
| 287 | + "h_canArtificialMorphBombs", |
| 288 | + "h_canArtificialMorphSpringBall" |
| 289 | + ]}, |
| 290 | + {"and": [ |
| 291 | + "canInsaneJump", |
| 292 | + "h_canArtificialMorphBombs" |
| 293 | + ]}, |
| 294 | + {"and": [ |
| 295 | + "h_canArtificialMorphPowerBomb", |
| 296 | + "h_canArtificialMorphPowerBomb" |
| 297 | + ]}, |
| 298 | + {"and": [ |
| 299 | + "h_canArtificialMorphBombs", |
| 300 | + {"enemyDamage": {"enemy": "Zeb", "type": "contact", "hits": 1}} |
| 301 | + ]} |
| 302 | + ]}, |
| 303 | + {"or": [ |
| 304 | + {"and": [ |
| 305 | + "Gravity", |
| 306 | + {"or": [ |
| 307 | + "h_canArtificialMorphIBJ", |
| 308 | + "h_canArtificialMorphSpringBallBombJump" |
| 309 | + ]} |
| 310 | + ]}, |
| 311 | + "h_canArtificialMorphDoubleSpringBallJump" |
| 312 | + ]} |
| 313 | + ], |
| 314 | + "collectsItems": [3], |
| 315 | + "flashSuitChecked": true, |
| 316 | + "note": "Carefully avoid or kill the Zebs and the Choot. The Choot will be easiest to kill with Bombs by staying against the left wall.", |
| 317 | + "devNote": "It is possible but unreasonable to collect both items simultaneously." |
| 318 | + }, |
227 | 319 | { |
228 | 320 | "id": 10, |
229 | 321 | "link": [1, 2], |
|
0 commit comments