{
	"name": "Vendetta",

	"gameMode": "SingleHero",
	"description": "templates_description_vendetta",
    "displayWinCondition": "win_condition_1",
	
	"sizeX": 160,
	"sizeZ": 160,


	"gameRules":
	{
		"heroCountMin": 1,
		"heroCountMax": 1,
		"heroCountIncrement": 1,
		"heroHireBan": true,
		"encounterHoles": false,
		"winConditions":
		{
			"classic" : true,
			"desertion" : true,
			"desertionDay" : 3,
			"desertionValue" : 3000,
			"heroLighting" : true,
			"heroLightingDay" : 1,
			"lostStartCity" : false,
			"lostStartHero" : true
		},

		"globalBans": 
		{
			"items": [ "voodoosh_doll_artifact", "flag_of_truce_artifact", "wanderers_way_boots_of_travel_artifact", "wanderers_way_backpack_artifact", 
						"pole_star_artifact", "shackles_of_war_artifact", "swamp_boots_artifact", "magic_key_ring_artifact", "seven_league_boots_artifact" ]
		},
		
		"bonuses":
		[

			{
				"sid": "add_bonus_hero_spell",
				"receiverSide": -1,
				"receiverFilter": "start_hero",
				"parameters": [ "neutral_magic_town_portal" ]
			},
			{
				"sid": "add_bonus_hero_spell",
				"receiverSide": -1,
				"receiverFilter": "start_hero",
				"parameters": [ "neutral_magic_dimension_door" ]
			},
			{
				"sid": "add_bonus_hero_spell",
				"receiverSide": -1,
				"receiverFilter": "start_hero",
				"parameters": [ "neutral_magic_shadow_form" ]
			}
		]
	},
	
	"variants": 
	[
		{
			"orientation":
			{
				"mode": "MinimalBoundingSquare"
			},

		"zones":
		[
			{
			"name": "Center",

			"size": 1.5,
			"layout": "zone_layout_center",

			"guardCutoffValue": 1500,
    		"guardRandomization": 0.05,
			"guardMultiplier": 1.6,
			"guardWeeklyIncrement": 0.10,
			"guardReactionDistribution": [ 2, 2, 1, 1, 0, 0 ],
			
			"diplomacyModifier": -0.5,
			"guardedContentPool": ["content_pool_template_vendetta_pools_guarded_center_zone"],
			"unguardedContentPool": ["content_pool_template_vendetta_pools_unguarded_center_zone"],
			"resourcesContentPool": ["content_pool_general_resources_treasure_zone_rich"],

			"mandatoryContent": [ "mandatory_content_center" ],
			"contentCountLimits": ["content_limits_center"],
					
			"guardedContentValue": 4000000,
			"guardedContentValuePerArea": 0,
			"unguardedContentValue": 100000,
			"unguardedContentValuePerArea": 0,
			"resourcesValue": 0,
			"resourcesValuePerArea": 0,

			"mainObjects": 
			[
				{
					"type": "City",
					"guardValue": 15000,
					"guardWeeklyIncrement": 0.10,
					"buildingsConstructionSid": "rich_buildings_construction",
					"faction": { "type": "FromList", "args": ["differentFrom: 0 Spawn-A","differentFrom: 0 Spawn-B", "differentFrom: 0 Side-C", "differentFrom: 0 Side-D" ] },
					"placement": "Center",
					"placementArgs": [ "true", "1", "3" ]
				},
				{
					"type": "City",
					"guardChance": 0.5,
					"guardValue": 7500,
					"guardWeeklyIncrement": 0.10,
					"buildingsConstructionSid": "poor_buildings_construction",
					"faction": { "type": "FromList", "args": ["differentFrom: 0 Spawn-A"] },
					"placement": "Uniform",
					"placementArgs": [ "true", "-1", "4" ]
				},
				{
					"type": "City",
					"guardChance": 0.5,
					"guardValue": 7500,
					"guardWeeklyIncrement": 0.10,
					"buildingsConstructionSid": "poor_buildings_construction",
					"faction": { "type": "FromList", "args": ["differentFrom: 0 Spawn-B"] },
					"placement": "Uniform",
					"placementArgs": [ "true", "-1", "4" ]
				},
				{
					"type": "City",
					"guardChance": 0.5,
					"guardValue": 7500,
					"guardWeeklyIncrement": 0.10,
					"buildingsConstructionSid": "poor_buildings_construction",
					"faction": { "type": "FromList", "args": ["differentFrom: 0 Side-C"] },
					"placement": "Uniform",
					"placementArgs": [ "true", "-1", "4" ]
				},
				{
					"type": "City",
					"guardChance": 0.5,
					"guardValue": 7500,
					"guardWeeklyIncrement": 0.10,
					"buildingsConstructionSid": "poor_buildings_construction",
					"faction": { "type": "FromList", "args": ["differentFrom: 0 Side-D"] },
					"placement": "Uniform",
					"placementArgs": [ "true", "-1", "4" ]
				}
			],
			"zoneBiome": { "type": "FromList", "args": [ "Sand" ] },
			"contentBiome": { "type": "MatchZone", "args": [  ] },
			"metaObjectsBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"crossroadsPosition" : 0,
			"roads": [
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Center-A-Main"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Center-B-Main"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "MainObject", "args": ["3"] } }  ,
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "MainObject", "args": ["4"] } }  ,

				{ "type": "Stone", "from": { "type": "MainObject", "args": ["1"] }, "to": { "type": "Connection", "args": ["Center-A-Main"] }  },
				{ "type": "Stone", "from": { "type": "MainObject", "args": ["2"] }, "to": { "type": "Connection", "args": ["Center-B-Main"] }  }
			]
		},
		{
			"name": "Spawn-A",

			"size": 1.0,
			"layout": "zone_layout_spawns",
			"guardCutoffValue": 1500,
    		"guardRandomization": 0.05,
			"guardWeeklyIncrement": 0.205,
			"guardReactionDistribution": [ 2, 2, 1, 1, 0, 0 ],
			
			"diplomacyModifier": -0.5,
			"guardedContentPool": ["content_pool_template_jebus_outcast_pools_guarded_start_zone"],
			"unguardedContentPool": ["content_pool_template_jebus_outcast_pools_unguarded_start_zone"],
			"resourcesContentPool": ["content_pool_general_resources_start_zone_rich"],

			"mandatoryContent": [ "mandatory_content_spawn" ],
			"contentCountLimits": ["content_limits_spawn"],
					
			"guardedContentValue": 500000,
			"guardedContentValuePerArea": 0,
			"unguardedContentValue": 150000,
			"unguardedContentValuePerArea": 0,
			"resourcesValue": 250000,
			"resourcesValuePerArea": 0,

			"mainObjects": 
			[
				{
					"type": "Spawn",	"spawn": "Player1",
					"removeGuardIfHasOwner": true,
					"guardChance": 0.5,
					"guardValue": 2000,
					"guardWeeklyIncrement": 0.20,
					"buildingsConstructionSid": "default_buildings_construction",
					"placement": "Uniform",
					"placementArgs": [ "true", "0.7", "3" ]
				},
				{
					"type": "City",
					"faction": { "type": "Match", "args": ["0"] },
					"guardChance": 0.5,
					"guardValue": 2000,
					"guardWeeklyIncrement": 0.20,
					"buildingsConstructionSid": "poor_buildings_construction",
					"placement": "Uniform",
					"placementArgs": [ "false", "-0.8", "4" ]
				},
				{
					"type": "City",
					"faction": { "type": "Match", "args": ["0", "Center"] },
					"guardChance": 0.5,
					"guardValue": 2000,
					"guardWeeklyIncrement": 0.20,
					"buildingsConstructionSid": "poor_buildings_construction",
					"placement": "Uniform",
					"placementArgs": [ "false", "-0.8", "4" ]
				},
				{
					"type": "City",
					"faction": { "type": "Match", "args": ["0", "Center"] },
					"guardChance": 0.5,
					"guardValue": 2000,
					"guardWeeklyIncrement": 0.5,
					"buildingsConstructionSid": "poor_buildings_construction",
					"placement": "Uniform",
					"placementArgs": [ "false", "-0.8", "4" ]
				}
			],
			"zoneBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"contentBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"metaObjectsBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"crossroadsPosition" : 0,
			"roads": [
				{ "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Center-A-Main"] }  },
				{ "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "MainObject", "args": ["1"] }  },
				{ "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "MainObject", "args": ["2"] }  },
				{ "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "MainObject", "args": ["3"] }  }
			]
		},
		{
			"name": "Spawn-B",

			"size": 1.0,
			"layout": "zone_layout_spawns",
			"guardCutoffValue": 1500,
    		"guardRandomization": 0.05,
			"guardWeeklyIncrement": 0.10,
			"guardReactionDistribution": [ 2, 2, 1, 1, 0, 0 ],
			
			"diplomacyModifier": -0.5,
			"guardedContentPool": ["content_pool_template_vendetta_pools_guarded_start_zone"],
			"unguardedContentPool": ["content_pool_template_vendetta_pools_unguarded_start_zone"],
			"resourcesContentPool": ["content_pool_general_resources_start_zone_rich"],

			"mandatoryContent": ["mandatory_content_spawn"],
			"contentCountLimits": ["content_limits_spawn"],
					
			"guardedContentValue": 500000,
			"guardedContentValuePerArea": 0,
			"unguardedContentValue": 150000,
			"unguardedContentValuePerArea": 0,
			"resourcesValue": 250000,
			"resourcesValuePerArea": 0,

			"mainObjects": 
			[
				{
					"type": "Spawn",	"spawn": "Player2",
					"removeGuardIfHasOwner": true,
					"guardChance": 0.5,
					"guardValue": 2000,
					"guardWeeklyIncrement": 0.20,
					"buildingsConstructionSid": "default_buildings_construction",
					"placement": "Uniform",
					"placementArgs": [ "true", "0.7", "3" ]
				},
				{
					"type": "City",
					"faction": { "type": "Match", "args": ["0"] },
					"guardChance": 0.5,
					"guardValue": 2000,
					"guardWeeklyIncrement": 0.5,
					"buildingsConstructionSid": "poor_buildings_construction",
					"placement": "Uniform",
					"placementArgs": [ "false", "-0.8", "4" ]
				},
				{
					"type": "City",
					"faction": { "type": "Match", "args": ["0", "Center"] },
					"guardChance": 0.5,
					"guardValue": 2000,
					"guardWeeklyIncrement": 0.5,
					"buildingsConstructionSid": "poor_buildings_construction",
					"placement": "Uniform",
					"placementArgs": [ "false", "-0.8", "4" ]
				},
				{
					"type": "City",
					"faction": { "type": "Match", "args": ["0", "Center"] },
					"guardChance": 0.5,
					"guardValue": 2000,
					"guardWeeklyIncrement": 0.5,
					"buildingsConstructionSid": "poor_buildings_construction",
					"placement": "Uniform",
					"placementArgs": [ "false", "-0.8", "4" ]
				}
			],
			"zoneBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"contentBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"metaObjectsBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"crossroadsPosition" : 0,
			"roads": [
				{ "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "Connection", "args": ["Center-B-Main"] }  },
				{ "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "MainObject", "args": ["1"] }  },
				{ "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "MainObject", "args": ["2"] }  },
				{ "from": { "type": "MainObject", "args": ["0"] }, "to": { "type": "MainObject", "args": ["3"] }  }
			]
		},
		{
			"name": "Side-C",

			"size": 1.0,
			"layout": "zone_layout_spawns",

			"guardCutoffValue": 1500,
    		"guardRandomization": 0.05,
			"guardWeeklyIncrement": 0.10,
			
		"guardMultiplier": 1.4,
			"guardReactionDistribution": [ 2, 2, 1, 1, 0, 0 ],
			
			"diplomacyModifier": -0.5,
			"guardedContentPool": ["content_pool_template_vendetta_pools_guarded_side_zone"],
			"unguardedContentPool": ["content_pool_template_vendetta_pools_unguarded_side_zone"],
			"resourcesContentPool": ["content_pool_general_resources_start_zone_rich"],

			"mandatoryContent": [ "mandatory_content_side" ],
			"contentCountLimits": ["content_limits_side"],
					
			"guardedContentValue": 1000000,
			"guardedContentValuePerArea": 0,
			"unguardedContentValue": 200000,
			"unguardedContentValuePerArea": 0,
			"resourcesValue": 200000,
			"resourcesValuePerArea": 0,

			"mainObjects": 
			[
				{
					"type": "City",
					
					"guardChance": 1.0,
					"guardValue": 2000,
					"removeGuardIfHasOwner": true,
					"guardWeeklyIncrement": 0.5,
					"buildingsConstructionSid": "poor_buildings_construction",
					"placement": "Center",
					"faction": { "type": "FromList", "args": ["differentFrom: 0 Spawn-A","differentFrom: 0 Spawn-B" ] },
					"placementArgs": [ "true", "0.5", "3" ]
				}
			],

			"zoneBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"contentBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"metaObjectsBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"crossroadsPosition" : 0,
			"roads": [
			]
		},
		{
			"name": "Side-D",

			"size": 1.0,
			"layout": "zone_layout_spawns",

			"guardCutoffValue": 1500,
    		"guardRandomization": 0.05,
			"guardWeeklyIncrement": 0.10,
			
		"guardMultiplier": 1.4,
			"guardReactionDistribution": [ 2, 2, 1, 1, 0, 0 ],
			
			"diplomacyModifier": -0.5,
			"guardedContentPool": ["content_pool_template_vendetta_pools_guarded_side_zone"],
			"unguardedContentPool": ["content_pool_template_vendetta_pools_unguarded_side_zone"],
			"resourcesContentPool": ["content_pool_general_resources_start_zone_rich"],
		
			"mandatoryContent": [ "mandatory_content_side" ],
			"contentCountLimits": ["content_limits_side"],
					
			"guardedContentValue": 1000000,
			"guardedContentValuePerArea": 0,
			"unguardedContentValue": 200000,
			"unguardedContentValuePerArea": 0,
			"resourcesValue": 200000,
			"resourcesValuePerArea": 0,

			"mainObjects": 
			[
				{
					"type": "City",
					
					"guardChance": 1.0,
					"guardValue": 5000,
					"removeGuardIfHasOwner": true,
					"guardWeeklyIncrement": 0.5,
					"buildingsConstructionSid": "poor_buildings_construction",
					"faction": { "type": "FromList", "args": ["differentFrom: 0 Spawn-A","differentFrom: 0 Spawn-B" ] },
					"placement": "Center",
					"placementArgs": [ "true", "0.5", "3" ]
				}
			],

			"zoneBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"contentBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"metaObjectsBiome": { "type": "MatchMainObject", "args": [ "0" ] },
			"crossroadsPosition" : 0,
			"roads": [
			]			
		}
	],

	"connections": 
	[
		{
			"name": "Center-A-Main",
			"from": "Center",
			  "to": "Spawn-A",
			"connectionType": "Direct",
			"guardEscape": false,					
			"simTurnSquad": true,
			"guardWeeklyIncrement": 0.10,
			"guardValue": 70000,

			"gatePlacement": "Center"
		},
		{
			"from": "Center",
			  "to": "Spawn-A",
			"connectionType": "Direct",
			"guardEscape": false,					
			"simTurnSquad": true,
			"guardWeeklyIncrement": 0.10,
			"guardValue": 70000
		},
		{
			"from": "Center",
			  "to": "Spawn-A",
			"connectionType": "Direct",
			"guardEscape": false,					
			"simTurnSquad": true,
			"guardWeeklyIncrement": 0.10,
			"guardValue": 70000
		},
		{
			"from": "Center",
			  "to": "Spawn-A",
			"connectionType": "Direct",
			"guardEscape": false,					
			"simTurnSquad": true,
			"guardWeeklyIncrement": 0.10,
			"guardValue": 70000
		},
		{
			"from": "Center",
			  "to": "Spawn-A",
			"connectionType": "Direct",
			"guardEscape": false,					
			"simTurnSquad": true,
			"guardWeeklyIncrement": 0.10,
			"guardValue": 70000
		},
		{
			"name": "Center-B-Main",
			"from": "Center",
			  "to": "Spawn-B",
			"connectionType": "Direct",
			"guardEscape": false,					
			"simTurnSquad": true,
			"guardWeeklyIncrement": 0.10,
			"guardValue": 70000,

			"gatePlacement": "Center"
		},
		{
			"from": "Center",
			  "to": "Spawn-B",
			"connectionType": "Direct",
			"guardEscape": false,					
			"simTurnSquad": true,
			"guardWeeklyIncrement": 0.10,
			"guardValue": 70000
		},
		{
			"from": "Center",
			  "to": "Spawn-B",
			"connectionType": "Direct",
			"guardEscape": false,					
			"simTurnSquad": true,
			"guardWeeklyIncrement": 0.10,
			"guardValue": 70000
		},
		{
			"from": "Center",
			  "to": "Spawn-B",
			"connectionType": "Direct",
			"guardEscape": false,					
			"simTurnSquad": true,
			"guardWeeklyIncrement": 0.10,
			"guardValue": 70000
		},
		{
			"from": "Center",
			  "to": "Spawn-B",
			"connectionType": "Direct",
			"guardEscape": false,					
			"simTurnSquad": true,
			"guardWeeklyIncrement": 0.10,
			"guardValue": 70000
		},


		{
			"name": "Pseudo-A-C",
			"from": "Spawn-A",
			  "to": "Side-C",
			"connectionType": "Proximity",
			"length": 0.94
		},
		{
			"name": "Pseudo-A-D",
			"from": "Spawn-A",
			  "to": "Side-D",
			"connectionType": "Proximity",
			"length": 0.94
		},

		{
			"name": "Pseudo-B-C",
			"from": "Spawn-B",
			  "to": "Side-C",
			"connectionType": "Proximity",
			"length": 0.94
		},
		{
			"name": "Pseudo-B-D",
			"from": "Spawn-B",
			  "to": "Side-D",
			"connectionType": "Proximity",
			"length": 0.94
		},
		{
			"name": "Portal-Side-C",
			"from": "Center",
			  "to": "Side-C",
			"connectionType": "Portal",
			"guardValue": 80000
		},
		{
			"name": "Direct-Side-C",
			"from": "Center",
			  "to": "Side-C",
			"connectionType": "Direct",
			"guardValue": 80000
		},
		{
			"name": "Direct-Side-C 2",
			"from": "Center",
			  "to": "Side-C",
			"connectionType": "Direct",
			"guardValue": 80000
		},
		{
			"name": "Direct-Side-C 3",
			"from": "Center",
			  "to": "Side-C",
			"connectionType": "Direct",
			"guardValue": 80000
		},
		{
			"name": "Portal-Side-D",
			"from": "Center",
			  "to": "Side-D",
			"connectionType": "Portal",
			"guardValue": 80000
		},
		{
			"name": "Direct-Side-D 2",
			"from": "Center",
			  "to": "Side-D",
			"connectionType": "Direct",
			"guardValue": 80000
		},
		{
			"name": "Direct-Side-D 3",
			"from": "Center",
			  "to": "Side-D",
			"connectionType": "Direct",
			"guardValue": 80000
		},
		{
			"name": "Pseudo-Center-C",
			"from": "Center",
			  "to": "Side-C",
			"connectionType": "Proximity",
			"length": 0.94
		},
		{
			"name": "Pseudo-Side-D-Side-C",
			"from": "Side-D",
			  "to": "Side-C",
			"connectionType": "Proximity",
			"length": 5.0
		},
		{
			"name": "Pseudo-Center-D",
			"from": "Center",
			  "to": "Side-D",
			"connectionType": "Proximity",
			"length": 0.94
		}
	]
}
	],

	"zoneLayouts": 
	[
		{
			"name": "zone_layout_center",

			"obstaclesFill": 0.24,
			"obstaclesFillVoid": 0.48,
			"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.6 ]
			},

			"ambientPickupDistribution": 
			{  
				"repulsion": 1.0,
				"noise": 0.3,
				"roadAttraction": 0.5,
				"obstacleAttraction": 0.0,
				"groupSizeWeights": [ 4, 1, 1 ]
			}
		},

		{
			"name": "zone_layout_spawns",

			"obstaclesFill": 0.24,
			"obstaclesFillVoid": 0.24,
			"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 ]
			}
		}
	],

	"mandatoryContent": 
	[
		{
		"name": "mandatory_content_center",
		"content":
		[
			{ 
				"sid": "unstable_ruins",
				"variant": 0,
				"rules":  [ { "type": "Sid", "args": [ "unstable_ruins" ], "targetMin": 0.5, "targetMax": 0.5, "weight": 1 } ]
			},
			{ 
				"sid": "unstable_ruins",
				"variant": 1,
				"rules":  [ { "type": "Sid", "args": [ "unstable_ruins" ], "targetMin": 0.5, "targetMax": 0.5, "weight": 1 } ]
			},
			{ 
				"sid": "unstable_ruins",
				"variant": 2,
				"rules":  [ { "type": "Sid", "args": [ "unstable_ruins" ], "targetMin": 0.5, "targetMax": 0.5, "weight": 1 } ]
			},
			{ 
				"sid": "unstable_ruins",
				"variant": 3,
				"rules":  [ { "type": "Sid", "args": [ "unstable_ruins" ], "targetMin": 0.5, "targetMax": 0.5, "weight": 1 } ]
			},
			{
				"sid": "dragon_utopia",	
				"variant": 0,
				"rules":  [ { "type": "Sid", "args": [ "dragon_utopia" ], "targetMin": 0.5, "targetMax": 0.5, "weight": 1 } ]
			},
			{
				"sid": "dragon_utopia",	
				"variant": 1,
				"rules":  [ { "type": "Sid", "args": [ "dragon_utopia" ], "targetMin": 0.5, "targetMax": 0.5, "weight": 1 } ]
			},
			{
				"sid": "dragon_utopia",	
				"variant": 2,
				"rules":  [ { "type": "Sid", "args": [ "dragon_utopia" ], "targetMin": 0.5, "targetMax": 0.5, "weight": 1 } ]
			},
			{
				"sid": "dragon_utopia",	
				"variant": 3,
				"rules":  [ { "type": "Sid", "args": [ "dragon_utopia" ], "targetMin": 0.5, "targetMax": 0.5, "weight": 1 } ]
			},

			{ 
				"sid": "watchtower",
				"isMine": false,
				"isGuarded": false,
				"rules":  [ { "type": "MainObject", "args": [ "1" ], "targetMin": 0.15, "targetMax": 0.30, "weight": 3 }, { "type": "Road", "args": [ ], "targetMin": 0.1, "targetMax": 0.15, "weight": 1 } ]
			},
			{ 
				"sid": "watchtower",
				"isMine": false,
				"isGuarded": false,
				"rules":  [ { "type": "MainObject", "args": [ "2" ], "targetMin": 0.15, "targetMax": 0.30, "weight": 3 }, { "type": "Road", "args": [ ], "targetMin": 0.1, "targetMax": 0.15, "weight": 1 } ]
			},
			{ 
				"sid": "watchtower",
				"isMine": false,
				"isGuarded": false,
				"rules":  [ { "type": "MainObject", "args": [ "3" ], "targetMin": 0.15, "targetMax": 0.30, "weight": 3 }, { "type": "Road", "args": [ ], "targetMin": 0.1, "targetMax": 0.15, "weight": 1 } ]
			},
			{ 
				"sid": "watchtower",
				"isMine": false,
				"isGuarded": false,
				"rules":  [ { "type": "MainObject", "args": [ "4" ], "targetMin": 0.15, "targetMax": 0.30, "weight": 3 }, { "type": "Road", "args": [ ], "targetMin": 0.1, "targetMax": 0.15, "weight": 1 } ]
			},	
			{
				"sid": "pandora_box",
				"variant": 11
			},
			{
				"sid": "pandora_box",
				"variant": 11
			},
			{
				"sid": "pandora_box",
				"variant": 11
			},
			{
				"sid": "pandora_box",
				"variant": 11
			},
			{
				"sid": "pandora_box",
				"variant": 11
			},
			{
				"sid": "pandora_box",
				"variant": 11
			},
			{
				"sid": "pandora_box",
				"variant": 11
			},
			{
				"sid": "pandora_box",
				"variant": 11
			},
			{
				"sid": "pandora_box",
				"variant": 11
			},
			{
				"sid": "pandora_box",
				"variant": 11
			},
			{
				"sid": "pandora_box",
				"variant": 11
			},
			{
				"sid": "pandora_box",
				"variant": 11
			},
			{
				"sid": "pandora_box",
				"variant": 11
			},
			{
				"sid": "pandora_box",
				"variant": 11
			},

			{
				"sid": "pandora_box",
				"variant": 11
			},
			{
				"sid": "pandora_box",
				"variant": 12
			},
			{
				"sid": "pandora_box",
				"variant": 12
			},
			{
				"sid": "pandora_box",
				"variant": 12
			},
			{
				"sid": "pandora_box",
				"variant": 12
			},
			{
				"sid": "pandora_box",
				"variant": 12
			},
			{
				"sid": "pandora_box",
				"variant": 12
			},
			{
				"sid": "pandora_box",
				"variant": 12
			},
			{
				"sid": "pandora_box",
				"variant": 12
			},
			{
				"sid": "pandora_box",
				"variant": 12
			},
			{
				"sid": "pandora_box",
				"variant": 12
			},
			{
				"sid": "pandora_box",
				"variant": 12
			},
			{
				"sid": "pandora_box",
				"variant": 12
			},
			{
				"sid": "pandora_box",
				"variant": 12
			},

			{
				"sid": "pandora_box",
				"variant": 12
			},
			{
				"sid": "pandora_box",
				"variant": 13
			},
			{
				"sid": "pandora_box",
				"variant": 13
			},
			{
				"sid": "pandora_box",
				"variant": 13
			},
			{
				"sid": "pandora_box",
				"variant": 13
			},
			{
				"sid": "pandora_box",
				"variant": 13
			},
			{
				"sid": "pandora_box",
				"variant": 13
			},
			{
				"sid": "pandora_box",
				"variant": 13
			},
			{
				"sid": "pandora_box",
				"variant": 13
			},

			{
				"sid": "pandora_box",
				"variant": 13
			},
			{
				"sid": "pandora_box",
				"variant": 13
			},

			{
				"sid": "pandora_box",
				"variant": 14
			},
			{
				"sid": "pandora_box",
				"variant": 14
			},
			{
				"sid": "pandora_box",
				"variant": 14
			},
			{
				"sid": "pandora_box",
				"variant": 14
			},
			{
				"sid": "pandora_box",
				"variant": 14
			},
			{
				"sid": "pandora_box",
				"variant": 14
			},

			{
				"sid": "mine_gold",	
				"isMine": true
			},
			{
				"sid": "mine_gold",
				"isMine": true
			},
			{
				"sid": "mine_gold",
				"isMine": true
			},
			{
				"sid": "mine_gold",
				"isMine": true
			},
			{
				"sid": "alchemy_lab",
				"isMine": true
			},
			{
				"sid": "alchemy_lab",
				"isMine": true
			},
			{
				"sid": "alchemy_lab",
				"isMine": true
			},
			{
				"sid": "mirage",
				"soloEncounter": true
			}
			]
		},
		{
			"name": "mandatory_content_spawn",
			"content":
			[
				{
					"sid": "dragon_utopia",
					"variant": -1

				},
				{
					"sid": "dragon_utopia",
					"variant": -1
				},

				{
					"sid": "watchtower",
					"isGuarded": false,
					"rules":  [ { "type": "MainObject", "args": [ "0" ], "targetMin": 0.15, "targetMax": 0.30, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.15, "targetMax": 0.30, "weight": 1 } ]
				},
				{
					"sid": "market",
					"isGuarded": false,
					"rules":  [ { "type": "Road", "args": [ ], "targetMin": 0.2, "targetMax": 0.4, "weight": 1 } ]
				},
				{
					"includeLists": 	[ "content_list_building_uncommon_hero_stats" ]
				},
				{
					"includeLists": 	[ "content_list_building_uncommon_hero_stats" ]
				},
				{
					"includeLists": 	[ "content_list_building_uncommon_hero_stats" ]
				},
				{
					"sid": "orb_observatory",
					"rules":  [ { "type": "MainObject", "args": [ "0" ], "targetMin": 0.05, "targetMax": 0.1, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.05, "targetMax": 0.1, "weight": 1 } ],
					"isGuarded": false
				},
				{
					"sid": "orb_observatory",
					"rules":  [ { "type": "MainObject", "args": [ "0" ], "targetMin": 0.05, "targetMax": 0.1, "weight": 1 }, { "type": "Road", "args": [ ], "targetMin": 0.05, "targetMax": 0.1, "weight": 1 } ],
					"isGuarded": false
				},				
				{
					"sid": "college_of_wonder"
				},

				{
					"sid": "random_hire_5"
				},
				{
					"sid": "random_hire_5"
				},
				{
					"sid": "random_hire_5"
				},
				{
					"sid": "random_hire_5"
				},
				{
					"sid": "random_hire_5"
				},
				{
					"sid": "random_hire_5"
				},
				{
					"sid": "random_hire_5"
				},
				{
					"sid": "random_hire_5"
				},
				{
					"sid": "random_hire_6"
				},
				{
					"sid": "random_hire_6"
				},
				{
					"sid": "random_hire_6"
				},
				{
					"sid": "random_hire_6"
				},
				{
					"sid": "random_hire_6"
				},
				{
					"sid": "random_hire_6"
				},
				{
					"sid": "random_hire_6"
				},
				{
					"sid": "random_hire_7"
				},
				{
					"sid": "random_hire_7"
				},
				{
					"sid": "random_hire_7"
				},
				{
					"sid": "random_hire_7"
				},
				{
					"sid": "random_hire_7"
				},
				{
					"includeLists": 	[ "content_list_building_random_hires_low_tier" ]
				},
				{
					"includeLists": 	[ "content_list_building_random_hires_low_tier" ]
				},
				{
					"includeLists": 	[ "content_list_building_random_hires_low_tier" ]
				},
				{
					"includeLists": 	[ "content_list_building_random_hires_low_tier" ]
				},

				{
					"sid": "random_item_legendary"
				},
				{
					"sid": "random_item_legendary"
				},

				{
					"sid": "pandora_box",
					"variant": 8
				},
				{
					"sid": "pandora_box",
					"variant": 8
				},
				{
					"sid": "pandora_box",
					"variant": 8
				},
				{
					"sid": "pandora_box",
					"variant": 8
				},
				{
					"sid": "pandora_box",
					"variant": 9
				},
				{
					"sid": "pandora_box",
					"variant": 9
				},
				{
					"sid": "pandora_box",
					"variant": 9
				},
				{
					"sid": "pandora_box",
					"variant": 9
				},
				{
					"sid": "pandora_box",
					"variant": 10
				},
				{
					"sid": "pandora_box",
					"variant": 10
				},
				{
					"sid": "pandora_box",
					"variant": 11
				},
				{
					"sid": "pandora_box",
					"variant": 11
				},
				{
					"sid": "pandora_box",
					"variant": 12
				},
				{
					"sid": "pandora_box",
					"variant": 12
				},
				{
					"sid": "mine_wood",
					"isMine": true,
					"isGuarded":false
				},
				{
					"sid": "mine_wood",
					"isMine": true,
					"rules":  [ { "type": "MainObject", "args": [ "0" ], "targetMin": 0.15, "targetMax": 0.35, "weight": 1 }, { "type": "Crossroads", "args": [ ], "targetMin": 0.15, "targetMax": 0.30, "weight": 1 } ],
					"isGuarded":false
				},
				{
					"sid": "mine_ore",
					"isMine": true,
					"isGuarded":false
				},
				{
					"sid": "mine_ore",
					"isMine": true,
					"rules":  [ { "type": "MainObject", "args": [ "0" ], "targetMin": 0.05, "targetMax": 0.2, "weight": 1 }, { "type": "Crossroads", "args": [ ], "targetMin": 0.15, "targetMax": 0.30, "weight": 1 } ],
					"isGuarded":false
				},
				{
					"sid": "mine_gold",
					"isMine": true,
					"rules":  [ { "type": "Crossroads", "args": [ ], "targetMin": 0.1, "targetMax": 0.3, "weight": 1 } ]
				},
				{
					"sid": "mine_gold",
					"isMine": true,
					"rules":  [ { "type": "Sid", "args": [ "mine_gold" ], "targetMin": 0.5, "targetMax": 0.5, "weight": 1 } ]
				},
				{
					"sid": "mine_crystals",
					"isMine": true
				},
				{
					"sid": "mine_mercury",
					"isMine": true
				},
				{
					"sid": "mine_gemstones",
					"isMine": true
				},
				{
					"sid": "alchemy_lab",
					"isMine": true
				}
			]
		},
		{
			"name": "mandatory_content_side",
			"content":
			[

				{
					"sid": "watchtower",
					"isGuarded": false,
					"rules":  [ { "type": "MainObject", "args": [ "0" ], "targetMin": 0.15, "targetMax": 0.30, "weight": 1 } ]
				},
				{
					"sid": "eternal_dragon",
					"rules":  [ { "type": "MainObject", "args": [ "0" ], "targetMin": 0.15, "targetMax": 0.30, "weight": 1 } ]
				},
				{
					"sid": "tree_of_abundance",
					"rules":  [ { "type": "MainObject", "args": [ "0" ], "targetMin": 0.15, "targetMax": 0.30, "weight": 1 } ]
				},
				{
					"sid": "chimerologist"
				},
				{
					"includeLists": 	[ "content_list_building_uncommon_hero_stats" ]
				},
				{
					"includeLists": 	[ "content_list_building_uncommon_hero_stats" ]
				},
				{
					"includeLists": 	[ "content_list_building_uncommon_hero_stats" ]
				},
				{
					"includeLists": 	[ "content_list_building_uncommon_hero_stats" ]
				},
				
				{
					"sid": "random_item_legendary"
				},
				{
					"sid": "random_item_legendary"
				},
				{
					"sid": "random_item_legendary"
				},
				{
					"sid": "random_item_legendary"
				},
				{
					"sid": "mine_gold",
					"isMine": true
				},
				{
					"sid": "mine_gold",
					"isMine": true,
					"rules":  [ { "type": "Sid", "args": [ "mine_gold" ], "targetMin": 0.5, "targetMax": 0.5, "weight": 1 } ]
				},
				{
					"sid": "alchemy_lab",
					"isMine": true
				}
			]
		}
	],
		"contentCountLimits":
		[
			{
			"name": "content_limits_center",
			"limits":
			[
				{
					"sid": "watchtower",
					"variant": -1,
					"maxCount": 0
				},
				
				{
					"sid": "chimerologist",
					"variant": -1,
					"maxCount": 2
				},
				{
					"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_spawn",
			"limits":
			[
				{
					"sid": "arena",
					"variant": -1,
					"maxCount": 1
				},
				{
					"sid": "sacrificial_shrine",
					"variant": -1,
					"maxCount": 1
				},
				{
					"sid": "chimerologist",
					"variant": -1,
					"maxCount": 1
				},


				{
					"sid": "watchtower",
					"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_side",
			"limits":
			[

				{
					"sid": "sacrificial_shrine",
					"variant": -1,
					"maxCount": 1
				},
				{
					"sid": "chimerologist",
					"variant": -1,
					"maxCount": 1
				},


				{
					"sid": "watchtower",
					"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": 
	[

	]
		}