{
	"name": "Yin Yang",

	"gameMode": "Classic",
    "description": "templates_description_pve_yin_yang",
    "displayWinCondition": "win_condition_1",

	"sizeX": 112,
	"sizeZ": 112,

	"gameRules":
	{
		"heroCountMin": 2,
		"heroCountMax": 2,
		"heroCountIncrement": 0,
		"heroHireBan": false,
		"encounterHoles": false,
		"winConditions":
		{
			"classic" : true,
			"desertion" : true,
			"desertionDay" : 3,
			"desertionValue" : 3000,
			"heroLighting" : true,
			"heroLightingDay" : 1,
			"lostStartCity" : false,
			"lostStartCityDay" : 3,
			"lostStartHero" : false,
			"cityHold" : false,
			"cityHoldDays" : 3
		},

		"factionLawsExpModifier": 0.5,
		"astrologyExpModifier": 0.5
	},

	"variants":
	[
		{
			"orientation": 
			{
				"mode": "BoundingCircle"
			},

			"border":
			{
				"cornerRadius": 0.35,
				"obstaclesWidth": 4,
				"obstaclesNoise": [ {"amp": 1, "freq": 6 } ],
				"waterWidth": 0,
				"waterNoise": [ {"amp": 1, "freq": 1 } ],
				"waterType": "water grass"
			},
			
			"zones": 
			[
				{
					"name": "Spawn-Player",

					"size": 1.25,
					"layout": "zone_layout_center",

					"guardCutoffValue": 3000,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.25,
					"guardWeeklyIncrement": 0.15,
					"guardReactionDistribution": [ 40, 20, 10, 5, 2, 0 ],
					"diplomacyModifier": -0.5,

					"guardedContentPool":
					[ 
						"classic_template_pool_random_t1_base"
					],
					"unguardedContentPool":
					[
						"classic_template_pool_random_unguarded_t1_base"
					],
					"resourcesContentPool": [ "content_pool_general_resources_start_zone_poor" ],
					
					"mandatoryContent": [ "mandatory_content_center" ],
					"contentCountLimits": [ "content_limits_center" ],
					
					"guardedContentValue": 350000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 25000,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 25000,
					"resourcesValuePerArea": 0,

					"mainObjects": 
					[
						{
							"type": "Spawn",	"spawn": "Player1",
							"removeGuardIfHasOwner": true,
							"guardChance": 1.0,
							"guardValue": 25000,
							"guardWeeklyIncrement": 0.10,
							"buildingsConstructionSid": "default_buildings_construction",
							"faction": { "type": "FromList", "args": [] },
							"placement": "Center"
						}
					],
					"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": "Crossroads" }  },

						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Spawn-Player-Spawn-Player-Treasure-1" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Spawn-Player-Spawn-Player-Treasure-2" ] }  }
					]
				},

				{
					"name": "Spawn-Player-Treasure-1",

					"size": 1.0,
					"layout": "zone_layout_treasures",

					"guardCutoffValue": 1000,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.8,
					"guardWeeklyIncrement": 0.15,
					"guardReactionDistribution": [ 80, 30, 10, 10, 3, 0 ],
					"diplomacyModifier": -0.5,

					"guardedContentPool":
					[ 
						"classic_template_pool_random_t3_item", "classic_template_pool_random_t3_pandora", "classic_template_pool_random_t3_hire", "classic_template_pool_random_t3_unit_bank",
						"classic_template_pool_random_t3_res_bank", "classic_template_pool_random_t3_stat", "classic_template_pool_random_t3_magic"
					],
					"unguardedContentPool":
					[
						"classic_template_pool_random_unguarded_t3_item", "classic_template_pool_random_unguarded_t3_pandora", "classic_template_pool_random_unguarded_t3_hire", "classic_template_pool_random_unguarded_t3_unit_bank",
						"classic_template_pool_random_unguarded_t3_res_bank", "classic_template_pool_random_unguarded_t3_stat", "classic_template_pool_random_unguarded_t3_magic"
					],
					"resourcesContentPool": [ "content_pool_general_resources_start_zone_medium" ],
					
					"mandatoryContent": [ "mandatory_content_spawns" ],
					"contentCountLimits": [ "content_limits_sides" ],

					"guardedContentValue": 350000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 45000,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 30000,
					"resourcesValuePerArea": 0,

					"mainObjects": 
					[
						{
							"type": "City",
							"removeGuardIfHasOwner": true,
							"guardChance": 1.0,
							"guardValue": 20000,
							"guardRandomization": 0.2,
							"guardWeeklyIncrement": 0.10,
							"buildingsConstructionSid": "default_buildings_construction",
							"faction": { "type": "Match", "args": [ "0", "Spawn-Player" ] },
							"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": "Crossroads" }  },

						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Spawn-Player-Spawn-Player-Treasure-1" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Spawn-1-Side-2-Spawn-Player-Treasure-1" ] }  }
					]
				},
				{
					"name": "Spawn-Player-Treasure-2",

					"size": 1.0,
					"layout": "zone_layout_treasures",

					"guardCutoffValue": 1000,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.8,
					"guardWeeklyIncrement": 0.15,
					"guardReactionDistribution": [ 80, 30, 10, 10, 3, 0 ],
					"diplomacyModifier": -0.5,

					"guardedContentPool":
					[ 
						"classic_template_pool_random_t3_item", "classic_template_pool_random_t3_pandora", "classic_template_pool_random_t3_hire", "classic_template_pool_random_t3_unit_bank",
						"classic_template_pool_random_t3_res_bank", "classic_template_pool_random_t3_stat", "classic_template_pool_random_t3_magic"
					],
					"unguardedContentPool":
					[
						"classic_template_pool_random_unguarded_t3_item", "classic_template_pool_random_unguarded_t3_pandora", "classic_template_pool_random_unguarded_t3_hire", "classic_template_pool_random_unguarded_t3_unit_bank",
						"classic_template_pool_random_unguarded_t3_res_bank", "classic_template_pool_random_unguarded_t3_stat", "classic_template_pool_random_unguarded_t3_magic"
					],
					"resourcesContentPool": [ "content_pool_general_resources_start_zone_medium" ],
					
					"mandatoryContent": [ "mandatory_content_spawns" ],
					"contentCountLimits": [ "content_limits_sides" ],

					"guardedContentValue": 350000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 45000,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 30000,
					"resourcesValuePerArea": 0,

					"mainObjects": 
					[
						{
							"type": "City",
							"removeGuardIfHasOwner": true,
							"guardChance": 1.0,
							"guardValue": 20000,
							"guardRandomization": 0.2,
							"guardWeeklyIncrement": 0.10,
							"buildingsConstructionSid": "default_buildings_construction",
							"faction": { "type": "Match", "args": [ "0", "Spawn-Player" ] },
							"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": "Crossroads" }  },

						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Spawn-Player-Spawn-Player-Treasure-2" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Spawn-2-Side-2-Spawn-Player-Treasure-2" ] }  }
					]
				},
				
				{
					"name": "Spawn-1",

					"size": 1.25,
					"layout": "zone_layout_spawns",

					"guardCutoffValue": 1000,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.25,
					"guardWeeklyIncrement": 0.15,
					"guardReactionDistribution": [ 60, 20, 10, 10, 2, 0 ],
					"diplomacyModifier": -0.5,

					"guardedContentPool":
					[ 
						"classic_template_pool_random_t2_item",
						"classic_template_pool_random_t2_pandora",
						"classic_template_pool_random_t2_hire",
						"classic_template_pool_random_t2_unit_bank",
						"classic_template_pool_random_t2_res_bank",
						"classic_template_pool_random_t2_stat",
						"classic_template_pool_random_t2_magic"
					],
					"unguardedContentPool":
					[
						"classic_template_pool_random_unguarded_t2_item",
						"classic_template_pool_random_unguarded_t2_pandora",
						"classic_template_pool_random_unguarded_t2_hire",
						"classic_template_pool_random_unguarded_t2_unit_bank",
						"classic_template_pool_random_unguarded_t2_res_bank",
						"classic_template_pool_random_unguarded_t2_stat",
						"classic_template_pool_random_unguarded_t2_magic"
					],
					"resourcesContentPool": [ "content_pool_general_resources_start_zone_medium" ],
					
					"mandatoryContent": [ "mandatory_content_spawns" ],
					"contentCountLimits": [ "content_limits_spawns" ],

					"guardedContentValue": 300000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 75000,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 50000,
					"resourcesValuePerArea": 0,

					"mainObjects": 
					[
						{
							"type": "Spawn",	"spawn": "Player2",
							"removeGuardIfHasOwner": true,
							"guardChance": 1.0,
							"guardValue": 25000,
							"guardWeeklyIncrement": 0.10,
							"buildingsConstructionSid": "default_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": "Crossroads" }  },

						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Spawn-1-Spawn-1-Side-1" ] }  }
					]
				},
				{
					"name": "Spawn-1-Side-1",

					"size": 0.8,
					"layout": "zone_layout_treasures",

					"guardCutoffValue": 1000,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.45,
					"guardWeeklyIncrement": 0.15,
					"guardReactionDistribution": [ 80, 30, 10, 10, 3, 0 ],
					"diplomacyModifier": -0.5,

					"guardedContentPool":
					[ 
						"classic_template_pool_random_t3_item", "classic_template_pool_random_t3_pandora", "classic_template_pool_random_t3_hire", "classic_template_pool_random_t3_unit_bank",
						"classic_template_pool_random_t3_res_bank", "classic_template_pool_random_t3_stat", "classic_template_pool_random_t3_magic"
					],
					"unguardedContentPool":
					[
						"classic_template_pool_random_unguarded_t3_item", "classic_template_pool_random_unguarded_t3_pandora", "classic_template_pool_random_unguarded_t3_hire", "classic_template_pool_random_unguarded_t3_unit_bank",
						"classic_template_pool_random_unguarded_t3_res_bank", "classic_template_pool_random_unguarded_t3_stat", "classic_template_pool_random_unguarded_t3_magic"
					],
					"resourcesContentPool": [ "content_pool_general_resources_start_zone_medium" ],
					
					"mandatoryContent": [ "mandatory_content_sides" ],
					"contentCountLimits": [ "content_limits_sides" ],

					"guardedContentValue": 350000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 45000,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 30000,
					"resourcesValuePerArea": 0,

					"mainObjects": 
					[
						{
							"type": "City",
							"removeGuardIfHasOwner": true,
							"guardChance": 1.0,
							"guardValue": 20000,
							"guardRandomization": 0.2,
							"guardWeeklyIncrement": 0.10,
							"buildingsConstructionSid": "default_buildings_construction",
							"faction": { "type": "Match", "args": [ "0", "Spawn-1" ] },
							"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": "Crossroads" }  },
						
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Spawn-1-Spawn-1-Side-1" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Spawn-1-Side-1-Spawn-1-Side-2" ] }  }
					]
				},
				{
					"name": "Spawn-1-Side-2",

					"size": 0.9,
					"layout": "zone_layout_treasures",

					"guardCutoffValue": 1000,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.8,
					"guardWeeklyIncrement": 0.15,
					"guardReactionDistribution": [ 80, 30, 10, 10, 3, 0 ],
					"diplomacyModifier": -0.5,

					"guardedContentPool":
					[ 
						"classic_template_pool_random_t4_item", "classic_template_pool_random_t4_pandora", "classic_template_pool_random_t4_hire", "classic_template_pool_random_t4_unit_bank",
						"classic_template_pool_random_t4_res_bank", "classic_template_pool_random_t4_stat", "classic_template_pool_random_t4_magic"
					],
					"unguardedContentPool":
					[
						"classic_template_pool_random_unguarded_t4_item", "classic_template_pool_random_unguarded_t4_pandora", "classic_template_pool_random_unguarded_t4_hire", "classic_template_pool_random_unguarded_t4_unit_bank",
						"classic_template_pool_random_unguarded_t4_res_bank", "classic_template_pool_random_unguarded_t4_stat", "classic_template_pool_random_unguarded_t4_magic"
					],
					"resourcesContentPool": [ "content_pool_general_resources_start_zone_rich" ],
					
					"mandatoryContent": [ "mandatory_content_treasures" ],
					"contentCountLimits": [ "content_limits_treasures" ],

					"guardedContentValue": 450000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 55000,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 10000,
					"resourcesValuePerArea": 0,

					"mainObjects": 
					[

					],
					"zoneBiome": { "type": "FromList", "args": [ ] },
					"contentBiome": { "type": "FromList", "args": [ ] },
					"metaObjectsBiome": { "type": "FromList", "args": [ ] },
					"roads": [
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Spawn-1-Side-1-Spawn-1-Side-2" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Spawn-1-Side-2-Spawn-Player-Treasure-1" ] }  }
					]
				},

				{
					"name": "Spawn-1-Side-3",

					"size": 1.1,
					"layout": "zone_layout_treasures",

					"guardCutoffValue": 1000,
					"guardRandomization": 0.05,
					"guardMultiplier": 2.25,
					"guardWeeklyIncrement": 0.15,
					"guardReactionDistribution": [ 80, 30, 10, 10, 3, 0 ],
					"diplomacyModifier": -0.5,

					"guardedContentPool":
					[ 
						"classic_template_pool_random_t5_item", "classic_template_pool_random_t5_pandora", "classic_template_pool_random_t5_hire", "classic_template_pool_random_t5_unit_bank",
						"classic_template_pool_random_t5_res_bank", "classic_template_pool_random_t5_stat", "classic_template_pool_random_t5_magic"
					],
					"unguardedContentPool":
					[
						"classic_template_pool_random_unguarded_t5_item", "classic_template_pool_random_unguarded_t5_pandora", "classic_template_pool_random_unguarded_t5_hire", "classic_template_pool_random_unguarded_t5_unit_bank",
						"classic_template_pool_random_unguarded_t5_res_bank", "classic_template_pool_random_unguarded_t5_stat", "classic_template_pool_random_unguarded_t5_magic"
					],
					"resourcesContentPool": [ "content_pool_general_resources_start_zone_rich" ],
					
					"mandatoryContent": [ "mandatory_content_supertreasures" ],
					"contentCountLimits": [ "content_limits_supertreasures" ],

					"guardedContentValue": 650000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 55000,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 20000,
					"resourcesValuePerArea": 0,

					"mainObjects": 
					[

					],
					"zoneBiome": { "type": "FromList", "args": [ ] },
					"contentBiome": { "type": "FromList", "args": [ ] },
					"metaObjectsBiome": { "type": "FromList", "args": [ ] },
					"roads": [

					]
				},

				{
					"name": "Spawn-2",

					"size": 1.25,
					"layout": "zone_layout_spawns",

					"guardCutoffValue": 1000,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.25,
					"guardWeeklyIncrement": 0.15,
					"guardReactionDistribution": [ 60, 20, 10, 10, 2, 0 ],
					"diplomacyModifier": -0.5,

					"guardedContentPool":
					[ 
						"classic_template_pool_random_t2_item",
						"classic_template_pool_random_t2_pandora",
						"classic_template_pool_random_t2_hire",
						"classic_template_pool_random_t2_unit_bank",
						"classic_template_pool_random_t2_res_bank",
						"classic_template_pool_random_t2_stat",
						"classic_template_pool_random_t2_magic"
					],
					"unguardedContentPool":
					[
						"classic_template_pool_random_unguarded_t2_item",
						"classic_template_pool_random_unguarded_t2_pandora",
						"classic_template_pool_random_unguarded_t2_hire",
						"classic_template_pool_random_unguarded_t2_unit_bank",
						"classic_template_pool_random_unguarded_t2_res_bank",
						"classic_template_pool_random_unguarded_t2_stat",
						"classic_template_pool_random_unguarded_t2_magic"
					],
					"resourcesContentPool": [ "content_pool_general_resources_start_zone_medium" ],
					
					"mandatoryContent": [ "mandatory_content_spawns" ],
					"contentCountLimits": [ "content_limits_spawns" ],

					"guardedContentValue": 300000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 75000,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 50000,
					"resourcesValuePerArea": 0,

					"mainObjects": 
					[
						{
							"type": "Spawn",	"spawn": "Player3",
							"removeGuardIfHasOwner": true,
							"guardChance": 1.0,
							"guardValue": 25000,
							"guardWeeklyIncrement": 0.10,
							"buildingsConstructionSid": "default_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": "Crossroads" }  },

						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Spawn-2-Spawn-2-Side-1" ] }  }
					]
				},
				{
					"name": "Spawn-2-Side-1",

					"size": 0.8,
					"layout": "zone_layout_treasures",

					"guardCutoffValue": 1000,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.45,
					"guardWeeklyIncrement": 0.15,
					"guardReactionDistribution": [ 80, 30, 10, 10, 3, 0 ],
					"diplomacyModifier": -0.5,

					"guardedContentPool":
					[ 
						"classic_template_pool_random_t3_item", "classic_template_pool_random_t3_pandora", "classic_template_pool_random_t3_hire", "classic_template_pool_random_t3_unit_bank",
						"classic_template_pool_random_t3_res_bank", "classic_template_pool_random_t3_stat", "classic_template_pool_random_t3_magic"
					],
					"unguardedContentPool":
					[
						"classic_template_pool_random_unguarded_t3_item", "classic_template_pool_random_unguarded_t3_pandora", "classic_template_pool_random_unguarded_t3_hire", "classic_template_pool_random_unguarded_t3_unit_bank",
						"classic_template_pool_random_unguarded_t3_res_bank", "classic_template_pool_random_unguarded_t3_stat", "classic_template_pool_random_unguarded_t3_magic"
					],
					"resourcesContentPool": [ "content_pool_general_resources_start_zone_medium" ],
					
					"mandatoryContent": [ "mandatory_content_sides" ],
					"contentCountLimits": [ "content_limits_sides" ],

					"guardedContentValue": 350000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 45000,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 30000,
					"resourcesValuePerArea": 0,

					"mainObjects": 
					[
						{
							"type": "City",
							"removeGuardIfHasOwner": true,
							"guardChance": 1.0,
							"guardValue": 20000,
							"guardRandomization": 0.2,
							"guardWeeklyIncrement": 0.10,
							"buildingsConstructionSid": "default_buildings_construction",
							"faction": { "type": "Match", "args": [ "0", "Spawn-2" ] },
							"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": "Crossroads" }  },
						
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Spawn-2-Spawn-2-Side-1" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Spawn-2-Side-1-Spawn-2-Side-2" ] }  }
					]
				},
				{
					"name": "Spawn-2-Side-2",

					"size": 0.9,
					"layout": "zone_layout_treasures",

					"guardCutoffValue": 1000,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.8,
					"guardWeeklyIncrement": 0.15,
					"guardReactionDistribution": [ 80, 30, 10, 10, 3, 0 ],
					"diplomacyModifier": -0.5,

					"guardedContentPool":
					[ 
						"classic_template_pool_random_t4_item", "classic_template_pool_random_t4_pandora", "classic_template_pool_random_t4_hire", "classic_template_pool_random_t4_unit_bank",
						"classic_template_pool_random_t4_res_bank", "classic_template_pool_random_t4_stat", "classic_template_pool_random_t4_magic"
					],
					"unguardedContentPool":
					[
						"classic_template_pool_random_unguarded_t4_item", "classic_template_pool_random_unguarded_t4_pandora", "classic_template_pool_random_unguarded_t4_hire", "classic_template_pool_random_unguarded_t4_unit_bank",
						"classic_template_pool_random_unguarded_t4_res_bank", "classic_template_pool_random_unguarded_t4_stat", "classic_template_pool_random_unguarded_t4_magic"
					],
					"resourcesContentPool": [ "content_pool_general_resources_start_zone_rich" ],
					
					"mandatoryContent": [ "mandatory_content_treasures" ],
					"contentCountLimits": [ "content_limits_treasures" ],

					"guardedContentValue": 450000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 55000,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 10000,
					"resourcesValuePerArea": 0,

					"mainObjects": 
					[

					],
					"zoneBiome": { "type": "FromList", "args": [ ] },
					"contentBiome": { "type": "FromList", "args": [ ] },
					"metaObjectsBiome": { "type": "FromList", "args": [ ] },
					"roads": [
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Spawn-2-Side-1-Spawn-2-Side-2" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Spawn-2-Side-2-Spawn-Player-Treasure-2" ] }  }
					]
				},
				{
					"name": "Spawn-2-Side-3",

					"size": 1.1,
					"layout": "zone_layout_treasures",

					"guardCutoffValue": 1000,
					"guardRandomization": 0.05,
					"guardMultiplier": 2.25,
					"guardWeeklyIncrement": 0.20,
					"guardReactionDistribution": [ 80, 30, 10, 10, 3, 0 ],
					"diplomacyModifier": -0.5,

					"guardedContentPool":
					[ 
						"classic_template_pool_random_t5_item", "classic_template_pool_random_t5_pandora", "classic_template_pool_random_t5_hire", "classic_template_pool_random_t5_unit_bank",
						"classic_template_pool_random_t5_res_bank", "classic_template_pool_random_t5_stat", "classic_template_pool_random_t5_magic"
					],
					"unguardedContentPool":
					[
						"classic_template_pool_random_unguarded_t5_item", "classic_template_pool_random_unguarded_t5_pandora", "classic_template_pool_random_unguarded_t5_hire", "classic_template_pool_random_unguarded_t5_unit_bank",
						"classic_template_pool_random_unguarded_t5_res_bank", "classic_template_pool_random_unguarded_t5_stat", "classic_template_pool_random_unguarded_t5_magic"
					],
					"resourcesContentPool": [ "content_pool_general_resources_start_zone_rich" ],
					
					"mandatoryContent": [ "mandatory_content_supertreasures" ],
					"contentCountLimits": [ "content_limits_supertreasures" ],

					"guardedContentValue": 650000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 55000,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 20000,
					"resourcesValuePerArea": 0,

					"mainObjects": 
					[

					],
					"zoneBiome": { "type": "FromList", "args": [ ] },
					"contentBiome": { "type": "FromList", "args": [ ] },
					"metaObjectsBiome": { "type": "FromList", "args": [ ] },
					"roads": [

					]
				}
			],

			"connections": [
				{
					"name": "Spawn-Player-Spawn-Player-Treasure-1", "from": "Spawn-Player",	"to": "Spawn-Player-Treasure-1", "connectionType": "Direct",
					"guardZone": "Center", "guardEscape": false, "guardValue": 15000, "guardRandomization": 0.15, "guardWeeklyIncrement": 0.20, "gatePlacement": "Center"
				},
				{
					"name": "Spawn-Player-Spawn-Player-Treasure-2", "from": "Spawn-Player",	"to": "Spawn-Player-Treasure-2", "connectionType": "Direct",
					"guardZone": "Center", "guardEscape": false, "guardValue": 15000, "guardRandomization": 0.15, "guardWeeklyIncrement": 0.20, "gatePlacement": "Center"
				},

				{
					"name": "Spawn-1-Spawn-1-Side-1", "from": "Spawn-1",	"to": "Spawn-1-Side-1", "connectionType": "Direct",
					"guardZone": "Center", "guardEscape": false, "guardValue": 15000, "guardRandomization": 0.15, "guardWeeklyIncrement": 0.15, "gatePlacement": "Center"
				},
				{
					"name": "Spawn-1-Side-1-Spawn-1-Side-2", "from": "Spawn-1-Side-1",	"to": "Spawn-1-Side-2", "connectionType": "Direct",	"simTurnSquad": true,
					"guardZone": "Center", "guardEscape": false, "guardValue": 25000, "guardRandomization": 0.20, "guardWeeklyIncrement": 0.15, "gatePlacement": "Center"
				},
				{
					"name": "Spawn-1-Side-2-Spawn-1-Side-3", "from": "Spawn-1-Side-2",	"to": "Spawn-1-Side-3", "connectionType": "Direct",
					"guardZone": "Center", "guardEscape": false, "guardValue": 60000, "guardRandomization": 0.25, "guardWeeklyIncrement": 0.10, "gatePlacement": "Center"
				},
				{
					"name": "Spawn-1-Side-2-Spawn-Player-Treasure-1", "from": "Spawn-1-Side-2",	"to": "Spawn-Player-Treasure-1", "connectionType": "Direct",
					"guardZone": "Center", "guardEscape": false, "guardValue": 40000, "guardRandomization": 0.25, "guardWeeklyIncrement": 0.15, "gatePlacement": "Center"
				},

				{
					"name": "Spawn-2-Spawn-2-Side-1", "from": "Spawn-2",	"to": "Spawn-2-Side-1", "connectionType": "Direct",
					"guardZone": "Center", "guardEscape": false, "guardValue": 15000, "guardRandomization": 0.15, "guardWeeklyIncrement": 0.15, "gatePlacement": "Center"
				},
				{
					"name": "Spawn-2-Side-1-Spawn-2-Side-2", "from": "Spawn-2-Side-1",	"to": "Spawn-2-Side-2", "connectionType": "Direct",	"simTurnSquad": true,
					"guardZone": "Center", "guardEscape": false, "guardValue": 25000, "guardRandomization": 0.20, "guardWeeklyIncrement": 0.15, "gatePlacement": "Center"
				},
				{
					"name": "Spawn-2-Side-2-Spawn-2-Side-3", "from": "Spawn-2-Side-2",	"to": "Spawn-2-Side-3", "connectionType": "Direct",
					"guardZone": "Center", "guardEscape": false, "guardValue": 60000, "guardRandomization": 0.25, "guardWeeklyIncrement": 0.10, "gatePlacement": "Center"
				},
				{
					"name": "Spawn-2-Side-2-Spawn-Player-Treasure-2", "from": "Spawn-2-Side-2",	"to": "Spawn-Player-Treasure-2", "connectionType": "Direct",
					"guardZone": "Center", "guardEscape": false, "guardValue": 40000, "guardRandomization": 0.25, "guardWeeklyIncrement": 0.15, "gatePlacement": "Center"
				},

				{
					"name": "Spawn-1-Side-3-Spawn-2-Side-3", "from": "Spawn-1-Side-3",	"to": "Spawn-2-Side-3", "connectionType": "Portal",
					"guardZone": "Center", "guardEscape": false, "guardValue": 200000, "guardRandomization": 0.25, "guardWeeklyIncrement": 0.15, "gatePlacement": "Center"
				},

				{
					"name": "Spawn-1-Spawn-2", "from": "Spawn-1", "to": "Spawn-2", "connectionType": "Proximity", "length": 1.0
				}
			]
		}
	],

	"zoneLayouts": 
	[
		{
			"name": "zone_layout_center",

			"obstaclesFill": 0.36,
			"obstaclesFillVoid": 0.60,
			"lakesFill": 0.3,
			"minLakeArea": 16,
			
			"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.30,
				"obstacleAttraction": 0.0,
				"groupSizeWeights": [ 20, 2, 1 ]
			}
		},

		{
			"name": "zone_layout_spawns",

			"obstaclesFill": 0.24,
			"obstaclesFillVoid": 0.48,
			"lakesFill": 0.3,
			"minLakeArea": 16,
			
			"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.4,
				"roadAttraction": -0.30,
				"obstacleAttraction": 0.0,
				"groupSizeWeights": [ 20, 2, 1 ]
			}
		},

		{
			"name": "zone_layout_sides",

			"obstaclesFill": 0.24,
			"obstaclesFillVoid": 0.48,
			"lakesFill": 0.3,
			"minLakeArea": 16,
			
			"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.4,
				"roadAttraction": -0.30,
				"obstacleAttraction": 0.0,
				"groupSizeWeights": [ 20, 2, 1 ]
			}
		},

		{
			"name": "zone_layout_treasures",

			"obstaclesFill": 0.24,
			"obstaclesFillVoid": 0.48,
			"lakesFill": 0.3,
			"minLakeArea": 16,
			
			"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.4,
				"roadAttraction": -0.30,
				"obstacleAttraction": 0.0,
				"groupSizeWeights": [ 20, 2, 1 ]
			}
		}
	],

	"mandatoryContent": 
	[
		{
			"name": "mandatory_content_center",
			"content":
			[
				{
					"sid": "mine_wood",
					"isMine": true,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.0, "targetMax": 0.05, "weight": 2 } ],
					"isGuarded": true
				},
				{
					"sid": "mine_ore",
					"isMine": true,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.0, "targetMax": 0.05, "weight": 2 } ],
					"isGuarded": true
				},
				{
					"sid": "mine_gold",
					"isMine": true,
					"rules":  [ { "type": "MainObject", "args": [ "0" ], "targetMin": 0.0, "targetMax": 0.0, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.0, "targetMax": 0.05, "weight": 2 } ]
				},

				{
					"sid": "alchemy_lab",
					"isMine": true,
					"rules":  [ { "type": "Road", "args": [ ], "targetMin": 0.20, "targetMax": 0.30, "weight": 1 } ]
				}
			]
		},
		{
			"name": "mandatory_content_sides",
			"content":
			[
				{
					"name": "name_mine_crystals",
					"sid": "mine_crystals",
					"isMine": true,
					"rules":  [ { "type": "Road", "args": [ ], "targetMin": 0.05, "targetMax": 0.1, "weight": 1 } ]
				},
				{
					"name": "name_mine_mercury",
					"sid": "mine_mercury",
					"isMine": true,
					"rules":  [ { "type": "Road", "args": [ ], "targetMin": 0.05, "targetMax": 0.1, "weight": 1 } ]
				},
				{
					"name": "name_mine_gemstones",
					"sid": "mine_gemstones",
					"isMine": true,
					"rules":  [ { "type": "Road", "args": [ ], "targetMin": 0.05, "targetMax": 0.1, "weight": 1 } ]
				},

				{ 
					"sid": "watchtower",
					"isMine": false,
					"isGuarded": true,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.20, "targetMax": 0.30, "weight": 1 } ]
				}
			]
		},
		{
			"name": "mandatory_content_spawns",
			"content":
			[
				{
					"sid": "mine_wood",
					"isMine": true,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.0, "targetMax": 0.05, "weight": 2 } ],
					"isGuarded": true
				},
				{
					"sid": "mine_ore",
					"isMine": true,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.0, "targetMax": 0.05, "weight": 2 } ],
					"isGuarded": true
				},
				{
					"sid": "mine_gold",
					"isMine": true,
					"rules":  [ { "type": "MainObject", "args": [ "0" ], "targetMin": 0.0, "targetMax": 0.0, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.0, "targetMax": 0.05, "weight": 2 } ]
				},

				{
					"name": "name_mine_crystals",
					"sid": "mine_crystals",
					"isMine": true,
					"rules":  [ { "type": "Road", "args": [ ], "targetMin": 0.05, "targetMax": 0.1, "weight": 1 } ]
				},
				{
					"name": "name_mine_mercury",
					"sid": "mine_mercury",
					"isMine": true,
					"rules":  [ { "type": "Road", "args": [ ], "targetMin": 0.05, "targetMax": 0.1, "weight": 1 } ]
				},
				{
					"name": "name_mine_gemstones",
					"sid": "mine_gemstones",
					"isMine": true,
					"rules":  [ { "type": "Road", "args": [ ], "targetMin": 0.05, "targetMax": 0.1, "weight": 1 } ]
				},

				{
					"sid": "alchemy_lab",
					"isMine": true,
					"rules":  [ { "type": "Road", "args": [ ], "targetMin": 0.20, "targetMax": 0.30, "weight": 1 } ]
				},

				{ 
					"sid": "watchtower",
					"isMine": false,
					"isGuarded": true,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.20, "targetMax": 0.30, "weight": 1 } ]
				}
			]
		},
		{
			"name": "mandatory_content_treasures",
			"content":
			[
				{
					"sid": "mine_gold",
					"isMine": true,
					"isGuarded": true
				},

				{
					"sid": "alchemy_lab",
					"isMine": true,
					"rules":  [ { "type": "Road", "args": [ ], "targetMin": 0.20, "targetMax": 0.30, "weight": 1 } ]
				}
			]
		},
		{
			"name": "mandatory_content_supertreasures",
			"content":
			[
				{
					"sid": "mine_gold",
					"isMine": true,
					"isGuarded": true
				},

				{
					"sid": "mine_gold",
					"isMine": true,
					"isGuarded": true
				}
			]
		}
	],

	"contentCountLimits":
	[
		{
			"name": "content_limits_center",
			"limits":
			[
				{	"sid": "beer_fountain",		"maxCount": 1 },
				{	"sid": "quixs_path",		"maxCount": 1 },
				{	"sid": "mysterious_stone",	"maxCount": 1 },
				{	"sid": "pile_of_books",		"maxCount": 1 },
				{	"sid": "stables",			"maxCount": 1 },
				
				{	"sid": "crystal_trail",		"maxCount": 1 },
				{	"sid": "tear_of_truth",		"maxCount": 1 },
				{	"sid": "fountain",			"maxCount": 2 },
				{	"sid": "fountain_2",		"maxCount": 2 },
				{	"sid": "mana_well",			"maxCount": 1 },
				{	"sid": "huntsmans_camp",	"maxCount": 1 },

				{	"sid": "market",			"maxCount": 1 },
				{	"sid": "forge",				"maxCount": 1 },
				{	"sid": "celestial_sphere",	"maxCount": 1 },
				{	"sid": "arena",				"maxCount": 1 },
				{	"sid": "sacrificial_shrine","maxCount": 1 },
				{	"sid": "chimerologist",		"maxCount": 1 },
				{	"sid": "wise_owl",			"maxCount": 3 },
				{	"sid": "circus",			"maxCount": 2 },
				{	"sid": "infernal_cirque",	"maxCount": 2 },
				{	"sid": "university",		"maxCount": 2 },
				{	"sid": "tree_of_abundance",	"maxCount": 1 },
				{	"sid": "fickle_shrine",		"maxCount": 1 },

				{	"sid": "insaras_eye",		"maxCount": 1 },
				{ 	"sid": "watchtower", 		"maxCount": 1 },
				{ 	"sid": "flattering_mirror", "maxCount": 1 },
				{ 	"sid": "wind_rose", 		"maxCount": 1 }
			]
		},

		{
			"name": "content_limits_sides",
			"limits":
			[
				{	"sid": "beer_fountain",		"maxCount": 1 },
				{	"sid": "quixs_path",		"maxCount": 1 },
				{	"sid": "mysterious_stone",	"maxCount": 1 },
				{	"sid": "pile_of_books",		"maxCount": 1 },
				{	"sid": "stables",			"maxCount": 1 },
				
				{	"sid": "crystal_trail",		"maxCount": 1 },
				{	"sid": "tear_of_truth",		"maxCount": 1 },
				{	"sid": "fountain",			"maxCount": 2 },
				{	"sid": "fountain_2",		"maxCount": 2 },
				{	"sid": "mana_well",			"maxCount": 1 },
				{	"sid": "huntsmans_camp",	"maxCount": 1 },

				{	"sid": "market",			"maxCount": 1 },
				{	"sid": "forge",				"maxCount": 1 },
				{	"sid": "celestial_sphere",	"maxCount": 1 },
				{	"sid": "arena",				"maxCount": 1 },
				{	"sid": "sacrificial_shrine","maxCount": 1 },
				{	"sid": "chimerologist",		"maxCount": 1 },
				{	"sid": "wise_owl",			"maxCount": 3 },
				{	"sid": "circus",			"maxCount": 2 },
				{	"sid": "infernal_cirque",	"maxCount": 2 },
				{	"sid": "university",		"maxCount": 2 },
				{	"sid": "tree_of_abundance",	"maxCount": 1 },
				{	"sid": "fickle_shrine",		"maxCount": 1 },

				{	"sid": "insaras_eye",		"maxCount": 1 },
				{ 	"sid": "watchtower", 		"maxCount": 1 },
				{ 	"sid": "flattering_mirror", "maxCount": 1 },
				{ 	"sid": "wind_rose", 		"maxCount": 1 }
			]
		},

		{
			"name": "content_limits_spawns",
			"limits":
			[
				{	"sid": "beer_fountain",		"maxCount": 1 },
				{	"sid": "quixs_path",		"maxCount": 1 },
				{	"sid": "mysterious_stone",	"maxCount": 1 },
				{	"sid": "pile_of_books",		"maxCount": 1 },
				{	"sid": "stables",			"maxCount": 1 },
				
				{	"sid": "crystal_trail",		"maxCount": 1 },
				{	"sid": "tear_of_truth",		"maxCount": 1 },
				{	"sid": "fountain",			"maxCount": 2 },
				{	"sid": "fountain_2",		"maxCount": 2 },
				{	"sid": "mana_well",			"maxCount": 1 },
				{	"sid": "huntsmans_camp",	"maxCount": 1 },

				{	"sid": "market",			"maxCount": 1 },
				{	"sid": "forge",				"maxCount": 1 },
				{	"sid": "celestial_sphere",	"maxCount": 1 },
				{	"sid": "arena",				"maxCount": 1 },
				{	"sid": "sacrificial_shrine","maxCount": 1 },
				{	"sid": "chimerologist",		"maxCount": 1 },
				{	"sid": "wise_owl",			"maxCount": 3 },
				{	"sid": "circus",			"maxCount": 2 },
				{	"sid": "infernal_cirque",	"maxCount": 2 },
				{	"sid": "university",		"maxCount": 2 },
				{	"sid": "tree_of_abundance",	"maxCount": 1 },
				{	"sid": "fickle_shrine",		"maxCount": 1 },

				{	"sid": "insaras_eye",		"maxCount": 1 },
				{ 	"sid": "watchtower", 		"maxCount": 1 },
				{ 	"sid": "flattering_mirror", "maxCount": 1 },
				{ 	"sid": "wind_rose", 		"maxCount": 1 }
			]
		},

		{
			"name": "content_limits_treasures",
			"limits":
			[
				{	"sid": "beer_fountain",		"maxCount": 1 },
				{	"sid": "quixs_path",		"maxCount": 1 },
				{	"sid": "mysterious_stone",	"maxCount": 1 },
				{	"sid": "pile_of_books",		"maxCount": 1 },
				{	"sid": "stables",			"maxCount": 1 },
				
				{	"sid": "crystal_trail",		"maxCount": 1 },
				{	"sid": "tear_of_truth",		"maxCount": 1 },
				{	"sid": "fountain",			"maxCount": 2 },
				{	"sid": "fountain_2",		"maxCount": 2 },
				{	"sid": "mana_well",			"maxCount": 1 },
				{	"sid": "huntsmans_camp",	"maxCount": 1 },

				{	"sid": "market",			"maxCount": 1 },
				{	"sid": "forge",				"maxCount": 1 },
				{	"sid": "celestial_sphere",	"maxCount": 1 },
				{	"sid": "arena",				"maxCount": 1 },
				{	"sid": "sacrificial_shrine","maxCount": 1 },
				{	"sid": "chimerologist",		"maxCount": 1 },
				{	"sid": "wise_owl",			"maxCount": 3 },
				{	"sid": "circus",			"maxCount": 2 },
				{	"sid": "infernal_cirque",	"maxCount": 2 },
				{	"sid": "university",		"maxCount": 2 },
				{	"sid": "tree_of_abundance",	"maxCount": 1 },
				{	"sid": "fickle_shrine",		"maxCount": 1 },

				{	"sid": "insaras_eye",		"maxCount": 1 },
				{ 	"sid": "watchtower", 		"maxCount": 1 },
				{ 	"sid": "flattering_mirror", "maxCount": 1 },
				{ 	"sid": "wind_rose", 		"maxCount": 1 }
			]
		}
	],

	"contentPools": 
	[

	],

	"contentLists": 
	[

	]
}