A machine that has a chance to upgrade the quality of any item
Mods introducing new content into the game.
Furnaces, assembling machines, production chains.
Play it your way.
In 2.1 target quality is multipled by 10. Settings: 1 Augmentor: 10 Settings: 10 Augmentor: 100
I just discovered this also in 2.1.14
I found the issue, it's a typo (missing 0) under 'prototypes/entity/entity.lua - line 47 the settings value is being divided by 10 instead of 100 as I'm assuming it should be
Thanks,
New version is uploaded, can you check?
https://lua-api.factorio.com/2.0.77/types/Effect.html - In the old version (2.0.77), value was multiplied by 10, hence the division occured. https://lua-api.factorio.com/2.1.14/types/Effect.html - Now base game no longer touches the value, so it should be divided by 100 to keep as percentage.
So by that logic, mod version "1.0.2" should work fine as is for Factorio 2.0.77.
Fixed. Thx.
Thank you!