-
Notifications
You must be signed in to change notification settings - Fork 0
/
nethackrc
91 lines (76 loc) · 2.58 KB
/
nethackrc
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
###
#
# Set up: create a new profile in Gnome-terminal with encoding Hebrew 862
#
# Shortcuts:
# hjklbnyu movement
# gG_ movement
# i inventory
# e eat
# #loot loot chest
# , pickup item
# C-d kick (to open locked chests/doors)
# s search
# C-p repeat previous messages
# ; describe symbol
# Z cast spell
###
OPTIONS=windowtype:curses
OPTIONS=color, hilite_pet, lit_corridor
OPTIONS=standout, time, msg_window:f, boulder:0
OPTIONS=pickup_type:$, autoquiver, autodig
OPTIONS=pettype:cat, catname:Lirya, fruit:raspberry
OPTIONS=!cmdassist, !bones, menucolors
OPTIONS=pile_limit:2
OPTIONS=IBMGraphics, dark_room
OPTIONS=disclose:+i +a nv yg -c +o
OPTIONS=force_invmenu
OPTIONS=hitpointbar
MENUCOLOR="blessed"=lightcyan
MENUCOLOR=" holy"=lightcyan
MENUCOLOR=" cursed"=orange
MENUCOLOR="unholy"=orange
MENUCOLOR="Yendor"=purple
SYMBOLS=S_vodoor:-, S_hodoor:|, S_bars:#
# Ensure changes will be shown for a few turns after they happen.
OPTIONS=statushilites:10
# Ability scores.
OPTIONS=hilite_status:characteristics/up/green
OPTIONS=hilite_status:characteristics/down/red
# Carrying capacity
OPTIONS=hilite_status:carrying-capacity/burdened/yellow
OPTIONS=hilite_status:carrying-capacity/stressed/red
OPTIONS=hilite_status:carrying-capacity/strained/red
OPTIONS=hilite_status:carrying-capacity/overtaxed/red&inverse
OPTIONS=hilite_status:carrying-capacity/overloaded/red&inverse
# Percentage cutoffs for power.
OPTIONS=hilite_status:power/100%/brightblue
OPTIONS=hilite_status:power/<100%/blue
OPTIONS=hilite_status:power/<50%/white
OPTIONS=hilite_status:power-max/always/brightblue
# Show when XL changes.
OPTIONS=hilite_status:experience-level/up/cyan
OPTIONS=hilite_status:experience-level/down/red
# Show when AC changes.
OPTIONS=hilite_status:armor-class/down/cyan
OPTIONS=hilite_status:armor-class/up/red
# Hunger
OPTIONS=hilite_status:hunger/hungry/yellow
OPTIONS=hilite_status:hunger/weak/red
OPTIONS=hilite_status:hunger/fainting/red&inverse
OPTIONS=hilite_status:hunger/fainted/red&inverse
# Percentage cutoffs for hitpoints.
OPTIONS=hilite_status:hitpoints/100%/brightgreen
OPTIONS=hilite_status:hitpoints/<100%/green
OPTIONS=hilite_status:hitpoints/<60%/yellow
OPTIONS=hilite_status:hitpoints/<40%/red
OPTIONS=hilite_status:hitpoints/<20%/red&inverse
OPTIONS=hilite_status:hitpoints-max/always/brightgreen
# Experience
OPTIONS=hilite_status:experience/down/red
# Troubles
OPTIONS=hilite_status:condition/minor_troubles/yellow
OPTIONS=hilite_status:condition/major_troubles/red&inverse
# Hiding message
MSGTYPE=hide "You swap places with .*"
# End