Results of running "make update-po"
[freeciv.git] / data / isotrident.tilespec
blob3878e5829586f84386583880815c60f4c152dcfd
2 [tilespec]
4 ; Format and options of this tilespec file:
5 options = "+Freeciv-2.5-tilespec"
7 ; A simple name for the tileset specified by this file:
8 name = "MacroIsoTrident"
9 priority = 10
11 ; TODO: add more overall information fields on tiles, 
12 ; eg, description, authors, colors, etc.
14 ; Basic tile sizes:
15 normal_tile_width  = 64
16 normal_tile_height = 32
17 small_tile_width   = 15
18 small_tile_height  = 20
20 ; Basic tile style.
21 type = "isometric"
22 is_hex = FALSE
24 ; Was fogstyle 0 (old iso style)
25 fogstyle = 2
27 ; Was darkness style 1 (single-sprite)
28 darkness_style = 4
29 ; Which terrain layer darkness is drawn top of (0-2)
30 darkness_layer = 0
32 ; offset the flags by this amount when drawing units
33 unit_flag_offset_x = 17
34 unit_flag_offset_y = 11
35 city_flag_offset_x = 17
36 city_flag_offset_y = 11
38 ; offset the units by this amount when drawing units
39 unit_offset_x = 21
40 unit_offset_y = 13
42 ; offset the city bar text by this amount (from the city tile origin)
43 citybar_offset_y = 20
45 ; offset the tile label text by this amount
46 tilelabel_offset_y = 10
48 ; Font size (points) to use to draw city names and productions:
49 city_names_font_size = 10
50 city_productions_font_size = 10
52 ; These are special because they get freed and reloaded
53 ; as required:
54 main_intro_file    = "misc/intro"
55 minimap_intro_file = "misc/radar"
57 ; Below, the graphics spec files; must be somewhere (anywhere) in 
58 ; the data path. Order may be important for color allocation on 
59 ; low-color systems, and if there are any duplicate tags (lattermost
60 ; tag is used).
61 files =
62   "misc/overlays.spec",
63   "misc/citybar.spec",
64   "isotrident/terrain1.spec",
65   "isotrident/terrain2.spec",
66   "isotrident/tiles.spec",
67   "isotrident/grid.spec",
68   "misc/small.spec",
69   "misc/governments.spec",
70   "misc/specialists.spec",
71   "trident/units.spec",
72   "isotrident/unitextras.spec",
73   "isotrident/select.spec",
74   "misc/flags.spec",
75   "misc/shields.spec",
76   "misc/cursors.spec",
77   "misc/buildings.spec",
78   "misc/space.spec",
79   "misc/techs.spec",
80   "misc/treaty.spec",
81   "misc/icons.spec",
82   "misc/editor.spec",
83   "isotrident/fog.spec",
84   "isotrident/nuke.spec",
85   "trident/explosions.spec",
86   "isotrident/cities.spec",
87   "isotrident/morecities.spec"
90 ; Include color definitions
91 *include "misc/colors.tilespec"
93 ; Terrain info - see README.graphics
95 [layer0]
96 match_types = "land", "water"
98 [layer1]
99 match_types = "forest", "hills", "mountains", "ridge"
101 ; Water graphics referenced by terrain.ruleset
103 [tile_coast]
104 blend_layer = 1
105 num_layers = 1
106 layer0_match_type = "water"
107 layer0_match_with = "water"
108 layer0_sprite_type = "corner"
109 mine_sprite = "tx.oil_mine"
111 [tile_floor]
112 blend_layer = 0
113 num_layers = 1
114 layer0_match_type = "water"
115 layer0_match_with = "water"
116 layer0_sprite_type = "corner"
117 mine_sprite = "tx.oil_mine"
119 ; Land graphics referenced by terrain.ruleset
121 [tile_arctic]
122 blend_layer = 1
123 num_layers = 1
124 layer0_match_type = "land"
125 mine_sprite = "tx.oil_mine"
127 [tile_desert]
128 blend_layer = 1
129 num_layers = 1
130 layer0_match_type = "land"
131 mine_sprite = "tx.oil_mine"
133 [tile_forest]
134 blend_layer = 1
135 num_layers = 2
136 layer0_match_type = "land"
137 layer1_match_type = "forest"
138 layer1_match_with = "forest"
139 mine_sprite = "tx.mine"
141 [tile_grassland]
142 blend_layer = 1
143 num_layers = 1
144 layer0_match_type = "land"
145 mine_sprite = "tx.mine"
147 [tile_hills]
148 blend_layer = 1
149 num_layers = 2
150 layer0_match_type = "land"
151 layer1_match_type = "hills"
152 layer1_match_with = "hills"
153 mine_sprite = "tx.mine"
155 [tile_jungle]
156 blend_layer = 1
157 num_layers = 1
158 layer0_match_type = "land"
159 mine_sprite = "tx.mine"
161 [tile_mountains]
162 blend_layer = 1
163 num_layers = 2
164 layer0_match_type = "land"
165 layer1_match_type = "mountains"
166 layer1_match_with = "mountains"
167 mine_sprite = "tx.mine"
169 [tile_plains]
170 blend_layer = 1
171 num_layers = 1
172 layer0_match_type = "land"
173 mine_sprite = "tx.mine"
175 [tile_swamp]
176 blend_layer = 1
177 num_layers = 1
178 layer0_match_type = "land"
179 mine_sprite = "tx.mine"
181 [tile_tundra]
182 blend_layer = 1
183 num_layers = 1
184 layer0_match_type = "land"
185 mine_sprite = "tx.oil_mine"
187 [roads]
188 styles =
189     { "name", "style"
190       "road.road",  "AllSeparate"
191       "road.rail",  "AllSeparate"
192       "road.river", "River"
193     }