{
	"structures": [
		{
			"name": "Farm",
			"modelName": "models/structures/farm.vmdl",
			"description": "This building is needed to obtain manpower.",
			"cost": 20,
			"woodCost": 20,
			"hammerCost": 4000,
			"onlyForTown": false,
			"maxPerTown": -1,
			"effectiveBiomes": ["Plains"]
		},

		{
			"name": "Well",
			"modelName": "models/structures/well.vmdl",
			"description": "This building is needed to expand slots in your armies.",
			"cost": 5,
			"woodCost": 2,
			"hammerCost": 1000,
			"onlyForTown": false,
			"maxPerTown": -1
		},


		{
			"name": "Sawmill",
			"modelName": "models/structures/sawmill.vmdl",
			"description": "This building is needed to obtain wood.",
			"cost": 30,
			"woodCost": 20,
			"hammerCost": 6000,
			"onlyForTown": false,
			"maxPerTown": -1,
			"effectiveBiomes": ["Forest"]
		},

		{
			"name": "Mine",
			"description": "This building is needed to obtain ore.",
			"cost": 40,
			"woodCost": 30,
			"hammerCost": 6000,
			"onlyForTown": false,
			"maxPerTown": -1,
			"modelName": "models/structures/mine.vmdl",
			"effectiveBiomes": ["Mountains"]
		},

		{
			"name": "Command headquarters",
			"modelName": "models/structures/house.vmdl",
			"description": "Required to create new armies.",
			"cost": 70,
			"woodCost": 30,
			"hammerCost": 100000,
			"onlyForTown": true,
			"maxPerTown": 1
		},

		{
			"name": "Barracks",
			"modelName": "models/structures/house.vmdl",
			"description": "Required to create basic infantry.",
			"cost": 50,
			"woodCost": 40,
			"hammerCost": 80000,
			"onlyForTown": true,
			"maxPerTown": 1
		},

		{
			"name": "Stable",
			"modelName": "models/structures/house.vmdl",
			"description": "Required to create cavalry.",
			"cost": 60,
			"woodCost": 30,
			"hammerCost": 80000,
			"onlyForTown": true,
			"maxPerTown": 1
		},

		{
			"name": "Armory",
			"modelName": "models/structures/house.vmdl",
			"description": "Required to create artillery and ranged infantry.",
			"cost": 70,
			"woodCost": 50,
			"hammerCost": 80000,
			"onlyForTown": true,
			"maxPerTown": 1
		},

		{
			"name": "Temple",
			"modelName": "models/structures/house.vmdl",
			"description": "Required to create wizards.",
			"cost": 70,
			"woodCost": 40,
			"hammerCost": 80000,
			"onlyForTown": true,
			"maxPerTown": 1
		},

		{
			"name": "Castle",
			"modelName": "models/structures/fortress.vmdl",
			"description": "Main building of the city",
			"cost": 1000,
			"woodCost": 40,
			"hammerCost": 10000,
			"townHall": true,
			"maxPerTown": 1
		},

		{
			"name": "Emperial palace",
			"modelName": "models/structures/palace.vmdl",
			"description": "Main building of the city",
			"cost": 1000,
			"woodCost": 40,
			"hammerCost": 10000,
			"townHall": true,
			"maxPerTown": 1
		},

		{
			"name": "Citadel",
			"modelName": "models/structures/citadel.vmdl",
			"description": "Main building of the city",
			"cost": 1000,
			"woodCost": 40,
			"hammerCost": 10000,
			"townHall": true,
			"maxPerTown": 1
		},

		{
			"name": "Khan's yurta",
			"modelName": "models/structures/yurta.vmdl",
			"description": "Main building of the city",
			"cost": 1000,
			"woodCost": 40,
			"hammerCost": 10000,
			"townHall": true,
			"maxPerTown": 1
		},

		{
			"name": "Shah's court",
			"modelName": "models/structures/court.vmdl",
			"description": "Main building of the city",
			"cost": 1000,
			"woodCost": 40,
			"hammerCost": 10000,
			"townHall": true,
			"maxPerTown": 1
		},

		{
			"name": "Stronghold",
			"modelName": "models/structures/stronghold.vmdl",
			"description": "Main building of the city",
			"cost": 1000,
			"woodCost": 40,
			"hammerCost": 10000,
			"townHall": true,
			"maxPerTown": 1
		},

		{
			"name": "Fortress",
			"modelName": "models/structures/castle.vmdl",
			"description": "Main building of the city",
			"cost": 1000,
			"woodCost": 40,
			"hammerCost": 10000,
			"townHall": true,
			"maxPerTown": 1
		},

		{
			"name": "Town Hall",
			"modelName": "models/structures/town.vmdl",
			"description": "Main building of the city",
			"cost": 1000,
			"woodCost": 40,
			"hammerCost": 10000,
			"townHall": true,
			"maxPerTown": 1
		}
	]
}