/usr/share/games/freeciv/amplio2/terrain1.spec is in freeciv-data 2.5.10-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 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 | [spec]
; Format and options of this spec file:
options = "+Freeciv-2.5-spec"
[info]
artists = "
Hogne Håskjold
Daniel Speyer
Yautja
CapTVK
"
[file]
gfx = "amplio2/terrain1"
[grid_main]
x_top_left = 1
y_top_left = 1
dx = 96
dy = 48
pixel_border = 1
tiles = { "row", "column", "tag"
; terrain
0, 0, "t.l0.desert1"
1, 0, "t.l0.plains1"
2, 0, "t.l0.grassland1"
3, 0, "t.l0.forest1"
4, 0, "t.l0.hills1"
5, 0, "t.l0.mountains1"
6, 0, "t.l0.tundra1"
7, 0, "t.l0.arctic1"
;7, 0, "t.l1.arctic1" not redrawn
;7, 0, "t.l2.arctic1" not redrawn
8, 0, "t.l0.swamp1"
9, 0, "t.l0.jungle1"
10, 0, "t.l0.inaccessible1"
; Terrain special resources:
0, 2, "ts.oasis"
0, 4, "ts.oil"
1, 2, "ts.buffalo"
1, 4, "ts.wheat"
2, 2, "ts.pheasant"
2, 4, "ts.silk"
3, 2, "ts.coal"
3, 4, "ts.wine"
4, 2, "ts.gold"
4, 4, "ts.iron"
5, 2, "ts.tundra_game"
5, 4, "ts.furs"
6, 2, "ts.arctic_ivory"
6, 4, "ts.arctic_oil"
7, 2, "ts.peat"
7, 4, "ts.spice"
8, 2, "ts.gems"
8, 4, "ts.fruit"
9, 2, "ts.fish"
9, 4, "ts.whales"
10, 2, "ts.seals"
10, 4, "ts.forest_game"
11, 2, "ts.horses"
11, 4, "ts.grassland_resources", "ts.river_resources"
;roads
12, 0, "road.road_isolated"
12, 1, "road.road_n"
12, 2, "road.road_ne"
12, 3, "road.road_e"
12, 4, "road.road_se"
12, 5, "road.road_s"
12, 6, "road.road_sw"
12, 7, "road.road_w"
12, 8, "road.road_nw"
;rails
13, 0, "road.rail_isolated"
13, 1, "road.rail_n"
13, 2, "road.rail_ne"
13, 3, "road.rail_e"
13, 4, "road.rail_se"
13, 5, "road.rail_s"
13, 6, "road.rail_sw"
13, 7, "road.rail_w"
13, 8, "road.rail_nw"
;add-ons
0, 6, "tx.oil_mine"
1, 6, "tx.irrigation"
2, 6, "tx.farmland"
3, 6, "tx.mine"
4, 6, "tx.pollution"
5, 6, "tx.village"
6, 6, "tx.fallout"
15, 0, "t.dither_tile"
15, 0, "tx.darkness"
15, 2, "mask.tile"
15, 2, "t.unknown1"
7, 0, "t.blend.arctic" ;ice over neighbors
15, 3, "t.blend.coast"
15, 3, "t.blend.lake"
15, 4, "user.attention"
15, 5, "tx.fog"
}
|