<?xml version="1.0" encoding="utf-8"?>
	<level>
		<number>1</number>
		<creepCount>10</creepCount>
		<enemy>
			<type>purple</type>
			<count>10</count>
			<health>15</health>
			<speed>10</speed>
			<gap>2000</gap>
			<value>30</value>
		</enemy>
	</level>
	<level>
		<number>2</number>
		<creepCount>10</creepCount>
		<enemy>
			<type>green</type>
			<count>5</count>
			<health>20</health>
			<speed>5</speed>
			<gap>1800</gap>
			<value>60</value>
		</enemy>
		<enemy>
			<type>red</type>
			<count>5</count>
			<health>40</health>
			<speed>3</speed>
			<gap>1600</gap>
			<value>65</value>
		</enemy>
	</level>
	<level>
		<number>3</number>
		<creepCount>15</creepCount>
		<enemy>
			<type>purple</type>
			<count>7</count>
			<health>20</health>
			<speed>8</speed>
			<gap>1400</gap>
			<value>75</value>
		</enemy>
		<enemy>
			<type>blue</type>
			<count>8</count>
			<health>30</health>
			<speed>6</speed>
			<gap>1200</gap>
			<value>100</value>
		</enemy>
	</level>
	<level>
		<number>4</number>
		<creepCount>10</creepCount>
		<enemy>
			<type>purple</type>
			<count>10</count>
			<health>50</health>
			<speed>7</speed>
			<gap>1000</gap>
			<value>150</value>
		</enemy>
	</level>
	<level>
		<number>5</number>
		<creepCount>10</creepCount>
		<enemy>
			<type>purple</type>
			<count>30</count>
			<health>80</health>
			<speed>4</speed>
			<gap>800</gap>
			<value>175</value>
		</enemy>
	</level>
	<level>
		<number>6</number>
		<creepCount>15</creepCount>
		<enemy>
			<type>purple</type>
			<count>15</count>
			<health>125</health>
			<speed>4</speed>
			<gap>600</gap>
			<value>200</value>
		</enemy>
	</level>
	<level>
		<number>7</number>
		<creepCount>1</creepCount>
		<enemy>
			<type>purple</type>
			<count>40</count>
			<health>5000</health>
			<speed>1</speed>
			<gap>400</gap>
			<value>1200</value>
		</enemy>
	</level>
	<level>
		<number>8</number>
		<creepCount>10</creepCount>
		<enemy>
			<type>green</type>
			<count>2</count>
			<health>600</health>
			<speed>8</speed>
			<gap>1500</gap>
			<value>500</value>
		</enemy>
		<enemy>
			<type>red</type>
			<count>2</count>
			<health>700</health>
			<speed>6</speed>
			<gap>1500</gap>
			<value>500</value>
		</enemy>
		<enemy>
			<type>blue</type>
			<count>2</count>
			<health>800</health>
			<speed>4</speed>
			<gap>1500</gap>
			<value>500</value>
		</enemy>
		<enemy>
			<type>purple</type>
			<count>4</count>
			<health>1000</health>
			<speed>2</speed>
			<gap>1500</gap>
			<value>500</value>
		</enemy>
	</level>