root/trunk/lib/pref/message.prf

Revision 1005, 1.1 kB (checked in by takkaria, 2 months ago)
  • Fix silly logic error in player/calcs.c.
  • Make "You are too afraid to attack x!" messages orange by default.
  • Property svn:eol-style set to native
Line 
1 # File: message.prf
2
3 #
4 # This file defines the default message colors.
5 #
6 # This file includes, if appropriate, various "sub-files".
7 #
8 # See "lib/help/command.txt" and "src/files.c" for more information.
9 #
10 # Format:
11 # M:<message-type>:<color>
12 #
13 # Possible colors:
14 # d = Black
15 # w = White
16 # s = Gray
17 # o = Orange
18 # r = Red
19 # g = Green
20 # b = Blue
21 # u = Brown
22 # D = Dark Gray
23 # W = Light Gray
24 # v = Violet
25 # y = Yellow
26 # R = Light Red
27 # G = Light Green
28 # B = Light Blue
29 # U = Light Brown
30
31
32 # MSG_GENERIC
33 M:0:w
34
35 # MSG_HIT
36 M:1:w
37
38 # MSG_MISS
39 M:2:w
40
41 # MSG_FLEE
42 M:3:w
43
44 # MSG_DROP
45 M:4:w
46
47 # MSG_KILL
48 M:5:w
49
50 # MSG_LEVEL
51 M:6:w
52
53 # MSG_DEATH
54 M:7:w
55
56 # MSG_STUDY
57 M:8:w
58
59 # MSG_TELEPORT
60 M:9:w
61
62 # MSG_SHOOT
63 M:10:w
64
65 # MSG_QUAFF
66 M:11:w
67
68 # MSG_ZAP
69 M:12:w
70
71 # MSG_WALK
72 M:13:w
73
74 # MSG_TPOTHER
75 M:14:w
76
77 # MSG_HITWALL
78 M:15:w
79
80 # MSG_EAT
81 M:16:w
82
83 # MSG_STORE1
84 M:17:w
85
86 # MSG_STORE2
87 M:18:w
88
89 # MSG_STORE3
90 M:19:w
91
92 # MSG_STORE4
93 M:20:w
94
95 # MSG_DIG
96 M:21:w
97
98 # MSG_OPENDOOR
99 M:22:w
100
101 # MSG_SHUTDOOR
102 M:23:w
103
104 # MSG_TPLEVEL
105 M:24:w
106
107 # MSG_BELL
108 M:25:o
109
110 # MSG_NOTHING_TO_OPEN
111 M:26:w
112
113 # MSG_LOCKPICK_FAIL
114 M:27:w
115
116 # MSG_STAIRS
117 M:28:w
118
119 # MSG_HITPOINT_WARN
120 M:29:o
121
122 # MSG_AFRAID
123 M:56:o
124
125 ?:1
126
Note: See TracBrowser for help on using the browser.