Angband 3.0.9b.
[angband.git] / lib / edit / terrain.txt
blobd5d94bc7e2531f6c77c894d53a69286918286b16
1 # File: terrain.txt
4 # This file is used to initialize the "lib/data/terrain.raw" file, which is
5 # used to initialize the "terrain feature" information for the Angband game.
7 # Do not modify this file unless you know exactly what you are doing,
8 # unless you wish to risk possible system crashes and broken savefiles.
9 # After modifying this file, delete the "lib/data/terrain.raw" file.
11 # Note that the terrain feature are grouped into very regular groups,
12 # such that each of the bits in the feature type conveys information.
14 # Note that terrain feature zero contains the "darkness" picture.
16 # === Understanding terrain.txt ===
18 # N : serial number : terrain name
19 # G : symbol : color
20 # M : feature to mimic
22 # N' indicates the beginning of an entry. The serial number must
23 # increase for each new item.
25 # 'G' is for graphics - symbol and color. There are 16 colors, as
26 # follows:
28 # D - Dark Gray    w - White          s - Gray          o - Orange
29 # r - Red          g - Green          b - Blue          u - Brown
30 # d - Black        W - Light Gray     v - Violet        y - Yellow
31 # R - Light Red    G - Light Green    B - Light Blue    U - Light Brown
33 # 'M' is the index of a feature to mimic.
36 # Version stamp (required)
38 V:3.0.10
41 # 0x00 --> <darkness>
43 N:0:<darkness>
44 G: :w
47 # 0x01 --> open floor
49 N:1:open floor
50 G:.:w
52 # 0x02 --> invisible trap (drawn as open floor)
54 N:2:invisible trap
55 G:.:w
56 M:1
58 # 0x03 --> glyph of warding
60 N:3:glyph of warding
61 G:;:y
63 # 0x04 --> open door
65 N:4:open door
66 G:':U
68 # 0x05 --> broken door
70 N:5:broken door
71 G:':u
73 # 0x06 --> up stairs (perm)
75 N:6:up staircase
76 G:<:w
78 # 0x07 --> down stairs (perm)
80 N:7:down staircase
81 G:>:w
83 # 0x08 --> shop -- general store (perm)
85 N:8:General Store
86 G:1:U
88 # 0x09 --> shop -- armoury (perm)
90 N:9:Armoury
91 G:2:s
93 # 0x0A --> shop -- weapon shop (perm)
95 N:10:Weapon Smiths
96 G:3:w
98 # 0x0B --> shop -- temple (perm)
100 N:11:Temple
101 G:4:g
103 # 0x0C --> shop -- alchemist (perm)
105 N:12:Alchemy Shop
106 G:5:b
108 # 0x0D --> shop -- magic shop (perm)
110 N:13:Magic Shop
111 G:6:r
113 # 0x0E --> shop -- black market (perm)
115 N:14:Black Market
116 G:7:D
118 # 0x0F --> shop -- home (perm)
120 N:15:Home
121 G:8:y
123 # 0x10 --> visible trap -- trap door
125 N:16:trap door
126 G:^:w
128 # 0x11 --> visible trap -- open pit
130 N:17:pit
131 G:^:s
133 # 0x12 --> visible trap -- spiked pit
135 N:18:pit
136 G:^:s
138 # 0x13 --> visible trap -- poison pit
140 N:19:pit
141 G:^:s
143 # 0x14 --> visible trap -- rune -- summon
145 N:20:strange rune
146 G:^:o
148 # 0x15 --> visible trap -- rune -- teleport
150 N:21:strange rune
151 G:^:o
153 # 0x16 --> visible trap -- spot -- fire
155 N:22:discolored spot
156 G:^:u
158 # 0x17 --> visible trap -- spot -- acid
160 N:23:discolored spot
161 G:^:u
163 # 0x18 --> visible trap -- dart -- slow
165 N:24:dart trap
166 G:^:r
168 # 0x19 --> visible trap -- dart -- lose str
170 N:25:dart trap
171 G:^:r
173 # 0x1A --> visible trap -- dart -- lose dex
175 N:26:dart trap
176 G:^:r
178 # 0x1B --> visible trap -- dart -- lose con
180 N:27:dart trap
181 G:^:r
183 # 0x1C --> visible trap -- gas -- blind
185 N:28:gas trap
186 G:^:g
188 # 0x1D --> visible trap -- gas -- confuse
190 N:29:gas trap
191 G:^:g
193 # 0x1E --> visible trap -- gas -- poison
195 N:30:gas trap
196 G:^:g
198 # 0x1F --> visible trap -- gas -- sleep
200 N:31:gas trap
201 G:^:g
203 # 0x2x --> locked door (power 0)
205 N:32:door
206 G:+:U
207 M:32
209 # 0x2x --> locked door (power 1)
211 N:33:locked door
212 G:+:U
213 M:32
215 # 0x2x --> locked door (power 2)
217 N:34:locked door
218 G:+:U
219 M:32
221 # 0x2x --> locked door (power 3)
223 N:35:locked door
224 G:+:U
225 M:32
227 # 0x2x --> locked door (power 4)
229 N:36:locked door
230 G:+:U
231 M:32
233 # 0x2x --> locked door (power 5)
235 N:37:locked door
236 G:+:U
237 M:32
239 # 0x2x --> locked door (power 6)
241 N:38:locked door
242 G:+:U
243 M:32
245 # 0x2x --> locked door (power 7)
247 N:39:locked door
248 G:+:U
249 M:32
251 # 0x2x --> jammed door (power 0)
253 N:40:jammed door
254 G:+:U
255 M:32
257 # 0x2x --> jammed door (power 1)
259 N:41:jammed door
260 G:+:U
261 M:32
263 # 0x2x --> jammed door (power 2)
265 N:42:jammed door
266 G:+:U
267 M:32
269 # 0x2x --> jammed door (power 3)
271 N:43:jammed door
272 G:+:U
273 M:32
275 # 0x2x --> jammed door (power 4)
277 N:44:jammed door
278 G:+:U
279 M:32
281 # 0x2x --> jammed door (power 5)
283 N:45:jammed door
284 G:+:U
285 M:32
287 # 0x2x --> jammed door (power 6)
289 N:46:jammed door
290 G:+:U
291 M:32
293 # 0x2x --> jammed door (power 7)
295 N:47:jammed door
296 G:+:U
297 M:32
299 # 0x30 --> secret door
301 N:48:secret door
302 G:#:w
303 M:56
305 # 0x31 --> pile of rubble
307 N:49:pile of rubble
308 G:::w
310 # 0x32 --> magma vein
312 N:50:magma vein
313 G:%:s
315 # 0x33 --> quartz vein
317 N:51:quartz vein
318 G:%:w
320 # 0x34 --> magma vein + treasure
322 N:52:magma vein
323 G:%:s
324 M:50
326 # 0x35 --> quartz vein + treasure
328 N:53:quartz vein
329 G:%:w
330 M:51
332 # 0x36 --> magma vein + known treasure
334 N:54:magma vein with treasure
335 G:*:o
337 # 0x37 --> quartz vein + known treasure
339 N:55:quartz vein with treasure
340 G:*:o
342 # 0x38 --> granite wall -- basic
344 N:56:granite wall
345 G:#:w
347 # 0x39 --> granite wall -- inner
349 N:57:granite wall
350 G:#:w
351 M:56
353 # 0x3A --> granite wall -- outer
355 N:58:granite wall
356 G:#:w
357 M:56
359 # 0x3B --> granite wall -- solid
361 N:59:granite wall
362 G:#:w
363 M:56
365 # 0x3C --> permanent wall -- basic (perm)
367 N:60:permanent wall
368 G:#:w
370 # 0x3D --> permanent wall -- inner (perm)
372 N:61:permanent wall
373 G:#:w
374 M:60
376 # 0x3E --> permanent wall -- outer (perm)
378 N:62:permanent wall
379 G:#:w
380 M:60
382 # 0x3F --> permanent wall -- solid (perm)
384 N:63:permanent wall
385 G:#:w
386 M:60