{   "name": "Pyramid",

	"gameMode": "Classic",
	"description": "templates_description_pyramid",
    "displayWinCondition": "win_condition_3",

	"sizeX": 112,
	"sizeZ": 112,
	
	

	"gameRules":
	{
		"heroCountMin": 3,
		"heroCountMax": 3,
		"heroCountIncrement": 0,
		"heroHireBan": false,
		"encounterHoles": false,
		"winConditions":
		{
			"classic" : true,
			"desertion" : true,
			"desertionDay" : 3,
			"desertionValue" : 3000,
			"heroLighting" : true,
			"heroLightingDay" : 1,
			"lostStartCity" : true,
			"lostStartCityDay": 3,
			"lostStartHero" : false
		}
	},
	
	"variants":
	[
		{	"orientation":
		{
			"mode": "MinimalBoundingSquare",
				"zeroAngleZone": "SuperTreasure",
				"baseAngleMin": 45,
				"baseAngleMax": 45,
				"randomAngleAmplitude": 360,
				"randomAngleStep": 90

		},
			"zones": 
	[
		{
			"name": "Spawn-A",

			"size": 1.0,
			"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",
					"placementArgs": [ "false", "0.8", "3" ]
				},
				{
					"type": "City",
					"owner": "Player1",
					"placement": "Uniform",
					"faction": { "type": "Match", "args": [ "0" ] },
					"placementArgs": [ "false", "-0.8", "3" ]
				},
				{
					"type": "City",
					"faction": { "type": "Match", "args": ["0"] },
					"guardChance": 1,
					"guardValue": 10000,
					"guardWeeklyIncrement": 0.20,
					"buildingsConstructionSid": "rich_buildings_construction",
					"placement": "Connection",
					"placementArgs": [ "Spawn-A-Treasure-A", "true", "0.4", "0" ]
				}
			],
			"zoneBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"contentBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"metaObjectsBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"crossroadsPosition" : 0,
			"roads": 
			[
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["2"] }, "to": { "type": "Connection", "args": ["Spawn-A-Treasure-A"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["2"] }, "to": { "type": "Connection", "args": ["Spawn-A-Treasure-B"] }  },
				{ "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "MainObject", "args": ["2"] }  },
				{ "from": { "type": "MainObject", "args": ["1"] }, "to": { "type": "MainObject", "args": ["2"] }  }
			],
			

			"guardedContentPool": ["content_pool_template_pyramid_guarded_start_zone"],
			"unguardedContentPool": ["content_pool_template_pyramid_unguarded_start_zone"],
			"resourcesContentPool": ["content_pool_general_resources_start_zone_poor"],

			"mandatoryContent": ["mandatory_content_spawn"],
			"contentCountLimits": ["content_limits_spawn"],
					
			"guardedContentValue": 350000,
			"guardedContentValuePerArea": 6000,
			"unguardedContentValue": 50000,
			"unguardedContentValuePerArea": 2500,
			"resourcesValue": 50000,
			"resourcesValuePerArea": 500
		},
		{
			"name": "Spawn-B",

			"size": 1.0,
			"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",
					"placementArgs": [ "false", "1", "4" ]
				},
				{
					"type": "City",
					"owner": "Player2",
					"placement": "Uniform",
					"faction": { "type": "Match", "args": [ "0" ] },
					"placementArgs": [ "false", "-1", "4" ]
				},
				{
					"type": "City",
					"faction": { "type": "Match", "args": ["0"] },
					"guardChance": 1,
					"guardValue": 10000,
					"guardWeeklyIncrement": 0.20,
					"buildingsConstructionSid": "rich_buildings_construction",
					"placement": "Connection",
					"placementArgs": [ "Spawn-B-Treasure-B" ]
				}
			],
			"zoneBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"contentBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"metaObjectsBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"crossroadsPosition" : 0,
			"roads": 
			[
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["2"] }, "to": { "type": "Connection", "args": ["Spawn-B-Treasure-A"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["2"] }, "to": { "type": "Connection", "args": ["Spawn-B-Treasure-B"] }  },
				{ "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "MainObject", "args": ["2"] }  },
				{ "from": { "type": "MainObject", "args": ["1"] }, "to": { "type": "MainObject", "args": ["2"] }  }
			],	

			"guardedContentPool": ["content_pool_template_pyramid_guarded_start_zone"],
			"unguardedContentPool": ["content_pool_template_pyramid_unguarded_start_zone"],
			"resourcesContentPool": ["content_pool_general_resources_start_zone_poor"],

			"mandatoryContent": ["mandatory_content_spawn"],
			"contentCountLimits": ["content_limits_spawn"],
					
			"guardedContentValue": 350000,
			"guardedContentValuePerArea": 6000,
			"unguardedContentValue": 50000,
			"unguardedContentValuePerArea": 2500,
			"resourcesValue": 50000,
			"resourcesValuePerArea": 500
		},
		{			
			"name": "Spawn-C",

			"size": 1.0,
			"layout": "zone_layout_spawns",

			"guardCutoffValue": 1500,
    		"guardRandomization": 0.05,
			"guardWeeklyIncrement": 0.20,
			"guardReactionDistribution": [ 3, 2, 0, 0, 0, 0 ],

			"mainObjects": 
			[
				{
					"type": "Spawn",	
					"spawn": "Player3",
					"placement": "Uniform",
					"placementArgs": [ "false", "1", "4" ]
				},
				{
					"type": "City",
					"owner": "Player3",
					"placement": "Uniform",
					"faction": { "type": "Match", "args": [ "0" ] },
					"placementArgs": [ "false", "-1", "4" ]
				},
				{
					"type": "City",
					"faction": { "type": "Match", "args": ["0"] },
					"guardChance": 1,
					"guardValue": 10000,
					"guardWeeklyIncrement": 0.20,
					"buildingsConstructionSid": "rich_buildings_construction",
					"placement": "Connection",
					"placementArgs": [ "Spawn-C-Treasure-B" ]
				}
			],
			"zoneBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"contentBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"metaObjectsBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"crossroadsPosition" : 0,
			"roads": 
			[
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["2"] }, "to": { "type": "Connection", "args": ["Spawn-C-Treasure-A"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["2"] }, "to": { "type": "Connection", "args": ["Spawn-C-Treasure-B"] }  },
				{ "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "MainObject", "args": ["1"] }  },
				{ "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "MainObject", "args": ["2"] }  },
				{ "from": { "type": "MainObject", "args": ["1"] }, "to": { "type": "MainObject", "args": ["2"] }  }
			],

			"guardedContentPool": ["content_pool_template_pyramid_guarded_start_zone"],
			"unguardedContentPool": ["content_pool_template_pyramid_unguarded_start_zone"],
			"resourcesContentPool": ["content_pool_general_resources_start_zone_poor"],

			"mandatoryContent": ["mandatory_content_spawn"],
			"contentCountLimits": ["content_limits_spawn"],
					
			"guardedContentValue": 350000,
			"guardedContentValuePerArea": 6000,
			"unguardedContentValue": 50000,
			"unguardedContentValuePerArea": 2500,
			"resourcesValue": 50000,
			"resourcesValuePerArea": 500
		},
		{			
			"name": "Treasure-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": "City",
					"guardChance": 0.5,
					"guardValue": 15000,
					"guardWeeklyIncrement": 0.10,
					"buildingsConstructionSid": "rich_buildings_construction",
					"placement": "Connection",
					"placementArgs": [ "Spawn-A-Treasure-A" ],
					"faction": { "type": "FromList", "args": ["differentFrom: 0 Spawn-A"] }
				},
				{
					"type": "City",
					"guardChance": 0.5,
					"guardValue": 15000,
					"guardWeeklyIncrement": 0.10,
					"buildingsConstructionSid": "rich_buildings_construction",
					"placement": "Connection",
					"placementArgs": [ "Spawn-B-Treasure-A" ],
					"faction": { "type": "FromList", "args": ["differentFrom: 0 Spawn-B"] }
				},
				{
					"type": "City",
					"guardChance": 0.5,
					"guardValue": 30000,
					"guardWeeklyIncrement": 0.10,
					"buildingsConstructionSid": "rich_buildings_construction",
					"placement": "Connection",
					"placementArgs": [ "Treasure-A-SuperTreasure" ]
				}
			],
			"zoneBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"contentBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"metaObjectsBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"crossroadsPosition" : 0,
			"roads": 
			[
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["2"] }, "to": { "type": "Connection", "args": ["Treasure-A-SuperTreasure"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Spawn-A-Treasure-A"]} },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["1"] }, "to": { "type": "Connection", "args": ["Spawn-B-Treasure-A"] }  },
				{ "type": "Stone", "from": { "type": "Connection", "args": ["Spawn-C-Treasure-A"]}, "to": { "type": "Crossroads" }   },
				{ "from": { "type": "MainObject", "args": ["2"] }, "to": { "type": "Crossroads" }  },
				{ "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "MainObject", "args": ["1"] }  },
				{ "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "MainObject", "args": ["2"] }  },
				{ "from": { "type": "MainObject", "args": ["1"] }, "to": { "type": "MainObject", "args": ["2"] }  }
			],

			"guardedContentPool": ["content_pool_template_pyramid_guarded_treasure_zone"],
			"unguardedContentPool": ["content_pool_template_pyramid_unguarded_treasure_zone"],
			"resourcesContentPool": ["content_pool_general_resources_start_zone_poor"],

			"mandatoryContent": ["mandatory_content_treasure"],
			"contentCountLimits": ["content_limits_treasure"],
					
			"guardedContentValue": 800000,
			"guardedContentValuePerArea": 10000,
			"unguardedContentValue": 150000,
			"unguardedContentValuePerArea": 0,
			"resourcesValue": 100000,
			"resourcesValuePerArea": 0
		},
		{
			"name": "Treasure-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": "City",
					"guardChance": 0.5,
					"guardValue": 15000,
					"guardWeeklyIncrement": 0.10,
					"buildingsConstructionSid": "rich_buildings_construction",
					"placement": "Connection",
					"placementArgs": [ "Spawn-B-Treasure-B" ],
					"faction": { "type": "FromList", "args": ["differentFrom: 0 Spawn-B" ] }
				},
				{
					"type": "City",
					"guardChance": 0.5,
					"guardValue": 15000,
					"guardWeeklyIncrement": 0.10,
					"buildingsConstructionSid": "rich_buildings_construction",
					"placement": "Connection",
					"placementArgs": [ "Spawn-C-Treasure-B" ],
					"faction": { "type": "FromList", "args": ["differentFrom: 0 Spawn-C"] }
				},
				{
					"type": "City",
					"guardChance": 0.5,
					"guardValue": 30000,
					"guardWeeklyIncrement": 0.10,
					"buildingsConstructionSid": "rich_buildings_construction",
					"placement": "Connection",
					"placementArgs": [ "Treasure-B-SuperTreasure" ]
				}
			],
			"zoneBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"contentBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"metaObjectsBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"crossroadsPosition" : 0,
			"roads": 
			[
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["2"] }, "to": { "type": "Connection", "args": ["Treasure-B-SuperTreasure"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Spawn-B-Treasure-B"]} },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["1"] }, "to": { "type": "Connection", "args": ["Spawn-C-Treasure-B"] }  },
				{ "type": "Stone", "from": { "type": "Connection", "args": ["Spawn-B-Treasure-B"]}, "to": { "type": "Crossroads" }   },
				{ "from": { "type": "MainObject", "args": ["2"] }, "to": { "type": "Crossroads" }  },
				{ "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "MainObject", "args": ["1"] }  },
				{ "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "MainObject", "args": ["2"] }  },
				{ "from": { "type": "MainObject", "args": ["1"] }, "to": { "type": "MainObject", "args": ["2"] }  }
			],

			"guardedContentPool": ["content_pool_template_pyramid_guarded_treasure_zone"],
			"unguardedContentPool": ["content_pool_template_pyramid_unguarded_treasure_zone"],
			"resourcesContentPool": ["content_pool_general_resources_start_zone_poor"],

			"mandatoryContent": ["mandatory_content_treasure"],
			"contentCountLimits": ["content_limits_treasure"],
					
			"guardedContentValue": 800000,
			"guardedContentValuePerArea": 10000,
			"unguardedContentValue": 150000,
			"unguardedContentValuePerArea": 0,
			"resourcesValue": 100000,
			"resourcesValuePerArea": 0
		},
		{
			"name": "SuperTreasure",

			"size": 1.5,
			"layout": "zone_layout_sides",

			"guardCutoffValue": 1500,
			"guardRandomization": 0.05,
			"guardWeeklyIncrement": 0.20,
			
		"guardMultiplier": 1.6,
			"guardReactionDistribution": [ 3, 2, 0, 0, 0, 0 ],

			"mainObjects": 
			[
				{
					"type": "City",
					"guardChance": 0.5,
					"guardValue": 30000,
					"guardWeeklyIncrement": 0.10,
					"buildingsConstructionSid": "rich_buildings_construction",
					"placement": "Connection",
					"placementArgs": [ "Treasure-A-SuperTreasure" ]
				},
				{
					"type": "City",
					"guardChance": 0.5,
					"guardValue": 30000,
					"guardWeeklyIncrement": 0.10,
					"buildingsConstructionSid": "rich_buildings_construction",
					"placement": "Connection",
					"placementArgs": [ "Treasure-B-SuperTreasure" ]
				},
				{
					"type": "City",
					"guardChance": 0.5,
					"guardValue": 60000,
					"guardWeeklyIncrement": 0.10,
					"buildingsConstructionSid": "rich_buildings_construction"
				}
			],
			"zoneBiome": { "type": "FromList", "args": [ "Sand" ] },
			"contentBiome": { "type": "FromList", "args": [ "Sand" ] },
			"metaObjectsBiome": { "type": "FromList", "args": [ "Sand" ] },
			"crossroadsPosition" : 0,
			"roads": 
			[
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["2"] }, "to": { "type": "Connection", "args": ["Treasure-A-SuperTreasure"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Treasure-B-SuperTreasure"] }  },
				{ "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "MainObject", "args": ["1"] }  },
				{ "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "MainObject", "args": ["2"] }  },
				{ "from": { "type": "MainObject", "args": ["1"] }, "to": { "type": "MainObject", "args": ["2"] }  }
			],

			"guardedContentPool": ["template_pool_pyramid_guarded_supertreasure_zone"],
			"unguardedContentPool": ["template_pool_pyramid_unguarded_supertreasure_zone"],
			"resourcesContentPool": ["content_pool_general_resources_start_zone_poor"],

			"mandatoryContent": ["mandatory_content_supertreasure"],
			"contentCountLimits": ["content_limits_supertreasure"],
					
			"guardedContentValue": 3000000,
			"guardedContentValuePerArea": 0,
			"unguardedContentValue": 70000,
			"unguardedContentValuePerArea": 0,
			"resourcesValue": 50000,
			"resourcesValuePerArea": 0
		}
	],

	"connections": [
		{
			"name": "Spawn-A-Treasure-A",
			"from": "Spawn-A",
			  "to": "Treasure-A",
			"connectionType": "Direct",
			"road": true,					
			"simTurnSquad": true,
			"guardValue": 24000,
			"guardWeeklyIncrement": 0.20
		},
		{
			"name": "Spawn-A-Treasure-B",
			"from": "Spawn-A",
			  "to": "Treasure-B",
			"connectionType": "Portal",
			"road": true,					
			"simTurnSquad": true,
			"guardValue": 24000,
			"guardWeeklyIncrement": 0.20
		},
		{
			"name": "Spawn-B-Treasure-A",
			"from": "Spawn-B",
			  "to": "Treasure-A",					
			"simTurnSquad": true,
			"connectionType": "Direct",
			"road": true,
			"guardValue": 24000,
			"guardWeeklyIncrement": 0.20
		},
		{
			"name": "Spawn-B-Treasure-B",
			"from": "Spawn-B",
			  "to": "Treasure-B",
			"connectionType": "Direct",
			"road": true,					
			"simTurnSquad": true,
			"guardValue": 24000,
			"guardWeeklyIncrement": 0.20
		},
		{
			"name": "Spawn-C-Treasure-A",
			"from": "Spawn-C",
			  "to": "Treasure-A",
			"connectionType": "Portal",
			"road": true,					
			"simTurnSquad": true,
			"guardValue": 24000,
			"guardWeeklyIncrement": 0.20
		},
		{
			"name": "Spawn-C-Treasure-B",
			"from": "Spawn-C",
			  "to": "Treasure-B",
			"connectionType": "Direct",
			"road": true,					
			"simTurnSquad": true,
			"guardValue": 24000,
			"guardWeeklyIncrement": 0.20
		},
		{
			"name": "Treasure-A-SuperTreasure",
			"from": "Treasure-A",
			  "to": "SuperTreasure",
			"connectionType": "Direct",
			"road": true,
			"guardValue": 70000,
			"guardWeeklyIncrement": 0.20
		},
		{
			"name": "Treasure-B-SuperTreasure",
			"from": "Treasure-B",
			  "to": "SuperTreasure",
			"connectionType": "Direct",
			"road": true,
			"guardValue": 70000,
			"guardWeeklyIncrement": 0.20
		},
		{
			"name": "Pseudo-A-B",
			"from": "Spawn-A",
			  "to": "Spawn-B",
			"connectionType": "Proximity",
			"length": 0.5
		},
		{
			"name": "Pseudo-B-C",
			"from": "Spawn-B",
			  "to": "Spawn-C",
			"connectionType": "Proximity",
			"length": 0.5
		}
	]
		}
	],
	"zoneLayouts": 
	[
		{
			"name": "zone_layout_center",

			"obstaclesFill": 0.42,
			"obstaclesFillVoid": 0.42,
			"lakesFill": 0.2,
			"elevationClusterScale": 0.16,
			"roadClusterArea": 160,

			"guardedEncounterResourceFractions": 
			{
				"countBounds" : [],
				"fractions": [ 0.66 ]
			},

			"ambientPickupDistribution": 
			{  
				"repulsion": 1.0,
				"noise": 0.3,
				"roadAttraction": 0.5,
				"obstacleAttraction": 0.0,
				"groupSizeWeights": [ 1, 0, 0 ]
			}
		},

		{
			"name": "zone_layout_sides",
			
			"obstaclesFill": 0.42,
			"obstaclesFillVoid": 0.42,
			"lakesFill": 0.3,
			"elevationClusterScale": 0.16,
			"roadClusterArea": 160,

			"guardedEncounterResourceFractions": 
			{
				"countBounds" : [],
				"fractions": [ 0.66 ]
			},

			"ambientPickupDistribution": 
			{  
				"repulsion": 1.0,
				"noise": 0.3,
				"roadAttraction": 0.5,
				"obstacleAttraction": 0.0,
				"groupSizeWeights": [ 12, 3, 1 ]
			}
		},

		{
			"name": "zone_layout_spawns",

			"obstaclesFill": 0.42,
			"obstaclesFillVoid": 0.42,
			"lakesFill": 0.2,
			"elevationClusterScale": 0.16,
			"roadClusterArea": 160,

			"guardedEncounterResourceFractions": 
			{
				"countBounds" : [],
				"fractions": [ 0.66 ]
			},

			"ambientPickupDistribution": 
			{  
				"repulsion": 1.0,
				"noise": 0.3,
				"roadAttraction": 0.5,
				"obstacleAttraction": 0.0,
				"groupSizeWeights": [ 6, 2, 1 ]
			}
		}
	],
		"mandatoryContent": 
	[
		{
			"name": "mandatory_content_spawn",
			"content":
			[
				{
					"sid": "random_hire_1"
				},
				{
					"sid": "random_hire_2"
				},
                {
					"sid": "random_hire_1"
				},
				{
					"sid": "random_hire_2"
				},
                {
					"sid": "random_hire_3"
				},
                {
					"sid": "random_hire_3"
				},
				{
					"sid": "random_hire_4"
				},
                {
					"sid": "random_hire_4"
				},
                {
					"sid": "random_hire_5"
				},
				{
					"sid": "random_hire_6"
				},
                {
					"sid": "pandora_box",
					"variant": 8
				},
				{
					"sid": "pandora_box",
					"variant": 9
				},
				{
					"sid": "pandora_box",
					"variant": 10
				},
				{
					"sid": "pandora_box",
					"variant": 11
				},
				{
					"sid": "mine_wood",
					"isMine": true,
					"isGuarded": false,
					"rules":  [ { "type": "MainObject", "args": [0], "targetMin": 0.1, "targetMax": 0.2, "weight": 1 } ]
				},
				{
					"sid": "mine_ore",
					"isMine": true,
					"isGuarded": false,
					"rules":  [ { "type": "MainObject", "args": [0], "targetMin": 0.1, "targetMax": 0.2,  "weight": 1 } ]
				}

			]
		},
		{
			"name": "mandatory_content_treasure",
			"content":
			[
				
				{
					"sid": "dragon_utopia",
					"variant": -1
				},
				{
					"sid": "random_item_legendary"
				},
				{
					"sid": "pandora_box",
					"variant": 12
				},
				{
					"sid": "mythic_scroll_box",
					"variant": -1
				}
			]
		},
		{
			"name": "mandatory_content_supertreasure",
			"content":
			[
				
				{ 
					"sid": "dragon_utopia",
					"variant": 0
				},
				{
					"sid": "dragon_utopia",	
					"variant": 0
				},
				{
					"sid": "dragon_utopia",	
					"variant": 1
				},
	
				{ 
					"sid": "watchtower",
					"isMine": false,
					"isGuarded": false,
					"road": false
				},
	
				{
					"sid": "mine_gold",	
					"isMine": true
				},
				{
					"sid": "mine_gold",
					"isMine": true
				},
				{
					"sid": "alchemy_lab",
					"isMine": true
				},
				{
					"sid": "wind_rose"
				},
				{
					"sid": "mirage",
					"soloEncounter": true
				}
			]
		}
	],
		"contentCountLimits":
		[
			{
			"name": "content_limits_spawn",
			"limits":
			[
				{
					"sid": "sacrificial_shrine",
					"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_supertreasure",
				"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
				}
				]
			},
		{
			"name": "content_limits_treasure",
			"limits":
			[
				{
					"sid": "watchtower",
					"variant": -1,
					"maxCount": 0
				},
				{
					"sid": "crystal_trail",
					"variant": -1,
					"maxCount": 1
				},
				{
					"sid": "tear_of_truth",
					"variant": -1,
					"maxCount": 1
				},	
				{
					"sid": "celestial_sphere",
					"variant": -1,
					"maxCount": 1
				}
			]
		}
	],
	"contentPools": 
	[

	],
	"contentLists": 
	[

	]
}