/usr/share/games/freeciv/amplio2/hills.spec is in freeciv-data 2.4.3-3.
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 | [spec]
options = "+Freeciv-2.3-spec"
[info]
artists = "
Peter Arbor <peter.arbor@gmail.com>
"
[file]
gfx = "amplio2/hills"
[grid_main]
x_top_left = 1
y_top_left = 1
dx = 96
dy = 48
pixel_border = 1
tiles = { "row", "column", "tag"
0, 0, "t.l1.hills_n0e0s0w0"
0, 1, "t.l1.hills_n0e0s0w1"
0, 2, "t.l1.hills_n1e0s0w0"
0, 3, "t.l1.hills_n1e0s0w1"
1, 0, "t.l1.hills_n0e0s1w0"
1, 1, "t.l1.hills_n0e0s1w1"
1, 2, "t.l1.hills_n1e0s1w0"
1, 3, "t.l1.hills_n1e0s1w1"
2, 0, "t.l1.hills_n0e1s0w0"
2, 1, "t.l1.hills_n0e1s0w1"
2, 2, "t.l1.hills_n1e1s0w0"
2, 3, "t.l1.hills_n1e1s0w1"
3, 0, "t.l1.hills_n0e1s1w0"
3, 1, "t.l1.hills_n0e1s1w1"
3, 2, "t.l1.hills_n1e1s1w0"
3, 3, "t.l1.hills_n1e1s1w1"
}
|