Thank you very much!
Yes, column #18 is the most interesting here – it contains a reference to WKSMissionRecipe.csv entry which represents the list of activated recipe IDs in Cosmic Crafting Log for each mission. And cross-referencing it with Recipe.csv allows to extract the hidden rLvl data.
But unfortunately, this trail eventually leads to a dead end because the actual recipe stats and math coeffs are generated dynamically at the moment of mission activation.
However, the good news is that we’ve actually managed to reverse engineer all the necessary data, so the research phase is now complete. A potential solution has been designed and we begin working on the implementation. Surprisingly, moon crafting has demanded quite a significant overhaul of Miqobot’s data structures. Oh well.