This file is indexed.

/usr/share/games/armagetronad/resource/included/Z-Man/fortress/zonetest-0.1.0.aamap.xml is in armagetronad-common 0.2.8.3.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE Resource SYSTEM "AATeam/map-0.2.8.0_rc4.dtd">
<Resource type="aamap" name="zonetest" version="0.1.0" author="Z-Man" category="fortress">
	<Map version="2">
		<!-- Test map for base zones.
	         License: Do with it what you want.                          -->

		<Settings>
			<Setting name="TEAMS_MIN" value="2" />
			<Setting name="TEAMS_MAX" value="2" />
			<Setting name="NUM_AIS" value="0" />
			<Setting name="SP_TEAMS_MIN" value="2" />
			<Setting name="SP_TEAMS_MAX" value="2" />
			<Setting name="SP_NUM_AIS" value="0" />
		</Settings>

		<World>
			<Field>
				<Spawn	x="-300" y="1"	xdir="1"	ydir="0"	/>
				<Spawn	x="300"	y="-1"	xdir="-1"	ydir="0"	/>

				<Wall>
					<Point	x="-400"	y="150"	/>
					<Point	x="400"	y="150"	/>
					<Point	x="400"	y="-150"	/>
					<Point	x="-400"	y="-150"	/>
					<Point	x="-400"	y="150"	/>
				</Wall>

	        <!--
				<Wall height="4">
					<Point	x="-400"	y="120"	/>
					<Point	x="-400"	y="-120"	/>
				</Wall>

				<Wall height="4">
					<Point	x="400"	y="120"	/>
					<Point	x="400"	y="-120"	/>
				</Wall>
	        -->

				<Wall height="4">
					<Point	x="-300"	y="70"	/>
					<Point	x="-50"	    y="70"	/>
				</Wall>
				<Wall height="4">
					<Point	x="300"	y="70"	/>
					<Point	x="50"	    y="70"	/>
				</Wall>
				<Wall height="4">
					<Point	x="-300"	y="-70"	/>
					<Point	x="-50"	    y="-70"	/>
				</Wall>
				<Wall height="4">
					<Point	x="300"	y="-70"	/>
					<Point	x="50"	    y="-70"	/>
				</Wall>

				<Zone effect="fortress">
					<ShapeCircle radius="40">
						<Point x="-350" y="0" />
					</ShapeCircle>
				</Zone>

				<Zone effect="fortress">
					<ShapeCircle radius="40">
						<Point x="350" y="0" />
					</ShapeCircle>
				</Zone>

				<Zone effect="fortress">
					<ShapeCircle radius="100" growth="-4">
						<Point x="-150" y="0" />
					</ShapeCircle>
				</Zone>

				<Zone effect="fortress">
					<ShapeCircle radius="100" growth="-4">
						<Point x="150" y="0" />
					</ShapeCircle>
				</Zone>
			</Field>
		</World>
	</Map>
</Resource>