This file is indexed.

/usr/share/doc/ogamesim/examples/task.txt is in ogamesim 1.18-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
attacker
	attack          	= 9
	shield          	= 10
	armory          	= 11

	Small Cargo		= 10
	Large Cargo		= 10
	Light Fighter		= 20
	Heavy Fighter		= 30
	Cruiser			= 40
	Battleship		= 50
	Colony Ship		= 60
	Recycler		= 70
	Espionage Probe		= 80
	Bomber			= 900
	Destroyer		= 110
	Deathstar		= 120



defender
	attack          	= 11
	shield          	= 12
	armory          	= 13

	Rocket Launcher 	= 100
	Light Laser		= 200
	Heavy Laser		= 300
	Gauss Cannon		= 400
	Ion Cannon 		= 500
	Plasma Turret		= 600
	Small Shield Dome	= 1
	Large Shield Dome	= 1
	
	Solar Satellite		= 100


	metal			= 123456
	crystal			= 56789
	deut			= 987654