OSDN Git Service

eeac31c4fadbec44fea3c7073f0614128febcdad
[hengbandforosx/hengbandosx.git] / lib / edit / f_info.txt
1 # File: f_info.txt
2
3
4 # This file is used to initialize the "lib/raw/f_info.raw" file, which is
5 # used to initialize the "terrain feature" information for the Angband game.
6
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
10 # After modifying this file, delete the "lib/raw/f_info.raw" file.
11
12 # Note that the terrain feature are grouped into very regular groups,
13 # such that each of the bits in the feature type conveys information.
14
15 # Note that terrain feature zero contains the "darkness" picture.
16
17 # === Understanding f_info.txt ===
18
19 # N:serial number:terrain name
20 # G:symbol:color
21 # M:mimic
22
23 # 'N' indicates the beginning of an entry. The serial number must
24 # increase for each new item.
25
26 # 'G' is for graphics - symbol and color. There are 16 colors, as
27 # follows:
28
29 # 'M' is for fixed mimicing terrain type.  Pretend other terrain with
30 # all visual effects.  No effect on temporal mimic.
31
32 # D - Black        w - White          s - Gray          o - Orange
33 # r - Red          g - Green          b - Blue          u - Brown
34 # d - Dark Gray    W - Light Gray     v - Violet        y - Yellow
35 # R - Light Red    G - Light Green    B - Light Blue    U - Light Brown
36
37
38 # Version stamp (required)
39
40 V:2.8.1
41
42
43 # 0x00 --> nothing
44
45 N:0:̤ÃΤÎÃÏ·Á
46 E:unknown grid
47 G: :w
48
49
50 # 0x01 --> open floor
51
52 N:1:¾²
53 E:open floor
54 G:.:w
55
56 # 0x02 --> invisible trap (drawn as open floor)
57
58 N:2:±£¤ì¤¿¥È¥é¥Ã¥×
59 E:invisible trap
60 G:.:w
61 M:1
62
63 # 0x03 --> glyph of warding
64
65 N:3:²óÈò¤ÎĦÁü
66 E:glyph of warding
67 G:;:y
68
69 # 0x04 --> open door
70
71 N:4:³«¤¤¤¿¥É¥¢
72 E:open door
73 G:':U
74
75 # 0x05 --> broken door
76
77 N:5:²õ¤ì¤¿¥É¥¢
78 E:broken door
79 G:':u
80
81 # 0x06 --> up stairs (perm)
82
83 N:6:¾å¤ê³¬ÃÊ
84 E:up staircase
85 G:<:w
86
87 # 0x07 --> down stairs (perm)
88
89 N:7:²¼¤ê³¬ÃÊ
90 E:down staircase
91 G:>:w
92
93 N:8:¥¯¥¨¥¹¥ÈÆþ¸ý
94 E:quest entrance
95 G:>:y
96
97 N:9:¥¯¥¨¥¹¥È½Ð¸ý
98 E:quest exit
99 G:<:y
100
101 N:10:¥¯¥¨¥¹¥È²¼¤ê³¬ÃÊ
102 E:quest down level
103 G:>:r
104
105 N:11:¥¯¥¨¥¹¥È¾å¤¬¤ê³¬ÃÊ
106 E:quest up level
107 G:<:r
108
109 N:12:³¹¤Î½Ð¸ý
110 E:town exit
111 G:>:g
112
113 # 0x0C --> up stairs (perm)
114
115 N:13:¾å¤ê¹£Æ»
116 E:shaft up
117 G:<:U
118
119 # 0x0D --> down stairs (perm)
120
121 N:14:²¼¤ê¹£Æ»
122 E:shaft down
123 G:>:U
124
125 # 0x10 --> visible trap -- trap door
126
127 N:16:¥È¥é¥Ã¥×¡¦¥É¥¢
128 E:trap door
129 G:^:w
130
131 # 0x11 --> visible trap -- open pit
132
133 N:17:Íî¤È¤··ê
134 E:pit
135 G:^:s
136
137 # 0x12 --> visible trap -- spiked pit
138
139 N:18:Íî¤È¤··ê
140 E:pit
141 G:^:s
142 M:17
143
144 # 0x13 --> visible trap -- poison pit
145
146 N:19:Íî¤È¤··ê
147 E:pit
148 G:^:s
149 M:17
150
151 # 0x14 --> visible trap -- rune -- summon
152
153 N:20:¼Ù°­¤Ê¥ë¡¼¥ó
154 E:evil rune
155 G:^:G
156
157 # 0x15 --> visible trap -- rune -- teleport
158
159 N:21:´ñ̯¤Ê¥ë¡¼¥ó
160 E:strange rune
161 G:^:o
162
163 # 0x16 --> visible trap -- spot -- fire
164
165 N:22:¾Ç¤²¤¿¾ì½ê
166 E:discolored spot
167 G:^:u
168
169 # 0x17 --> visible trap -- spot -- acid
170
171 N:23:¾Ç¤²¤¿¾ì½ê
172 E:discolored spot
173 G:^:u
174 M:22
175
176 # 0x18 --> visible trap -- dart -- slow
177
178 N:24:¥À¡¼¥Ä¡¦¥È¥é¥Ã¥×
179 E:dart trap
180 G:^:r
181
182 # 0x19 --> visible trap -- dart -- lose str
183
184 N:25:¥À¡¼¥Ä¡¦¥È¥é¥Ã¥×
185 E:dart trap
186 G:^:r
187 M:24
188
189 # 0x1A --> visible trap -- dart -- lose dex
190
191 N:26:¥À¡¼¥Ä¡¦¥È¥é¥Ã¥×
192 E:dart trap
193 G:^:r
194 M:24
195
196 # 0x1B --> visible trap -- dart -- lose con
197
198 N:27:¥À¡¼¥Ä¡¦¥È¥é¥Ã¥×
199 E:dart trap
200 G:^:r
201 M:24
202
203 # 0x1C --> visible trap -- gas -- blind
204
205 N:28:¥¬¥¹¡¦¥È¥é¥Ã¥×
206 E:gas trap
207 G:^:g
208
209 # 0x1D --> visible trap -- gas -- confuse
210
211 N:29:¥¬¥¹¡¦¥È¥é¥Ã¥×
212 E:gas trap
213 G:^:g
214 M:28
215
216 # 0x1E --> visible trap -- gas -- poison
217
218 N:30:¥¬¥¹¡¦¥È¥é¥Ã¥×
219 E:gas trap
220 G:^:g
221 M:28
222
223 # 0x1F --> visible trap -- gas -- sleep
224
225 N:31:¥¬¥¹¡¦¥È¥é¥Ã¥×
226 E:gas trap
227 G:^:g
228 M:28
229
230 # 0x2x --> locked door (power 0)
231
232 N:32:¥É¥¢
233 E:door
234 G:+:U
235
236 # 0x2x --> locked door (power 1)
237
238 N:33:¸°¤Î¤«¤«¤Ã¤¿¥É¥¢
239 E:locked door
240 G:+:U
241 M:32
242
243 # 0x2x --> locked door (power 2)
244
245 N:34:¸°¤Î¤«¤«¤Ã¤¿¥É¥¢
246 E:locked door
247 G:+:U
248 M:32
249
250 # 0x2x --> locked door (power 3)
251
252 N:35:¸°¤Î¤«¤«¤Ã¤¿¥É¥¢
253 E:locked door
254 G:+:U
255 M:32
256
257 # 0x2x --> locked door (power 4)
258
259 N:36:¸°¤Î¤«¤«¤Ã¤¿¥É¥¢
260 E:locked door
261 G:+:U
262 M:32
263
264 # 0x2x --> locked door (power 5)
265
266 N:37:¸°¤Î¤«¤«¤Ã¤¿¥É¥¢
267 E:locked door
268 G:+:U
269 M:32
270
271 # 0x2x --> locked door (power 6)
272
273 N:38:¸°¤Î¤«¤«¤Ã¤¿¥É¥¢
274 E:locked door
275 G:+:U
276 M:32
277
278 # 0x2x --> locked door (power 7)
279
280 N:39:¸°¤Î¤«¤«¤Ã¤¿¥É¥¢
281 E:locked door
282 G:+:U
283 M:32
284
285 # 0x2x --> jammed door (power 0)
286
287 N:40:¤¯¤µ¤Ó¤¬ÂǤ¿¤ì¤¿¥É¥¢
288 E:jammed door
289 G:+:U
290 M:32
291
292 # 0x2x --> jammed door (power 1)
293
294 N:41:¤¯¤µ¤Ó¤¬ÂǤ¿¤ì¤¿¥É¥¢
295 E:jammed door
296 G:+:U
297 M:32
298
299 # 0x2x --> jammed door (power 2)
300
301 N:42:¤¯¤µ¤Ó¤¬ÂǤ¿¤ì¤¿¥É¥¢
302 E:jammed door
303 G:+:U
304 M:32
305
306 # 0x2x --> jammed door (power 3)
307
308 N:43:¤¯¤µ¤Ó¤¬ÂǤ¿¤ì¤¿¥É¥¢
309 E:jammed door
310 G:+:U
311 M:32
312
313 # 0x2x --> jammed door (power 4)
314
315 N:44:¤¯¤µ¤Ó¤¬ÂǤ¿¤ì¤¿¥É¥¢
316 E:jammed door
317 G:+:U
318 M:32
319
320 # 0x2x --> jammed door (power 5)
321
322 N:45:¤¯¤µ¤Ó¤¬ÂǤ¿¤ì¤¿¥É¥¢
323 E:jammed door
324 G:+:U
325 M:32
326
327 # 0x2x --> jammed door (power 6)
328
329 N:46:¤¯¤µ¤Ó¤¬ÂǤ¿¤ì¤¿¥É¥¢
330 E:jammed door
331 G:+:U
332 M:32
333
334 # 0x2x --> jammed door (power 7)
335
336 N:47:¤¯¤µ¤Ó¤¬ÂǤ¿¤ì¤¿¥É¥¢
337 E:jammed door
338 G:+:U
339 M:32
340
341 # 0x30 --> secret door
342
343 N:48:±£¤·¥É¥¢
344 E:secret door
345 G:#:w
346 M:56
347
348 # 0x31 --> rubble
349
350 N:49:´äÀÐ
351 E:pile of rubble
352 G:::w
353
354 # 0x32 --> magma vein
355
356 N:50:ÍÏ´ä¤Î¹ÛÌ®
357 E:magma vein
358 G:%:s
359
360 # 0x33 --> quartz vein
361
362 N:51:ÀбѤιÛÌ®
363 E:quartz vein
364 G:%:w
365
366 # 0x34 --> magma vein + treasure
367
368 N:52:ÍÏ´ä¤Î¹ÛÌ®(±£¤µ¤ì¤¿ºâÊõ¤ò´ÞÍ­)
369 E:magma vein with hidden treasure
370 G:%:s
371 M:50
372
373 # 0x35 --> quartz vein + treasure
374
375 N:53:ÀбѤιÛÌ®(±£¤µ¤ì¤¿ºâÊõ¤ò´ÞÍ­)
376 E:quartz vein hidden treasure
377 G:%:w
378 M:51
379
380 # 0x36 --> magma vein + known treasure
381
382 N:54:ºâÊõ¤ò´ÞÍ­¤·¤¿ÍÏ´ä¤Î¹ÛÌ®
383 E:magma vein with treasure
384 G:*:o
385
386 # 0x37 --> quartz vein + known treasure
387
388 N:55:ºâÊõ¤ò´ÞÍ­¤·¤¿ÀбѤιÛÌ®
389 E:quartz vein with treasure
390 G:*:o
391
392 # 0x38 --> granite wall -- basic
393
394 N:56:²ÖÖ¾´ä¤ÎÊÉ
395 E:granite wall
396 G:#:w
397
398 # 0x39 --> granite wall -- inner
399
400 N:57:²ÖÖ¾´ä¤ÎÊÉ
401 E:granite wall
402 G:#:w
403 M:56
404
405 # 0x3A --> granite wall -- outer
406
407 N:58:²ÖÖ¾´ä¤ÎÊÉ
408 E:granite wall
409 G:#:w
410 M:56
411
412 # 0x3B --> granite wall -- solid
413
414 N:59:²ÖÖ¾´ä¤ÎÊÉ
415 E:granite wall
416 G:#:w
417 M:56
418
419 # 0x3C --> permanent wall -- basic (perm)
420
421 N:60:±Êµ×´ä¤ÎÊÉ
422 E:permanent wall
423 G:#:U
424
425 # 0x3D --> permanent wall -- inner (perm)
426
427 N:61:±Êµ×´ä¤ÎÊÉ
428 E:permanent wall
429 G:#:U
430 M:60
431
432 # 0x3E --> permanent wall -- outer (perm)
433
434 N:62:±Êµ×´ä¤ÎÊÉ
435 E:permanent wall
436 G:#:U
437 M:60
438
439 # 0x3F --> permanent wall -- solid (perm)
440
441 N:63:±Êµ×´ä¤ÎÊÉ
442 E:permanent wall
443 G:#:U
444 M:60
445
446 N:64:Çúȯ¥ë¡¼¥ó
447 E:explosive rune
448 G:;:R
449
450 N:65:¥Ñ¥¿¡¼¥ó½ÐȯÅÀ
451 E:Pattern startpoint
452 G:*:w
453
454 N:66:¥Ñ¥¿¡¼¥ó¤Î°ìÉô
455 E:section of the Pattern
456 G:*:B
457
458 N:67:¥Ñ¥¿¡¼¥ó¤Î°ìÉô
459 E:section of the Pattern
460 G:*:b
461
462 N:68:¥Ñ¥¿¡¼¥ó¤Î°ìÉô
463 E:section of the Pattern
464 G:*:B
465
466 N:69:¥Ñ¥¿¡¼¥ó¤Î°ìÉô
467 E:section of the Pattern
468 G:*:b
469
470 N:70:¥Ñ¥¿¡¼¥ó¤Î°ìÉô
471 E:section of the Pattern
472 G:*:W
473
474 N:71:¥Ñ¥¿¡¼¥ó¤Î°ìÉô(discharged)
475 E:section of the Pattern (discharged)
476 G:*:W
477
478 N:72:¥Ñ¥¿¡¼¥ó½Ð¸ý
479 E:Pattern exit
480 G:*:w
481
482 N:73:²õ¤ì¤¿¥Ñ¥¿¡¼¥ó¤Î°ìÉô
483 E:corrupted section of the Pattern
484 G:*:D
485
486 # 0x4A --> shop -- general store (perm)
487
488 N:74:»¨²ß²°
489 E:General Store
490 G:1:U
491
492 # 0x4B --> shop -- armoury (perm)
493
494 N:75:Ëɶñ²°
495 E:Armoury
496 G:2:s
497
498 # 0x4C --> shop -- weapon shop (perm)
499
500 N:76:Éð´ïÀìÌçŹ
501 E:Weapon Smiths
502 G:3:w
503
504 # 0x4D --> shop -- temple (perm)
505
506 N:77:»û±¡
507 E:Temple
508 G:4:g
509
510 # 0x4E --> shop -- alchemist (perm)
511
512 N:78:Ï£¶â½Ñ¤ÎŹ
513 E:Alchemy Shop
514 G:5:b
515
516 # 0x4F --> shop -- magic shop (perm)
517
518 N:79:ËâË¡¤ÎŹ
519 E:Magic Shop
520 G:6:r
521
522 # 0x50 --> shop -- black market (perm)
523
524 N:80:¥Ö¥é¥Ã¥¯¡¦¥Þ¡¼¥±¥Ã¥È
525 E:Black Market
526 G:7:D
527
528 # 0x51 --> shop -- home (perm)
529
530 N:81:²æ¤¬²È
531 E:Home
532 G:8:y
533
534 # 0x52 --> shop -- bookstore (perm)
535
536 N:82:½ñŹ
537 E:Bookstore
538 G:9:o
539
540 # 0x53 --> terrain -- deep water
541
542 N:83:¿¼¤¤¿å
543 E:pool of deep water
544 G:~:b
545
546 N:84:Àõ¤¤¿å¤Îή¤ì
547 E:stream of shallow water
548 G:~:B
549
550 N:85:¿¼¤¤ÍÏ´äί¤ê
551 E:pool of deep lava
552 G:~:r
553
554 N:86:Àõ¤¤ÍÏ´ä¤Îή¤ì
555 E:stream of shallow lava
556 G:~:U
557
558 N:87:°Å¤¤·ê
559 E:dark pit
560 G:#:D
561
562 N:88:º½ÃÏ
563 E:dirt
564 G:.:u
565
566 N:89:ÁðÃÏ
567 E:patch of grass
568 G:.:g
569
570 N:90:¥³¥ó¥Ñ¥¯¥È¥ë¡¼¥ó
571 E:compact rune
572 G:^:D
573
574 N:91:·ÙÊóÁõÃÖ
575 E:alarm
576 G:^:R
577
578 N:92:³«Ì祹¥¤¥Ã¥Á
579 E:wall opeing trap
580 G:^:w
581
582 N:93:²Ö
583 E:flower
584 G:::G
585
586 N:94:Áð¤à¤é
587 E:brake
588 G:::g
589
590 N:95:Çîʪ´Û
591 E:Museum
592 G:0:v
593
594 N:96:ÌÚ
595 E:tree
596 G:#:G
597
598 N:97:»³Ì®
599 E:mountain chain
600 G:^:o
601
602 N:128:·úʪ
603 E:Building
604 G:+:U
605
606 N:129:·úʪ
607 E:Building
608 G:+:U
609
610 N:130:·úʪ
611 E:Building
612 G:+:v
613
614 N:131:·úʪ
615 E:Building
616 G:+:U
617
618 N:132:·úʪ
619 E:Building
620 G:+:U
621
622 N:133:·úʪ
623 E:Building
624 G:+:U
625
626 N:134:·úʪ
627 E:Building
628 G:+:U
629
630 N:135:·úʪ
631 E:Building
632 G:+:o
633
634 N:136:·úʪ
635 E:Building
636 G:+:R
637
638 N:137:·úʪ
639 E:Building
640 G:+:G
641
642 N:138:·úʪ
643 E:Building
644 G:+:v
645
646 N:139:·úʪ
647 E:Building
648 G:+:u
649
650 N:140:·úʪ
651 E:Building
652 G:+:w
653
654 N:141:·úʪ
655 E:Building
656 G:+:B
657
658 N:142:·úʪ
659 E:Building
660 G:+:B
661
662 N:143:·úʪ
663 E:Building
664 G:+:B
665
666 N:144:·úʪ
667 E:Building
668 G:+:B
669
670 N:145:·úʪ
671 E:Building
672 G:+:B
673
674 N:146:·úʪ
675 E:Building
676 G:+:B
677
678 N:147:·úʪ
679 E:Building
680 G:+:B
681
682 N:148:·úʪ
683 E:Building
684 G:+:B
685
686 N:149:·úʪ
687 E:Building
688 G:+:B
689
690 N:150:·úʪ
691 E:Building
692 G:+:B
693
694 N:151:·úʪ
695 E:Building
696 G:+:B
697
698 N:152:·úʪ
699 E:Building
700 G:+:B
701
702 N:153:·úʪ
703 E:Building
704 G:+:B
705
706 N:154:·úʪ
707 E:Building
708 G:+:B
709
710 N:155:·úʪ
711 E:Building
712 G:+:B
713
714 N:156:·úʪ
715 E:Building
716 G:+:B
717
718 N:157:·úʪ
719 E:Building
720 G:+:B
721
722 N:158:·úʪ
723 E:Building
724 G:+:B
725
726 N:159:·úʪ
727 E:Building
728 G:+:B
729
730 N:192:³¹
731 E:Town
732 G:*:W
733
734 N:193:¥À¥ó¥¸¥ç¥ó¤Ø¤ÎÆþ¸ý
735 E:entrance to dungeon
736 G:>:v
737
738 N:194:¾ÂÃÏ
739 E:swamp
740 G:.:B
741
742 N:195:¶À
743 E:mirror
744 G:*:v
745
746 # Used by view_unsafe_grids option
747 N:196:̤ÃΤÎÃÏ·Á (̤´¶ÃÎ)
748 E:unknown grid (not detected)
749 G:x:D
750
751 N:197:¥Ï¥ë¥Þ¥²¥É¥ó¡¦¥È¥é¥Ã¥×
752 E:Armageddon trap
753 G:^:v
754
755 N:198:¥Ô¥é¥Ë¥¢¡¦¥È¥é¥Ã¥×
756 E:Piranha trap
757 G:^:b
758