# .font: font.text_2
2022-12-02 17:32 dustin  
# .font: font.text_1
cave data:  
diamonds required: (20 15) 20  
diamonds available: (27 21) 20 *  
random seed: (6 53) 13  
random seed difficulty: (2 6) 4+ **  
cave time: (180 150) 120  
  
* counted are only \\\ which ^ can get without pushing |||.  
** that's the count of fireflies which ^ must release on his way to the exit. the "+" stands for the stationary firefly which is more risky to release than the others.  
  
the reason why the random seeds are so widely spread is because i only chose seeds where the magic wall isn't immediately activated!  
  
----------------------------------------------------------------------------------------  
  
what makes it harder than l2:  
  
\ the requirement is clearly more strict than on l1+2, if you compare the "diamonds required" values and the "diamonds available" values.  
  
\ random seed: ^ has to deal with less fireflies than l2, but the last firefly is more dangerous because it's stationary. i think it's not completely clear if this seed is harder than l2, but i also didn't want to look for a different seed because i was already happy when i had five working seeds together (seeds where the magic wall isn't "pre-activated"). i had to check the whole range from 0 to 53 just for that! :d  
  
\ 30 seconds less time. on gdash, i found the time limit already very strict. here i'm quicker because it's a big advantage to see a bigger part of the cave at the same time.