summaryrefslogtreecommitdiffstats
path: root/nethackrc
blob: 79ed0d106f7a0feab0f013ddd3d1eb9d1714a906 (plain) (blame)
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
# http://sartak.katron.org/misc/pbf/images/088.jpg
OPTIONS=catname:Sgt. Grumbles
# http://sartak.katron.org/misc/pbf/images/146.jpg
OPTIONS=horsename:Giga-Knight
# http://sartak.katron.org/misc/pbf/images/127.jpg
OPTIONS=dogname:Caffeinator

OPTIONS=hilite_pet
OPTIONS=fruit:brain
OPTIONS=autopickup,pickup_types:$!/="+?
OPTIONS=disclose:+iagcv
OPTIONS=!cmdassist,!help,!legacy,!news,suppress_alert:3.4.3
OPTIONS=autodig,!prayconfirm,lootabc

OPTIONS=msg_window:reverse,msghistory:1000
OPTIONS=lit_corridor,color
OPTIONS=showrace
OPTIONS=!sparkle
OPTIONS=showexp,time
OPTIONS=runmode:teleport,!rest_on_space
#OPTIONS=number_pad:1
OPTIONS=boulder:0
OPTIONS=scores:10 top/3 around/own
OPTIONS=pickup_burden:unencumbered

# turn ghosts and shades into 'X' - great with telepathy for bones detection
OPTIONS=monsters:abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ@X'&;:~]

# stuff not in vanilla follows
OPTIONS=showscore
OPTIONS=sortloot:full
OPTIONS=showborn

# I encourage people to use my menucolors! It's why I have a version and date.

# eidocolors 1.10.2, 19:49 06 May 07
# last minor:     made some menucolors less strict (lifesaving, luck, e.g.)
#                 added "goody" colors for: castle instruments, =oTC, =oFA, scope
#                 should now color wands called "tele/canc"
#                 water colors now allow names holy/unholy
#                 B/UC/C (or U) are now valid shorthands
#                 remove duplicate cursed luckstone color
#                 remove shopping section entirely
# last revision:  fixed some new colors
#                 add "oRef, =oLev goody colors

OPTIONS=menucolors

#########
# B/U/C #
#########
#MENUCOLOR="^[a-zA-Z$] - "=white #may want to enable this if regularly playing priest.. (priests don't see the 'uncursed')
MENUCOLOR=" !C"=white
MENUCOLOR=" !B"=white
MENUCOLOR=" !UC"=white
MENUCOLOR=" uncursed\| UC?\($\| \)"=white
MENUCOLOR=" ([-0-9]+:[-0-9]+)"=white #nethack doesn't display "uncursed" if charges are known
MENUCOLOR=" [+-][0-9]"=white

MENUCOLOR=" blessed\| B\($\| \)"=cyan
MENUCOLOR=" cursed\| C\($\| \)"=red

################
# WATER SPORTS #
################
MENUCOLOR=" holy water"=cyan&bold
MENUCOLOR=" blessed clear potion"=cyan&bold
MENUCOLOR=" blessed potions? called water"=cyan&bold
MENUCOLOR=" clear potions? named \(holy\|blessed\|B\)\($\| \)"=cyan&bold
MENUCOLOR=" potions? of water named \(holy\|blessed\|B\)\($\| \)"=cyan&bold
MENUCOLOR=" potions? called water named \(holy\|blessed\|B\)\($\| \)"=cyan&bold
MENUCOLOR=" unholy water"=orange
MENUCOLOR=" cursed clear potion"=orange
MENUCOLOR=" cursed potions? called water"=orange
MENUCOLOR=" potions? called water named \(unholy\|cursed\|C\)\($\| \)"=orange

#################
# FOOD CONDUCTS # thanks, teabing!
#################
# vegan
MENUCOLOR="\(food \|cram \|K-\|C-\)ration\|gunyoki"=green&bold
MENUCOLOR="lembas wafer\|melon\|carrot\|tin .* spinach"=green&bold
MENUCOLOR=" oranges?\( named.*\)?$"=green&bold # avoid coloring orange DSM
MENUCOLOR=" pears?\( named.*\)?$"=green&bold # avoid coloring pearl rings
MENUCOLOR=" apple\|banana\|kelp\|eucalyptus\|garlic\|wolfsbane"=green&bold
MENUCOLOR=" slime mold\| brain"=green&bold  ## YOUR FRUIT HERE
MENUCOLOR="\(tin of \)?\(gelatinous cube\|acid blob\|quivering blob\)\( corpse\)?"=green&bold
MENUCOLOR="\(tin of \)?\(blue\|spotted\|ochre\) jelly\( corpse\)?"=green&bold
MENUCOLOR="\(tin of \)?lichen\|shrieker\|violet fungus\|\(brown\|yellow\|green\|red\) mold\( corpse\)?"=green&bold

# vegetarian
MENUCOLOR="egg\|pancake\|fortune cookie\|candy bar\|royal jelly\|cream pie\|candle"=green
MENUCOLOR="\(tin of \)?brown pudding\|gray ooze\( corpse\)?"=green

###########
# GOODIES #
###########
MENUCOLOR=" bag .* holding"=magenta
MENUCOLOR=" luck\(stone\)?\($\| \)"=magenta
MENUCOLOR=" wand .* wish\(ing\)?\($\| \)"= magenta
MENUCOLOR=" magic marker"=magenta
MENUCOLOR=" magic lamp\|lamp .* magic"=magenta
MENUCOLOR=" unicorn horn[^[]*$"=magenta #this doesn't color the #enhance unicorn horn skill
MENUCOLOR=" tinning kit"=magenta
MENUCOLOR=" ring .* regen\(eration\)?\($\| \)"=magenta
MENUCOLOR=" ring .* conflict"=magenta
MENUCOLOR=" ring .* \(FA\|free action\)\($\| \)"=magenta
MENUCOLOR=" ring .* \(TC\|teleport control\)\($\| \)"=magenta
MENUCOLOR=" ring .* lev\(itation\)?\($\| \)"=magenta
MENUCOLOR=" amulet .* \(life ?saving\|LS\)\($\| \)"=magenta
MENUCOLOR=" amulet .* ref\(lection\)?\($\| \)"=magenta
MENUCOLOR=" c\(o\|hi\)ckatrice \(corpse\|egg\)"=magenta
MENUCOLOR=" egg .* cockatrice"=magenta
MENUCOLOR=" stethoscope"=magenta

#instruments
MENUCOLOR="tooled horn\|fire horn\|frost horn\|horn .* \(tooled\|fire\|frost\)"=magenta
MENUCOLOR=" harp"=magenta
MENUCOLOR=" bugle"=magenta
MENUCOLOR=" flute"=magenta

#############
# ARTIFACTS #
#############
#unaligned
MENUCOLOR=" \(Dragonbane\|Fire Brand\|Frost Brand\|Ogresmasher\|Trollsbane\|Werebane\)"=lightgreen

#lawful normal, quest
MENUCOLOR=" \(Demonbane\|Excalibur\|Grayswandir\|Snickersnee\|Sunsword\)"=lightgreen
MENUCOLOR=" \(Orb of Detection\|Sceptre of Might\|Magic Mirror of Merlin\|Mitre of Holiness\|Tsurugi of Muramasa\)"=lightgreen

#neutral normal, quest
MENUCOLOR=" \(Cleaver\|Giantslayer\|Magicbane\|Mjollnir\|Vorpal Blade\)"=lightgreen
MENUCOLOR=" \(Heart of Ahriman\|Staff of Aesculapius\|Eyes of the Overworld\|Platinum Yendorian Express Card\|Orb of Fate\|Eye of the Aethiopica\)"=lightgreen

#chaotic normal, quest
MENUCOLOR=" \(Grimtooth\|Orcrist\|Sting\|Stormbringer\)"=lightgreen
MENUCOLOR=" \(Longbow of Diana\|Master Key of Thievery\)"=lightgreen

#invocation items
MENUCOLOR=" \(Bell of Opening\|silver bell\|Candelabrum of Invocation\|candelabrum\|Book of the Dead\|papyrus spellbook\)"=magenta&bold

#raison d'etre
MENUCOLOR=" Amulet of Yendor named"=magenta&bold&underline

##################
# CURSED GOODIES #
##################
MENUCOLOR=" cursed.* bag .* holding"=red&bold
MENUCOLOR=" cursed.* luck\(stone\)?\($\| \)"=red&bold
MENUCOLOR=" cursed.* unicorn horn"=red&bold
MENUCOLOR=" cursed.* \(Bell of Opening\|silver bell\|Candelabrum of Invocation\|candelabrum\|Book of the Dead\|papyrus spellbook\)"=red&bold

#############
# BAD STUFF #
#############
MENUCOLOR=" load\(stone\)?\($\| \)"=red&underline

##############################
# WATCH OUT, BAG OF HOLDING! #
##############################
MENUCOLOR=" bag .* tricks"=blue&underline
MENUCOLOR=" wand .*[^!]canc"=blue&underline
MENUCOLOR=" wand .* vanish"=blue&underline

################
# SHINY THINGS #
################
MENUCOLOR=" gold piece"=yellow
MENUCOLOR=" valuable"=brown
MENUCOLOR=" gems? .* hard"=yellow

#soft gems
MENUCOLOR=" \([0-9]+\|an?\|gems? .*\) \(uncursed \|cursed \|blessed \)?\(dilithium\|opal\|garnet\|jasper\|agate\|jet\|obsidian\|jade\|citrine\|chrysoberyl\|amber\|amethyst\|fluorite\|turquoise\)\(e?s\)?\( stones?\| gems?\| crystals?\)?\( named .*\)?$"=brown

#hard gems
MENUCOLOR=" \([0-9]+\|an?\|gems?.*\) \(uncursed \|cursed \|blessed \)?\(diamond\|rub\(y\|ies\)\|jacinth\|sapphire\|black opal\|emerald\|topaz\|aquamarine\)\(e?s\)?\( stones?\| gems?\)?\( named .*\)?$"=yellow

#######################
# SPELL FAILURE RATES #
#######################
MENUCOLOR=" 0%"=white
MENUCOLOR=" [1-9]%"=cyan
MENUCOLOR=" [12][0-9]%"=cyan
MENUCOLOR=" [3-6][0-9]%"=yellow
MENUCOLOR=" 7[0-5]%"=yellow
MENUCOLOR=" 7[6-9]%"=orange
MENUCOLOR=" 8[0-9]%"=orange
MENUCOLOR=" 9[0-9]%"=red
MENUCOLOR=" 100%"=red

###################
# FORGOTTEN SPELL # thanks, Stevie
###################
MENUCOLOR="[a-zA-Z] - [a-zA-Z ]+ [0-9]\*   [a-z]+ +[0-9]+%"=magenta

############
# #ENHANCE # thanks itsblah
############
MENUCOLOR="^ +[a-z -]+ +\[\(Unskilled\|Basic\|Skilled\|Expert\|Master\|Grand Master\)\]$"=none           # normal
MENUCOLOR="^ *[a-z] - +[a-z -]+ +\[\(Unskilled\|Basic\|Skilled\|Expert\|Master\|Grand Master\)\]$"=white # ready to enhance
MENUCOLOR="^ +\* +[a-z -]+ +\[\(Unskilled\|Basic\|Skilled\|Expert\|Master\|Grand Master\)\]$"=white      # enhanceable if more skill slots
MENUCOLOR="^ +# +[a-z -]+ +\[\(Unskilled\|Basic\|Skilled\|Expert\|Master\|Grand Master\)\]$"=none        # enhanceable if more potential

################
# FORCE COLORS #
################
# Some of these are subject to change !

MENUCOLOR="{R}"=red
MENUCOLOR="{B}"=blue
MENUCOLOR="{C}"=cyan
MENUCOLOR="{G}"=green
MENUCOLOR="{Y}"=yellow
MENUCOLOR="{[MP]}"=magenta
MENUCOLOR="{O}"=orange
MENUCOLOR="{W}"=white
MENUCOLOR="{L}"=black
MENUCOLOR="{y}"=gray
MENUCOLOR="{g}"=lightgreen
MENUCOLOR="{b}"=lightblue
MENUCOLOR="{[mp]}"=lightmagenta
MENUCOLOR="{c}"=lightcyan
MENUCOLOR="{N}"=none
MENUCOLOR="{X}"=bold
MENUCOLOR="{x}"=dim
MENUCOLOR="{U}"=underline
MENUCOLOR="{I}"=inverse
MENUCOLOR="{K}"=blink

########################
# LOOT/APPLY CONTAINER #
########################
MENUCOLOR=" is empty. Do what?"=none
MENUCOLOR="Put something into .*"=none
MENUCOLOR="Take something out of .*"=none