This file is indexed.

/usr/share/games/freeciv/amplio2/terrain2.spec is in freeciv-data 2.4.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
[spec]

; Format and options of this spec file:
options = "+Freeciv-2.3-spec"

[info]
artists = "
    Hogne Håskjold <haskjold@gmail.com>
    Tim F. Smith <yoohootim@hotmail.com>
    Yautja
    Daniel Speyer
    Eleazar
"

[file]
gfx = "amplio2/terrain2"

[grid_main]

x_top_left = 1
y_top_left = 1
dx = 96
dy = 48
pixel_border = 1

tiles = { "row", "column","tag"

;jungle as overlay

 2,  0, "t.l1.jungle_n0e0s0w0"
 2,  1, "t.l1.jungle_n1e0s0w0"
 2,  2, "t.l1.jungle_n0e1s0w0"
 2,  3, "t.l1.jungle_n1e1s0w0"
 2,  4, "t.l1.jungle_n0e0s1w0"
 2,  5, "t.l1.jungle_n1e0s1w0"
 2,  6, "t.l1.jungle_n0e1s1w0"
 2,  7, "t.l1.jungle_n1e1s1w0"
 3,  0, "t.l1.jungle_n0e0s0w1"
 3,  1, "t.l1.jungle_n1e0s0w1"
 3,  2, "t.l1.jungle_n0e1s0w1"
 3,  3, "t.l1.jungle_n1e1s0w1"
 3,  4, "t.l1.jungle_n0e0s1w1"
 3,  5, "t.l1.jungle_n1e0s1w1"
 3,  6, "t.l1.jungle_n0e1s1w1"
 3,  7, "t.l1.jungle_n1e1s1w1"


;forests as overlay

 4,  0, "t.l1.forest_n0e0s0w0"
 4,  1, "t.l1.forest_n1e0s0w0"
 4,  2, "t.l1.forest_n0e1s0w0"
 4,  3, "t.l1.forest_n1e1s0w0"
 4,  4, "t.l1.forest_n0e0s1w0"
 4,  5, "t.l1.forest_n1e0s1w0"
 4,  6, "t.l1.forest_n0e1s1w0"
 4,  7, "t.l1.forest_n1e1s1w0"
 5,  0, "t.l1.forest_n0e0s0w1"
 5,  1, "t.l1.forest_n1e0s0w1"
 5,  2, "t.l1.forest_n0e1s0w1"
 5,  3, "t.l1.forest_n1e1s0w1"
 5,  4, "t.l1.forest_n0e0s1w1"
 5,  5, "t.l1.forest_n1e0s1w1"
 5,  6, "t.l1.forest_n0e1s1w1"
 5,  7, "t.l1.forest_n1e1s1w1"

}


[grid_coasts]

x_top_left = 1
y_top_left = 645
dx = 48
dy = 24
pixel_border = 1

tiles = { "row", "column","tag"

;* previous coordinates now in water.spec

}