/usr/share/games/freeciv/misc/citybar.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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | [spec]
; Format and options of this spec file:
options = "+Freeciv-2.3-spec"
[info]
artists = "
Freim <...>
Madeline Book <madeline.book@gmail.com> (citybar.trade)
"
[file]
gfx = "misc/citybar"
[grid_big]
x_top_left = 1
y_top_left = 1
pixel_border = 1
dx = 18
dy = 18
tiles = { "row", "column", "tag"
0, 0, "citybar.shields"
0, 1, "citybar.food"
0, 2, "citybar.trade"
}
[grid_star]
x_top_left = 1
y_top_left = 20
pixel_border = 1
dx = 11
dy = 18
tiles = { "row", "column", "tag"
0, 0, "citybar.occupied"
0, 1, "citybar.occupancy_0"
0, 2, "citybar.occupancy_1"
0, 3, "citybar.occupancy_2"
0, 4, "citybar.occupancy_3"
}
[grid_bg]
x_top_left = 1
y_top_left = 47
pixel_border = 1
dx = 398
dy = 152
tiles = { "row", "column", "tag"
0, 0, "citybar.background"
}
|