mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
desert preset
This commit is contained in:
parent
119ce340bb
commit
54ff569235
27
map_gen/maps/crash_site/presets/desert.lua
Normal file
27
map_gen/maps/crash_site/presets/desert.lua
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
local MGSP = require 'resources.map_gen_settings'
|
||||||
|
|
||||||
|
local config = {
|
||||||
|
scenario_name = 'crashsite-desert',
|
||||||
|
map_gen_settings = {
|
||||||
|
MGSP.sand_only,
|
||||||
|
MGSP.enable_water,
|
||||||
|
{
|
||||||
|
terrain_segmentation = 6,
|
||||||
|
water = 0.25
|
||||||
|
},
|
||||||
|
MGSP.starting_area_very_low,
|
||||||
|
MGSP.ore_oil_none,
|
||||||
|
MGSP.enemy_none,
|
||||||
|
MGSP.cliff_none,
|
||||||
|
{
|
||||||
|
property_expression_names = {
|
||||||
|
['control-setting:moisture:bias'] = '-0.500000',
|
||||||
|
['control-setting:moisture:frequency:multiplier'] = '6.000000'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
local Scenario = require 'map_gen.maps.crash_site.scenario'
|
||||||
|
|
||||||
|
return Scenario.init(config)
|
Loading…
Reference in New Issue
Block a user