KirkMcDonald / kirkmcdonald.github.io

Simple web-based calculator for the game Factorio.
Apache License 2.0
540 stars 148 forks source link

Suggestion: allow manual input of intermediate factory numbers #139

Closed SteveS8 closed 5 years ago

SteveS8 commented 5 years ago

Let's say I want to know what I need for 1000 SPM. It tells me I need 98.12 red circuit assemblers. It would be neat if it allowed me to manually increase that to let's say 104 and then update the other numbers (copper smelters, plastic refinieries, green circuits) accordingly. That way you could easily account for some overproduction in the chains

If you then change something upstream the recipe tree (like the science) it would be ok if it overwrites that manual input again

KirkMcDonald commented 5 years ago

You can easily simulate this by adding another build target at the top for the difference. Given that, this seems too trivial to add as a feature in its own right.