mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2024-11-07 11:17:23 +01:00
25 lines
743 B
JSON
25 lines
743 B
JSON
{
|
|
"_comment": "Sizes can be specified as none, very-low, low, normal,
|
|
high, very-high",
|
|
"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"},
|
|
"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"}
|
|
}
|
|
}
|