1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-02-03 13:12:11 +02:00

Mtn v3 - fix rockets count

This commit is contained in:
Gerkiz 2023-09-25 11:45:30 +02:00
parent e8bca4990b
commit 6449f7dc43

View File

@ -742,7 +742,7 @@ local apply_settings_token =
locomotive_market_selection = get_random_locomotive_tier(),
trees_farmed = scale(10000, 400000),
rocks_farmed = scale(50000, 4000000),
rockets_launched = scale(100, 5000)
rockets_launched = scale(40, 700)
}
this.collection = {
time_until_attack = nil,
@ -810,7 +810,7 @@ function Public.reset_stateful()
locomotive_market_selection = get_random_locomotive_tier(),
trees_farmed = scale(10000, 400000),
rocks_farmed = scale(50000, 4000000),
rockets_launched = scale(100, 5000)
rockets_launched = scale(40, 700)
}
end
this.collection = {