{   "name": "Zookeeper",

	"gameMode": "Classic",
	"description": "templates_description_zookeeper",
    "displayWinCondition": "win_condition_5",

	"sizeX": 80,
	"sizeZ": 80,
	
	

	"gameRules":
	{
			"classic" : true,
			"desertion" : true,
			"desertionDay" : 3,
			"desertionValue" : 3000,
			"heroLighting" : true,
			"heroLightingDay" : 1,
			"lostStartCity" : false,
			"lostStartHero" : false,
			"cityHold" : true,
			"cityHoldDays" : 3,
			"holdCityWinCon": true,
			"encounterHoles": false,

			"bonuses":
		[
			{
				"sid": "add_bonus_hero_item",
				"receiverSide": -1,
				"receiverFilter": "start_hero",
				"parameters": [ "swamp_boots_artifact"]
			}
		]
	},
	"variants":
	[
		{	"orientation":
		{
			"mode": "MinimalBoundingSquare"
		},
	"zones": 
	[
		
		{
			"name": "Spawn-A",

			"size": 1.25,
			"layout": "zone_layout_spawns",

			"guardCutoffValue": 1500,
    		"guardRandomization": 0.05,
			"guardWeeklyIncrement": 0.20,
			"guardReactionDistribution": [ 3, 2, 0, 0, 0, 0 ],

			"mainObjects": 
			[
				{
					"type": "Spawn",	"spawn": "Player1",
					"placement": "Uniform"
				}
			],
			"zoneBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"contentBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"metaObjectsBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"crossroadsPosition" : 0,
			
			"roads": 
			[
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Spawn-A-Green-Center"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Spawn-A-Side-A"] }  }
			],

			"guardedContentPool": ["content_pool_template_zookeeper_guarded_start_zone"],
			"unguardedContentPool": ["content_pool_template_zookeeper_unguarded_start_zone"],
			"resourcesContentPool": ["content_pool_general_resources_start_zone_rich"],

			"mandatoryContent": ["mandatory_content_spawn"],
			"contentCountLimits": ["content_limits_spawn"],
					
			"guardedContentValue": 300000,
			"guardedContentValuePerArea": 4000,
			"unguardedContentValue": 50000,
			"unguardedContentValuePerArea": 0,
			"resourcesValue": 50000,
			"resourcesValuePerArea": 0
		},
		{
			"name": "Spawn-B",

			"size": 1.25,
			"layout": "zone_layout_spawns",

			"guardCutoffValue": 1500,
    		"guardRandomization": 0.05,
			"guardWeeklyIncrement": 0.20,
			"guardReactionDistribution": [ 3, 2, 0, 0, 0, 0 ],

			"mainObjects": 
			[
				{
					"type": "Spawn",	"spawn": "Player2",
					"placement": "Uniform"
				}
			],
			"zoneBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"contentBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"metaObjectsBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"crossroadsPosition" : 0,
			
			"roads": 
			[
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Spawn-B-Green-Center"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Spawn-B-Side-B"] }  }
			],

			"guardedContentPool": ["content_pool_template_zookeeper_guarded_start_zone"],
			"unguardedContentPool": ["content_pool_template_zookeeper_unguarded_start_zone"],
			"resourcesContentPool": ["content_pool_general_resources_start_zone_rich"],

			"mandatoryContent": ["mandatory_content_spawn"],
			"contentCountLimits": ["content_limits_spawn"],
					
			"guardedContentValue": 300000,
			"guardedContentValuePerArea": 4000,
			"unguardedContentValue": 50000,
			"unguardedContentValuePerArea": 0,
			"resourcesValue": 50000,
			"resourcesValuePerArea": 0
		},
		{
			"name": "Green-Center",

			"size": 2.0,
			"layout": "zone_layout_sides",

			"guardCutoffValue": 1500,
    		"guardRandomization": 0.05,
			"guardWeeklyIncrement": 0.20,
			
			"guardMultiplier": 2.0,
			"guardReactionDistribution": [ 3, 2, 0, 0, 0, 0 ],

			"mainObjects": 
			[
				{ 			
							"type": "City",
							"faction": { "type": "FromList", "args": [ "Nature" ] },
							"guardChance": 1.0,
							"guardValue": 45000,
							"guardWeeklyIncrement": 0.10,
							"buildingsConstructionSid": "full_buildings_construction",
							"placement": "Center",
							"placementArgs": [  ],
							"holdCityWinCon": true
				}
			],
			"zoneBiome": { "type": "FromList", "args": [ "Grass" ] },
			"contentBiome": { "type": "FromList", "args": [ "Sand" ] },
			"metaObjectsBiome": { "type": "FromList", "args": [ "Sand" ] },
			"crossroadsPosition" : 0,
			"roads": [
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Spawn-B-Green-Center"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Spawn-A-Green-Center"] }  }
			],

			"guardedContentPool": ["content_pool_template_zookeeper_guarded_center_zone"],
			"unguardedContentPool": ["content_pool_template_zookeeper_unguarded_center_zone"],
			"resourcesContentPool": ["content_pool_general_resources_side_zone_medium"],

			"mandatoryContent": ["mandatory_content_center"],
			"contentCountLimits": ["content_limits_center"],
					
			"guardedContentValue": 1000000,
			"guardedContentValuePerArea": 4000,
			"unguardedContentValue": 100000,
			"unguardedContentValuePerArea": 0,
			"resourcesValue": 75000,
			"resourcesValuePerArea": 0
		},
        {
			"name": "Side-A",

			"size": 1.25,
			"layout": "zone_layout_sides",

			"guardCutoffValue": 1500,
    		"guardRandomization": 0.05,
			"guardWeeklyIncrement": 0.20,
			
			"guardMultiplier": 1.4,
			"guardReactionDistribution": [ 3, 2, 0, 0, 0, 0 ],

			"mainObjects": 
			[
				{
					"type": "AbandonedOutpost",
					"guardChance": 0.5,
					"guardValue": 10000,
					"guardWeeklyIncrement": 0.10,
					"buildingsConstructionSid": "rich_buildings_construction",
					"placement": "Uniform",
					"factions": [ ]
				}
			],
			"zoneBiome": { "type": "FromList", "args": [ "Autumn" ] },
			"contentBiome": { "type": "MatchZone", "args": [ "Spawn-A" ] },
			"metaObjectsBiome": { "type": "MatchZone", "args": [ "Spawn-A" ] },
			"crossroadsPosition" : 0,
			"roads": [
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Side-A-Side-AB"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Spawn-A-Side-A"] }  }
			],

			"guardedContentPool": ["content_pool_template_zookeeper_guarded_side_zone"],
			"unguardedContentPool": ["content_pool_template_zookeeper_unguarded_side_zone"],
			"resourcesContentPool": ["content_pool_general_resources_side_zone_medium"],

			"mandatoryContent": ["mandatory_content_side_1"],
			"contentCountLimits": ["content_limits_side"],
					
			"guardedContentValue": 500000,
			"guardedContentValuePerArea": 7000,
			"unguardedContentValue": 150000,
			"unguardedContentValuePerArea": 0,
			"resourcesValue": 20000,
			"resourcesValuePerArea": 0
		},
		{
			"name": "Side-AB",

			"size": 1.25,
			"layout": "zone_layout_sides",

			"guardCutoffValue": 1500,
    		"guardRandomization": 0.05,
			"guardWeeklyIncrement": 0.20,
			
			"guardMultiplier": 1.4,
			"guardReactionDistribution": [ 3, 2, 0, 0, 0, 0 ],

			"mainObjects": 
			[
				{
					"type": "City",
					"placement": "Uniform",
					"factions": [ ]
				}
			],
			"zoneBiome": { "type": "FromList", "args": [ "Autumn" ] },
			"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-A-Side-AB"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Side-B-Side-AB"] }  }
			],

			"guardedContentPool": ["content_pool_template_zookeeper_guarded_side_zone"],
			"unguardedContentPool": ["content_pool_template_zookeeper_unguarded_side_zone"],
			"resourcesContentPool": ["content_pool_general_resources_side_zone_rich"],

			"mandatoryContent": ["mandatory_content_side_2"],
			"contentCountLimits": ["content_limits_side"],
					
			"guardedContentValue": 500000,
			"guardedContentValuePerArea": 7000,
			"unguardedContentValue": 150000,
			"unguardedContentValuePerArea": 0,
			"resourcesValue": 20000,
			"resourcesValuePerArea": 0
		},
		{
			"name": "Side-B",

			"size": 1.25,
			"layout": "zone_layout_sides",

			"guardCutoffValue": 1500,
    		"guardRandomization": 0.05,
			"guardWeeklyIncrement": 0.20,
			
		"guardMultiplier": 1.4,
			"guardReactionDistribution": [ 3, 2, 0, 0, 0, 0 ],

			"mainObjects": 
			[
				{
					"type": "AbandonedOutpost",
					"guardChance": 0.5,
					"guardValue": 10000,
					"guardWeeklyIncrement": 0.10,
					"buildingsConstructionSid": "rich_buildings_construction",
					"placement": "Uniform",
					"factions": [ ]
				}
			],
			"zoneBiome": { "type": "FromList", "args": [ "Autumn" ] },
			"contentBiome": { "type": "MatchZone", "args": [ "Spawn-B" ] },
			"metaObjectsBiome": { "type": "MatchZone", "args": [ "Spawn-B" ] },
			"crossroadsPosition" : 0,
			"roads": [
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Spawn-B-Side-B"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Side-B-Side-AB"] }  }
			],

			"guardedContentPool": ["content_pool_template_zookeeper_guarded_side_zone"],
			"unguardedContentPool": ["content_pool_template_zookeeper_unguarded_side_zone"],
			"resourcesContentPool": ["content_pool_general_resources_side_zone_medium"],

			"mandatoryContent": ["mandatory_content_side_3"],
			"contentCountLimits": ["content_limits_side"],
					
			"guardedContentValue": 500000,
			"guardedContentValuePerArea": 7000,
			"unguardedContentValue": 150000,
			"unguardedContentValuePerArea": 0,
			"resourcesValue": 20000,
			"resourcesValuePerArea": 0
		},
		{
			"name": "Country-1",

			"guardCutoffValue": 1500,
    		"guardRandomization": 0.05,
			"guardWeeklyIncrement": 0.20,
			
			"guardMultiplier": 0.5,
			"guardReactionDistribution": [ 3, 2, 0, 0, 0, 0 ],

			"size": 0.5,
			"layout": "zone_layout_spawns",

			"mainObjects": 
			[
				
			],
			"zoneBiome": { "type": "FromList", "args": [ "Sand" ] },
			"contentBiome": { "type": "FromList", "args": [ "Sand" ] },
			"metaObjectsBiome": { "type": "FromList", "args": [ "Sand" ] },
			"roads": 
			[
			],

			"guardedContentPool": ["content_pool_template_zookeeper_guarded_center_zone"],
			"unguardedContentPool": ["content_pool_template_zookeeper_unguarded_center_zone"],
			"resourcesContentPool": ["content_pool_general_resources_treasure_zone_zero"],

			"mandatoryContent": ["mandatory_content_country"],
			"contentCountLimits": ["content_limits_country"],
					
			"guardedContentValue": 0,
			"guardedContentValuePerArea": 0,
			"unguardedContentValue": 0,
			"unguardedContentValuePerArea": 0,
			"resourcesValue": 0,
			"resourcesValuePerArea": 0
		},
		{
			"name": "Country-2",

			"size": 0.5,
			"layout": "zone_layout_spawns",

			"guardCutoffValue": 1500,
    		"guardRandomization": 0.05,
			"guardWeeklyIncrement": 0.20,
			
			"guardMultiplier": 0.5,
			"guardReactionDistribution": [ 3, 2, 0, 0, 0, 0 ],

			"mainObjects": 
			[
			],
			"zoneBiome": { "type": "FromList", "args": [ "Sand" ] },
			"contentBiome": { "type": "FromList", "args": [ "Sand" ] },
			"metaObjectsBiome": { "type": "FromList", "args": [ "Sand" ] },
			"roads": 
			[

			],

			"guardedContentPool": ["content_pool_template_zookeeper_guarded_center_zone"],
			"unguardedContentPool": ["content_pool_template_zookeeper_guarded_center_zone"],
			"resourcesContentPool": ["content_pool_general_resources_treasure_zone_zero"],

			"mandatoryContent": ["mandatory_content_country"],
			"contentCountLimits": ["content_limits_country"],
					
			"guardedContentValue": 0,
			"guardedContentValuePerArea": 0,
			"unguardedContentValue": 10000,
			"unguardedContentValuePerArea": 0,
			"resourcesValue": 0,
			"resourcesValuePerArea": 0
		}
	],

	"connections": [
		{
			"name": "Spawn-A-Green-Center",
			"from": "Spawn-A",
			  "to": "Green-Center",
			"connectionType": "Portal",
			"road": true,					
			"simTurnSquad": true,
			"guardValue": 60000,
			"guardWeeklyIncrement": 0.10
		},
		{
			"name": "Spawn-B-Green-Center",
			"from": "Spawn-B",
			  "to": "Green-Center",
			"connectionType": "Portal",
			"road": true,					
			"simTurnSquad": true,
			"guardValue": 60000,
			"guardWeeklyIncrement": 0.10
		},
		{
			"name": "Spawn-A-Side-A",
			"from": "Spawn-A",
			  "to": "Side-A",
			"connectionType": "Direct",
			"road": true,
			"guardValue": 12000,
			"guardWeeklyIncrement": 0.10
		},
		{
			"name": "Spawn-B-Side-B",
			"from": "Spawn-B",
			  "to": "Side-B",
			"connectionType": "Direct",
			"road": true,
			"guardValue": 12000,
			"guardWeeklyIncrement": 0.10
		},
		{
			"name": "Side-A-Side-AB",
			"from": "Side-A",
			  "to": "Side-AB",
			"connectionType": "Direct",
			"road": true,					
			"simTurnSquad": true,
			"guardValue": 40000,
			"guardWeeklyIncrement": 0.10
		},
		{
			"name": "Side-B-Side-AB",
			"from": "Side-B",
			  "to": "Side-AB",
			"connectionType": "Direct",
			"road": true,					
			"simTurnSquad": true,
			"guardValue": 40000,
			"guardWeeklyIncrement": 0.10
		},
		{
			"name": "Spawn-A-Country-1",
			"from": "Spawn-A",
			  "to": "Country-1",
			"connectionType": "Portal",
			"road": false,
			"guardValue": -5000,
			"guardWeeklyIncrement": 0.10
		},
        
		
		{
			"name": "Spawn-B-Country-2",
			"from": "Spawn-B",
			  "to": "Country-2",
			"connectionType": "Portal",
			"road": false,
			"guardValue": -5000,
			"guardWeeklyIncrement": 0.10
		},
		{
			"name": "Spawn-A-Country-1 2",
			"from": "Spawn-A",
			  "to": "Country-1",
			"connectionType": "Portal",
			"road": false,
			"guardValue": -5000,
			"guardWeeklyIncrement": 0.10
		},
        
		
		{
			"name": "Spawn-B-Country-2 2",
			"from": "Spawn-B",
			  "to": "Country-2",
			"connectionType": "Portal",
			"road": false,
			"guardValue": -5000,
			"guardWeeklyIncrement": 0.10
		}
	
        
	]
}
	],
	"zoneLayouts": 
	[
		{
			"name": "zone_layout_center",

			"obstaclesFill": 0.6,
			"obstaclesFillVoid": 0.6,
			"lakesFill": 0.2,
			"elevationClusterScale": 0.16,
			"elevationModes": [
				{ "weight": 2, "minElevatedFraction": 0.2, "maxElevatedFraction": 0.4 },
				{ "weight": 1, "minElevatedFraction": 0.6, "maxElevatedFraction": 0.8 }
			],
			"roadClusterArea": 160,

			"guardedEncounterResourceFractions": 
			{
				"countBounds" : [],
				"fractions": [ 0.5 ]
			},

			"ambientPickupDistribution": 
			{  
				"repulsion": 1.0,
				"noise": 0.3,
				"roadAttraction": 0.5,
				"obstacleAttraction": 0.0,
				"groupSizeWeights": [ 4, 1, 1 ]
			}
		},
		{
			"name": "zone_layout_sides",

			"obstaclesFill": 0.54,
			"obstaclesFillVoid": 0.54,
			"lakesFill": 0.3,
			"elevationClusterScale": 0.16,
			"elevationModes": [
				{ "weight": 2, "minElevatedFraction": 0.2, "maxElevatedFraction": 0.4 },
				{ "weight": 1, "minElevatedFraction": 0.6, "maxElevatedFraction": 0.8 }
			],
			"roadClusterArea": 160,

			"guardedEncounterResourceFractions": 
			{
				"countBounds" : [],
				"fractions": [ 0.5 ]
			},

			"ambientPickupDistribution": 
			{  
				"repulsion": 1.0,
				"noise": 0.3,
				"roadAttraction": 0.5,
				"obstacleAttraction": 0.0,
				"groupSizeWeights": [ 4, 1, 1 ]
			}
		},

		{
			"name": "zone_layout_spawns",

			"obstaclesFill": 0.48,
			"obstaclesFillVoid": 0.48,
			"lakesFill": 0.2,
			"elevationClusterScale": 0.16,
			"elevationModes": [
				{ "weight": 2, "minElevatedFraction": 0.2, "maxElevatedFraction": 0.4 },
				{ "weight": 1, "minElevatedFraction": 0.6, "maxElevatedFraction": 0.8 }
			],
			"roadClusterArea": 160,

			"guardedEncounterResourceFractions": 
			{
				"countBounds" : [],
				"fractions": [ 0.5 ]
			},

			"ambientPickupDistribution": 
			{  
				"repulsion": 1.0,
				"noise": 0.3,
				"roadAttraction": 0.5,
				"obstacleAttraction": 0.0,
				"groupSizeWeights": [ 4, 1, 1 ]
			}
		}
	],
	"mandatoryContent": 
	[
		{
			"name": "mandatory_content_spawn",
			"content":
			[

				{
					"sid": "watchtower",
					"isGuarded": false,
					"rules":  [ { "type": "MainObject", "args": [ "0" ], "targetMin": 0.10, "targetMax": 0.20, "weight": 1 }, { "type": "Road", "args": [ ], "target": 0.1, "weight": 1 } ]
				},
				{
					"sid": "stables",
					"isGuarded": false,
					"rules":  [ { "type": "Road", "args": [ ], "targetMin": 0.10, "targetMax": 0.20, "weight": 1 } ]
				},
				{
					"includeLists": 	[ "content_list_building_random_hires" ]
				},
				{
					"includeLists": 	[ "content_list_building_random_hires" ]
				},
                

				

				{
					"sid": "mine_wood",
					"isMine": true,
					"isGuarded": false,
					"rules":  [ { "type": "Road", "args": [ ], "targetMin": 0.15, "targetMax": 0.30, "weight": 1 } ]
				},
				{
					"sid": "mine_ore",
					"isMine": true,
					"isGuarded": false,
					"rules":  [ { "type": "Road", "args": [ ], "targetMin": 0.15, "targetMax": 0.30, "weight": 1 } ]
				}
			]

		},
		{
			"name": "mandatory_content_center",
			"content":
			[
				
				{
					"sid": "random_item_legendary",
					"rules":  [ { "type": "Road", "args": [ ], "targetMin": 0.15, "targetMax": 0.30, "weight": 1 } ]

				},
				{
					"sid": "random_item_legendary",
					"rules":  [ { "type": "Road", "args": [ ], "targetMin": 0.15, "targetMax": 0.30, "weight": 1 } ]
				},
				{
					"sid": "random_item_legendary",
					"rules":  [ { "type": "Road", "args": [ ], "targetMin": 0.15, "targetMax": 0.30, "weight": 1 } ]
				},
				{
					"sid": "random_item_legendary",
					"rules":  [ { "type": "Road", "args": [ ], "targetMin": 0.15, "targetMax": 0.30, "weight": 1 } ]
				},


				{
					"sid": "mine_gold",
					"isMine": true
				}
				
			]
		},
		{
			"name": "mandatory_content_side_1",
			"content":
			[
				{
					"sid": "mine_crystals",
					"isMine": true
				},
				
				{
					"includeLists": 	[ "content_list_building_random_hires_high_tier" ]
				},
				{
					"includeLists": 	[ "content_list_building_random_hires_high_tier" ]
				},
				{
					"includeLists": 	[ "content_list_building_random_hires_high_tier" ]
				},
				{
					"includeLists": 	[ "content_list_building_random_hires_high_tier" ]
				},
				{
					"sid": "random_item_epic"
				},
				{
					"sid": "random_item_epic"
				},
				{
					"sid": "random_item_epic"
				}
			]
		},
		{
			"name": "mandatory_content_side_2",
			"content":
			[
				{
					"sid": "mine_mercury",
					"isMine": true
				},
				
				{
					"includeLists": 	[ "content_list_building_random_hires_high_tier" ]
				},
				{
					"includeLists": 	[ "content_list_building_random_hires_high_tier" ]
				},
				{
					"includeLists": 	[ "content_list_building_random_hires_high_tier" ]
				},
				{
					"includeLists": 	[ "content_list_building_random_hires_high_tier" ]
				},
				{
					"sid": "random_item_epic"
				},
				{
					"sid": "random_item_epic"
				},
				{
					"sid": "random_item_epic"
				}
			]
		},
		{
			"name": "mandatory_content_side_3",
			"content":
			[
				{
					"sid": "mine_gemstones",
					"isMine": true
				},
				
				{
					"includeLists": 	[ "content_list_building_random_hires_high_tier" ]
				},
				{
					"includeLists": 	[ "content_list_building_random_hires_high_tier" ]
				},
				{
					"includeLists": 	[ "content_list_building_random_hires_high_tier" ]
				},
				{
					"includeLists": 	[ "content_list_building_random_hires_high_tier" ]
				},
				{
					"sid": "random_item_epic"
				},
				{
					"sid": "random_item_epic"
				},
				{
					"sid": "random_item_epic"
				}
			]
		},
		{
			"name": "mandatory_content_country",
			"content":
			[
				
				{
					"sid": "pandora_box",
					"designatedEncounter": true,
					"variant": 10
				},
					
				{
					"sid": "pandora_box",
					"designatedEncounter": true,
					"variant": 10
				},	
				{
					"sid": "pandora_box",
					"designatedEncounter": true,
					"variant": 10
				},	
				{
					"sid": "pandora_box",
					"designatedEncounter": true,
					"variant": 10
				},
				{
					"sid": "pandora_box",
					"designatedEncounter": true,
					"variant": 10
				},
					
				{
					"sid": "pandora_box",
					"designatedEncounter": true,
					"variant": 10
				}
			]
		}
	],
		"contentCountLimits":
		[
			{
			"name": "content_limits_spawn",
			"limits":
			[
				{
					"sid": "sacrificial_shrine",
					"variant": -1,
					"maxCount": 1
				},
				{
					"sid": "chimerologist",
					"variant": -1,
					"maxCount": 1
				},
	
				{
					"sid": "stables",
					"variant": -1,
					"maxCount": 0
				},

				{
					"sid": "watchtower",
					"variant": -1,
					"maxCount": 0
				},
				{
					"sid": "crystal_trail",
					"variant": -1,
					"maxCount": 1
				},
				{
					"sid": "tear_of_truth",
					"variant": -1,
					"maxCount": 1
				},	
				{
					"sid": "celestial_sphere",
					"variant": -1,
					"maxCount": 1
				}
			]
		},
		{
			"name": "content_limits_country",
			"limits":
			[

				{
					"sid": "stables",
					"variant": -1,
					"maxCount": 0
				},
				{
					"sid": "watchtower",
					"variant": -1,
					"maxCount": 0
				},
				{
					"sid": "crystal_trail",
					"variant": -1,
					"maxCount": 1
				},
				{
					"sid": "tear_of_truth",
					"variant": -1,
					"maxCount": 1
				},	
				{
					"sid": "celestial_sphere",
					"variant": -1,
					"maxCount": 1
				}
			]
		},
		{
			"name": "content_limits_side",
			"limits":
			[


				{
					"sid": "sacrificial_shrine",
					"variant": -1,
					"maxCount": 1
				},
				{
					"sid": "chimerologist",
					"variant": -1,
					"maxCount": 1
				},
				{
					"sid": "crystal_trail",
					"variant": -1,
					"maxCount": 1
				},
				{
					"sid": "tear_of_truth",
					"variant": -1,
					"maxCount": 1
				},	
				{
					"sid": "celestial_sphere",
					"variant": -1,
					"maxCount": 1
				}
			]
		},
		{
			"name": "content_limits_center",
			"limits":
			[{
				"sid": "watchtower",
				"variant": -1,
				"maxCount": 0
			},

			{
				"sid": "chimerologist",
				"variant": -1,
				"maxCount": 1
			},
				{
					"sid": "crystal_trail",
					"variant": -1,
					"maxCount": 1
				},
				{
					"sid": "tear_of_truth",
					"variant": -1,
					"maxCount": 1
				},	
				{
					"sid": "celestial_sphere",
					"variant": -1,
					"maxCount": 1
				}
			]
		}
	],
	"contentPools": 
	[

	],
	"contentLists": 
	[

	]
}