<?xml version="1.0" encoding="UTF-8"?>
<town_data version="0.0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<building>
		<name></name>
		<abbreviation></abbreviation>
		<description>
			<summary></summary>
			<content></content>
		</description>
		
		<!-- Requirements defines what must exist in order for this building to be built. -->
		<requirements>
			<population></population>
			<building></building>
		</requirements>
		
		<!-- Restrictions defines what may not exist in order for this building to be built. -->
		<restrictions>
			<population></population>
			<building></building>
		</restrictions>
		
		<!-- Upkeep defines how much of each resource is taken from the town hall every in-game hour. -->
		<upkeep>
			<food></food>
			<wood></wood>
			<stone></stone>
			<ore></ore>
			<gold></gold>
		</upkeep>
		
		<!-- Supply defines how much of each resource is given to the town hall every in-game hour. -->
		<supply>
			<food></food>
			<wood></wood>
			<stone></stone>
			<ore></ore>
			<gold></gold>
		</supply>
		
		<!-- Variables defines things specific to the gamelogic for this building -->
		<variables>
		</variables>
	</building>
</town_data>
