Advertisement
Guest User

Untitled

a guest
Jan 25th, 2022
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.36 KB | None | 0 0
  1. From Top Of Waterfall:
  2.  
  3. Start: 366,300
  4. Reaching Waterfall for Airswim: 366,804
  5. Reaching point where we can pull fireblaster to shoot spore plant: 366,777
  6. Frame where we can shoot spore plant that shoots spores: 366,813
  7. Frame where bomb plant explodes: 366,915
  8. Frame of getting bomb spore: 367,302
  9.  
  10.  
  11. It looks like we can shoot the other plant after shooting this one, and still make it to where the spore lands before it finishes falling. However, we don't have time to also get a blue grubtub while it falls...
  12.  
  13. ---------------------------------------------------------------------------------------------------------------------
  14.  
  15. 380,938 = frame Tricky flame appears.
  16. 381,171 = frame that we die (if we had 1/2 heart before the flame and don't pause)
  17. 233 frames
  18.  
  19. 381,785 = frame Tricky flame appears.
  20. 381,818 = frame that we die (if we had 1/4 heart before the flame).
  21. 33 frames
  22.  
  23. 200 frames slower to die with 1/2 heart and no pause than 1/4 heart (3 + 1/3 seconds)
  24.  
  25. With Pause-Damage Buffer and 1/2 heart:
  26. 380,938 = frame Tricky flame appears.
  27. 381,031 = frame that we die (if we had 1/2 heart before flame)
  28. 93 frames total (exactly 1 second slower than dying with 1/4 heart).
  29. ---------------------------------------------------------------------------------------
  30. Testing Time from blowing plant up to getting a spore (at the earliest)
  31.  
  32.  
  33. 367,212 = frame plant completely vanishes/replaced with explosion
  34. 367,599 = frame where bomb spore dissapears from being collected (earliest collection frame).
  35. =
  36. 387 frames total
  37.  
  38. ----------------------------------------------------------------------------
  39.  
  40. Testing time from Queen's house to getting bomb spore
  41.  
  42. 372,100 = Starting Frame
  43. 372,236 = frame to pull out fireblaster
  44. 372,269 = shooting frame
  45. 372,371 = frame where plant completely vanishes/replaced with explosion.
  46. 372,755 = frame where bomb spore dissapears from being collected (earliest collection frame).
  47.  
  48.  
  49.  
  50. 384 frames total to bomb spore - no waiting needed.
  51. Also, using 1 extra mana shot, we can get the blue grubtub on the way to the spore without needing to do it later.
  52. However, will take us 64 frames later to shoot the plant near the warpstone that we can't shoot now.
  53. Also note: It costs us 50 frames to shoot the bomb plant near MMP without taking damage (25 frames of moving away, 25 frames of moving back + technically 2 frames in the middle to turn around).
  54. -------------------------------------------------------------------------------
  55.  
  56. Testing time from Queen's house to waterfall:
  57.  
  58. 372,100 = Starting Frame
  59. 373,249 = Frame of Reaching Waterfall for Airswim
  60. =
  61. 1,149 frames total
  62. --------------------------------------------------------------------------------
  63.  
  64. Testing time from top of waterfall to reaching where spore would land (but not collecting a spore - just getting to that point):
  65. 373,998 = Starting Frame
  66. 374,274 = Stopping Frame
  67. =
  68. 276 total frames.
  69.  
  70. ------------------------------------------------------------------------------------------------------------------
  71. Route Timings:
  72.  
  73. 1. Queen CS Skip -> GQE -> K4E
  74.  
  75. Timing = ( ESW_Point to Waterfall) + (Queen house to bomb spore) + (ESW_Point to Waterfall) + (Time to shoot plant)
  76. = 504 + 655 + 504 + 64
  77. = 1,727 frames.
  78.  
  79. 2. GQE -> Queen CS Skip -> K4E
  80.  
  81. Timing = (ESW_Point to bomb spore) + (time to grab a blue grubtub) + (time to take an extra 1/4 heart damage to Tricky) + (ESW_Point to Waterfall) + (Queen House to waterfall)
  82. = 1002 + 40 + 60 + 504 + 1149
  83. = 2,755 frames.
  84.  
  85. 3. K4E -> Queen CS Skip -> GQE
  86.  
  87. Timing = (ESW_Point to Waterfall) + (time to take an extra 1/4 heart damage to Tricky) + (ESW_Point to Waterfall) + (Queen house to bomb spore) + (Time to avoid bomb damage) + (Time to shoot plant)
  88. = 504 + 60 + 504 + 655 + 50 + 64
  89. = 1,837 frames.
  90.  
  91. 4A. Queen CS Skip -> K4E -> GQE (with getting bomb spore on the way back to waterfall from Queen CS Skip):
  92.  
  93. Timing = (ESW_Point to Waterfall) + (Queen house to Waterfall) + (ESW_Point to reaching where spore would land) + (Time to avoid bomb damage) + (Time to shoot plant)
  94. = 504 + 1149 + (504 + 276) + 50 + 64
  95. = 2,547 frames.
  96.  
  97. 4B. Queen CS Skip -> K4E -> GQE (with getting bomb spore on the way from waterfall to GQE):
  98.  
  99. Timing = (ESW_Point to Waterfall) + (Queen house to waterfall) + (ESW_Point to bomb spore) + (Time to avoid bomb damage) + (2 * Time to get a blue grubtub)
  100. = 504 + 1149 + 1002 + 50 + (2 * 40)
  101. = 2,785 frames.
  102.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement