This file is indexed.

/usr/share/games/gearhead/Design/Rover.txt is in gearhead-data 1.100-2.

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
GroundCar 8
Name <Rover>
Desig <LR-2099-8>
SDL_Sprite <gca_rover.png>
Scale 1

Mod Turret
	Size 5
	Armor 7
	sub
		Gun 4
		Name <Battle Cannon>
		Range 6
		Magazine 20
		sub
			Ammo 4
		end

		Mount
		Name <Turret Weapon Mount>
		inv
			MLauncher 7
			Name <Rocket Launcher>
			Range 8
			Magazine 10
			sub
				Rockets 7
			end
		end
	end

Mod Body
	Armor 8
	sub
		CPit
		Armor 2

		Sensor 9

		Gyro 3

		Wheels 10

		Mount
		Name <Right Weapon Mount>
		inv
			Gun 3
			Name <Light Autocannon>
			Range 4
			Acc 1
			Speed 3
			BV 4
			Magazine 250
			sub
				Ammo 3
			end
		end

		Mount
		Name <Left Weapon Mount>
		inv
			Gun 3
			Name <Light Autocannon>
			Range 4
			Acc 1
			Speed 3
			BV 4
			Magazine 250
			sub
				Ammo 3
			end
		end
	end
end