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

25 lines
743 B
JSON
Raw Normal View History

2016-10-26 06:57:49 +02:00
{
"_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"}
}
}