/usr/share/games/freeciv/hex2t/tiles.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 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 | [spec]
; Format and options of this spec file:
options = "+Freeciv-2.3-spec"
[info]
artists = "
Tatu Rissanen <tatu.rissanen@hut.fi>
Jeff Mallatt <jjm@codewell.com> (miscellaneous)
Tommy <yobbo3@hotmail.com> (hex mode)
Daniel Markstedt <himasaram@spray.se> (added dithering)
"
[file]
gfx = "hex2t/tiles"
[grid_main]
x_top_left = 2
y_top_left = 2
dx = 40
dy = 72
pixel_border = 2
tiles = { "row", "column","tag"
; roads
0, 0, "r.road_n"
0, 1, "r.road_ne"
0, 2, "r.road_e"
0, 7, "r.road_se"
0, 3, "r.road_s"
0, 4, "r.road_sw"
0, 5, "r.road_w"
0, 6, "r.road_nw"
0, 8, "r.road_isolated"
; rails
1, 0, "r.rail_n"
1, 1, "r.rail_ne"
1, 2, "r.rail_e"
1, 7, "r.rail_se"
1, 3, "r.rail_s"
1, 4, "r.rail_sw"
1, 5, "r.rail_w"
1, 6, "r.rail_nw"
1, 8, "r.rail_isolated"
; terrain : if more t.whateverN are given it picks one randomly for each tile.
; for example with t.desert1 and t.desert2.
; ... actually in this tileset it doesn't even use these
; as the second ocean layer is drawn over the top of them
; but it's useful to know ...
2, 0, "t.l0.desert1"
6, 6, "t.l0.desert2"
6, 7, "t.l0.desert3"
2, 1, "t.l0.plains1"
2, 2, "t.l0.grassland1"
2, 3, "t.l0.forest1"
2, 4, "t.l0.hills1"
2, 5, "t.l0.mountains1"
2, 6, "t.l0.tundra1"
2, 7, "t.l0.arctic1"
2, 8, "t.l0.swamp1"
; FIXME: The same sprite is drawn twice on top of each other here.
2, 9, "t.l0.jungle1"
2, 9, "t.l1.jungle1"
; more ocean in overlays
; 2, 10, "t.l0.coast1"
; 6, 8, "t.l0.coast2"
; 2, 11, "t.l0.floor1"
; Terrain special resources:
3, 0, "ts.oasis"
4, 0, "ts.oil"
3, 1, "ts.buffalo"
4, 1, "ts.wheat"
4, 2, "ts.grassland_resources", "ts.river_resources"
3, 3, "ts.pheasant"
4, 3, "ts.silk"
3, 4, "ts.coal"
4, 4, "ts.wine"
3, 5, "ts.gold"
4, 5, "ts.iron"
3, 6, "ts.tundra_game"
4, 6, "ts.furs"
3, 7, "ts.arctic_ivory"
4, 7, "ts.arctic_oil"
3, 8, "ts.peat"
4, 8, "ts.spice"
3, 9, "ts.gems"
4, 9, "ts.fruit"
3, 10, "ts.fish"
4, 10, "ts.whales"
5, 7, "ts.seals"
5, 8, "ts.forest_game"
5, 9, "ts.horses"
; extras
5, 0, "tx.oil_mine"
5, 1, "tx.mine"
5, 2, "tx.irrigation"
5, 3, "tx.farmland"
5, 4, "tx.pollution"
5, 5, "tx.fallout"
5, 6, "tx.village"
; random stuff
6, 0, "t.dither_tile"
6, 0, "tx.darkness"
6, 2, "mask.tile"
6, 3, "t.coast_color"
6, 4, "user.attention"
6, 5, "tx.fog"
; darkness
7, 0, "tx.darkness_n"
7, 1, "tx.darkness_ne"
7, 2, "tx.darkness_e"
7, 3, "tx.darkness_s"
7, 4, "tx.darkness_sw"
7, 5, "tx.darkness_w"
; Unit upkeep in city dialog:
; These should probably be handled differently and have
; a different size...
8, 0, "upkeep.gold"
8, 1, "upkeep.gold2"
8, 2, "upkeep.shield"
8, 3, "upkeep.food"
8, 4, "upkeep.food2"
8, 5, "upkeep.unhappy"
8, 6, "upkeep.unhappy2"
}
|