|
21 | 21 | "doorEnvironments": [{"physics": "air"}], |
22 | 22 | "mapTileMask": [ |
23 | 23 | [2, 2, 1] |
24 | | - ], |
25 | | - "devNote": "FIXME can leave charged by charging in the acid" |
| 24 | + ] |
26 | 25 | }, |
27 | 26 | { |
28 | 27 | "id": 2, |
|
34 | 33 | "doorEnvironments": [{"physics": "air"}], |
35 | 34 | "mapTileMask": [ |
36 | 35 | [1, 2, 2] |
37 | | - ], |
38 | | - "devNote": "FIXME can leave charged by charging in the acid" |
| 36 | + ] |
39 | 37 | }, |
40 | 38 | { |
41 | 39 | "id": 3, |
|
235 | 233 | { |
236 | 234 | "id": 4, |
237 | 235 | "link": [1, 2], |
238 | | - "name": "Avoid the Holtzes", |
| 236 | + "name": "Zebbo Damage Boost", |
239 | 237 | "requires": [ |
240 | 238 | "canTrickyJump", |
241 | 239 | "canHorizontalDamageBoost", |
|
248 | 246 | "Damage from a Zebbo from the right farm to gain invulnerability frames, then jump through the last two Holtzes." |
249 | 247 | ] |
250 | 248 | }, |
| 249 | + { |
| 250 | + "link": [1, 2], |
| 251 | + "name": "Cross While Farming", |
| 252 | + "requires": [ |
| 253 | + "canFarmWhileShooting", |
| 254 | + {"or": [ |
| 255 | + {"and": [ |
| 256 | + {"heatFramesWithEnergyDrops": { |
| 257 | + "frames": 120, |
| 258 | + "drops": [{"enemy": "Zebbo", "count": 1}] |
| 259 | + }}, |
| 260 | + {"heatFramesWithEnergyDrops": { |
| 261 | + "frames": 130, |
| 262 | + "drops": [{"enemy": "Zebbo", "count": 1}] |
| 263 | + }}, |
| 264 | + {"heatFramesWithEnergyDrops": { |
| 265 | + "frames": 140, |
| 266 | + "drops": [{"enemy": "Zebbo", "count": 1}] |
| 267 | + }}, |
| 268 | + {"heatFrames": 100} |
| 269 | + ]}, |
| 270 | + {"and": [ |
| 271 | + {"or": [ |
| 272 | + "Spazer", |
| 273 | + "Wave", |
| 274 | + "Plasma" |
| 275 | + ]}, |
| 276 | + {"heatFramesWithEnergyDrops": { |
| 277 | + "frames": 100, |
| 278 | + "drops": [{"enemy": "Zebbo", "count": 1}] |
| 279 | + }}, |
| 280 | + {"heatFramesWithEnergyDrops": { |
| 281 | + "frames": 100, |
| 282 | + "drops": [{"enemy": "Zebbo", "count": 1}] |
| 283 | + }}, |
| 284 | + {"heatFramesWithEnergyDrops": { |
| 285 | + "frames": 130, |
| 286 | + "drops": [{"enemy": "Zebbo", "count": 1}] |
| 287 | + }}, |
| 288 | + {"heatFrames": 100} |
| 289 | + ]} |
| 290 | + ]} |
| 291 | + ] |
| 292 | + }, |
251 | 293 | { |
252 | 294 | "id": 38, |
253 | 295 | "link": [1, 2], |
|
470 | 512 | { |
471 | 513 | "id": 12, |
472 | 514 | "link": [2, 1], |
473 | | - "name": "Quick Run Through", |
| 515 | + "name": "Zebbo Damage Boost", |
474 | 516 | "requires": [ |
475 | 517 | "canTrickyJump", |
476 | 518 | "canHorizontalDamageBoost", |
|
479 | 521 | ], |
480 | 522 | "flashSuitChecked": true |
481 | 523 | }, |
| 524 | + { |
| 525 | + "link": [2, 1], |
| 526 | + "name": "Tricky Dodge", |
| 527 | + "requires": [ |
| 528 | + "canTrickyDodgeEnemies", |
| 529 | + {"or": [ |
| 530 | + "canInsaneJump", |
| 531 | + "canPreciseWalljump" |
| 532 | + ]}, |
| 533 | + {"heatFrames": 310} |
| 534 | + ] |
| 535 | + }, |
| 536 | + { |
| 537 | + "link": [2, 1], |
| 538 | + "name": "Cross While Farming", |
| 539 | + "requires": [ |
| 540 | + "canFarmWhileShooting", |
| 541 | + {"heatFramesWithEnergyDrops": { |
| 542 | + "frames": 100, |
| 543 | + "drops": [{"enemy": "Zebbo", "count": 1}] |
| 544 | + }}, |
| 545 | + {"heatFramesWithEnergyDrops": { |
| 546 | + "frames": 125, |
| 547 | + "drops": [{"enemy": "Zebbo", "count": 1}] |
| 548 | + }}, |
| 549 | + {"heatFramesWithEnergyDrops": { |
| 550 | + "frames": 125, |
| 551 | + "drops": [{"enemy": "Zebbo", "count": 1}] |
| 552 | + }}, |
| 553 | + {"heatFrames": 130} |
| 554 | + ] |
| 555 | + }, |
482 | 556 | { |
483 | 557 | "id": 42, |
484 | 558 | "link": [2, 1], |
|
0 commit comments