diff options
author | terminaldweller <thabogre@gmail.com> | 2023-02-18 17:37:42 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-02-18 17:37:42 +0000 |
commit | cb545061e4c4207667ca898c2dc21c35477987ee (patch) | |
tree | f163b8c64e4aa4e44d0b3397f3f7120b9b2eb7d5 /.nethackrc | |
parent | update (diff) | |
download | scripts-cb545061e4c4207667ca898c2dc21c35477987ee.tar.gz scripts-cb545061e4c4207667ca898c2dc21c35477987ee.zip |
update
Diffstat (limited to '.nethackrc')
-rw-r--r-- | .nethackrc | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/.nethackrc b/.nethackrc new file mode 100644 index 0000000..5c99e4a --- /dev/null +++ b/.nethackrc @@ -0,0 +1,39 @@ +# Visual options. +OPTIONS=color + +OPTIONS=symset:DECgraphics +SYMBOLS=S_ghost:6 +SYMBOLS=S_golem:U +SYMBOLS=S_mimic:m + +OPTIONS=statushilites +OPTIONS=hitpointbar +OPTIONS=hilite_status:hitpoints/100%/grey&normal +OPTIONS=hilite_status:hitpoints/<100%/green&normal +OPTIONS=hilite_status:hitpoints/<66%/yellow&normal +OPTIONS=hilite_status:hitpoints/<50%/orange&normal +OPTIONS=hilite_status:hitpoints/<33%/red&bold +OPTIONS=hilite_status:hitpoints/<15%/red&inverse +OPTIONS=hilite_status:power/100%/grey&normal +OPTIONS=hilite_status:power/<100%/green&normal +OPTIONS=hilite_status:power/<66%/yellow&normal +OPTIONS=hilite_status:power/<50%/orange&normal +OPTIONS=hilite_status:power/<33%/red&bold +OPTIONS=hilite_status:cap/burdened/yellow/stressed/orange/strained/red&bold/overtaxed/red&inverse/overloaded/red&inverse&blink +OPTIONS=hilite_status:hunger/satiated/yellow/hungry/orange/weak/red&bold/fainting/red&inverse/fainted/red&inverse&blink +OPTIONS=hilite_status:condition/hallu/yellow +OPTIONS=hilite_status:condition/conf/orange +OPTIONS=hilite_status:condition/stun/red&bold +OPTIONS=hilite_status:condition/termill/red&inverse +OPTIONS=hilite_status:condition/foodpois/red&inverse +OPTIONS=hilite_status:condition/slime/red&inverse +OPTIONS=hilite_status:characteristics/up/green/down/red +OPTIONS=hilite_status:gold/up/yellow/down/brown + + +# Blessed, cursed, enchanted +OPTIONS=menucolors +MENUCOLOR=" blessed"=cyan +MENUCOLOR=" \+[1-9]"=lightcyan +MENUCOLOR=" \-[1-9]"=orange +MENUCOLOR=" cursed"=red |