# .font: font.text_2
2021-10-23 22:11 dustin  
# .font: font.text_1
random seed: (100 137 140 251 51) 79 93  
regarding the distances between the seeds, i could construct a kind of "random pattern" to work with:  
(37 3 111 56) 28 14  
37*3=111 and 111/2 rounded up is 56. so i continued halving the distances, with the funny point that the next value would be 93+7=100 again, back to the l1 seed ;d  
  
\required: (75 75 80 85 90) 95 95  
100 would not be possible with the bd1 engine, so why not 99? it's because there are way fewer \\\ available than in l5 (original) or l6 (by me), so this level is clearly more difficult even without increasing the \ quota! also, this does not really break the pattern because l1 and l2 also had the same requirements.  
  
cave time: (150 150 130 130 120) 120 110  
the pattern is to alternatively keep the limit and decrease it. the time limit is quite tough!