factorio-docker/map-gen-settings.example.json
2016-10-25 21:57:49 -07:00

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"}
}
}