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:
parent
90bc20289e
commit
920544bbbf
@ -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}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user