{
  "_terrain_segmentation_comment": "Inverse of map scale",
  "terrain_segmentation": 0.5,
  
  "_water_comment":
  [
    "Multiplier for water 'coverage' - higher increases the water level.",
    "Water level = 10 * log2(this value)"
  ],
  "water": 1.5,
  
  "_comment_width+height": "Width and height of map, in tiles; 0 means infinite",
  "width": 0,
  "height": 0,
  
  "_starting_area_comment": "Multiplier for 'biter free zone radius'",
  "starting_area": 1,
  
  "peaceful_mode": false,
  
  "autoplace_controls":
  {
    "coal": {"frequency": "0.05", "size": 3, "richness": 1},
    "stone": {"frequency": "0.05", "size": 3, "richness": 1},
    "copper-ore": {"frequency": "0.05", "size": 3,"richness": 1},
    "iron-ore": {"frequency": "0.05", "size": 3, "richness": 1},
    "uranium-ore": {"frequency": "0.05", "size": 3, "richness": 1},
    "crude-oil": {"frequency": "0.05", "size": 3, "richness": 1},
    "trees": {"frequency": 1, "size": 1, "richness": 1},
    "enemy-base": {"frequency": 1, "size": 1, "richness": 1}
  },
  
  "_seed_comment": "Use null for a random seed, number for a specific seed.",
  "seed": 3864098173
}
