# .font: font.text_2
2020-08-31 00:49 dustin  
# .font: font.text_1
random seed: (100 137 140 251 51) 79  
that's the first time i almost got no clue which seed to take in order to continue a pattern. looking at the five original seeds in that order, my only logical assumption is that the lvl6 seed should be somewhere between 51 and 100. then i did discover some kind of connection when i looked at the differences between the seeds, which are:  
37 3 111 56 (modulo 256)  
37*3=111 and 111/2=55.5, rounding up to 56... it's most probably pure coincidence, but it was all i could work with, so i continued 56/2=28, giving the lvl6 seed value of 51+28=79. funnily, the next two seeds calculated this way would be 93 and then 100 again (see lvl1), giving a nice circle. :D  
  
\ required: (75 75 80 85 90) 95  
  
time: (150 150 130 130 120) 120

# .font: font.text_2
2020-09-01 22:40 Arno  
# .font: font.text_1
just in time...! more \ may be possible; i'm not sure but time will be tight ;-D

# .font: font.text_2
2020-09-01 23:23 dustin  
# .font: font.text_1
 Arno , your strategy to seperate the falling \ and {boulders is amazingly simple! such an idea never came to my mind, great to learn something new about the oldest caves! :D

# .font: font.text_2
2020-09-02 08:29 Arno  
# .font: font.text_1
thx! yeah, i think i'm still not recovered from dbd13 cave n! ;-D

# .font: font.text_2
2020-09-02 09:43 dustin  
# .font: font.text_1
:D :D