Krastorio 2


An overhaul mod focusing on end-game technologies and moderately increased complexity.

Overhaul
6 months ago
0.18 - 1.1
303K
Transportation Logistics Trains Combat Armor Mining Fluids Logistic network Manufacturing Power Storage

b [Fixed] Worker robot speed research

3 years ago

Worker robot speed research past tier 9 doesn't have a speed bonus attached to it.

3 years ago

Oh! It used to have a bonus. I did notice that my bots seemed kinda slow... maybe a 1.1 change broke it.

3 years ago

If you want to fix it yourself (and to save time for mod authors)
in file vanilla-changes\mandatory\technology-changes.lua after line 431 insert
effects = { { type = "worker-robot-speed", modifier = 0.65 } },

Linver β˜†
3 years ago
(updated 3 years ago)

From the 9 is 0.375 not 0.65.
Anyway fixed