mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-01-26 03:52:22 +02:00
Mtn v3 - lower the difficulty on wave/zone objectives
This commit is contained in:
parent
9cc380b4ee
commit
e8bca4990b
@ -730,8 +730,8 @@ local apply_settings_token =
|
||||
this.final_battle = false
|
||||
this.selected_objectives = get_random_objectives()
|
||||
this.objectives = {
|
||||
randomized_zone = scale(5, 40),
|
||||
randomized_wave = scale(500, 4000),
|
||||
randomized_zone = scale(5, 30),
|
||||
randomized_wave = scale(300, 2000),
|
||||
randomized_linked_chests = scale(2, 20),
|
||||
supplies = get_random_items(),
|
||||
single_item = get_random_item(),
|
||||
@ -798,8 +798,8 @@ function Public.reset_stateful()
|
||||
}
|
||||
else
|
||||
this.objectives = {
|
||||
randomized_zone = scale(5, 40),
|
||||
randomized_wave = scale(500, 4000),
|
||||
randomized_zone = scale(5, 30),
|
||||
randomized_wave = scale(300, 2000),
|
||||
randomized_linked_chests = scale(2, 20),
|
||||
supplies = get_random_items(),
|
||||
single_item = get_random_item(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user