1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00

Merge pull request #1231 from grilledham/one_direction_update

danger_ore_one_direction balance updates.
This commit is contained in:
grilledham 2021-09-11 13:39:49 +01:00 committed by GitHub
commit 86a1aa79a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
local b = require 'map_gen.shared.builders'
local start_value = b.euclidean_value(0, 0.35)
local value = b.exponential_value(0, 0.15, 1.1)
local value = b.exponential_value(0, 0.15, 1.2)
return {
{

View File

@ -111,15 +111,15 @@ end
local terraforming = require 'map_gen.maps.danger_ores.modules.terraforming'
terraforming({
start_size = 8 * 32,
min_pollution = 100,
start_size = 12 * 32,
min_pollution = 200,
max_pollution = 16000,
pollution_increment = 4,
bounds = terraforming_bounds
})
local rocket_launched = require 'map_gen.maps.danger_ores.modules.rocket_launched_simple'
rocket_launched({win_satellite_count = 500})
rocket_launched({win_satellite_count = 250})
local restart_command = require 'map_gen.maps.danger_ores.modules.restart_command'
restart_command({scenario_name = 'terraforming-danger-ore'})
@ -164,7 +164,7 @@ local config = {
deepwater_threshold = 0.45,
trees = trees,
trees_scale = 1 / 64,
trees_threshold = 0.4,
trees_threshold = 0.3,
trees_chance = 0.875,
enemy = enemy,
enemy_factor = 10 / (768 * 32),