Factorio: implement random recipe times

This commit is contained in:
Fabian Dill
2021-06-06 21:11:58 +02:00
parent 7907838c24
commit 403ddd603f
5 changed files with 31 additions and 6 deletions

View File

@@ -55,6 +55,11 @@ tech_tree_layout:
small_funnels: 1
medium_funnels: 1
large_funnels: 1
recipe_time:
vanilla: 1
fast: 0 # 25% to 100% of original time
normal: 0 # 50 % to 200% of original time
slow: 0 # 100% to 400% of original time
max_science_pack:
automation_science_pack: 0
logistic_science_pack: 0