factorio-docker/map-gen-settings.example.json

19 lines
737 B
JSON
Raw Normal View History

2016-10-26 06:57:49 +02:00
{
2016-10-26 19:27:11 +02:00
"_comment": "Sizes can be specified as none, very-low, low, normal, high, very-high",
2016-10-26 06:57:49 +02:00
"terrain_segmentation": "normal",
"water": "normal",
"width": 0,
"height": 0,
"starting_area": "normal",
"peaceful_mode": false,
"autoplace_controls":
{
"coal": {"frequency": "very-low", "size": "high", "richness": "high"},
2016-10-26 19:27:11 +02:00
"copper-ore": {"frequency": "very-low", "size": "high", "richness": "high"},
"crude-oil": {"frequency": "normal", "size": "high", "richness": "high"},
"enemy-base": {"frequency": "low", "size": "normal", "richness": "normal"},
"iron-ore": {"frequency": "very-low", "size": "high", "richness": "high"},
"stone": {"frequency": "very-low", "size": "normal", "richness": "normal"}
2016-10-26 06:57:49 +02:00
}
}