1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-17 21:08:08 +02:00

Update danger_ore_deadlock_beltboxes_ore_only. (#1284)

- Remove oil/uranium spawn + more coal/stone in coal sector
This commit is contained in:
grilledham 2022-01-23 20:04:10 +00:00 committed by GitHub
parent 90bc20289e
commit 920544bbbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -34,10 +34,10 @@ return {
['start'] = start_value,
['weight'] = 1,
['ratios'] = {
{resource = b.resource(b.full_shape, 'iron-ore', value), weight = 18},
{resource = b.resource(b.full_shape, 'copper-ore', value), weight = 9},
{resource = b.resource(b.full_shape, 'stone', value), weight = 8},
{resource = b.resource(b.full_shape, 'coal', value), weight = 65}
{resource = b.resource(b.full_shape, 'iron-ore', value), weight = 14},
{resource = b.resource(b.full_shape, 'copper-ore', value), weight = 6},
{resource = b.resource(b.full_shape, 'stone', value), weight = 10},
{resource = b.resource(b.full_shape, 'coal', value), weight = 70}
}
},
{

View File

@ -55,8 +55,8 @@ global.config.redmew_qol.loaders = false
local map = require 'map_gen.maps.danger_ores.modules.map'
local main_ores_config = require 'map_gen.maps.danger_ores.config.deadlock_beltboxes_ores'
local resource_patches = require 'map_gen.maps.danger_ores.modules.resource_patches'
local resource_patches_config = require 'map_gen.maps.danger_ores.config.deadlock_beltboxes_resource_patches'
--local resource_patches = require 'map_gen.maps.danger_ores.modules.resource_patches'
--local resource_patches_config = require 'map_gen.maps.danger_ores.config.deadlock_beltboxes_resource_patches'
local water = require 'map_gen.maps.danger_ores.modules.water'
local trees = require 'map_gen.maps.danger_ores.modules.trees'
local enemy = require 'map_gen.maps.danger_ores.modules.enemy'
@ -134,8 +134,8 @@ local config = {
main_ores = main_ores_config,
main_ores_shuffle_order = true,
main_ores_rotate = 30,
resource_patches = resource_patches,
resource_patches_config = resource_patches_config,
--resource_patches = resource_patches,
--resource_patches_config = resource_patches_config,
water = water,
water_scale = 1 / 96,
water_threshold = 0.4,