/usr/share/games/freeciv/misc/space.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 | [spec]
; Format and options of this spec file:
options = "+Freeciv-2.3-spec"
[info]
artists = "
Alexandre Beraud <a_beraud@lemel.fr>
"
[file]
gfx = "misc/space"
[grid_main]
; Could use separate "grids" for the smaller components, but not
; bothering for now.
x_top_left = 0
y_top_left = 0
dx = 60
dy = 60
tiles = { "row", "column", "tag"
0, 0, "spaceship.solar_panels"
0, 1, "spaceship.life_support"
0, 2, "spaceship.habitation"
0, 3, "spaceship.structural"
0, 4, "spaceship.fuel"
0, 5, "spaceship.propulsion"
0, 6, "spaceship.exhaust"
}
|