

Allows the player to use the 'Learn' action during rest to have a chance to automatically learn recipes based on the items in their inventory. The chance is higher if:
The chances are "rolled" on every rest hour, so for example if you use the Learn action for 5 hours, you have 5 times the chance to learn a recipe. Each hour can yield you at most one recipe.
The per-recipe discovery chances are calculated using the following logistic function:
1/(1+e^(-1(k*x-3))) * 0.3
where x is owned ingredients / ingr. count and k is the max possible ingredient count.
Note: The end result item "counts" as 2 ingredients.
The 0.3 multiplier caps the discovery chance at 30% (when all the ingredients and end result is present).
This mod is experimental and might:
Unlike my fully released mods, this mod comes with no support. Please do not report any bugs, as they are possibly numerous, and I'm most likely aware of them. If the mod does not work for you, just uninstall it and wait for a more stable version.