# .font: font.text_2
2022-01-07 21:50 DarkStoorM  
# .font: font.text_1
Alright, so I tried to find the highest random fill values for obstacles and the lowest for diamonds in this level:  
  
Boulders: the highest possible value is 105. 106 makes it unsolvable - the only spot left gets blocked next to the second wall.  
  
Space: the lowest acceptable value is 121, because it creates one tile of space in the middle, where two stacked boulders can fall, allowing Rockford to roll the left side.  
  
Diamonds: the lowest acceptable value is 21, because of the same spot - they replace two boulders, which were effectively blocking the entire path (top \ from the left stack, bottom \ from the right stack.  
  
Not sure if you could go with lower diamond value, unless there actually is a way to move those boulders in the very middle :D