{   "name": "Ikarus",

	"gameMode": "Classic",
	"description": "templates_description_ikarus",
    "displayWinCondition": "win_condition_1",


	"sizeX": 160,
	"sizeZ": 160,
	
	
	"gameRules":
	{
		"heroCountMin": 5,
		"heroCountMax": 10,
		"heroCountIncrement": 1,
		"heroHireBan": false,
		"encounterHoles": false,
		"winConditions":
		{
			"classic" : true,
			"desertion" : true,
			"desertionDay" : 3,
			"desertionValue" : 3000,
			"heroLighting" : true,
			"heroLightingDay" : 1,
			"lostStartHero" : false
		}
	},
	  "valueOverrides": 
	[
		{
			"sid": "boreal_call",
			"variant": -1,
			"guardValue": 6000
		},
		{
			"sid": "jousting_range",
			"variant": -1,
			"guardValue": 6000
		},
		{
			"sid": "petrified_memorial",
			"variant": -1,
			"guardValue": 6000
		},
		{
			"sid": "point_of_balance",
			"variant": -1,
			"guardValue": 7500
		},
		{
			"sid": "the_gorge",
			"variant": -1,
			"guardValue": 6000
		},
		{
			"sid": "unforgotten_grave",
			"variant": -1,
			"guardValue": 6000
		},
		{
			"sid": "ritual_pyre",
			"variant": -1,
			"guardValue": 6000
		}
	],
	"variants":
	[
		{
			"orientation":
			{
				"mode": "BoundingCircle"
			},
			"border":
			{
				"cornerRadius": 0.0,
				"obstaclesWidth": 3,
				"obstaclesNoise": [ {"amp": 1, "freq": 12 } ],
				"waterWidth": 0,
				"waterNoise": [ {"amp": 1, "freq": 12 } ],
				"waterType": "water grass"
			},

	"zones": 
	[
		{
			"name": "Spawn-A",

			"size": 1.25,
			"layout": "zone_layout_spawns",

			"guardCutoffValue": 1500,
    		"guardRandomization": 0.05,
			"guardWeeklyIncrement": 0.20,
			"guardReactionDistribution": [ 3, 2, 1, 1, 0, 0 ],
			"mainObjects": 
			[
				{
					"type": "Spawn",	
					"spawn": "Player1",
					"placement": "Uniform"
				},
				{
					"type": "City",
					"faction": { "type": "Match", "args": ["0"] },
					"guardChance": 0.5,
					"guardValue": 2000,
					"guardWeeklyIncrement": 0.20,
					"buildingsConstructionSid": "poor_buildings_construction",
					"placement": "Uniform"
				}
			],
			"zoneBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"contentBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"metaObjectsBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"crossroadsPosition" : 0,
			"roads": 
			[
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Spawn-A-Treasure-1"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["1"] }, "to": { "type": "Connection", "args": ["Spawn-A-Treasure-1"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "MainObject", "args": ["1"] }  }
			],
	

			"guardedContentPool": ["content_pool_template_ikarus_guarded_start_zone"],
			"unguardedContentPool": ["content_pool_template_ikarus_unguarded_start_zone"],
			"resourcesContentPool": ["content_pool_general_resources_start_zone_poor"],

			"mandatoryContent": ["mandatory_content_spawn"],
			"contentCountLimits": ["content_limits_spawn"],
					
			"guardedContentValue": 275000,
			"guardedContentValuePerArea": 5000,
			"unguardedContentValue": 30000,
			"unguardedContentValuePerArea": 0,
			"resourcesValue": 50000,
			"resourcesValuePerArea": 0
		
		},
		{
			"name": "Spawn-B",

			"size": 1.25,
			"layout": "zone_layout_spawns",

			"guardCutoffValue": 1500,
    		"guardRandomization": 0.05,
			"guardWeeklyIncrement": 0.20,
			"guardReactionDistribution": [ 3, 2, 1, 1, 0, 0 ],
			"mainObjects": 
			[
				{
					"type": "Spawn",	
					"spawn": "Player2",
					"placement": "Uniform"
				},
				{
					"type": "City",
					"guardChance": 0.5,
					"guardValue": 2000,
					"guardWeeklyIncrement": 0.20,
					"buildingsConstructionSid": "poor_buildings_construction",
					"faction": { "type": "Match", "args": ["0"] },
					"placement": "Uniform"
				}
			],
			"zoneBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"contentBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"metaObjectsBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"crossroadsPosition" : 0,
			"roads": 
			[
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Spawn-B-Treasure-5"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["1"] }, "to": { "type": "Connection", "args": ["Spawn-B-Treasure-5"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "MainObject", "args": ["1"] }  }
			],
			

			"guardedContentPool": ["content_pool_template_ikarus_guarded_start_zone"],
			"unguardedContentPool": ["content_pool_template_ikarus_unguarded_start_zone"],
			"resourcesContentPool": ["content_pool_general_resources_start_zone_poor"],

			"mandatoryContent": ["mandatory_content_spawn"],
			"contentCountLimits": ["content_limits_spawn"],
					
			"guardedContentValue": 275000,
			"guardedContentValuePerArea": 5000,
			"unguardedContentValue": 30000,
			"unguardedContentValuePerArea": 0,
			"resourcesValue": 50000,
			"resourcesValuePerArea": 0
			
			
		},
		{
			"name": "Spawn-C",

			"size": 1.0,
			"layout": "zone_layout_spawns",

			"guardCutoffValue": 1500,
    		"guardRandomization": 0.05,
			"guardWeeklyIncrement": 0.20,
			"guardReactionDistribution": [ 3, 2, 1, 1, 0, 0 ],
			"mainObjects": 
			[
				{
					"type": "Spawn",	
					"spawn": "Player3",
					"guardChance": 0.5,
					"guardValue": 2000,
					"guardWeeklyIncrement": 0.20,
					"removeGuardIfHasOwner": true,
					"placement": "Uniform"
				},
				{
					"type": "City",
					"guardChance": 0.5,
					"guardValue": 2000,
					"guardWeeklyIncrement": 0.20,
					"removeGuardIfHasOwner": true,
					"buildingsConstructionSid": "poor_buildings_construction",
					"faction": { "type": "Match", "args": ["0"] },
					"placement": "Uniform"
				}
			],
			
			"zoneBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"contentBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"metaObjectsBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"crossroadsPosition" : 0,
			"roads": 
			[
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Spawn-C-Treasure-7"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["1"] }, "to": { "type": "Connection", "args": ["Spawn-C-Treasure-7"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "MainObject", "args": ["1"] }  }
			],
			
			"guardedContentPool": ["content_pool_template_ikarus_guarded_start_zone"],
			"unguardedContentPool": ["content_pool_template_ikarus_unguarded_start_zone"],
			"resourcesContentPool": ["content_pool_general_resources_start_zone_poor"],

			"mandatoryContent": ["mandatory_content_spawn"],
			"contentCountLimits": ["content_limits_spawn"],
					
			"guardedContentValue": 275000,
			"guardedContentValuePerArea": 5000,
			"unguardedContentValue": 30000,
			"unguardedContentValuePerArea": 0,
			"resourcesValue": 50000,
			"resourcesValuePerArea": 0
		},
		{
			"name": "Spawn-D",

			"size": 1.0,
			"layout": "zone_layout_spawns",

			"guardCutoffValue": 1500,
    		"guardRandomization": 0.05,
			"guardWeeklyIncrement": 0.20,
			"guardReactionDistribution": [ 3, 2, 1, 1, 0, 0 ],

			"mainObjects": 
			[
				{
					"type": "Spawn",	
					"spawn": "Player4",
					"guardChance": 0.5,
					"guardValue": 2000,
					"guardWeeklyIncrement": 0.20,
					"removeGuardIfHasOwner": true,
					"placement": "Uniform"
				},
				{
					"type": "City",
					"faction": { "type": "Match", "args": ["0"] },
					"guardChance": 0.5,
					"guardValue": 2000,
					"guardWeeklyIncrement": 0.20,
					"removeGuardIfHasOwner": true,
					"buildingsConstructionSid": "poor_buildings_construction",
					"placement": "Uniform"
				}
			],
			
			"zoneBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"contentBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"metaObjectsBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"crossroadsPosition" : 0,
			"roads": 
			[
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Spawn-D-Treasure-3"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["1"] }, "to": { "type": "Connection", "args": ["Spawn-D-Treasure-3"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "MainObject", "args": ["1"] }  }
			],
			

			"guardedContentPool": ["content_pool_template_ikarus_guarded_start_zone"],
			"unguardedContentPool": ["content_pool_template_ikarus_unguarded_start_zone"],
			"resourcesContentPool": ["content_pool_general_resources_start_zone_poor"],

			"mandatoryContent": ["mandatory_content_spawn"],
			"contentCountLimits": ["content_limits_spawn"],
					
			"guardedContentValue": 275000,
			"guardedContentValuePerArea": 5000,
			"unguardedContentValue": 30000,
			"unguardedContentValuePerArea": 0,
			"resourcesValue": 50000,
			"resourcesValuePerArea": 0
		},
		{
			"name": "Spawn-E",

			"guardCutoffValue": 1500,
    		"guardRandomization": 0.05,
			"guardWeeklyIncrement": 0.20,
			"guardReactionDistribution": [ 3, 2, 1, 1, 0, 0 ],
			"size": 1.0,
			"layout": "zone_layout_spawns",

			"mainObjects": 
			[
				{
					"type": "Spawn",	
					"spawn": "Player5",
					"guardChance": 0.5,
					"guardValue": 2000,
					"guardWeeklyIncrement": 0.20,
					"removeGuardIfHasOwner": true,
					"placement": "Uniform"
				},
				{
					"type": "City",
					"faction": { "type": "Match", "args": ["0"] },
					"guardChance": 0.5,
					"guardValue": 3000,
					"guardWeeklyIncrement": 0.20,
					"removeGuardIfHasOwner": true,
					"buildingsConstructionSid": "poor_buildings_construction",
					"placement": "Uniform"
				}
			],
			
			"zoneBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"contentBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"metaObjectsBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"crossroadsPosition" : 0,
			"roads": 
			[
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Spawn-E-Treasure-8"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["1"] }, "to": { "type": "Connection", "args": ["Spawn-E-Treasure-8"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "MainObject", "args": ["1"] }  }
			],
			

			"guardedContentPool": ["content_pool_template_ikarus_guarded_start_zone"],
			"unguardedContentPool": ["content_pool_template_ikarus_unguarded_start_zone"],
			"resourcesContentPool": ["content_pool_general_resources_start_zone_poor"],

			"mandatoryContent": ["mandatory_content_spawn"],
			"contentCountLimits": ["content_limits_spawn"],
					
			"guardedContentValue": 275000,
			"guardedContentValuePerArea": 5000,
			"unguardedContentValue": 30000,
			"unguardedContentValuePerArea": 0,
			"resourcesValue": 50000,
			"resourcesValuePerArea": 0
		},
		{
			"name": "Spawn-F",

			"size": 1.0,
			"layout": "zone_layout_spawns",

			"guardCutoffValue": 1500,
    		"guardRandomization": 0.05,
			"guardWeeklyIncrement": 0.20,
			"guardReactionDistribution": [ 3, 2, 1, 1, 0, 0 ],
			"mainObjects": 
			[
				{
					"type": "Spawn",	
					"spawn": "Player6",
					"guardChance": 0.5,
					"guardValue": 2000,
					"guardWeeklyIncrement": 0.20,
					"removeGuardIfHasOwner": true,
					"placement": "Uniform"
				},
				{
					"type": "City",
					"faction": { "type": "Match", "args": ["0"] },
					"guardChance": 0.5,
					"guardValue": 2000,
					"guardWeeklyIncrement": 0.20,
					"removeGuardIfHasOwner": true,
					"buildingsConstructionSid": "poor_buildings_construction",
					"placement": "Uniform"
				}
			],
			
			"zoneBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"contentBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"metaObjectsBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"crossroadsPosition" : 0,
			"roads": 
			[
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Spawn-F-Treasure-4"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["1"] }, "to": { "type": "Connection", "args": ["Spawn-F-Treasure-4"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "MainObject", "args": ["1"] }  }
			],
			

			"guardedContentPool": ["content_pool_template_ikarus_guarded_start_zone"],
			"unguardedContentPool": ["content_pool_template_ikarus_unguarded_start_zone"],
			"resourcesContentPool": ["content_pool_general_resources_start_zone_poor"],

			"mandatoryContent": ["mandatory_content_spawn"],
			"contentCountLimits": ["content_limits_spawn"],
					
			"guardedContentValue": 275000,
			"guardedContentValuePerArea": 5000,
			"unguardedContentValue": 30000,
			"unguardedContentValuePerArea": 0,
			"resourcesValue": 50000,
			"resourcesValuePerArea": 0
		},
		{
			"name": "Spawn-G",

			"size": 1.0,
			"layout": "zone_layout_spawns",

			"guardCutoffValue": 1500,
    		"guardRandomization": 0.05,
			"guardWeeklyIncrement": 0.20,
			"guardReactionDistribution": [ 3, 2, 1, 1, 0, 0 ],
			"mainObjects": 
			[
				{
					"type": "Spawn",	
					"spawn": "Player7",
					"guardChance": 0.5,
					"guardValue": 2000,
					"guardWeeklyIncrement": 0.20,
					"removeGuardIfHasOwner": true,
					"placement": "Uniform"
				},
				{
					"type": "City",
					"faction": { "type": "Match", "args": ["0"] },
					"guardChance": 0.5,
					"guardValue": 2000,
					"guardWeeklyIncrement": 0.20,
					"removeGuardIfHasOwner": true,
					"buildingsConstructionSid": "poor_buildings_construction",
					"placement": "Uniform"
				}
			],
			
			"zoneBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"contentBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"metaObjectsBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"crossroadsPosition" : 0,
			"roads": 
			[
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Spawn-G-Treasure-2"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["1"] }, "to": { "type": "Connection", "args": ["Spawn-G-Treasure-2"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "MainObject", "args": ["1"] }  }
			],
		

			"guardedContentPool": ["content_pool_template_ikarus_guarded_start_zone"],
			"unguardedContentPool": ["content_pool_template_ikarus_unguarded_start_zone"],
			"resourcesContentPool": ["content_pool_general_resources_start_zone_poor"],

			"mandatoryContent": ["mandatory_content_spawn"],
			"contentCountLimits": ["content_limits_spawn"],
					
			"guardedContentValue": 275000,
			"guardedContentValuePerArea": 5000,
			"unguardedContentValue": 30000,
			"unguardedContentValuePerArea": 0,
			"resourcesValue": 50000,
			"resourcesValuePerArea": 0
		},
		{
			"name": "Spawn-H",

			"size": 1.0,
			"layout": "zone_layout_spawns",

			"guardCutoffValue": 1500,
    		"guardRandomization": 0.05,
			"guardWeeklyIncrement": 0.20,
			"guardReactionDistribution": [ 3, 2, 1, 1, 0, 0 ],

			"mainObjects": 
			[
				{
					"type": "Spawn",	
					"spawn": "Player8",
					"guardChance": 0.5,
					"guardValue": 2000,
					"guardWeeklyIncrement": 0.20,
					"removeGuardIfHasOwner": true,
					"placement": "Uniform"
				},
				{
					"type": "City",
					"faction": { "type": "Match", "args": ["0"] },
					"guardChance": 0.5,
					"guardValue": 2000,
					"guardWeeklyIncrement": 0.20,
					"removeGuardIfHasOwner": true,
					"buildingsConstructionSid": "poor_buildings_construction",
					"placement": "Uniform"
				}
			],
			
			"zoneBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"contentBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"metaObjectsBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"crossroadsPosition" : 0,
			"roads": 
			[
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Spawn-H-Treasure-6"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["1"] }, "to": { "type": "Connection", "args": ["Spawn-H-Treasure-6"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "MainObject", "args": ["1"] }  }
			],
			

			"guardedContentPool": ["content_pool_template_ikarus_guarded_start_zone"],
			"unguardedContentPool": ["content_pool_template_ikarus_unguarded_start_zone"],
			"resourcesContentPool": ["content_pool_general_resources_start_zone_poor"],

			"mandatoryContent": ["mandatory_content_spawn"],
			"contentCountLimits": ["content_limits_spawn"],
					
			"guardedContentValue": 275000,
			"guardedContentValuePerArea": 5000,
			"unguardedContentValue": 30000,
			"unguardedContentValuePerArea": 0,
			"resourcesValue": 50000,
			"resourcesValuePerArea": 0
		},
		{
			"name": "Treasure-1",

			"size": 1.0,
			"layout": "zone_layout_center",

			"guardCutoffValue": 1500,
    		"guardRandomization": 0.05,
			"guardWeeklyIncrement": 0.20,
			
			"guardMultiplier": 1.4,
			"guardReactionDistribution": [ 2, 2, 1, 1, 0, 0 ],
			"diplomacyModifier": -0.5,
			"mainObjects": 
			[
				{
					"type": "AbandonedOutpost",
					"guardChance": 1.0,
					"guardValue": 10000,
					"guardWeeklyIncrement": 0.20,
					"buildingsConstructionSid": "poor_buildings_construction",
					"placement": "Center"
				}
			],
			"zoneBiome": { "type": "FromList", "args": [ "Autumn" ] },
			"contentBiome": { "type": "MatchZone", "args": [ "Spawn-A" ] },
			"metaObjectsBiome": { "type": "MatchZone", "args": [ "Spawn-A" ] },
			"roads": 
			[
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Spawn-A-Treasure-1"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-1-Treasure-2"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-1-Treasure-8"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-1-Center"] }  }
			],

			
			
			"guardedContentPool": ["content_pool_template_ikarus_guarded_treasure_zone"],
			"unguardedContentPool": ["content_pool_template_ikarus_unguarded_treasure_zone"],
			"resourcesContentPool": ["content_pool_general_resources_treasure_zone_poor"],

			"mandatoryContent": ["mandatory_content_treasure"],
			"contentCountLimits": ["content_limits_treasure"],
					
			"guardedContentValue": 700000,
			"guardedContentValuePerArea": 5000,
			"unguardedContentValue": 15000,
			"unguardedContentValuePerArea": 0,
			"resourcesValue": 0,
			"resourcesValuePerArea": 0
		},
		{
			"name": "Treasure-2",

			"size": 1.0,
			"layout": "zone_layout_center",

			"guardCutoffValue": 1500,
    		"guardRandomization": 0.05,
			"guardWeeklyIncrement": 0.20,
			
			"guardMultiplier": 1.4,
			"guardReactionDistribution": [ 2, 2, 1, 1, 0, 0 ],
			"diplomacyModifier": -0.5,
			"mainObjects": 
			[
				{
					"type": "AbandonedOutpost",
					"guardChance": 1.0,
					"guardValue": 10000,
					"guardWeeklyIncrement": 0.20,
					"buildingsConstructionSid": "poor_buildings_construction",
					"placement": "Center"
				}
			],
			"zoneBiome": { "type": "FromList", "args": [ "Autumn" ] },
			"contentBiome": { "type": "MatchZone", "args": [ "Spawn-G" ] },
			"metaObjectsBiome": { "type": "MatchZone", "args": [ "Spawn-G" ] },
			"roads": 
			[
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Spawn-G-Treasure-2"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-1-Treasure-2"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-2-Treasure-3"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-2-Center"] }  }
			],
			
			
			
			"guardedContentPool": ["content_pool_template_ikarus_guarded_treasure_zone"],
			"unguardedContentPool": ["content_pool_template_ikarus_unguarded_treasure_zone"],
			"resourcesContentPool": ["content_pool_general_resources_treasure_zone_poor"],

			"mandatoryContent": ["mandatory_content_treasure"],
			"contentCountLimits": ["content_limits_treasure"],
					
			"guardedContentValue": 700000,
			"guardedContentValuePerArea": 5000,
			"unguardedContentValue": 15000,
			"unguardedContentValuePerArea": 0,
			"resourcesValue": 0,
			"resourcesValuePerArea": 0
		},
        {
			"name": "Treasure-3",

			"size": 1.0,
			"layout": "zone_layout_center",

			"guardCutoffValue": 1500,
    		"guardRandomization": 0.05,
			"guardWeeklyIncrement": 0.20,
			
			"guardMultiplier": 1.4,
			"guardReactionDistribution": [ 2, 2, 1, 1, 0, 0 ],
			"diplomacyModifier": -0.5,
			"mainObjects": 
			[
				{
					"type": "AbandonedOutpost",
					"guardChance": 1.0,
					"guardValue": 10000,
					"guardWeeklyIncrement": 0.20,
					"buildingsConstructionSid": "poor_buildings_construction",
					"placement": "Center"
				}
			],
			"zoneBiome": { "type": "FromList", "args": [ "Autumn" ] },
			"contentBiome": { "type": "MatchZone", "args": [ "Spawn-D" ] },
			"metaObjectsBiome": { "type": "MatchZone", "args": [ "Spawn-D" ] },
			"roads": 
			[
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Spawn-D-Treasure-3"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-2-Treasure-3"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-3-Treasure-4"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-3-Center"] }  }
			],
			
		
			
			"guardedContentPool": ["content_pool_template_ikarus_guarded_treasure_zone"],
			"unguardedContentPool": ["content_pool_template_ikarus_unguarded_treasure_zone"],
			"resourcesContentPool": ["content_pool_general_resources_treasure_zone_poor"],

				"mandatoryContent": ["mandatory_content_treasure"],
			"contentCountLimits": ["content_limits_treasure"],
					
			"guardedContentValue": 700000,
			"guardedContentValuePerArea": 5000,
			"unguardedContentValue": 15000,
			"unguardedContentValuePerArea": 0,
			"resourcesValue": 0,
			"resourcesValuePerArea": 0
		},
        {
			"name": "Treasure-4",

			"size": 1.0,
			"layout": "zone_layout_center",

			"guardCutoffValue": 1500,
    		"guardRandomization": 0.05,
			"guardWeeklyIncrement": 0.20,
			
			"guardMultiplier": 1.4,
			"guardReactionDistribution": [ 2, 2, 1, 1, 0, 0 ],
			"diplomacyModifier": -0.5,
			"mainObjects": 
			[
				{
					"type": "AbandonedOutpost",
					"guardChance": 1.0,
					"guardValue": 10000,
					"guardWeeklyIncrement": 0.20,
					"buildingsConstructionSid": "poor_buildings_construction",
					"placement": "Center"
				}
			],
			"zoneBiome": { "type": "FromList", "args": [ "Autumn" ] },
			"contentBiome": { "type": "MatchZone", "args": [ "Spawn-F" ] },
			"metaObjectsBiome": { "type": "MatchZone", "args": [ "Spawn-F" ] },
			"roads": 
			[
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Spawn-F-Treasure-4"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-3-Treasure-4"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-4-Treasure-5"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-4-Center"] }  }
			],
			
			
			
			"guardedContentPool": ["content_pool_template_ikarus_guarded_treasure_zone"],
			"unguardedContentPool": ["content_pool_template_ikarus_unguarded_treasure_zone"],
			"resourcesContentPool": ["content_pool_general_resources_treasure_zone_poor"],

			"mandatoryContent": ["mandatory_content_treasure"],
			"contentCountLimits": ["content_limits_treasure"],
					
			"guardedContentValue": 700000,
			"guardedContentValuePerArea": 5000,
			"unguardedContentValue": 15000,
			"unguardedContentValuePerArea": 0,
			"resourcesValue": 0,
			"resourcesValuePerArea": 0
		},
        {
			"name": "Treasure-5",

			"size": 1.0,
			"layout": "zone_layout_center",

			"guardCutoffValue": 1500,
    		"guardRandomization": 0.05,
			"guardWeeklyIncrement": 0.20,
			
			"guardMultiplier": 1.4,
			"guardReactionDistribution": [ 2, 2, 1, 1, 0, 0 ],
			"diplomacyModifier": -0.5,
			"mainObjects": 
			[
				{
					"type": "AbandonedOutpost",
					"guardChance": 1.0,
					"guardValue": 10000,
					"guardWeeklyIncrement": 0.20,
					"buildingsConstructionSid": "poor_buildings_construction",
					"placement": "Center"
				}
			],
			"zoneBiome": { "type": "FromList", "args": [ "Autumn" ] },
			"contentBiome": { "type": "MatchZone", "args": [ "Spawn-B" ] },
			"metaObjectsBiome": { "type": "MatchZone", "args": [ "Spawn-B" ] },
			"roads": 
			[
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Spawn-B-Treasure-5"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-4-Treasure-5"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-5-Treasure-6"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-5-Center"] }  }
			],
			
			
			
			"guardedContentPool": ["content_pool_template_ikarus_guarded_treasure_zone"],
			"unguardedContentPool": ["content_pool_template_ikarus_unguarded_treasure_zone"],
			"resourcesContentPool": ["content_pool_general_resources_treasure_zone_poor"],

			"mandatoryContent": ["mandatory_content_treasure"],
			"contentCountLimits": ["content_limits_treasure"],
					
			"guardedContentValue": 700000,
			"guardedContentValuePerArea": 5000,
			"unguardedContentValue": 15000,
			"unguardedContentValuePerArea": 0,
			"resourcesValue": 0,
			"resourcesValuePerArea": 0
		},
        {
			"name": "Treasure-6",

			"size": 1.0,
			"layout": "zone_layout_center",

				"guardCutoffValue": 1500,
				"guardRandomization": 0.05,
				"guardWeeklyIncrement": 0.20,
				
			"guardMultiplier": 1.4,
			"guardReactionDistribution": [ 2, 2, 1, 1, 0, 0 ],
			"diplomacyModifier": -0.5,
			"mainObjects": 
				[
					{
						"type": "AbandonedOutpost",
						"guardChance": 1.0,
						"guardValue": 10000,
						"guardWeeklyIncrement": 0.20,
						"buildingsConstructionSid": "poor_buildings_construction",
						"placement": "Center"
					}
				],
				"zoneBiome": { "type": "FromList", "args": [ "Autumn" ] },
				"contentBiome": { "type": "MatchZone", "args": [ "Spawn-H" ] },
				"metaObjectsBiome": { "type": "MatchZone", "args": [ "Spawn-H" ] },
			"roads": 
			[
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Spawn-H-Treasure-6"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-5-Treasure-6"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-6-Treasure-7"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-6-Center"] }  }
			],
			
			
			"guardedContentPool": ["content_pool_template_ikarus_guarded_treasure_zone"],
			"unguardedContentPool": ["content_pool_template_ikarus_unguarded_treasure_zone"],
			"resourcesContentPool": ["content_pool_general_resources_treasure_zone_poor"],

			"mandatoryContent": ["mandatory_content_treasure"],
			"contentCountLimits": ["content_limits_treasure"],
						
			"guardedContentValue": 700000,
			"guardedContentValuePerArea": 5000,
			"unguardedContentValue": 15000,
			"unguardedContentValuePerArea": 0,
			"resourcesValue": 0,
			"resourcesValuePerArea": 0
    },
    {
        "name": "Treasure-7",

        "size": 1.0,
        "layout": "zone_layout_center",

			"guardCutoffValue": 1500,
    		"guardRandomization": 0.05,
			
			"guardMultiplier": 1.4,
			"guardWeeklyIncrement": 0.20,
			"guardReactionDistribution": [ 2, 2, 1, 1, 0, 0 ],
			"diplomacyModifier": -0.5,
     		"mainObjects": 
			[
				{
					"type": "AbandonedOutpost",
					"guardChance": 1.0,
					"guardValue": 10000,
					"guardWeeklyIncrement": 0.20,
					"buildingsConstructionSid": "poor_buildings_construction",
					"placement": "Center"
				}
			],
			"zoneBiome": { "type": "FromList", "args": [ "Autumn" ] },
			"contentBiome": { "type": "MatchZone", "args": [ "Spawn-C" ] },
			"metaObjectsBiome": { "type": "MatchZone", "args": [ "Spawn-C" ] },
        "roads": 
		[
			{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Spawn-C-Treasure-7"] }  },
			{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-6-Treasure-7"] }  },
			{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-7-Treasure-8"] }  },
			{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-7-Center"] }  }
		],
        
        
 		"guardedContentPool": ["content_pool_template_ikarus_guarded_treasure_zone"],
		"unguardedContentPool": ["content_pool_template_ikarus_unguarded_treasure_zone"],
        "resourcesContentPool": ["content_pool_general_resources_treasure_zone_poor"],

        "mandatoryContent": ["mandatory_content_treasure"],
		"contentCountLimits": ["content_limits_treasure"],
					
		"guardedContentValue": 700000,
		"guardedContentValuePerArea": 5000,
		"unguardedContentValue": 15000,
		"unguardedContentValuePerArea": 0,
		"resourcesValue": 0,
		"resourcesValuePerArea": 0
    },
    {
        "name": "Treasure-8",

        "size": 1.0,
        "layout": "zone_layout_center",

			"guardCutoffValue": 1500,
    		"guardRandomization": 0.05,
			"guardWeeklyIncrement": 0.20,
			
			"guardMultiplier": 1.4,
			"guardReactionDistribution": [ 2, 2, 1, 1, 0, 0 ],
			"diplomacyModifier": -0.5,
			"mainObjects": 
			[
				{
					"type": "AbandonedOutpost",
					"guardChance": 1.0,
					"guardValue": 10000,
					"guardWeeklyIncrement": 0.20,
					"buildingsConstructionSid": "poor_buildings_construction",
					"placement": "Center"
				}
			],
			"zoneBiome": { "type": "FromList", "args": [ "Autumn" ] },
			"contentBiome": { "type": "MatchZone", "args": [ "Spawn-E" ] },
			"metaObjectsBiome": { "type": "MatchZone", "args": [ "Spawn-E" ] },
        	"roads": 
        	[
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Spawn-E-Treasure-8"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-7-Treasure-8"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-1-Treasure-8"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-8-Center"] }  }
			],
      
 		"guardedContentPool": ["content_pool_template_ikarus_guarded_treasure_zone"],
		"unguardedContentPool": ["content_pool_template_ikarus_unguarded_treasure_zone"],
        "resourcesContentPool": ["content_pool_general_resources_treasure_zone_poor"],

        "mandatoryContent": ["mandatory_content_treasure"],
		"contentCountLimits": ["content_limits_treasure"],
					
		"guardedContentValue": 700000,
		"guardedContentValuePerArea": 5000,
		"unguardedContentValue": 15000,
		"unguardedContentValuePerArea": 0,
		"resourcesValue": 0,
		"resourcesValuePerArea": 0
    },
	{
		"name": "Center",

		"size": 1.5,
		"layout": "zone_layout_center",

		"guardCutoffValue": 1500,
    	"guardRandomization": 0.05,
		"guardWeeklyIncrement": 0.20,
		
			"guardMultiplier": 1.6,
		"guardReactionDistribution": [ 2, 2, 1, 1, 0, 0 ],
		"diplomacyModifier": -0.5,

		"mainObjects": 
		[
			{
				"type": "AbandonedOutpost",
				"guardChance": 1.0,
				"guardValue": 30000,
				"guardWeeklyIncrement": 0.20,
				"buildingsConstructionSid": "siege_buildings_construction",
				"placement": "Center"
			}
		],
		"zoneBiome": { "type": "FromList", "args": [ "Sand" ] },
		"contentBiome": { "type": "FromList", "args": ["Grass","Lava", "Snow", "Dirt", "Deathland"] },
		"metaObjectsBiome": { "type": "FromList", "args": ["Grass","Lava", "Snow", "Dirt", "Deathland"] },
		"crossroadsPosition" : 0,
		"roads": 
		[
			{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-1-Center"] }  },
			{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-2-Center"] }  },
			{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-3-Center"] }  },
			{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-4-Center"] }  },
			{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-5-Center"] }  },
			{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-6-Center"] }  },
			{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-7-Center"] }  },
			{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-8-Center"] }  }
		],
		"guardedContentPool": ["content_pool_template_ikarus_guarded_supertreasure_zone"],
		"unguardedContentPool": ["content_pool_template_ikarus_unguarded_supertreasure_zone"],
		"resourcesContentPool": ["content_pool_general_resources_treasure_zone_zero"],

		"mandatoryContent": ["mandatory_content_center"],
		"contentCountLimits": ["content_limits_center"],
					
		"guardedContentValue": 2000000,
		"guardedContentValuePerArea": 10000,
		"unguardedContentValue": 0,
		"unguardedContentValuePerArea": 0,
		"resourcesValue": 0,
		"resourcesValuePerArea": 0
	}
    ],

	"connections": [
		{
			"name": "Spawn-A-Treasure-1",
			"from": "Spawn-A",
			  "to": "Treasure-1",
			"connectionType": "Direct",
			"road": true,
			"guardValue": 6000,
			"guardWeeklyIncrement": 0.20
		},
		{
			"name": "Spawn-B-Treasure-5",
			"from": "Spawn-B",
			  "to": "Treasure-5",
			"connectionType": "Direct",
			"road": true,
			"guardValue": 6000,
			"guardWeeklyIncrement": 0.20
		},
		{
			"name": "Spawn-C-Treasure-7",
			"from": "Spawn-C",
			  "to": "Treasure-7",
			"connectionType": "Direct",
			"road": true,
			"guardValue": 6000,
			"guardWeeklyIncrement": 0.20
		},
		{
			"name": "Spawn-D-Treasure-3",
			"from": "Spawn-D",
			  "to": "Treasure-3",
			"connectionType": "Direct",
			"road": true,
			"guardValue": 6000,
			"guardWeeklyIncrement": 0.20
		},
		{
			"name": "Spawn-E-Treasure-8",
			"from": "Spawn-E",
			  "to": "Treasure-8",
			"connectionType": "Direct",
			"road": true,
			"guardValue": 6000,
			"guardWeeklyIncrement": 0.20
		},
		{
			"name": "Spawn-F-Treasure-4",
			"from": "Spawn-F",
			  "to": "Treasure-4",
			"connectionType": "Direct",
			"road": true,
			"guardValue": 6000,
			"guardWeeklyIncrement": 0.20
		},
		{
			"name": "Spawn-G-Treasure-2",
			"from": "Spawn-G",
			  "to": "Treasure-2",
			"connectionType": "Direct",
			"road": true,
			"guardValue": 6000,
			"guardWeeklyIncrement": 0.20
		},
		{
			"name": "Spawn-H-Treasure-6",
			"from": "Spawn-H",
			  "to": "Treasure-6",
			"connectionType": "Direct",
			"road": true,
			"guardValue": 6000,
			"guardWeeklyIncrement": 0.20
		},
		{
			"name": "Treasure-1-Treasure-8",
			"from": "Treasure-1",
			  "to": "Treasure-8",
			"connectionType": "Direct",
			"road": true,					
			"simTurnSquad": true,
			"guardValue": 45000,
			"guardWeeklyIncrement": 0.20
		},
		{
			"name": "Treasure-1-Treasure-2",
			"from": "Treasure-1",
			  "to": "Treasure-2",
			"connectionType": "Direct",
			"road": true,					
			"simTurnSquad": true,
			"guardValue": 45000,
			"guardWeeklyIncrement": 0.20
		}
		,
		{
			"name": "Treasure-2-Treasure-3",
			"from": "Treasure-2",
			  "to": "Treasure-3",
			"connectionType": "Direct",
			"road": true,					
			"simTurnSquad": true,
			"guardValue": 45000,
			"guardWeeklyIncrement": 0.20
		},
		{
			"name": "Treasure-3-Treasure-4",
			"from": "Treasure-3",
			  "to": "Treasure-4",
			"connectionType": "Direct",
			"road": true,					
			"simTurnSquad": true,
			"guardValue": 45000,
			"guardWeeklyIncrement": 0.20
		},
		{
			"name": "Treasure-4-Treasure-5",
			"from": "Treasure-4",
			  "to": "Treasure-5",
			"connectionType": "Direct",
			"road": true,					
			"simTurnSquad": true,
			"guardValue": 45000,
			"guardWeeklyIncrement": 0.20
		},
		{
			"name": "Treasure-5-Treasure-6",
			"from": "Treasure-5",
			  "to": "Treasure-6",
			"connectionType": "Direct",
			"road": true,					
			"simTurnSquad": true,
			"guardValue": 45000,
			"guardWeeklyIncrement": 0.20
		},
		{
			"name": "Treasure-6-Treasure-7",
			"from": "Treasure-6",
			  "to": "Treasure-7",
			"connectionType": "Direct",
			"road": true,					
			"simTurnSquad": true,
			"guardValue": 45000,
			"guardWeeklyIncrement": 0.20
		},
		{
			"name": "Treasure-7-Treasure-8",
			"from": "Treasure-7",
			  "to": "Treasure-8",
			"connectionType": "Direct",
			"road": true,					
			"simTurnSquad": true,
			"guardValue": 45000,
			"guardWeeklyIncrement": 0.20
		},
		{
			"name": "Treasure-1-Center",
			"from": "Treasure-1",
			  "to": "Center",
			"connectionType": "Direct",
			"road": true,					
			"simTurnSquad": true,
			"guardValue": 45000,
			"guardWeeklyIncrement": 0.20,
			"guardEscape": false
		},
		{
			"name": "Treasure-2-Center",
			"from": "Treasure-2",
			  "to": "Center",
			"connectionType": "Direct",
			"road": true,					
			"simTurnSquad": true,
			"guardValue": 45000,
			"guardWeeklyIncrement": 0.20,
			"guardEscape": false
		},
		{
			"name": "Treasure-3-Center",
			"from": "Treasure-3",
			  "to": "Center",
			"connectionType": "Direct",
			"road": true,					
			"simTurnSquad": true,
			"guardValue": 45000,
			"guardWeeklyIncrement": 0.20,
			"guardEscape": false
		},
		{
			"name": "Treasure-4-Center",
			"from": "Treasure-4",
			  "to": "Center",
			"connectionType": "Direct",
			"road": true,					
			"simTurnSquad": true,
			"guardValue": 45000,
			"guardWeeklyIncrement": 0.20,
			"guardEscape": false
		},
		{
			"name": "Treasure-5-Center",
			"from": "Treasure-5",
			  "to": "Center",
			"connectionType": "Direct",
			"road": true,					
			"simTurnSquad": true,
			"guardValue": 45000,
			"guardWeeklyIncrement": 0.20,
			"guardEscape": false
		},
		{
			"name": "Treasure-6-Center",
			"from": "Treasure-6",
			  "to": "Center",
			"connectionType": "Direct",
			"road": true,					
			"simTurnSquad": true,
			"guardValue": 45000,
			"guardWeeklyIncrement": 0.20,
			"guardEscape": false
		},
		{
			"name": "Treasure-7-Center",
			"from": "Treasure-7",
			  "to": "Center",
			"connectionType": "Direct",
			"road": true,					
			"simTurnSquad": true,
			"guardValue": 45000,
			"guardWeeklyIncrement": 0.20,
			"guardEscape": false
		},
		{
			"name": "Treasure-8-Center",
			"from": "Treasure-8",
			  "to": "Center",
			"connectionType": "Direct",
			"road": true,					
			"simTurnSquad": true,
			"guardValue": 45000,
			"guardWeeklyIncrement": 0.20,
			"guardEscape": false
		}
		
	]
}
	],
	"zoneLayouts": 
	[
		{
			"name": "zone_layout_center",

			"obstaclesFill": 0.5,
			"obstaclesFillVoid": 0.5,
			"lakesFill": 0.2,
			"elevationClusterScale": 0.16,
			"elevationModes": [
				{ "weight": 2, "minElevatedFraction": 0.2, "maxElevatedFraction": 0.4 },
				{ "weight": 1, "minElevatedFraction": 0.6, "maxElevatedFraction": 0.8 }
			],
			"roadClusterArea": 160,

			"guardedEncounterResourceFractions": 
			{
				"countBounds" : [],
				"fractions": [ 0.5 ]
			},

			"ambientPickupDistribution": 
			{  
				"repulsion": 1.0,
				"noise": 0.3,
				"roadAttraction": 0.5,
				"obstacleAttraction": 0.0,
				"groupSizeWeights": [ 4, 1, 1 ]
			}
		},

		{
			"name": "zone_layout_spawns",

			"obstaclesFill": 0.48,
			"obstaclesFillVoid": 0.6,
			"lakesFill": 0.2,
			"elevationClusterScale": 0.16,
			"elevationModes": [
				{ "weight": 2, "minElevatedFraction": 0.2, "maxElevatedFraction": 0.4 },
				{ "weight": 1, "minElevatedFraction": 0.6, "maxElevatedFraction": 0.8 }
			],
			"roadClusterArea": 160,

			"guardedEncounterResourceFractions": 
			{
				"countBounds" : [],
				"fractions": [ 0.66 ]
			},

			"ambientPickupDistribution": 
			{  
				"repulsion": 1.0,
				"noise": 0.3,
				"roadAttraction": 0.5,
				"obstacleAttraction": 0.0,
				"groupSizeWeights": [ 4, 1, 1 ]
			}
		}

	],
	"mandatoryContent": 
	[
		{
			"name": "mandatory_content_spawn",
			"content":
			[
				{
					"sid": "watchtower",
					"isGuarded": false,
					"rules":  [ { "type": "MainObject", "args": [ "0" ], "targetMin": 0.05, "targetMax": 0.15, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.05, "targetMax": 0.15, "weight": 1 } ]
				},
				{
					"sid": "mine_wood",
					"isMine": true,
					"isGuarded": false,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.1, "targetMax": 0.2, "weight": 1 } ]
				},
				{
					"sid": "mine_ore",
					"isMine": true,
					"isGuarded": false,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.1, "targetMax": 0.2,  "weight": 1 } ]
				},
				{
					"includeLists": 	[ "content_list_building_random_hires_low_tier" ]
				},
				{
					"includeLists": 	[ "content_list_building_random_hires_low_tier" ]
				},
				{
					"includeLists": 	[ "content_list_building_random_hires_high_tier" ]
				}

			]
		},
		{
			"name": "mandatory_content_treasure",
			"content":
			[
				
				{
					"sid": "dragon_utopia",
					"variant": -1
				},
				{
					"sid": "random_item_legendary"
				},
				{
					"sid": "pandora_box",
					"variant": 12
				},
				{
					"sid": "mythic_scroll_box",
					"variant": -1
				}
			]
		},
		{
			"name": "mandatory_content_center",
			"content":
			[
				{ 
					"sid": "dragon_utopia",
					"variant": 0
				},
				{
					"sid": "dragon_utopia",	
					"variant": 0
				},
				{
					"sid": "dragon_utopia",	
					"variant": 1
				},
	
				{ 
					"sid": "watchtower",
					"isMine": false,
					"isGuarded": false,
					"road": false
				},
	
				{
					"sid": "mine_gold",	
					"isMine": true
				},
				{
					"sid": "mine_gold",
					"isMine": true
				},
				{
					"sid": "alchemy_lab",
					"isMine": true
				},
				{
					"sid": "wind_rose"
				},
				{
					"sid": "mirage",
					"soloEncounter": true
				}
			]
		}
	],
		"contentCountLimits":
		[
			{
			"name": "content_limits_spawn",
			"limits":
			[

				{
					"sid": "stables",
					"variant": -1,
					"maxCount": 0
				},
				{
					"sid": "watchtower",
					"variant": -1,
					"maxCount": 0
				},
				{
					"sid": "crystal_trail",
					"variant": -1,
					"maxCount": 1
				},
				{
					"sid": "tear_of_truth",
					"variant": -1,
					"maxCount": 1
				},	
				{
					"sid": "celestial_sphere",
					"variant": -1,
					"maxCount": 1
				},
				{
					"sid": "pile_of_books",
					"variant": -1,
					"maxCount": 2
				}
				
			]
		},
		{
			"name": "content_limits_treasure",
			"limits":
			[

				
				{
					"sid": "stables",
					"variant": -1,
					"maxCount": 0
				},
	
				{
					"sid": "watchtower",
					"variant": -1,
					"maxCount": 0
				},
				{
					"sid": "crystal_trail",
					"variant": -1,
					"maxCount": 1
				},
				{
					"sid": "tear_of_truth",
					"variant": -1,
					"maxCount": 1
				},	
				{
					"sid": "celestial_sphere",
					"variant": -1,
					"maxCount": 1
				}
			]
		},
		{
			"name": "content_limits_center",
			"limits":
			[
				{
					"sid": "watchtower",
					"variant": -1,
					"maxCount": 0
				},
				{
					"sid": "crystal_trail",
					"variant": -1,
					"maxCount": 1
				},
				{
					"sid": "tear_of_truth",
					"variant": -1,
					"maxCount": 1
				},	
				{
					"sid": "celestial_sphere",
					"variant": -1,
					"maxCount": 1
				}
			]
		}
	],
	"contentPools": 
	[

	],
	"contentLists": 
	[

	]
}