{
	"name": "Chosen One",

	"gameMode": "Classic",
    "description": "templates_description_chosen_one",
    "displayWinCondition": "win_condition_6",

	"sizeX": 192,
	"sizeZ": 192,

	"valueOverrides": 
	[
		{
			"sid": "tree_of_abundance",
			"variant": 0,
			"guardValue": 100000
		}
	],

	"gameRules":
	{
		"heroCountMin": 3,
		"heroCountMax": 8,
		"heroCountIncrement": 1,
		"heroHireBan": false,
		"encounterHoles": false,

		"bonuses":
		[

		],

		"winConditions":
		{
			"classic" : true,
			"desertion" : true,
			"desertionDay" : 3,
			"desertionValue" : 3000,
			"heroLighting" : true,
			"heroLightingDay" : 1,
			"lostStartCity" : false,
			"lostStartHero" : true,

			"gladiatorArena" : false,
			"gladiatorArenaRegistrationStartWork": false,
			"gladiatorArenaRegistrationStartFight": true,
			"gladiatorArenaDaysDelayStart": 21,
			"gladiatorArenaCountDay": 8,

			"tournament": true,
			"tournamentPointsToWin": 2,
			"tournamentSaveArmy": true,
			"tournamentDays": [ 3, 3, 3 ],
			"tournamentAnnounceDays": [ 7, 14, 21 ],
			"championSelectRule": "StartHero"
		},

		"factionLawsExpModifier": 1.0,
		"astrologyExpModifier": 1.0
	},

	"variants":
	[
		{
			"orientation": 
			{
				"mode": "MinimalBoundingSquare"
			},

			"border":
			{
				"cornerRadius": 0.25,
				"obstaclesWidth": 3,
				"obstaclesNoise": [ {"amp": 1, "freq": 6 } ],
				"waterWidth": 0,
				"waterNoise": [ {"amp": 1, "freq": 1 } ],
				"waterType": "water grass"
			},
			
			"zones": 
			[
				{
					"name": "Spawn-A",

					"size": 1.25,
					"layout": "zone_layout_start_zone",

					"guardCutoffValue": 2000,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.0,
					"guardWeeklyIncrement": 0.20,
					"guardReactionDistribution": [ 120, 60, 20, 10, 4, 0 ],
					"diplomacyModifier": -0.25,

					"guardedContentPool": [ "template_pool_chosen_one_guarded_start_zone" ],
					"unguardedContentPool": [ "template_pool_chosen_one_unguarded_start_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_start_zone_very_poor" ],
					
					"mandatoryContent": [ "mandatory_content_spawn" ],
					"contentCountLimits": [ "content_limits_spawn" ],

					"guardedContentValue": 150000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 25000,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 35000,
					"resourcesValuePerArea": 0,

					"mainObjects": 
					[
						{
							"type": "Spawn",	"spawn": "Player1",
							"removeGuardIfHasOwner": true,
							"guardChance": 1.0,
							"guardValue": 10000,
							"guardWeeklyIncrement": 0.10,
							"buildingsConstructionSid": "chosen_one_buildings_construction",
							"placement": "Uniform",
							"placementArgs": [ "true", "0.0", "2" ]
						}
					],
					"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-A-Side-1-A" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Spawn-A-Side-2-A" ] }  }
					]
				},
				{
					"name": "Side-1-A",

					"size": 0.75,
					"layout": "zone_layout_side_zone",

					"guardCutoffValue": 2000,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.6,
					"guardWeeklyIncrement": 0.20,
					"guardReactionDistribution": [ 120, 60, 20, 10, 4, 0 ],
					"diplomacyModifier": -0.25,

					"guardedContentPool": [ "template_pool_chosen_one_guarded_side_zone" ],
					"unguardedContentPool": [ "template_pool_chosen_one_unguarded_side_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_side_zone_poor" ],
					
					"mandatoryContent": [ "mandatory_content_side_1" ],
					"contentCountLimits": [ "content_limits_side" ],

					"guardedContentValue": 240000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 0,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 24000,
					"resourcesValuePerArea": 0,

					"mainObjects": 
					[

					],
					"zoneBiome": { "type": "MatchZone", "args": [ "Spawn-A" ] },
					"contentBiome": { "type": "MatchZone", "args": [ "Spawn-A" ] },
					"metaObjectsBiome": { "type": "MatchZone", "args": [ "Spawn-A" ] },
					"roads": [
						{ "type": "Stone", "from": { "type": "Connection", "args": [ "Spawn-A-Side-1-A" ] }, "to": { "type": "Crossroads" }  },
						{ "type": "Stone", "from": { "type": "Connection", "args": [ "Side-1-A-Side-Spawn-1-A" ] }, "to": { "type": "Crossroads" }  }
					]
				},
				{
					"name": "Side-2-A",

					"size": 0.75,
					"layout": "zone_layout_side_zone",

					"guardCutoffValue": 2000,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.6,
					"guardWeeklyIncrement": 0.20,
					"guardReactionDistribution": [ 120, 60, 20, 10, 4, 0 ],
					"diplomacyModifier": -0.25,

					"guardedContentPool": [ "template_pool_chosen_one_guarded_side_zone" ],
					"unguardedContentPool": [ "template_pool_chosen_one_unguarded_side_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_side_zone_poor" ],
					
					"mandatoryContent": [ "mandatory_content_side_2" ],
					"contentCountLimits": [ "content_limits_side" ],

					"guardedContentValue": 240000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 0,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 24000,
					"resourcesValuePerArea": 0,

					"mainObjects": 
					[

					],
					"zoneBiome": { "type": "MatchZone", "args": [ "Spawn-A" ] },
					"contentBiome": { "type": "MatchZone", "args": [ "Spawn-A" ] },
					"metaObjectsBiome": { "type": "MatchZone", "args": [ "Spawn-A" ] },
					"roads": [
						{ "type": "Stone", "from": { "type": "Connection", "args": [ "Spawn-A-Side-2-A" ] }, "to": { "type": "Crossroads" }  },
						{ "type": "Stone", "from": { "type": "Connection", "args": [ "Side-2-A-Side-Spawn-2-A" ] }, "to": { "type": "Crossroads" }  },
						{ "type": "Stone", "from": { "type": "Connection", "args": [ "Side-2-A-Side-Spawn-3-A" ] }, "to": { "type": "Crossroads" }  }
					]
				},
				{
					"name": "Side-Spawn-1-A",

					"size": 1.15,
					"layout": "zone_layout_side_spawn_zone",

					"guardCutoffValue": 2000,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.0,
					"guardWeeklyIncrement": 0.20,
					"guardReactionDistribution": [ 120, 60, 20, 10, 4, 0 ],
					"diplomacyModifier": -0.25,

					"guardedContentPool": [ "template_pool_chosen_one_guarded_side_spawn_zone" ],
					"unguardedContentPool": [ "template_pool_chosen_one_unguarded_side_spawn_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_start_zone_medium" ],
					
					"mandatoryContent": [ "mandatory_content_second_spawn_1" ],
					"contentCountLimits": [ "content_limits_second_spawn" ],

					"guardedContentValue": 225000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 25000,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 25000,
					"resourcesValuePerArea": 0,

					"mainObjects": 
					[
						{
							"type": "City",
							"guardChance": 1.0,
							"guardValue": 6000,
							"guardWeeklyIncrement": 0.10,
							"buildingsConstructionSid": "chosen_one_buildings_construction_up_1",
							"faction": { "type": "Match", "args": [ "0", "Spawn-A" ] },
							"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": [ "Side-1-A-Side-Spawn-1-A" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Side-Spawn-1-A-Treasure-1-A" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Side-Spawn-1-A-Treasure-2-A" ] }  }
					]
				},
				{
					"name": "Side-Spawn-2-A",

					"size": 1.15,
					"layout": "zone_layout_side_spawn_zone",

					"guardCutoffValue": 2000,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.0,
					"guardWeeklyIncrement": 0.20,
					"guardReactionDistribution": [ 120, 60, 20, 10, 4, 0 ],
					"diplomacyModifier": -0.25,

					"guardedContentPool": [ "template_pool_chosen_one_guarded_side_spawn_zone" ],
					"unguardedContentPool": [ "template_pool_chosen_one_unguarded_side_spawn_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_start_zone_medium" ],
					
					"mandatoryContent": [ "mandatory_content_second_spawn_2" ],
					"contentCountLimits": [ "content_limits_second_spawn" ],

					"guardedContentValue": 225000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 25000,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 25000,
					"resourcesValuePerArea": 0,

					"mainObjects": 
					[
						{
							"type": "City",
							"guardChance": 1.0,
							"guardValue": 15000,
							"guardWeeklyIncrement": 0.10,
							"buildingsConstructionSid": "chosen_one_buildings_construction_up_2",
							"faction": { "type": "Match", "args": [ "0", "Spawn-A" ] },
							"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": [ "Side-2-A-Side-Spawn-2-A" ] }  }
					]
				},
				{
					"name": "Side-Spawn-3-A",

					"size": 1.15,
					"layout": "zone_layout_side_spawn_zone",

					"guardCutoffValue": 2000,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.0,
					"guardWeeklyIncrement": 0.20,
					"guardReactionDistribution": [ 120, 60, 20, 10, 4, 0 ],
					"diplomacyModifier": -0.25,

					"guardedContentPool": [ "template_pool_chosen_one_guarded_side_spawn_zone" ],
					"unguardedContentPool": [ "template_pool_chosen_one_unguarded_side_spawn_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_start_zone_medium" ],
					
					"mandatoryContent": [ "mandatory_content_second_spawn_3" ],
					"contentCountLimits": [ "content_limits_second_spawn" ],

					"guardedContentValue": 225000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 25000,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 25000,
					"resourcesValuePerArea": 0,

					"mainObjects": 
					[
						{
							"type": "City",
							"guardChance": 1.0,
							"guardValue": 8500,
							"guardWeeklyIncrement": 0.10,
							"buildingsConstructionSid": "chosen_one_buildings_construction_up_1",
							"faction": { "type": "Match", "args": [ "0", "Spawn-B" ] },
							"placement": "Uniform"
						}
					],
					"zoneBiome": { "type": "MatchMainObject", "args": [ "0" ] },
					"contentBiome": { "type": "MatchZone", "args": [ "Spawn-A" ] },
					"metaObjectsBiome": { "type": "MatchZone", "args": [ "Spawn-A" ] },
					"crossroadsPosition" : 0,
					"roads": [
						{ "type": "Stone", "from": { "type": "MainObject", "args": [ "0" ] }, "to": { "type": "Crossroads" }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Side-2-A-Side-Spawn-3-A" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Side-Spawn-3-A-Side-3-A" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Side-Spawn-3-A-Side-4-A" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Side-Spawn-3-A-Treasure-2-A" ] }  }
					]
				},
				{
					"name": "Side-Spawn-4-A",

					"size": 1.15,
					"layout": "zone_layout_side_spawn_zone",

					"guardCutoffValue": 2000,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.3,
					"guardWeeklyIncrement": 0.20,
					"guardReactionDistribution": [ 120, 60, 20, 10, 4, 0 ],
					"diplomacyModifier": -0.25,

					"guardedContentPool": [ "template_pool_chosen_one_guarded_side_spawn_zone" ],
					"unguardedContentPool": [ "template_pool_chosen_one_unguarded_side_spawn_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_start_zone_rich" ],
					
					"mandatoryContent": [ "mandatory_content_second_spawn_4" ],
					"contentCountLimits": [ "content_limits_second_spawn" ],

					"guardedContentValue": 500000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 50000,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 40000,
					"resourcesValuePerArea": 0,

					"mainObjects": 
					[
						{
							"type": "City",
							"guardChance": 1.0,
							"guardValue": 15000,
							"guardWeeklyIncrement": 0.10,
							"buildingsConstructionSid": "chosen_one_buildings_construction_up_3",
							"faction": { "type": "Match", "args": [ "0", "Spawn-A" ] },
							"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": [ "Side-Spawn-4-A-Treasure-2-A" ] }  }
					]
				},
				{
					"name": "Side-3-A",

					"size": 0.75,
					"layout": "zone_layout_side_zone",

					"guardCutoffValue": 2000,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.8,
					"guardWeeklyIncrement": 0.20,
					"guardReactionDistribution": [ 120, 60, 20, 10, 4, 0 ],
					"diplomacyModifier": -0.25,

					"guardedContentPool": [ "template_pool_chosen_one_guarded_side_zone" ],
					"unguardedContentPool": [ "template_pool_chosen_one_unguarded_side_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_side_zone_poor" ],
					
					"mandatoryContent": [ "mandatory_content_side_3" ],
					"contentCountLimits": [ "content_limits_side" ],

					"guardedContentValue": 240000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 0,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 24000,
					"resourcesValuePerArea": 0,

					"mainObjects": 
					[

					],
					"zoneBiome": { "type": "MatchZone", "args": [ "Spawn-A" ] },
					"contentBiome": { "type": "MatchZone", "args": [ "Spawn-A" ] },
					"metaObjectsBiome": { "type": "MatchZone", "args": [ "Spawn-A" ] },
					"roads": [
						{ "type": "Stone", "from": { "type": "Connection", "args": [ "Side-Spawn-3-A-Side-3-A" ] }, "to": { "type": "Crossroads" }  },
						{ "type": "Stone", "from": { "type": "Connection", "args": [ "Treasure-3-A-Side-3-A" ] }, "to": { "type": "Crossroads" }  }
					]
				},
				{
					"name": "Side-4-A",

					"size": 0.75,
					"layout": "zone_layout_side_zone",

					"guardCutoffValue": 2000,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.8,
					"guardWeeklyIncrement": 0.20,
					"guardReactionDistribution": [ 120, 60, 20, 10, 4, 0 ],
					"diplomacyModifier": -0.25,

					"guardedContentPool": [ "template_pool_chosen_one_guarded_side_zone" ],
					"unguardedContentPool": [ "template_pool_chosen_one_unguarded_side_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_side_zone_poor" ],
					
					"mandatoryContent": [ "mandatory_content_side_4" ],
					"contentCountLimits": [ "content_limits_side" ],

					"guardedContentValue": 240000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 0,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 24000,
					"resourcesValuePerArea": 0,

					"mainObjects": 
					[

					],
					"zoneBiome": { "type": "MatchZone", "args": [ "Spawn-A" ] },
					"contentBiome": { "type": "MatchZone", "args": [ "Spawn-A" ] },
					"metaObjectsBiome": { "type": "MatchZone", "args": [ "Spawn-A" ] },
					"roads": [
						{ "type": "Stone", "from": { "type": "Connection", "args": [ "Side-Spawn-3-A-Side-4-A" ] }, "to": { "type": "Crossroads" }  },
						{ "type": "Stone", "from": { "type": "Connection", "args": [ "Treasure-3-A-Side-4-A" ] }, "to": { "type": "Crossroads" }  }
					]
				},
				{
					"name": "Treasure-1-A",

					"size": 1.2,
					"layout": "zone_layout_treasure_zone",

					"guardCutoffValue": 2000,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.75,
					"guardWeeklyIncrement": 0.20,
					"guardReactionDistribution": [ 120, 60, 20, 10, 4, 0 ],
					"diplomacyModifier": -0.25,

					"guardedContentPool": [ "template_pool_chosen_one_guarded_treasure_zone" ],
					"unguardedContentPool": [ "template_pool_chosen_one_unguarded_treasure_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_treasure_zone_medium" ],
					
					"mandatoryContent": [ "mandatory_content_treasure" ],
					"contentCountLimits": [ "content_limits_treasure" ],

					"guardedContentValue": 600000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 60000,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 40000,
					"resourcesValuePerArea": 0,

					"mainObjects": 
					[

					],
					"zoneBiome": { "type": "MatchZone", "args": [ "Spawn-B" ] },
					"contentBiome": { "type": "MatchZone", "args": [ "Spawn-A" ] },
					"metaObjectsBiome": { "type": "MatchZone", "args": [ "Spawn-A" ] },
					"roads": [
						
					]
				},
				{
					"name": "Treasure-2-A",

					"size": 1.0,
					"layout": "zone_layout_treasure_zone",

					"guardCutoffValue": 2000,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.5,
					"guardWeeklyIncrement": 0.20,
					"guardReactionDistribution": [ 120, 60, 20, 10, 4, 0 ],
					"diplomacyModifier": -0.25,

					"guardedContentPool": [ "template_pool_chosen_one_guarded_treasure_zone" ],
					"unguardedContentPool": [ "template_pool_chosen_one_unguarded_treasure_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_treasure_zone_medium" ],
					
					"mandatoryContent": [ "mandatory_content_treasure" ],
					"contentCountLimits": [ "content_limits_treasure" ],

					"guardedContentValue": 400000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 40000,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 40000,
					"resourcesValuePerArea": 0,

					"mainObjects": 
					[

					],
					"zoneBiome": { "type": "MatchZone", "args": [ "Spawn-B" ] },
					"contentBiome": { "type": "MatchZone", "args": [ "Spawn-A" ] },
					"metaObjectsBiome": { "type": "MatchZone", "args": [ "Spawn-A" ] },
					"roads": [
						
					]
				},
				{
					"name": "Treasure-3-A",

					"size": 1.4,
					"layout": "zone_layout_treasure_zone",

					"guardCutoffValue": 2000,
					"guardRandomization": 0.05,
					"guardMultiplier": 2.25,
					"guardWeeklyIncrement": 0.20,
					"guardReactionDistribution": [ 120, 60, 20, 10, 4, 0 ],
					"diplomacyModifier": -0.25,

					"guardedContentPool": [ "template_pool_chosen_one_guarded_supertreasure_zone" ],
					"unguardedContentPool": [ "template_pool_chosen_one_unguarded_supertreasure_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_treasure_zone_rich" ],
					
					"mandatoryContent": [ "mandatory_content_super_treasure" ],
					"contentCountLimits": [ "content_limits_super_treasure" ],

					"guardedContentValue": 800000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 80000,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 40000,
					"resourcesValuePerArea": 0,

					"mainObjects": 
					[

					],
					"zoneBiome": { "type": "FromList", "args": [ "Sand" ] },
					"contentBiome": { "type": "MatchZone", "args": [ "Spawn-A" ] },
					"metaObjectsBiome": { "type": "MatchZone", "args": [ "Spawn-A" ] },
					"roads": [
						
					]
				},



				{
					"name": "Spawn-B",
				
					"size": 1.25,
					"layout": "zone_layout_start_zone",
				
					"guardCutoffValue": 2000,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.0,
					"guardWeeklyIncrement": 0.20,
					"guardReactionDistribution": [ 120, 60, 20, 10, 4, 0 ],
					"diplomacyModifier": -0.25,
				
					"guardedContentPool": [ "template_pool_chosen_one_guarded_start_zone" ],
					"unguardedContentPool": [ "template_pool_chosen_one_unguarded_start_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_start_zone_very_poor" ],
					
					"mandatoryContent": [ "mandatory_content_spawn" ],
					"contentCountLimits": [ "content_limits_spawn" ],
				
					"guardedContentValue": 150000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 25000,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 35000,
					"resourcesValuePerArea": 0,
				
					"mainObjects": 
					[
						{
							"type": "Spawn",	"spawn": "Player2",
							"removeGuardIfHasOwner": true,
							"guardChance": 1.0,
							"guardValue": 10000,
							"guardWeeklyIncrement": 0.10,
							"buildingsConstructionSid": "chosen_one_buildings_construction",
							"placement": "Uniform",
							"placementArgs": [ "true", "0.0", "2" ]
						}
					],
					"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-B-Side-1-B" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Spawn-B-Side-2-B" ] }  }
					]
				},
				{
					"name": "Side-1-B",
				
					"size": 0.75,
					"layout": "zone_layout_side_zone",
				
					"guardCutoffValue": 2000,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.6,
					"guardWeeklyIncrement": 0.20,
					"guardReactionDistribution": [ 120, 60, 20, 10, 4, 0 ],
					"diplomacyModifier": -0.25,
				
					"guardedContentPool": [ "template_pool_chosen_one_guarded_side_zone" ],
					"unguardedContentPool": [ "template_pool_chosen_one_unguarded_side_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_side_zone_poor" ],
					
					"mandatoryContent": [ "mandatory_content_side_1" ],
					"contentCountLimits": [ "content_limits_side" ],
				
					"guardedContentValue": 240000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 0,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 24000,
					"resourcesValuePerArea": 0,
				
					"mainObjects": 
					[
				
					],
					"zoneBiome": { "type": "MatchZone", "args": [ "Spawn-B" ] },
					"contentBiome": { "type": "MatchZone", "args": [ "Spawn-B" ] },
					"metaObjectsBiome": { "type": "MatchZone", "args": [ "Spawn-B" ] },
					"roads": [
						{ "type": "Stone", "from": { "type": "Connection", "args": [ "Spawn-B-Side-1-B" ] }, "to": { "type": "Crossroads" }  },
						{ "type": "Stone", "from": { "type": "Connection", "args": [ "Side-1-B-Side-Spawn-1-B" ] }, "to": { "type": "Crossroads" }  }
					]
				},
				{
					"name": "Side-2-B",
				
					"size": 0.75,
					"layout": "zone_layout_side_zone",
				
					"guardCutoffValue": 2000,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.6,
					"guardWeeklyIncrement": 0.20,
					"guardReactionDistribution": [ 120, 60, 20, 10, 4, 0 ],
					"diplomacyModifier": -0.25,
				
					"guardedContentPool": [ "template_pool_chosen_one_guarded_side_zone" ],
					"unguardedContentPool": [ "template_pool_chosen_one_unguarded_side_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_side_zone_poor" ],
					
					"mandatoryContent": [ "mandatory_content_side_2" ],
					"contentCountLimits": [ "content_limits_side" ],
				
					"guardedContentValue": 240000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 0,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 24000,
					"resourcesValuePerArea": 0,
				
					"mainObjects": 
					[
				
					],
					"zoneBiome": { "type": "MatchZone", "args": [ "Spawn-B" ] },
					"contentBiome": { "type": "MatchZone", "args": [ "Spawn-B" ] },
					"metaObjectsBiome": { "type": "MatchZone", "args": [ "Spawn-B" ] },
					"roads": [
						{ "type": "Stone", "from": { "type": "Connection", "args": [ "Spawn-B-Side-2-B" ] }, "to": { "type": "Crossroads" }  },
						{ "type": "Stone", "from": { "type": "Connection", "args": [ "Side-2-B-Side-Spawn-2-B" ] }, "to": { "type": "Crossroads" }  },
						{ "type": "Stone", "from": { "type": "Connection", "args": [ "Side-2-B-Side-Spawn-3-B" ] }, "to": { "type": "Crossroads" }  }
					]
				},
				{
					"name": "Side-Spawn-1-B",
				
					"size": 1.15,
					"layout": "zone_layout_side_spawn_zone",
				
					"guardCutoffValue": 2000,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.0,
					"guardWeeklyIncrement": 0.20,
					"guardReactionDistribution": [ 120, 60, 20, 10, 4, 0 ],
					"diplomacyModifier": -0.25,
				
					"guardedContentPool": [ "template_pool_chosen_one_guarded_side_spawn_zone" ],
					"unguardedContentPool": [ "template_pool_chosen_one_unguarded_side_spawn_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_start_zone_medium" ],
					
					"mandatoryContent": [ "mandatory_content_second_spawn_1" ],
					"contentCountLimits": [ "content_limits_second_spawn" ],
				
					"guardedContentValue": 225000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 25000,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 25000,
					"resourcesValuePerArea": 0,
				
					"mainObjects": 
					[
						{
							"type": "City",
							"guardChance": 1.0,
							"guardValue": 6000,
							"guardWeeklyIncrement": 0.10,
							"buildingsConstructionSid": "chosen_one_buildings_construction_up_1",
							"faction": { "type": "Match", "args": [ "0", "Spawn-B" ] },
							"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": [ "Side-1-B-Side-Spawn-1-B" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Side-Spawn-1-B-Treasure-1-B" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Side-Spawn-1-B-Treasure-2-B" ] }  }
					]
				},
				{
					"name": "Side-Spawn-2-B",
				
					"size": 1.15,
					"layout": "zone_layout_side_spawn_zone",
				
					"guardCutoffValue": 2000,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.0,
					"guardWeeklyIncrement": 0.20,
					"guardReactionDistribution": [ 120, 60, 20, 10, 4, 0 ],
					"diplomacyModifier": -0.25,
				
					"guardedContentPool": [ "template_pool_chosen_one_guarded_side_spawn_zone" ],
					"unguardedContentPool": [ "template_pool_chosen_one_unguarded_side_spawn_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_start_zone_medium" ],
					
					"mandatoryContent": [ "mandatory_content_second_spawn_2" ],
					"contentCountLimits": [ "content_limits_second_spawn" ],
				
					"guardedContentValue": 225000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 25000,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 25000,
					"resourcesValuePerArea": 0,
				
					"mainObjects": 
					[
						{
							"type": "City",
							"guardChance": 1.0,
							"guardValue": 15000,
							"guardWeeklyIncrement": 0.10,
							"buildingsConstructionSid": "chosen_one_buildings_construction_up_2",
							"faction": { "type": "Match", "args": [ "0", "Spawn-B" ] },
							"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": [ "Side-2-B-Side-Spawn-2-B" ] }  }
					]
				},
				{
					"name": "Side-Spawn-3-B",
				
					"size": 1.15,
					"layout": "zone_layout_side_spawn_zone",
				
					"guardCutoffValue": 2000,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.0,
					"guardWeeklyIncrement": 0.20,
					"guardReactionDistribution": [ 120, 60, 20, 10, 4, 0 ],
					"diplomacyModifier": -0.25,
				
					"guardedContentPool": [ "template_pool_chosen_one_guarded_side_spawn_zone" ],
					"unguardedContentPool": [ "template_pool_chosen_one_unguarded_side_spawn_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_start_zone_medium" ],
					
					"mandatoryContent": [ "mandatory_content_second_spawn_3" ],
					"contentCountLimits": [ "content_limits_second_spawn" ],
				
					"guardedContentValue": 225000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 25000,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 25000,
					"resourcesValuePerArea": 0,
				
					"mainObjects": 
					[
						{
							"type": "City",
							"guardChance": 1.0,
							"guardValue": 8500,
							"guardWeeklyIncrement": 0.10,
							"buildingsConstructionSid": "chosen_one_buildings_construction_up_1",
							"faction": { "type": "Match", "args": [ "0", "Spawn-A" ] },
							"placement": "Uniform"
						}
					],
					"zoneBiome": { "type": "MatchMainObject", "args": [ "0" ] },
					"contentBiome": { "type": "MatchZone", "args": [ "Spawn-B" ] },
					"metaObjectsBiome": { "type": "MatchZone", "args": [ "Spawn-B" ] },
					"crossroadsPosition" : 0,
					"roads": [
						{ "type": "Stone", "from": { "type": "MainObject", "args": [ "0" ] }, "to": { "type": "Crossroads" }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Side-2-B-Side-Spawn-3-B" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Side-Spawn-3-B-Side-3-B" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Side-Spawn-3-B-Side-4-B" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Side-Spawn-3-B-Treasure-2-B" ] }  }
					]
				},
				{
					"name": "Side-Spawn-4-B",
				
					"size": 1.15,
					"layout": "zone_layout_side_spawn_zone",
				
					"guardCutoffValue": 2000,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.3,
					"guardWeeklyIncrement": 0.20,
					"guardReactionDistribution": [ 120, 60, 20, 10, 4, 0 ],
					"diplomacyModifier": -0.25,
				
					"guardedContentPool": [ "template_pool_chosen_one_guarded_side_spawn_zone" ],
					"unguardedContentPool": [ "template_pool_chosen_one_unguarded_side_spawn_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_start_zone_rich" ],
					
					"mandatoryContent": [ "mandatory_content_second_spawn_4" ],
					"contentCountLimits": [ "content_limits_second_spawn" ],
				
					"guardedContentValue": 500000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 50000,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 40000,
					"resourcesValuePerArea": 0,
				
					"mainObjects": 
					[
						{
							"type": "City",
							"guardChance": 1.0,
							"guardValue": 15000,
							"guardWeeklyIncrement": 0.10,
							"buildingsConstructionSid": "chosen_one_buildings_construction_up_3",
							"faction": { "type": "Match", "args": [ "0", "Spawn-B" ] },
							"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": [ "Side-Spawn-4-B-Treasure-2-B" ] }  }
					]
				},
				{
					"name": "Side-3-B",
				
					"size": 0.75,
					"layout": "zone_layout_side_zone",
				
					"guardCutoffValue": 2000,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.8,
					"guardWeeklyIncrement": 0.20,
					"guardReactionDistribution": [ 120, 60, 20, 10, 4, 0 ],
					"diplomacyModifier": -0.25,
				
					"guardedContentPool": [ "template_pool_chosen_one_guarded_side_zone" ],
					"unguardedContentPool": [ "template_pool_chosen_one_unguarded_side_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_side_zone_poor" ],
					
					"mandatoryContent": [ "mandatory_content_side_3" ],
					"contentCountLimits": [ "content_limits_side" ],
				
					"guardedContentValue": 240000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 0,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 24000,
					"resourcesValuePerArea": 0,
				
					"mainObjects": 
					[
				
					],
					"zoneBiome": { "type": "MatchZone", "args": [ "Spawn-B" ] },
					"contentBiome": { "type": "MatchZone", "args": [ "Spawn-B" ] },
					"metaObjectsBiome": { "type": "MatchZone", "args": [ "Spawn-B" ] },
					"roads": [
						{ "type": "Stone", "from": { "type": "Connection", "args": [ "Side-Spawn-3-B-Side-3-B" ] }, "to": { "type": "Crossroads" }  },
						{ "type": "Stone", "from": { "type": "Connection", "args": [ "Treasure-3-B-Side-3-B" ] }, "to": { "type": "Crossroads" }  }
					]
				},
				{
					"name": "Side-4-B",
				
					"size": 0.75,
					"layout": "zone_layout_side_zone",
				
					"guardCutoffValue": 2000,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.8,
					"guardWeeklyIncrement": 0.20,
					"guardReactionDistribution": [ 120, 60, 20, 10, 4, 0 ],
					"diplomacyModifier": -0.25,
				
					"guardedContentPool": [ "template_pool_chosen_one_guarded_side_zone" ],
					"unguardedContentPool": [ "template_pool_chosen_one_unguarded_side_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_side_zone_poor" ],
					
					"mandatoryContent": [ "mandatory_content_side_4" ],
					"contentCountLimits": [ "content_limits_side" ],
				
					"guardedContentValue": 240000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 0,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 24000,
					"resourcesValuePerArea": 0,
				
					"mainObjects": 
					[
				
					],
					"zoneBiome": { "type": "MatchZone", "args": [ "Spawn-B" ] },
					"contentBiome": { "type": "MatchZone", "args": [ "Spawn-B" ] },
					"metaObjectsBiome": { "type": "MatchZone", "args": [ "Spawn-B" ] },
					"roads": [
						{ "type": "Stone", "from": { "type": "Connection", "args": [ "Side-Spawn-3-B-Side-4-B" ] }, "to": { "type": "Crossroads" }  },
						{ "type": "Stone", "from": { "type": "Connection", "args": [ "Treasure-3-B-Side-4-B" ] }, "to": { "type": "Crossroads" }  }
					]
				},
				{
					"name": "Treasure-1-B",
				
					"size": 1.2,
					"layout": "zone_layout_treasure_zone",
				
					"guardCutoffValue": 2000,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.75,
					"guardWeeklyIncrement": 0.20,
					"guardReactionDistribution": [ 120, 60, 20, 10, 4, 0 ],
					"diplomacyModifier": -0.25,
				
					"guardedContentPool": [ "template_pool_chosen_one_guarded_treasure_zone" ],
					"unguardedContentPool": [ "template_pool_chosen_one_unguarded_treasure_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_treasure_zone_medium" ],
					
					"mandatoryContent": [ "mandatory_content_treasure" ],
					"contentCountLimits": [ "content_limits_treasure" ],
				
					"guardedContentValue": 600000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 60000,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 40000,
					"resourcesValuePerArea": 0,
				
					"mainObjects": 
					[
				
					],
					"zoneBiome": { "type": "MatchZone", "args": [ "Spawn-A" ] },
					"contentBiome": { "type": "MatchZone", "args": [ "Spawn-B" ] },
					"metaObjectsBiome": { "type": "MatchZone", "args": [ "Spawn-B" ] },
					"roads": [
						
					]
				},
				{
					"name": "Treasure-2-B",
				
					"size": 1.0,
					"layout": "zone_layout_treasure_zone",
				
					"guardCutoffValue": 2000,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.5,
					"guardWeeklyIncrement": 0.20,
					"guardReactionDistribution": [ 120, 60, 20, 10, 4, 0 ],
					"diplomacyModifier": -0.25,
				
					"guardedContentPool": [ "template_pool_chosen_one_guarded_treasure_zone" ],
					"unguardedContentPool": [ "template_pool_chosen_one_unguarded_treasure_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_treasure_zone_medium" ],
					
					"mandatoryContent": [ "mandatory_content_treasure" ],
					"contentCountLimits": [ "content_limits_treasure" ],
				
					"guardedContentValue": 400000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 40000,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 40000,
					"resourcesValuePerArea": 0,
				
					"mainObjects": 
					[
				
					],
					"zoneBiome": { "type": "MatchZone", "args": [ "Spawn-A" ] },
					"contentBiome": { "type": "MatchZone", "args": [ "Spawn-B" ] },
					"metaObjectsBiome": { "type": "MatchZone", "args": [ "Spawn-B" ] },
					"roads": [
						
					]
				},
				{
					"name": "Treasure-3-B",
				
					"size": 1.4,
					"layout": "zone_layout_treasure_zone",
				
					"guardCutoffValue": 2000,
					"guardRandomization": 0.05,
					"guardMultiplier": 2.25,
					"guardWeeklyIncrement": 0.20,
					"guardReactionDistribution": [ 120, 60, 20, 10, 4, 0 ],
					"diplomacyModifier": -0.25,
				
					"guardedContentPool": [ "template_pool_chosen_one_guarded_supertreasure_zone" ],
					"unguardedContentPool": [ "template_pool_chosen_one_unguarded_supertreasure_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_treasure_zone_rich" ],
					
					"mandatoryContent": [ "mandatory_content_super_treasure" ],
					"contentCountLimits": [ "content_limits_super_treasure" ],
				
					"guardedContentValue": 800000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 80000,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 40000,
					"resourcesValuePerArea": 0,
				
					"mainObjects": 
					[
				
					],
					"zoneBiome": { "type": "FromList", "args": [ "Sand" ] },
					"contentBiome": { "type": "MatchZone", "args": [ "Spawn-B" ] },
					"metaObjectsBiome": { "type": "MatchZone", "args": [ "Spawn-B" ] },
					"roads": [
						
					]
				}
			],

			"connections": [
				{
					"name": "Spawn-A-Side-1-A",
					"from": "Spawn-A",
					"to": "Side-1-A",
					"connectionType": "Direct",
					"road": true,
					"guardEscape": false,
					"guardValue": 6000,
					"guardWeeklyIncrement": 0.20
				},
				{
					"name": "Spawn-A-Side-2-A",
					"from": "Spawn-A",
					"to": "Side-2-A",
					"connectionType": "Direct",
					"road": true,
					"guardEscape": false,
					"guardValue": 6000,
					"guardWeeklyIncrement": 0.20
				},
				{
					"name": "Side-1-A-Side-Spawn-1-A",
					"from": "Side-1-A",
					"to": "Side-Spawn-1-A",
					"connectionType": "Direct",
					"road": true,
					"guardEscape": false,
					"guardValue": 8000,
					"guardWeeklyIncrement": 0.20
				},
				{
					"name": "Side-Spawn-1-A-Treasure-1-A",
					"from": "Side-Spawn-1-A",
					"to": "Treasure-1-A",
					"connectionType": "Portal",
					"portalPlacementRulesFrom": [ { "type": "Crossroads", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 2 } ],
					"portalPlacementRulesTo": [ { "type": "Crossroads", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 2 } ],	
					"guardEscape": false,
					"guardValue": 35000,
					"guardWeeklyIncrement": 0.20
				},
				{
					"name": "Side-Spawn-1-A-Treasure-2-A",
					"from": "Side-Spawn-1-A",
					"to": "Treasure-2-A",
					"connectionType": "Portal",
					"portalPlacementRulesFrom": [ { "type": "Crossroads", "args": [ ], "targetMin": 0.30, "targetMax": 0.40, "weight": 2 } ],
					"portalPlacementRulesTo": [ { "type": "Crossroads", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 2 } ],		
					"guardEscape": false,
					"guardValue": 17500,
					"guardWeeklyIncrement": 0.20
				},
				{
					"name": "Side-2-A-Side-Spawn-2-A",
					"from": "Side-2-A",
					"to": "Side-Spawn-2-A",
					"connectionType": "Default",
					"road": true,
					"guardEscape": false,
					"guardValue": 15000,
					"guardWeeklyIncrement": 0.20
				},
				{
					"name": "Side-2-A-Side-Spawn-3-A",
					"from": "Side-2-A",
					"to": "Side-Spawn-3-A",
					"connectionType": "Default",
					"road": true,
					"guardEscape": false,
					"guardValue": 8000,
					"guardWeeklyIncrement": 0.20
				},
				{
					"name": "Side-Spawn-3-A-Treasure-2-A",
					"from": "Side-Spawn-3-A",
					"to": "Treasure-2-A",
					"connectionType": "Portal",
					"portalPlacementRulesFrom": [ { "type": "Crossroads", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 2 } ],
					"portalPlacementRulesTo": [ { "type": "Crossroads", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 2 } ],	
					"guardEscape": false,
					"guardValue": 17500,
					"guardWeeklyIncrement": 0.20
				},
				{
					"name": "Side-Spawn-4-A-Treasure-2-A",
					"from": "Side-Spawn-4-A",
					"to": "Treasure-2-A",
					"connectionType": "Portal",
					"portalPlacementRulesFrom": [ { "type": "Crossroads", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 2 } ],
					"portalPlacementRulesTo": [ { "type": "Crossroads", "args": [ ], "targetMin": 0.30, "targetMax": 0.40, "weight": 2 } ],	
					"guardEscape": false,
					"guardValue": 32500,
					"guardWeeklyIncrement": 0.20
				},
				{
					"name": "Side-Spawn-3-A-Side-3-A",
					"from": "Side-Spawn-3-A",
					"to": "Side-3-A",
					"connectionType": "Default",
					"road": true,
					"guardEscape": false,
					"guardValue": 25000,
					"guardWeeklyIncrement": 0.20
				},
				{
					"name": "Side-Spawn-3-A-Side-4-A",
					"from": "Side-Spawn-3-A",
					"to": "Side-4-A",
					"connectionType": "Default",
					"road": true,
					"guardEscape": false,
					"guardValue": 25000,
					"guardWeeklyIncrement": 0.20
				},
				{
					"name": "Treasure-3-A-Side-3-A",
					"from": "Treasure-3-A",
					"to": "Side-3-A",
					"connectionType": "Portal",
					"portalPlacementRulesFrom": [ { "type": "Crossroads", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 2 } ],
					"portalPlacementRulesTo": [ { "type": "Crossroads", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 2 } ],	
					"guardEscape": false,
					"guardValue": 55000,
					"guardWeeklyIncrement": 0.20
				},
				{
					"name": "Treasure-3-A-Side-4-A",
					"from": "Treasure-3-A",
					"to": "Side-4-A",
					"connectionType": "Portal",
					"portalPlacementRulesFrom": [ { "type": "Crossroads", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 2 } ],
					"portalPlacementRulesTo": [ { "type": "Crossroads", "args": [ ], "targetMin": 0.30, "targetMax": 0.40, "weight": 2 } ],	
					"guardEscape": false,
					"guardValue": 55000,
					"guardWeeklyIncrement": 0.20
				},



				{
					"name": "Spawn-B-Side-1-B",
					"from": "Spawn-B",
					"to": "Side-1-B",
					"connectionType": "Direct",
					"road": true,
					"guardEscape": false,
					"guardValue": 6000,
					"guardWeeklyIncrement": 0.20
				},
				{
					"name": "Spawn-B-Side-2-B",
					"from": "Spawn-B",
					"to": "Side-2-B",
					"connectionType": "Direct",
					"road": true,
					"guardEscape": false,
					"guardValue": 6000,
					"guardWeeklyIncrement": 0.20
				},
				{
					"name": "Side-1-B-Side-Spawn-1-B",
					"from": "Side-1-B",
					"to": "Side-Spawn-1-B",
					"connectionType": "Direct",
					"road": true,
					"guardEscape": false,
					"guardValue": 8000,
					"guardWeeklyIncrement": 0.20
				},
				{
					"name": "Side-Spawn-1-B-Treasure-1-B",
					"from": "Side-Spawn-1-B",
					"to": "Treasure-1-B",
					"connectionType": "Portal",
					"portalPlacementRulesFrom": [ { "type": "Crossroads", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 2 } ],
					"portalPlacementRulesTo": [ { "type": "Crossroads", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 2 } ],	
					"guardEscape": false,
					"guardValue": 35000,
					"guardWeeklyIncrement": 0.20
				},
				{
					"name": "Side-Spawn-1-B-Treasure-2-B",
					"from": "Side-Spawn-1-B",
					"to": "Treasure-2-B",
					"connectionType": "Portal",
					"portalPlacementRulesFrom": [ { "type": "Crossroads", "args": [ ], "targetMin": 0.30, "targetMax": 0.40, "weight": 2 } ],
					"portalPlacementRulesTo": [ { "type": "Crossroads", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 2 } ],		
					"guardEscape": false,
					"guardValue": 17500,
					"guardWeeklyIncrement": 0.20
				},
				{
					"name": "Side-2-B-Side-Spawn-2-B",
					"from": "Side-2-B",
					"to": "Side-Spawn-2-B",
					"connectionType": "Default",
					"road": true,
					"guardEscape": false,
					"guardValue": 15000,
					"guardWeeklyIncrement": 0.20
				},
				{
					"name": "Side-2-B-Side-Spawn-3-B",
					"from": "Side-2-B",
					"to": "Side-Spawn-3-B",
					"connectionType": "Default",
					"road": true,
					"guardEscape": false,
					"guardValue": 8000,
					"guardWeeklyIncrement": 0.20
				},
				{
					"name": "Side-Spawn-3-B-Treasure-2-B",
					"from": "Side-Spawn-3-B",
					"to": "Treasure-2-B",
					"connectionType": "Portal",
					"portalPlacementRulesFrom": [ { "type": "Crossroads", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 2 } ],
					"portalPlacementRulesTo": [ { "type": "Crossroads", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 2 } ],	
					"guardEscape": false,
					"guardValue": 17500,
					"guardWeeklyIncrement": 0.20
				},
				{
					"name": "Side-Spawn-4-B-Treasure-2-B",
					"from": "Side-Spawn-4-B",
					"to": "Treasure-2-B",
					"connectionType": "Portal",
					"portalPlacementRulesFrom": [ { "type": "Crossroads", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 2 } ],
					"portalPlacementRulesTo": [ { "type": "Crossroads", "args": [ ], "targetMin": 0.30, "targetMax": 0.40, "weight": 2 } ],	
					"guardEscape": false,
					"guardValue": 32500,
					"guardWeeklyIncrement": 0.20
				},
				{
					"name": "Side-Spawn-3-B-Side-3-B",
					"from": "Side-Spawn-3-B",
					"to": "Side-3-B",
					"connectionType": "Default",
					"road": true,
					"guardEscape": false,
					"guardValue": 25000,
					"guardWeeklyIncrement": 0.20
				},
				{
					"name": "Side-Spawn-3-B-Side-4-B",
					"from": "Side-Spawn-3-B",
					"to": "Side-4-B",
					"connectionType": "Default",
					"road": true,
					"guardEscape": false,
					"guardValue": 25000,
					"guardWeeklyIncrement": 0.20
				},
				{
					"name": "Treasure-3-B-Side-3-B",
					"from": "Treasure-3-B",
					"to": "Side-3-B",
					"connectionType": "Portal",
					"portalPlacementRulesFrom": [ { "type": "Crossroads", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 2 } ],
					"portalPlacementRulesTo": [ { "type": "Crossroads", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 2 } ],	
					"guardEscape": false,
					"guardValue": 55000,
					"guardWeeklyIncrement": 0.20
				},
				{
					"name": "Treasure-3-B-Side-4-B",
					"from": "Treasure-3-B",
					"to": "Side-4-B",
					"connectionType": "Portal",
					"portalPlacementRulesFrom": [ { "type": "Crossroads", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 2 } ],
					"portalPlacementRulesTo": [ { "type": "Crossroads", "args": [ ], "targetMin": 0.30, "targetMax": 0.40, "weight": 2 } ],	
					"guardEscape": false,
					"guardValue": 55000,
					"guardWeeklyIncrement": 0.20
				},

				{
					"name": "Pseudo-A-B",
					"from": "Spawn-A",
					"to": "Spawn-B",
					"connectionType": "Proximity",
					"length": 0.1
				}
			]
		}
	],


	"zoneLayouts": 
	[
		{
			"name": "zone_layout_treasure_zone",

			"obstaclesFill": 0.30,
			"obstaclesFillVoid": 0.30,
			"lakesFill": 0.35,
			"minLakeArea": 12,
			
			"elevationClusterScale": 0.08,
			"elevationModes": [
				{ "weight": 1, "minElevatedFraction": 0.0, "maxElevatedFraction": 0.0 },
				{ "weight": 1, "minElevatedFraction": 1.0, "maxElevatedFraction": 1.0 }
			],
			
			"roadClusterArea": 96,

			"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_start_zone",

			"obstaclesFill": 0.40,
			"obstaclesFillVoid": 0.40,
			"lakesFill": 0.40,
			"minLakeArea": 8,
			
			"elevationClusterScale": 1.0,
			"elevationModes": [
				{ "weight": 1, "minElevatedFraction": 0.0, "maxElevatedFraction": 0.0 },
				{ "weight": 1, "minElevatedFraction": 1.0, "maxElevatedFraction": 1.0 }
			],
			
			"roadClusterArea": 96,

			"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_side_zone",

			"obstaclesFill": 0.40,
			"obstaclesFillVoid": 0.85,
			"lakesFill": 0.20,
			"minLakeArea": 12,
			
			"elevationClusterScale": 1.0,
			"elevationModes": [
				{ "weight": 1, "minElevatedFraction": 0.0, "maxElevatedFraction": 0.0 },
				{ "weight": 1, "minElevatedFraction": 1.0, "maxElevatedFraction": 1.0 }
			],
			
			"roadClusterArea": 96,

			"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_side_spawn_zone",

			"obstaclesFill": 0.40,
			"obstaclesFillVoid": 0.40,
			"lakesFill": 0.40,
			"minLakeArea": 8,
			
			"elevationClusterScale": 1.0,
			"elevationModes": [
				{ "weight": 1, "minElevatedFraction": 0.0, "maxElevatedFraction": 0.0 },
				{ "weight": 1, "minElevatedFraction": 1.0, "maxElevatedFraction": 1.0 }
			],
			
			"roadClusterArea": 96,

			"guardedEncounterResourceFractions": 
			{
				"countBounds" : [],
				"fractions": [ 0.5 ]
			},

			"ambientPickupDistribution": 
			{  
				"repulsion": 1.0,
				"noise": 0.3,
				"roadAttraction": -0.30,
				"obstacleAttraction": 0.0,
				"groupSizeWeights": [ 20, 2, 1 ]
			}
		}
	],

	"mandatoryContent": 
	[
		{
			"name": "mandatory_content_spawn",
			"content":
			[
				{
					"name": "name_mine_wood",
					"sid": "mine_wood",
					"isMine": true,
					"isGuarded": true,
					"rules":  [ { "type": "Sid", "args": [ "mine_ore" ], "targetMin": 0.5, "targetMax": 0.5, "weight": 1 }, { "type": "Sid", "args": [ "mine_gold" ], "targetMin": 0.5, "targetMax": 0.5, "weight": 1 }, { "type": "Crossroads", "args": [ ], "targetMin": 0.30, "targetMax": 0.40, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.05, "targetMax": 0.10, "weight": 2 } ]
				},
				{
					"name": "name_mine_ore",
					"sid": "mine_ore",
					"isMine": true,
					"isGuarded": true,
					"rules":  [ { "type": "Sid", "args": [ "mine_wood" ], "targetMin": 0.5, "targetMax": 0.5, "weight": 1 }, { "type": "Sid", "args": [ "mine_gold" ], "targetMin": 0.5, "targetMax": 0.5, "weight": 1 }, { "type": "Crossroads", "args": [ ], "targetMin": 0.20, "targetMax": 0.30, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.05, "targetMax": 0.10, "weight": 2 } ]
				},
				{
					"name": "name_alchemy_lab",
					"sid": "alchemy_lab",
					"isGuarded": true,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.20, "targetMax": 0.30, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.10, "targetMax": 0.15, "weight": 2 } ]
				},

				{
					"sid": "random_item_common"
				},
				{
					"sid": "random_item_rare"
				},
				{
					"sid": "pandora_box",
					"soloEncounter": true
				},

				{
					"includeLists": 	[ "basic_content_list_building_guarded_resource_banks_tier_1" ]
				},
				{
					"includeLists": 	[ "basic_content_list_building_guarded_resource_banks_tier_2" ]
				}
			]
		},

		{
			"name": "mandatory_content_second_spawn_1",
			"content":
			[
				{
					"name": "name_mine_gold",
					"sid": "mine_gold",
					"isMine": true,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.15, "targetMax": 0.20, "weight": 1 } ]
				},
				{
					"name": "name_mine_by_biome_1",
					"includeLists": 	[ "basic_content_list_rare_mines_by_biome" ],
					"isMine": true,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.15, "targetMax": 0.20, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.15, "targetMax": 0.30, "weight": 1 } ]
				},
				{
					"name": "name_mine_crystals",
					"sid": "mine_crystals",
					"isMine": true,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.15, "targetMax": 0.20, "weight": 1 }, { "type": "Sid", "args": [ "name_mine_by_biome_1" ], "targetMin": 0.5, "targetMax": 0.5, "weight": 1 } ]
				},

				{
					"sid": "pandora_box"
				},
				{
					"sid": "pandora_box"
				},

				{
					"sid": "random_item_rare"
				},
				{
					"sid": "random_item_epic"
				},

				{
					"includeLists": 	[ "basic_content_list_building_guarded_resource_banks_tier_2" ]
				},
				{
					"includeLists": 	[ "template_pool_chosen_one_guarded_resource_banks_tier_3_base" ]
				}
			]
		},

		{
			"name": "mandatory_content_second_spawn_2",
			"content":
			[
				{
					"name": "name_mine_gold",
					"sid": "mine_gold",
					"isMine": true,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.15, "targetMax": 0.20, "weight": 1 } ]
				},
				{
					"name": "name_mine_by_biome_2",
					"includeLists": 	[ "basic_content_list_rare_mines_by_biome" ],
					"isMine": true,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.15, "targetMax": 0.20, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.15, "targetMax": 0.30, "weight": 1 } ]
				},
				{
					"name": "name_mine_mercury",
					"sid": "mine_mercury",
					"isMine": true,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.15, "targetMax": 0.20, "weight": 1 }, { "type": "Sid", "args": [ "name_mine_by_biome_2" ], "targetMin": 0.5, "targetMax": 0.5, "weight": 1 } ]
				},

				{
					"sid": "pandora_box"
				},
				{
					"sid": "pandora_box"
				},

				{
					"sid": "random_item_rare"
				},
				{
					"sid": "random_item_epic"
				},

				{
					"includeLists": 	[ "basic_content_list_building_guarded_resource_banks_tier_2" ]
				},
				{
					"includeLists": 	[ "template_pool_chosen_one_guarded_resource_banks_tier_3_base" ]
				}
			]
		},

		{
			"name": "mandatory_content_second_spawn_3",
			"content":
			[
				{
					"name": "name_mine_gold",
					"sid": "mine_gold",
					"isMine": true,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.15, "targetMax": 0.20, "weight": 1 } ]
				},
				{
					"name": "name_mine_by_biome_3",
					"includeLists": 	[ "basic_content_list_rare_mines_by_biome" ],
					"isMine": true,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.15, "targetMax": 0.20, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.15, "targetMax": 0.30, "weight": 1 } ]
				},
				{
					"name": "name_mine_gemstones",
					"sid": "mine_gemstones",
					"isMine": true,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.15, "targetMax": 0.20, "weight": 1 }, { "type": "Sid", "args": [ "name_mine_by_biome_3" ], "targetMin": 0.5, "targetMax": 0.5, "weight": 1 } ]
				},

				{
					"sid": "pandora_box"
				},
				{
					"sid": "pandora_box"
				},

				{
					"sid": "random_item_rare"
				},
				{
					"sid": "random_item_epic"
				},

				{
					"includeLists": 	[ "basic_content_list_building_guarded_resource_banks_tier_2" ]
				},
				{
					"includeLists": 	[ "template_pool_chosen_one_guarded_resource_banks_tier_3_base" ]
				}
			]
		},

		{
			"name": "mandatory_content_second_spawn_4",
			"content":
			[
				{
					"name": "name_mine_gold",
					"sid": "mine_gold",
					"isMine": true,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.15, "targetMax": 0.20, "weight": 1 } ]
				},
				{
					"name": "name_mine_gold",
					"sid": "mine_gold",
					"isMine": true,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.15, "targetMax": 0.20, "weight": 1 } ]
				},
				{
					"name": "name_alchemy_lab",
					"sid": "alchemy_lab",
					"isGuarded": true,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.20, "targetMax": 0.30, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 3 } ]
				},

				{
					"sid": "pandora_box"
				},
				{
					"sid": "pandora_box"
				},

				{
					"sid": "random_item_rare"
				},
				{
					"sid": "random_item_epic"
				},

				{
					"includeLists": 	[ "basic_content_list_building_guarded_resource_banks_tier_2" ]
				},
				{
					"includeLists": 	[ "template_pool_chosen_one_guarded_resource_banks_tier_3_base" ]
				}
			]
		},

		{
			"name": "mandatory_content_side_1",
			"content":
			[
				{
					"name": "name_mine_wood",
					"sid": "mine_wood",
					"isMine": true,
					"isGuarded": true,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.30, "targetMax": 0.40, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 2 } ]
				},

				{
					"sid": "stables",
					"isGuarded": false,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.15, "targetMax": 0.20, "weight": 1 } ]
				},

				{ 
					"sid": "watchtower",
					"isMine": false,
					"isGuarded": false,
					"rules":  [ { "type": "Road", "args": [ ], "targetMin": 0.0, "targetMax": 0.05, "weight": 1 } ]
				},
				
				{
					"sid": "mythic_scroll_box",
					"soloEncounter": true
				}
			]
		},

		{
			"name": "mandatory_content_side_2",
			"content":
			[
				{
					"name": "name_mine_ore",
					"sid": "mine_ore",
					"isMine": true,
					"isGuarded": true,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.30, "targetMax": 0.40, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 2 } ]
				},

				{
					"sid": "mana_well",
					"isGuarded": false,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.15, "targetMax": 0.20, "weight": 1 } ]
				},

				{ 
					"sid": "watchtower",
					"isMine": false,
					"isGuarded": false,
					"rules":  [ { "type": "Road", "args": [ ], "targetMin": 0.0, "targetMax": 0.05, "weight": 1 } ]
				},
				
				{
					"sid": "mythic_scroll_box",
					"soloEncounter": true
				}
			]
		},

		{
			"name": "mandatory_content_side_3",
			"content":
			[
				{
					"name": "name_mine_ore",
					"sid": "mine_ore",
					"isMine": true,
					"isGuarded": true,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.30, "targetMax": 0.40, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 2 } ]
				},

				{
					"sid": "market",
					"isGuarded": true,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.15, "targetMax": 0.20, "weight": 1 } ]
				},

				{ 
					"sid": "watchtower",
					"isMine": false,
					"isGuarded": false,
					"rules":  [ { "type": "Road", "args": [ ], "targetMin": 0.0, "targetMax": 0.05, "weight": 1 } ]
				},
				
				{
					"sid": "mythic_scroll_box",
					"soloEncounter": true
				}
			]
		},

		{
			"name": "mandatory_content_side_4",
			"content":
			[
				{
					"name": "name_mine_wood",
					"sid": "mine_wood",
					"isMine": true,
					"isGuarded": true,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.30, "targetMax": 0.40, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 2 } ]
				},

				{
					"sid": "forge",
					"isGuarded": true,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.15, "targetMax": 0.20, "weight": 1 } ]
				},

				{ 
					"sid": "watchtower",
					"isMine": false,
					"isGuarded": false,
					"rules":  [ { "type": "Road", "args": [ ], "targetMin": 0.0, "targetMax": 0.05, "weight": 1 } ]
				},
				
				{
					"sid": "mythic_scroll_box",
					"soloEncounter": true
				}
			]
		},

		{
			"name": "mandatory_content_treasure",
			"content":
			[
				{
					"sid": "pandora_box",
					"soloEncounter": true
				},
				{
					"sid": "pandora_box"
				},

				{
					"sid": "random_item_legendary",
					"soloEncounter": true
				},
				{
					"sid": "random_item_epic"
				},

				{
					"includeLists": 	[ "basic_content_list_building_guarded_resource_banks_tier_3" ],
					"soloEncounter": true
				}
			]
		},

		{
			"name": "mandatory_content_super_treasure",
			"content":
			[
				{
					"sid": "tree_of_abundance",
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.15, "targetMax": 0.20, "weight": 1 } ],
					"isGuarded": true,
					"soloEncounter": true
				},

				{
					"includeLists": 	[ "basic_content_list_building_magic_tier_2" ]
				},

				{
					"includeLists": 	[ "basic_content_list_building_guarded_resource_banks_tier_3" ]
				},
				{
					"includeLists": 	[ "basic_content_list_building_guarded_resource_banks_tier_3" ]
				},

				{
					"sid": "pandora_box"
				},
				{
					"sid": "pandora_box"
				},
				{
					"sid": "pandora_box"
				},

				{
					"sid": "random_item_legendary"
				},
				{
					"sid": "random_item_legendary"
				},
				{
					"sid": "random_item_epic"
				},
				{
					"sid": "random_item_epic"
				}
			]
		}
	],

	"contentCountLimits":
	[
		{
			"name": "content_limits_spawn",
			"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": 1 },
				{	"sid": "fountain_2",		"maxCount": 1 },
				{	"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": 0 },

				{	"sid": "insaras_eye",		"maxCount": 1 },
				{ 	"sid": "watchtower", 		"maxCount": 1 },
				{ 	"sid": "flattering_mirror", "maxCount": 1 },
				{ 	"sid": "wind_rose", 		"maxCount": 1 },


				{
					"sid": "pandora_box", "variant": 8, "maxCount": 0
				},
				{
					"sid": "pandora_box", "variant": 9, "maxCount": 0
				},
				{
					"sid": "pandora_box", "variant": 10, "maxCount": 0
				},
				{
					"sid": "pandora_box", "variant": 11, "maxCount": 0
				},
				{
					"sid": "pandora_box", "variant": 12, "maxCount": 0
				},
				{
					"sid": "pandora_box", "variant": 13, "maxCount": 0
				},
				{
					"sid": "pandora_box", "variant": 14, "maxCount": 0
				},

				{ "sid": "pandora_box", "variant": 2, "maxCount": 0 }, { "sid": "pandora_box", "variant": 3, "maxCount": 0 }, { "sid": "pandora_box", "variant": 6, "maxCount": 0 }, { "sid": "pandora_box", "variant": 7, "maxCount": 0 }, 
				{ "sid": "pandora_box", "variant": 15, "maxCount": 0 }, { "sid": "pandora_box", "variant": 16, "maxCount": 0 }, { "sid": "pandora_box", "variant": 17, "maxCount": 0 }, { "sid": "pandora_box", "variant": 18, "maxCount": 0 }, 

				{ "sid": "pandora_box", "variant": 19, "maxCount": 0 }, { "sid": "pandora_box", "variant": 20, "maxCount": 0 }, { "sid": "pandora_box", "variant": 21, "maxCount": 0 }, { "sid": "pandora_box", "variant": 22, "maxCount": 0 }, 
				{ "sid": "pandora_box", "variant": 23, "maxCount": 0 }, { "sid": "pandora_box", "variant": 24, "maxCount": 0 }, { "sid": "pandora_box", "variant": 25, "maxCount": 0 },
				{ "sid": "pandora_box", "variant": 26, "maxCount": 0 }, { "sid": "pandora_box", "variant": 27, "maxCount": 0 }
			]
		},

		{
			"name": "content_limits_second_spawn",
			"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": 1 },
				{	"sid": "fountain_2",		"maxCount": 1 },
				{	"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": 0 },

				{	"sid": "insaras_eye",		"maxCount": 1 },
				{ 	"sid": "watchtower", 		"maxCount": 1 },
				{ 	"sid": "flattering_mirror", "maxCount": 1 },
				{ 	"sid": "wind_rose", 		"maxCount": 1 },


				{
					"includeLists": 	[ "basic_content_list_building_random_hires" ],
					"maxCount": 2
				},
				
				{
					"sid": "random_hire_7",
					"maxCount": 1
				},
				{
					"sid": "random_hire_6",
					"maxCount": 1
				},
				{
					"sid": "random_hire_5",
					"maxCount": 1
				},
				{
					"sid": "random_hire_4",
					"maxCount": 1
				},
				{
					"sid": "random_hire_3",
					"maxCount": 1
				},
				{
					"sid": "random_hire_2",
					"maxCount": 1
				},
				{
					"sid": "random_hire_1",
					"maxCount": 1
				},

				{ "sid": "pandora_box", "variant": 15, "maxCount": 0 }, { "sid": "pandora_box", "variant": 16, "maxCount": 0 }, { "sid": "pandora_box", "variant": 17, "maxCount": 0 }, { "sid": "pandora_box", "variant": 18, "maxCount": 0 }, 

				{
					"sid": "pandora_box", "variant": 8, "maxCount": 0
				},
				{
					"sid": "pandora_box", "variant": 9, "maxCount": 0
				},
				{
					"sid": "pandora_box", "variant": 10, "maxCount": 0
				},
				{
					"sid": "pandora_box", "variant": 11, "maxCount": 0
				},
				{
					"sid": "pandora_box", "variant": 12, "maxCount": 0
				},
				{
					"sid": "pandora_box", "variant": 13, "maxCount": 0
				},
				{
					"sid": "pandora_box", "variant": 14, "maxCount": 0
				},

				{
					"includeLists": 	[ "template_pool_chosen_one_guarded_resource_banks_tier_3_base" ],
					"maxCount": 3
				},

				{ "sid": "pandora_box", "variant": 19, "maxCount": 0 }, { "sid": "pandora_box", "variant": 20, "maxCount": 0 }, { "sid": "pandora_box", "variant": 21, "maxCount": 0 }, { "sid": "pandora_box", "variant": 22, "maxCount": 0 }, 
				{ "sid": "pandora_box", "variant": 23, "maxCount": 0 }, { "sid": "pandora_box", "variant": 24, "maxCount": 0 }, { "sid": "pandora_box", "variant": 25, "maxCount": 0 },
				{ "sid": "pandora_box", "variant": 26, "maxCount": 0 }, { "sid": "pandora_box", "variant": 27, "maxCount": 0 }
			]
		},

		{
			"name": "content_limits_side",
			"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": 1 },
				{	"sid": "fountain_2",		"maxCount": 1 },
				{	"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": 0 },

				{	"sid": "insaras_eye",		"maxCount": 1 },
				{ 	"sid": "watchtower", 		"maxCount": 1 },
				{ 	"sid": "flattering_mirror", "maxCount": 1 },
				{ 	"sid": "wind_rose", 		"maxCount": 1 },


				{
					"includeLists": 	[ "basic_content_list_building_random_hires" ],
					"maxCount": 2
				},
				
				{
					"sid": "random_hire_7",
					"maxCount": 1
				},
				{
					"sid": "random_hire_6",
					"maxCount": 1
				},
				{
					"sid": "random_hire_5",
					"maxCount": 1
				},
				{
					"sid": "random_hire_4",
					"maxCount": 1
				},
				{
					"sid": "random_hire_3",
					"maxCount": 1
				},
				{
					"sid": "random_hire_2",
					"maxCount": 1
				},
				{
					"sid": "random_hire_1",
					"maxCount": 1
				},

				{ "sid": "pandora_box", "variant": 0, "maxCount": 0 }, { "sid": "pandora_box", "variant": 4, "maxCount": 0 }, 
				{ "sid": "pandora_box", "variant": 18, "maxCount": 0 }, 

				{
					"sid": "pandora_box", "variant": 8, "maxCount": 0
				},
				{
					"sid": "pandora_box", "variant": 9, "maxCount": 0
				},
				{
					"sid": "pandora_box", "variant": 10, "maxCount": 0
				},
				{
					"sid": "pandora_box", "variant": 11, "maxCount": 0
				},
				{
					"sid": "pandora_box", "variant": 12, "maxCount": 0
				},
				{
					"sid": "pandora_box", "variant": 13, "maxCount": 0
				},
				{
					"sid": "pandora_box", "variant": 14, "maxCount": 0
				},

				{
					"sid": "pandora_box", "variant": 27, "maxCount": 0
				},

				{ "sid": "pandora_box", "variant": 19, "maxCount": 0 }, { "sid": "pandora_box", "variant": 20, "maxCount": 0 }, { "sid": "pandora_box", "variant": 21, "maxCount": 0 }, { "sid": "pandora_box", "variant": 22, "maxCount": 0 }, 
				{ "sid": "pandora_box", "variant": 23, "maxCount": 0 }, { "sid": "pandora_box", "variant": 24, "maxCount": 0 }, { "sid": "pandora_box", "variant": 25, "maxCount": 0 },
				{ "sid": "pandora_box", "variant": 26, "maxCount": 0 }, { "sid": "pandora_box", "variant": 27, "maxCount": 0 }
			]
		},

		{
			"name": "content_limits_treasure",
			"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": 1 },
				{	"sid": "fountain_2",		"maxCount": 1 },
				{	"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": 0 },

				{	"sid": "insaras_eye",		"maxCount": 1 },
				{ 	"sid": "watchtower", 		"maxCount": 1 },
				{ 	"sid": "flattering_mirror", "maxCount": 1 },
				{ 	"sid": "wind_rose", 		"maxCount": 1 },


				{
					"includeLists": 	[ "basic_content_list_building_random_hires" ],
					"maxCount": 3
				},
				
				{
					"sid": "random_hire_7",
					"maxCount": 1
				},
				{
					"sid": "random_hire_6",
					"maxCount": 1
				},
				{
					"sid": "random_hire_5",
					"maxCount": 1
				},
				{
					"sid": "random_hire_4",
					"maxCount": 1
				},
				{
					"sid": "random_hire_3",
					"maxCount": 1
				},
				{
					"sid": "random_hire_2",
					"maxCount": 1
				},
				{
					"sid": "random_hire_1",
					"maxCount": 1
				},

				{ "sid": "pandora_box", "variant": 0, "maxCount": 0 }, { "sid": "pandora_box", "variant": 4, "maxCount": 0 }, 

				{
					"sid": "pandora_box", "variant": 8, "maxCount": 0
				},
				{
					"sid": "pandora_box", "variant": 9, "maxCount": 0
				},
				{
					"sid": "pandora_box", "variant": 10, "maxCount": 0
				},
				{
					"sid": "pandora_box", "variant": 11, "maxCount": 0
				},
				{
					"sid": "pandora_box", "variant": 12, "maxCount": 0
				},
				{
					"sid": "pandora_box", "variant": 13, "maxCount": 0
				},
				{
					"sid": "pandora_box", "variant": 14, "maxCount": 0
				},

				{ "sid": "pandora_box", "variant": 19, "maxCount": 0 }, { "sid": "pandora_box", "variant": 20, "maxCount": 0 }, { "sid": "pandora_box", "variant": 21, "maxCount": 0 }, { "sid": "pandora_box", "variant": 22, "maxCount": 0 }, 
				{ "sid": "pandora_box", "variant": 23, "maxCount": 0 }, { "sid": "pandora_box", "variant": 24, "maxCount": 0 }, { "sid": "pandora_box", "variant": 25, "maxCount": 0 },
				{ "sid": "pandora_box", "variant": 26, "maxCount": 0 }, { "sid": "pandora_box", "variant": 27, "maxCount": 0 }

			]
		},

		{
			"name": "content_limits_super_treasure",
			"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": 1 },
				{	"sid": "fountain_2",		"maxCount": 1 },
				{	"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 },


				{
					"includeLists": 	[ "basic_content_list_building_random_hires" ],
					"maxCount": 4
				},
				
				{
					"sid": "random_hire_7",
					"maxCount": 1
				},
				{
					"sid": "random_hire_6",
					"maxCount": 1
				},
				{
					"sid": "random_hire_5",
					"maxCount": 1
				},
				{
					"sid": "random_hire_4",
					"maxCount": 1
				},
				{
					"sid": "random_hire_3",
					"maxCount": 1
				},
				{
					"sid": "random_hire_2",
					"maxCount": 1
				},
				{
					"sid": "random_hire_1",
					"maxCount": 1
				},

				{ "sid": "pandora_box", "variant": 0, "maxCount": 0 }, { "sid": "pandora_box", "variant": 3, "maxCount": 1 }, { "sid": "pandora_box", "variant": 6, "maxCount": 4 }, { "sid": "pandora_box", "variant": 7, "maxCount": 5 }, 
				{ "sid": "pandora_box", "variant": 15, "maxCount": 0 }, 

				{
					"sid": "pandora_box", "variant": 8, "maxCount": 0
				},
				{
					"sid": "pandora_box", "variant": 9, "maxCount": 0
				},
				{
					"sid": "pandora_box", "variant": 10, "maxCount": 0
				},
				{
					"sid": "pandora_box", "variant": 11, "maxCount": 0
				},
				{
					"sid": "pandora_box", "variant": 12, "maxCount": 0
				},
				{
					"sid": "pandora_box", "variant": 13, "maxCount": 0
				},
				{
					"sid": "pandora_box", "variant": 14, "maxCount": 0
				},

				{ "sid": "pandora_box", "variant": 19, "maxCount": 0 }, { "sid": "pandora_box", "variant": 20, "maxCount": 0 }, { "sid": "pandora_box", "variant": 21, "maxCount": 0 }, { "sid": "pandora_box", "variant": 22, "maxCount": 0 }, 
				{ "sid": "pandora_box", "variant": 23, "maxCount": 0 }, { "sid": "pandora_box", "variant": 24, "maxCount": 0 }, { "sid": "pandora_box", "variant": 25, "maxCount": 0 },
				{ "sid": "pandora_box", "variant": 26, "maxCount": 0 }, { "sid": "pandora_box", "variant": 27, "maxCount": 0 }
			]
		}
	],

	"contentPools": 
	[

	],

	"contentLists": 
	[

	]
}