<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE Resource SYSTEM "AATeam/map-0.2.8.0.dtd">
<Resource type="aamap" name="sumo_1v1" version="0.0.1" author="ed" category="fortress">
	<Map version="2">
		<!--
         Original Sumo map by Zman
         Ed came along and is trying to convert it to a 1v1 sumo arena

         -->

		<Settings>
			<Setting name="MAP_FILE_OVERRIDE" value="0" />
			<Setting name="FORTRESS_MAX_PER_TEAM" value="1" />
			<Setting name="SPAWN_POINT_GROUP_SIZE" value="4" />
		</Settings>

		<World>
			<Field>
				<Spawn	x="280"	y="270"	xdir="0"	ydir="-1"	/>
				<Spawn	x="220"	y="230"	xdir="0"	ydir="1"	/>

				<Wall>
					<Point	x="0"	y="0"	/>
					<Point	x="0"	y="500"	/>
					<Point	x="500"	y="500"	/>
					<Point	x="500"	y="0"	/>
					<Point	x="0"	y="0"	/>
				</Wall>

				<Zone effect="fortress">
					<ShapeCircle radius="40" growth="-0.4">
						<Point x="250" y="250" />
					</ShapeCircle>
				</Zone>

				<Zone effect="fortress">
					<ShapeCircle radius="40" growth="-0.4">
						<Point x="250" y="250" />
					</ShapeCircle>
				</Zone>

			</Field>
		</World>
	</Map>
</Resource>

