{
	"name": "Last Fortress",

	"gameMode": "Classic",
    "description": "templates_description_last_fortress",
    "displayWinCondition": "win_condition_3",

	"sizeX": 128,
	"sizeZ": 128,

	"gameRules":
	{
		"heroCountMin": 6,
		"heroCountMax": 6,
		"heroCountIncrement": 1,
		"heroHireBan": false,
		"encounterHoles": false,

		"bonuses":
		[
			{
				"sid": "add_bonus_hero_unit_multipler",
				"receiverSide": -1,
				"receiverFilter": "all_heroes",
				"parameters": [ "2" ]
			}
		],
		
		"winConditions":
		{
			"classic" : true,
			"desertion" : true,
			"desertionDay" : 3,
			"desertionValue" : 3000,
			"heroLighting" : true,
			"heroLightingDay" : 1,
			"lostStartCity" : true,
			"lostStartCityDay" : 3,
			"lostStartHero" : false,
			"cityHold" : false,
			"cityHoldDays" : 3
		},

		"factionLawsExpModifier": 1.0,
		"astrologyExpModifier": 1.0
	},

	"variants":
	[
		{
			"orientation": 
			{
				"mode": "MinimalBoundingSquare"
			},

			"border":
			{
				"cornerRadius": 0.0,
				"obstaclesWidth": 3,
				"obstaclesNoise": [ {"amp": 1, "freq": 12 } ],
				"waterWidth": 0,
				"waterNoise": [ {"amp": 1, "freq": 12 } ],
				"waterType": "water grass"
			},
			
			"zones": 
			[
				{
					"name": "Spawn-A",

					"size": 1.75,
					"layout": "zone_layout_spawn",

					"guardCutoffValue": 2500,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.0,
					"guardWeeklyIncrement": 0.20,
					"guardReactionDistribution": [ 60, 20, 10, 5, 2, 0 ],
					"diplomacyModifier": -0.5,

					"guardedContentPool": [ "template_pool_last_fortress_guarded_start_zone" ],
					"unguardedContentPool": [ "template_pool_last_fortress_unguarded_start_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_start_zone_medium" ],
					
					"mandatoryContent": [ "mandatory_content_spawn" ],
					"contentCountLimits": [ "content_limits_spawn" ],

					"guardedContentValue": 440000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 60000,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 50000,
					"resourcesValuePerArea": 0,

					"mainObjects": 
					[
						{
							"type": "Spawn",	"spawn": "Player1",
							"removeGuardIfHasOwner": true,
							"guardChance": 1.0,
							"guardValue": 4000,
							"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-A-Side-Center-1" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "MandatoryContent", "args": [ "remote_foothold" ] }  }
					]
				},
				{
					"name": "Spawn-B",

					"size": 1.75,
					"layout": "zone_layout_spawn",

					"guardCutoffValue": 2500,
					"guardRandomization": 0.05,
					"guardMultiplier": 1.0,
					"guardWeeklyIncrement": 0.20,
					"guardReactionDistribution": [ 60, 20, 10, 5, 2, 0 ],
					"diplomacyModifier": -0.5,

					"guardedContentPool": [ "template_pool_last_fortress_guarded_start_zone" ],
					"unguardedContentPool": [ "template_pool_last_fortress_unguarded_start_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_start_zone_medium" ],
					
					"mandatoryContent": [ "mandatory_content_spawn" ],
					"contentCountLimits": [ "content_limits_spawn" ],

					"guardedContentValue": 440000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 60000,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 50000,
					"resourcesValuePerArea": 0,

					"mainObjects": 
					[
						{
							"type": "Spawn",	"spawn": "Player2",
							"removeGuardIfHasOwner": true,
							"guardChance": 1.0,
							"guardValue": 4000,
							"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-B-Side-Center-3" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "MandatoryContent", "args": [ "remote_foothold" ] }  }
					]
				},

				{
					"name": "Side-Center-1",

					"size": 1.00,
					"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_last_fortress_guarded_center_zone" ],
					"unguardedContentPool": [ "template_pool_last_fortress_unguarded_center_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_side_zone_poor" ],
					
					"mandatoryContent": [ "mandatory_content_center" ],
					"contentCountLimits": [ "content_limits_center" ],

					"guardedContentValue": 450000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 0,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 30000,
					"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-A-Side-Center-1" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Side-Center-1-Side-Center-2" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Side-Center-1-Left-Center-1" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Side-Center-1-Right-Center-1" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "MandatoryContent", "args": [ "remote_foothold" ] }  }
					]
				},

				{
					"name": "Side-Center-2",

					"size": 1.00,
					"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_last_fortress_guarded_center_zone" ],
					"unguardedContentPool": [ "template_pool_last_fortress_unguarded_center_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_side_zone_poor" ],
					
					"mandatoryContent": [ "mandatory_content_center" ],
					"contentCountLimits": [ "content_limits_center" ],

					"guardedContentValue": 450000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 0,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 30000,
					"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": [ "Side-Center-1-Side-Center-2" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Side-Center-2-Side-Center-3" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Side-Center-2-Left-Center-2" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Side-Center-2-Right-Center-2" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "MandatoryContent", "args": [ "remote_foothold" ] }  }
					]
				},

				{
					"name": "Side-Center-3",

					"size": 1.00,
					"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_last_fortress_guarded_center_zone" ],
					"unguardedContentPool": [ "template_pool_last_fortress_unguarded_center_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_side_zone_poor" ],
					
					"mandatoryContent": [ "mandatory_content_center" ],
					"contentCountLimits": [ "content_limits_center" ],

					"guardedContentValue": 450000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 0,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 30000,
					"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-B-Side-Center-3" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Side-Center-2-Side-Center-3" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Side-Center-3-Left-Center-3" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Side-Center-3-Right-Center-3" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "MandatoryContent", "args": [ "remote_foothold" ] }  }
					]
				},

				{
					"name": "Left-Center-1",

					"size": 1.00,
					"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_last_fortress_guarded_side_zone" ],
					"unguardedContentPool": [ "template_pool_last_fortress_unguarded_side_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_start_zone_medium" ],
					
					"mandatoryContent": [ "mandatory_content_side" ],
					"contentCountLimits": [ "content_limits_side" ],

					"guardedContentValue": 600000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 0,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 40000,
					"resourcesValuePerArea": 0,

					"mainObjects": 
					[

					],
					"zoneBiome": { "type": "FromList", "args": [ ] },
					"contentBiome": { "type": "MatchZone", "args": [ "Spawn-A" ] },
					"metaObjectsBiome": { "type": "MatchZone", "args": [ "Spawn-A" ] },
					"roads": [
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Side-Center-1-Left-Center-1" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Left-Center-2-Left-Center-1" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "MandatoryContent", "args": [ "remote_foothold" ] }  }
					]
				},

				{
					"name": "Left-Center-2",

					"size": 1.00,
					"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_last_fortress_guarded_treasure_zone" ],
					"unguardedContentPool": [ "template_pool_last_fortress_unguarded_treasure_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_start_zone_rich" ],
					
					"mandatoryContent": [ "mandatory_content_side_treasure" ],
					"contentCountLimits": [ "content_limits_side_treasure" ],

					"guardedContentValue": 900000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 0,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 50000,
					"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": [ "Side-Center-2-Left-Center-2" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Left-Center-2-Left-Center-1" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Left-Center-2-Left-Center-3" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "MandatoryContent", "args": [ "remote_foothold" ] }  }
					]
				},

				{
					"name": "Left-Center-3",

					"size": 1.00,
					"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_last_fortress_guarded_side_zone" ],
					"unguardedContentPool": [ "template_pool_last_fortress_unguarded_side_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_start_zone_medium" ],
					
					"mandatoryContent": [ "mandatory_content_side" ],
					"contentCountLimits": [ "content_limits_side" ],

					"guardedContentValue": 600000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 0,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 40000,
					"resourcesValuePerArea": 0,

					"mainObjects": 
					[

					],
					"zoneBiome": { "type": "FromList", "args": [ ] },
					"contentBiome": { "type": "MatchZone", "args": [ "Spawn-B" ] },
					"metaObjectsBiome": { "type": "MatchZone", "args": [ "Spawn-B" ] },
					"roads": [
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Side-Center-3-Left-Center-3" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Left-Center-2-Left-Center-3" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "MandatoryContent", "args": [ "remote_foothold" ] }  }
					]
				},

				{
					"name": "Right-Center-1",

					"size": 1.00,
					"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_last_fortress_guarded_side_zone" ],
					"unguardedContentPool": [ "template_pool_last_fortress_unguarded_side_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_start_zone_medium" ],
					
					"mandatoryContent": [ "mandatory_content_side" ],
					"contentCountLimits": [ "content_limits_side" ],

					"guardedContentValue": 600000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 0,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 40000,
					"resourcesValuePerArea": 0,

					"mainObjects": 
					[

					],
					"zoneBiome": { "type": "FromList", "args": [ ] },
					"contentBiome": { "type": "MatchZone", "args": [ "Spawn-A" ] },
					"metaObjectsBiome": { "type": "MatchZone", "args": [ "Spawn-A" ] },
					"roads": [
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Side-Center-1-Right-Center-1" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Right-Center-2-Right-Center-1" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "MandatoryContent", "args": [ "remote_foothold" ] }  }
					]
				},

				{
					"name": "Right-Center-2",

					"size": 1.00,
					"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_last_fortress_guarded_treasure_zone" ],
					"unguardedContentPool": [ "template_pool_last_fortress_unguarded_treasure_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_start_zone_rich" ],
					
					"mandatoryContent": [ "mandatory_content_side_treasure" ],
					"contentCountLimits": [ "content_limits_side_treasure" ],

					"guardedContentValue": 900000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 0,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 50000,
					"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": [ "Side-Center-2-Right-Center-2" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Right-Center-2-Right-Center-1" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Right-Center-2-Right-Center-3" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "MandatoryContent", "args": [ "remote_foothold" ] }  }
					]
				},

				{
					"name": "Right-Center-3",

					"size": 1.00,
					"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_last_fortress_guarded_side_zone" ],
					"unguardedContentPool": [ "template_pool_last_fortress_unguarded_side_zone" ],
					"resourcesContentPool": [ "content_pool_general_resources_start_zone_medium" ],
					
					"mandatoryContent": [ "mandatory_content_side" ],
					"contentCountLimits": [ "content_limits_side" ],

					"guardedContentValue": 600000,
					"guardedContentValuePerArea": 0,
					"unguardedContentValue": 0,
					"unguardedContentValuePerArea": 0,
					"resourcesValue": 40000,
					"resourcesValuePerArea": 0,

					"mainObjects": 
					[

					],
					"zoneBiome": { "type": "FromList", "args": [ ] },
					"contentBiome": { "type": "MatchZone", "args": [ "Spawn-B" ] },
					"metaObjectsBiome": { "type": "MatchZone", "args": [ "Spawn-B" ] },
					"roads": [
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Side-Center-3-Right-Center-3" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "Connection", "args": [ "Right-Center-2-Right-Center-3" ] }  },
						{ "type": "Stone", "from": { "type": "Crossroads" }, "to": { "type": "MandatoryContent", "args": [ "remote_foothold" ] }  }
					]
				}
			],
			
			"connections": [
				{
					"name": "Spawn-A-Side-Center-1", "from": "Spawn-A",	"to": "Side-Center-1", "connectionType": "Direct",
					"guardZone": "Center", "guardEscape": false, "guardValue": 10000, "guardRandomization": 0.10, "guardWeeklyIncrement": 0.25, "gatePlacement": "Center"
				},

				{
					"name": "Spawn-B-Side-Center-3", "from": "Spawn-B",	"to": "Side-Center-3", "connectionType": "Direct",
					"guardZone": "Center", "guardEscape": false, "guardValue": 10000, "guardRandomization": 0.10, "guardWeeklyIncrement": 0.25, "gatePlacement": "Center"
				},

				{
					"name": "Side-Center-1-Side-Center-2", "from": "Side-Center-1",	"to": "Side-Center-2", "connectionType": "Direct",	"simTurnSquad": true,
					"guardZone": "Center", "guardEscape": false, "guardValue": 50000, "guardRandomization": 0.15, "guardWeeklyIncrement": 0.15, "gatePlacement": "Center"
				},

				{
					"name": "Side-Center-2-Side-Center-3", "from": "Side-Center-2",	"to": "Side-Center-3", "connectionType": "Direct",	"simTurnSquad": true,
					"guardZone": "Center", "guardEscape": false, "guardValue": 50000, "guardRandomization": 0.15, "guardWeeklyIncrement": 0.15, "gatePlacement": "Center"
				},

				{
					"name": "Side-Center-1-Left-Center-1", "from": "Side-Center-1",	"to": "Left-Center-1", "connectionType": "Direct",
					"guardZone": "Center", "guardEscape": false, "guardValue": 25000, "guardRandomization": 0.20, "guardWeeklyIncrement": 0.20, "gatePlacement": "Center"
				},

				{
					"name": "Side-Center-2-Left-Center-2", "from": "Side-Center-2",	"to": "Left-Center-2", "connectionType": "Direct",
					"guardZone": "Center", "guardEscape": false, "guardValue": 25000, "guardRandomization": 0.20, "guardWeeklyIncrement": 0.20, "gatePlacement": "Center"
				},

				{
					"name": "Side-Center-3-Left-Center-3", "from": "Side-Center-3",	"to": "Left-Center-3", "connectionType": "Direct",
					"guardZone": "Center", "guardEscape": false, "guardValue": 25000, "guardRandomization": 0.20, "guardWeeklyIncrement": 0.20, "gatePlacement": "Center"
				},

				{
					"name": "Left-Center-2-Left-Center-1", "from": "Left-Center-2",	"to": "Left-Center-1", "connectionType": "Direct",	"simTurnSquad": true,
					"guardZone": "Center", "guardEscape": false, "guardValue": 50000, "guardRandomization": 0.20, "guardWeeklyIncrement": 0.15, "gatePlacement": "Center"
				},
				{
					"name": "Left-Center-2-Left-Center-3", "from": "Left-Center-2",	"to": "Left-Center-3", "connectionType": "Direct",	"simTurnSquad": true,
					"guardZone": "Center", "guardEscape": false, "guardValue": 50000, "guardRandomization": 0.20, "guardWeeklyIncrement": 0.15, "gatePlacement": "Center"
				},

				{
					"name": "Side-Center-1-Right-Center-1", "from": "Side-Center-1",	"to": "Right-Center-1", "connectionType": "Direct",
					"guardZone": "Center", "guardEscape": false, "guardValue": 25000, "guardRandomization": 0.20, "guardWeeklyIncrement": 0.20, "gatePlacement": "Center"
				},

				{
					"name": "Side-Center-2-Right-Center-2", "from": "Side-Center-2",	"to": "Right-Center-2", "connectionType": "Direct",
					"guardZone": "Center", "guardEscape": false, "guardValue": 25000, "guardRandomization": 0.20, "guardWeeklyIncrement": 0.20, "gatePlacement": "Center"
				},

				{
					"name": "Side-Center-3-Right-Center-3", "from": "Side-Center-3",	"to": "Right-Center-3", "connectionType": "Direct",
					"guardZone": "Center", "guardEscape": false, "guardValue": 25000, "guardRandomization": 0.20, "guardWeeklyIncrement": 0.20, "gatePlacement": "Center"
				},

				{
					"name": "Right-Center-2-Right-Center-1", "from": "Right-Center-2",	"to": "Right-Center-1", "connectionType": "Direct",	"simTurnSquad": true,
					"guardZone": "Center", "guardEscape": false, "guardValue": 50000, "guardRandomization": 0.20, "guardWeeklyIncrement": 0.15, "gatePlacement": "Center"
				},
				{
					"name": "Right-Center-2-Right-Center-3", "from": "Right-Center-2",	"to": "Right-Center-3", "connectionType": "Direct",	"simTurnSquad": true,
					"guardZone": "Center", "guardEscape": false, "guardValue": 50000, "guardRandomization": 0.20, "guardWeeklyIncrement": 0.15, "gatePlacement": "Center"
				}
			]
		}
	],

	"zoneLayouts": 
	[
		{
			"name": "zone_layout_side_zone",

			"obstaclesFill": 0.45,
			"obstaclesFillVoid": 0.75,
			"lakesFill": 0.4,
			"minLakeArea": 8,

			"elevationClusterScale": 0.128,
			"elevationModes": [
				{ "weight": 1, "minElevatedFraction": 0.0, "maxElevatedFraction": 0.1 },
				{ "weight": 1, "minElevatedFraction": 0.9, "maxElevatedFraction": 1.0 }
			],

			"roadClusterArea": 64,

			"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_spawn",

			"obstaclesFill": 0.35,
			"obstaclesFillVoid": 0.40,
			"lakesFill": 0.3,
			"minLakeArea": 12,
			
			"elevationClusterScale": 0.128,
			"elevationModes": [
				{ "weight": 1, "minElevatedFraction": 0.0, "maxElevatedFraction": 0.1 },
				{ "weight": 1, "minElevatedFraction": 0.9, "maxElevatedFraction": 1.0 }
			],
			
			"roadClusterArea": 64,			

			"guardedEncounterResourceFractions": 
			{
				"countBounds" : [],
				"fractions": [ 0.6 ]
			},

			"ambientPickupDistribution": 
			{  
				"repulsion": 1.0,
				"noise": 0.3,
				"roadAttraction": -0.30,
				"obstacleAttraction": 0.0,
				"groupSizeWeights": [ 20, 2, 1 ]
			}
		}
	],

	"mandatoryContent": 
	[
		{
			"name": "mandatory_content_center",
			"content":
			[
				{
					"includeLists": 	[ "basic_content_list_building_guarded_resource_banks_tier_3" ],
					"content": [ { "sid" : "troglodyte_throne", "weight": 0 }, { "sid" : "twilight_bloom", "weight": 0 } ]
				},

				{ 
					"sid": "watchtower",
					"isMine": false,
					"isGuarded": false,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.1, "targetMax": 0.15, "weight": 1 } ]
				},

				{
					"name": "remote_foothold",
					"sid": "remote_foothold",
					"isGuarded": false,
					"rules":  [ { "type": "Sid", "args": [ "remote_foothold" ], "targetMin": 0.5, "targetMax": 0.5, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.1, "targetMax": 0.3, "weight": 1 } ]
				},

				{
					"includeLists": 	[ "basic_content_list_building_guarded_units_banks_no_biome_restriction" ]
				},
				{
					"includeLists": 	[ "basic_content_list_building_guarded_units_banks_no_biome_restriction" ]
				},
				{
					"includeLists": 	[ "basic_content_list_building_guarded_units_banks_no_biome_restriction" ]
				},
				
				{
					"sid": "random_item_legendary"
				},
				{
					"sid": "random_item_epic"
				},
				{
					"sid": "pandora_box"
				},
				{
					"sid": "pandora_box"
				},
				{
					"sid": "pandora_box"
				}
			]
		},

		{
			"name": "mandatory_content_spawn",
			"content":
			[	
				{
					"includeLists": 	[ "basic_content_list_building_guarded_resource_banks_tier_2" ]
				},
				{
					"includeLists": 	[ "basic_content_list_building_guarded_resource_banks_tier_2" ]
				},
				{
					"includeLists": 	[ "basic_content_list_building_guarded_resource_banks_tier_1" ]
				},
				{
					"includeLists": 	[ "basic_content_list_building_guarded_resource_banks_tier_1" ]
				},

				{
					"sid": "mine_gold",
					"isMine": true,
					"isGuarded": true,
					"rules":  [ { "type": "Sid", "args": [ "mine_gold" ], "targetMin": 0.2, "targetMax": 0.4, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.05, "targetMax": 0.35, "weight": 2 } ]
				},
				{
					"sid": "mine_wood",
					"isMine": true,
					"isGuarded": true,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.05, "targetMax": 0.35, "weight": 2 } ]
				},
				{
					"sid": "mine_wood",
					"isMine": true,
					"isGuarded": true,
					"rules":  [ { "type": "Sid", "args": [ "mine_wood" ], "targetMin": 0.2, "targetMax": 0.4, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.05, "targetMax": 0.35, "weight": 2 } ]
				},
				{
					"sid": "mine_ore",
					"isMine": true,
					"isGuarded": true,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.05, "targetMax": 0.35, "weight": 2 } ]
				},
				{
					"sid": "mine_ore",
					"isMine": true,
					"isGuarded": true,
					"rules":  [ { "type": "Sid", "args": [ "mine_ore" ], "targetMin": 0.2, "targetMax": 0.4, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.05, "targetMax": 0.35, "weight": 2 } ]
				},
				{
					"sid": "alchemy_lab",
					"isMine": true,
					"isGuarded": true,
					"rules":  [ { "type": "Sid", "args": [ "alchemy_lab" ], "targetMin": 0.3, "targetMax": 0.7, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.0, "targetMax": 0.05, "weight": 2 } ]
				},
				
				{
					"name": "name_mine_crystals",
					"sid": "mine_crystals",
					"rules":  [ { "type": "MainObject", "args": [ "0" ], "targetMin": 0.15, "targetMax": 0.30, "weight": 2 }, { "type": "Road", "args": [ ], "targetMin": 0.05, "targetMax": 0.35, "weight": 4 },
								{ "type": "Sid", "args": [ "mine_mercury" ], "targetMin": 0.3, "targetMax": 0.7, "weight": 1 }, { "type": "Sid", "args": [ "mine_gemstones" ], "targetMin": 0.3, "targetMax": 0.7, "weight": 1 } ],
					"isMine": true,
					"isGuarded": true
				},
				{
					"name": "name_mine_mercury",
					"sid": "mine_mercury",
					"rules":  [ { "type": "MainObject", "args": [ "0" ], "targetMin": 0.15, "targetMax": 0.30, "weight": 2 }, { "type": "Road", "args": [ ], "targetMin": 0.05, "targetMax": 0.35, "weight": 4 },
								{ "type": "Sid", "args": [ "mine_crystals" ], "targetMin": 0.3, "targetMax": 0.7, "weight": 1 }, { "type": "Sid", "args": [ "mine_gemstones" ], "targetMin": 0.3, "targetMax": 0.7, "weight": 1 } ],
					"isMine": true,
					"isGuarded": true
				},
				{
					"name": "name_mine_gemstones",
					"sid": "mine_gemstones",
					"rules":  [ { "type": "MainObject", "args": [ "0" ], "targetMin": 0.15, "targetMax": 0.30, "weight": 2 }, { "type": "Road", "args": [ ], "targetMin": 0.05, "targetMax": 0.35, "weight": 4 },
								{ "type": "Sid", "args": [ "mine_mercury" ], "targetMin": 0.3, "targetMax": 0.7, "weight": 1 }, { "type": "Sid", "args": [ "mine_crystals" ], "targetMin": 0.3, "targetMax": 0.7, "weight": 1 } ],
					"isMine": true,
					"isGuarded": true
				},

				{
					"sid": "market",
					"isGuarded": true,
					"rules":  [ { "type": "Road", "args": [ ], "targetMin": 0.05, "targetMax": 0.35, "weight": 1 } ]
				},
				
				{
					"sid": "mana_well",
					"isGuarded": false,
					"rules":  [ { "type": "Sid", "args": [ "mana_well" ], "targetMin": 0.5, "targetMax": 0.5, "weight": 1 } ]
				},
				
				{
					"name": "remote_foothold",
					"sid": "remote_foothold",
					"isGuarded": false,
					"rules":  [ { "type": "Sid", "args": [ "remote_foothold" ], "targetMin": 0.5, "targetMax": 0.5, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.1, "targetMax": 0.3, "weight": 1 } ]
				},
				
				{
					"sid": "random_item_legendary"
				},
				{
					"sid": "random_item_epic"
				},
				{
					"sid": "pandora_box"
				},
				{
					"sid": "pandora_box"
				},
				{
					"sid": "pandora_box"
				}
			]
		},

		{
			"name": "mandatory_content_side",
			"content":
			[	
				{
					"includeLists": 	[ "basic_content_list_building_guarded_resource_banks_tier_3" ],
					"content": [ { "sid" : "troglodyte_throne", "weight": 0 }, { "sid" : "twilight_bloom", "weight": 0 } ]
				},

				{ 
					"sid": "watchtower",
					"isMine": false,
					"isGuarded": false,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.1, "targetMax": 0.15, "weight": 1 } ]
				},

				{
					"name": "remote_foothold",
					"sid": "remote_foothold",
					"isGuarded": false,
					"rules":  [ { "type": "Sid", "args": [ "remote_foothold" ], "targetMin": 0.5, "targetMax": 0.5, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.1, "targetMax": 0.3, "weight": 1 } ]
				},

				{
					"sid": "forge",
					"isGuarded": true,
					"rules":  [ { "type": "Road", "args": [ ], "targetMin": 0.05, "targetMax": 0.35, "weight": 1 } ]
				},
				
				{
					"sid": "mana_well",
					"isGuarded": false,
					"rules":  [ { "type": "Sid", "args": [ "mana_well" ], "targetMin": 0.5, "targetMax": 0.5, "weight": 1 } ]
				},

				{
					"includeLists": 	[ "basic_content_list_pickup_mythic_scroll_box" ]
				},

				{
					"includeLists": 	[ "basic_content_list_building_guarded_units_banks_no_biome_restriction" ]
				},
				{
					"includeLists": 	[ "basic_content_list_building_guarded_units_banks_no_biome_restriction" ]
				},
				{
					"includeLists": 	[ "basic_content_list_building_guarded_units_banks_no_biome_restriction" ]
				},
				
				{
					"sid": "random_item_legendary"
				},
				{
					"sid": "random_item_epic"
				},
				{
					"sid": "pandora_box"
				},
				{
					"sid": "pandora_box"
				},
				{
					"sid": "pandora_box"
				}
			]
		},

		{
			"name": "mandatory_content_side_treasure",
			"content":
			[
				{
					"includeLists": 	[ "basic_content_list_building_guarded_resource_banks_tier_3" ],
					"content": [ { "sid" : "troglodyte_throne", "weight": 0 }, { "sid" : "twilight_bloom", "weight": 0 } ]
				},
				{
					"includeLists": 	[ "basic_content_list_building_guarded_resource_banks_tier_3" ],
					"content": [ { "sid" : "troglodyte_throne", "weight": 0 }, { "sid" : "twilight_bloom", "weight": 0 } ]
				},

				{ 
					"sid": "watchtower",
					"isMine": false,
					"isGuarded": false,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.1, "targetMax": 0.15, "weight": 1 } ]
				},

				{
					"name": "remote_foothold",
					"sid": "remote_foothold",
					"isGuarded": false,
					"rules":  [ { "type": "Sid", "args": [ "remote_foothold" ], "targetMin": 0.5, "targetMax": 0.5, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.1, "targetMax": 0.3, "weight": 1 } ]
				},

				{
					"sid": "mirage",
					"isGuarded": true,
					"soloEncounter": true
				},

				{
					"sid": "market",
					"isGuarded": true,
					"rules":  [ { "type": "Road", "args": [ ], "targetMin": 0.05, "targetMax": 0.35, "weight": 1 } ]
				},

				{
					"sid": "forge",
					"isGuarded": true,
					"rules":  [ { "type": "Road", "args": [ ], "targetMin": 0.05, "targetMax": 0.35, "weight": 1 } ]
				},

				{
					"sid": "mana_well",
					"isGuarded": false,
					"rules":  [ { "type": "Sid", "args": [ "mana_well" ], "targetMin": 0.5, "targetMax": 0.5, "weight": 1 } ]
				},

				{
					"includeLists": 	[ "basic_content_list_building_guarded_units_banks_no_biome_restriction" ]
				},
				{
					"includeLists": 	[ "basic_content_list_building_guarded_units_banks_no_biome_restriction" ]
				},
				{
					"includeLists": 	[ "basic_content_list_building_guarded_units_banks_no_biome_restriction" ]
				},
				
				{
					"sid": "random_item_legendary"
				},
				{
					"sid": "random_item_epic"
				},
				{
					"sid": "pandora_box"
				},
				{
					"sid": "pandora_box"
				},
				{
					"sid": "pandora_box"
				}
			]
		}
	],

	"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": 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": 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": 1 }, { "sid": "pandora_box", "variant": 20, "maxCount": 1 }, { "sid": "pandora_box", "variant": 21, "maxCount": 1 }, { "sid": "pandora_box", "variant": 22, "maxCount": 1 }, 
				{ "sid": "pandora_box", "variant": 23, "maxCount": 1 }, { "sid": "pandora_box", "variant": 24, "maxCount": 1 }, { "sid": "pandora_box", "variant": 25, "maxCount": 1 }, { "sid": "pandora_box", "variant": 26, "maxCount": 1 }, 
				{ "sid": "pandora_box", "variant": 27, "maxCount": 1 }
			]
		},

		{
			"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": 19, "maxCount": 1 }, { "sid": "pandora_box", "variant": 20, "maxCount": 1 }, { "sid": "pandora_box", "variant": 21, "maxCount": 1 }, { "sid": "pandora_box", "variant": 22, "maxCount": 1 }, 
				{ "sid": "pandora_box", "variant": 23, "maxCount": 1 }, { "sid": "pandora_box", "variant": 24, "maxCount": 1 }, { "sid": "pandora_box", "variant": 25, "maxCount": 1 }, { "sid": "pandora_box", "variant": 26, "maxCount": 1 }, 
				{ "sid": "pandora_box", "variant": 27, "maxCount": 1 }
			]
		},

		{
			"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 },


				{ "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": 1 }, { "sid": "pandora_box", "variant": 20, "maxCount": 1 }, { "sid": "pandora_box", "variant": 21, "maxCount": 1 }, { "sid": "pandora_box", "variant": 22, "maxCount": 1 }, 
				{ "sid": "pandora_box", "variant": 23, "maxCount": 1 }, { "sid": "pandora_box", "variant": 24, "maxCount": 1 }, { "sid": "pandora_box", "variant": 25, "maxCount": 1 }, { "sid": "pandora_box", "variant": 26, "maxCount": 1 }, 
				{ "sid": "pandora_box", "variant": 27, "maxCount": 1 }
			]
		},

		{
			"name": "content_limits_side_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 },


				{ "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": 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": 1 }, { "sid": "pandora_box", "variant": 20, "maxCount": 1 }, { "sid": "pandora_box", "variant": 21, "maxCount": 1 }, { "sid": "pandora_box", "variant": 22, "maxCount": 1 }, 
				{ "sid": "pandora_box", "variant": 23, "maxCount": 1 }, { "sid": "pandora_box", "variant": 24, "maxCount": 1 }, { "sid": "pandora_box", "variant": 25, "maxCount": 1 }, { "sid": "pandora_box", "variant": 26, "maxCount": 1 }, 
				{ "sid": "pandora_box", "variant": 27, "maxCount": 1 }
			]
		}
	],

	"contentPools": 
	[

	],

	"contentLists": 
	[

	]
}