# This is an example nethackrc file for Slash'EM Extended 2.0.0. You 
#should edit
# this file to meet your play style needs.

# Available editors: rnano or virus via the terminal, or see our 
#web-based RC Editor
# at https://www.hardfought.org/nethack/rcedit
OPTIONS=msg_window:f
# Examples of common defaults:
OPTIONS=windowtype:tty
OPTIONS=showexp,showscore,time,color,autopickup,showbuc
OPTIONS=autodig,fruit:Pork Kebab,boulder:0,lit_corridor,IBMgraphics
OPTIONS=pickup_types:!?$"+=/
OPTIONS=pickup_burden:burdened
OPTIONS=number_pad:2
AUTOPICKUP_EXCEPTION="<*wishing"
AUTOPICKUP_EXCEPTION="<*magic lamp"
AUTOPICKUP_EXCEPTION="<*marker"
AUTOPICKUP_EXCEPTION="<*death"
AUTOPICKUP_EXCEPTION="<*healing"

OPTIONS=menucolors
MENUCOLOR=" blessed .*"=green
MENUCOLOR=" holy .*"=green
MENUCOLOR=" cursed .*"=red
MENUCOLOR=" unholy .*"=red
MENUCOLOR=" uncursed .*"=white
MENUCOLOR=" blessed .* \(being worn\)"=lightgreen
MENUCOLOR=" blessed .* \(weapon in (hand|foreclaw)\)"=lightgreen
MENUCOLOR=" blessed .* \(weapon in hands|foreclaws\)"=lightgreen
MENUCOLOR=" cursed .* \(being worn\)"=orange
MENUCOLOR=" cursed .* \(weapon in (hand|foreclaw)\)"=orange
MENUCOLOR=" cursed .* \(weapon in hands|foreclaws\)"=orange
MENUCOLOR=" blessed .* \(on (left|right) hand\)"=lightgreen
MENUCOLOR=" blessed .* \(on (left|right) foreclaw\)"=lightgreen
MENUCOLOR=" blessed .* \(in quiver\)"=lightgreen
MENUCOLOR=" cursed .* \(on (left|right) hand\)"=orange
MENUCOLOR=" cursed .* \(on (left|right) foreclaw\)"=orange
MENUCOLOR=" cursed .* \(in quiver\)"=orange
MENUCOLOR=" blessed .* \(alternate weapon; not wielded\)"=lightgreen
MENUCOLOR=" blessed .* \(wielded in other (hand|foreclaw)\)"=lightgreen
MENUCOLOR=" cursed .* \(alternate weapon; not wielded\)"=orange
MENUCOLOR=" cursed .* \(wielded in other (hand|foreclaw)\)"=orange
MENUCOLOR=" gold piece"=yellow
MENUCOLOR=" magic chest"=lightcyan
MENUCOLOR=" Amulet of Yendor"=lightmagenta
MENUCOLOR=" wand .*[^!]canc"=yellow
MENUCOLOR=" [1-7][*]"=black

# emergencies
MSGTYPE=stop "The (couatl.*eel|kraken) swings itself around you!"
MSGTYPE=stop "The python grabs you!"
MSGTYPE=stop "You don't feel very well."
MSGTYPE=stop "You are turning a little *"
MSGTYPE=stop "Your limbs are getting oozy."
MSGTYPE=stop "Your skin begins to peel away."
MSGTYPE=stop "You are turning into a green slime."
MSGTYPE=stop "* hits you with the (cockatrice|chickatrice) corpse."
MSGTYPE=stop "You are slowing down."
MSGTYPE=stop "Your limbs are stiffening."
MSGTYPE=stop "It constricts your throat!"
MSGTYPE=stop "You find it hard to breathe."
MSGTYPE=stop "You're gasping for air."
MSGTYPE=stop "Your blood is having trouble reaching your brain."
MSGTYPE=stop "You can no longer breathe."
MSGTYPE=stop "You're turning blue."
MSGTYPE=stop "Your consciousness is fading."
MSGTYPE=stop "You feel deathly sick."
MSGTYPE=stop "You feel much worse."
MSGTYPE=stop "You feel even worse."
MSGTYPE=stop "* reaches out, and you feel fever and chills."
MSGTYPE=stop "* reaches out, and your body shrivels."

# status effects
MSGTYPE=stop "You feel hungry."
MSGTYPE=stop "You are beginning to feel hungry."
MSGTYPE=stop "You are getting the munchies."
MSGTYPE=stop "You feel weak now."
MSGTYPE=stop "You still have the munchies."
MSGTYPE=stop "You feel weak."
MSGTYPE=stop "You are beginning to feel weak."
MSGTYPE=stop "The munchies are interfering with your motor capabilities."
MSGTYPE=stop "* needs food, badly!"
MSGTYPE=stop "You only feel hungry now."
MSGTYPE=stop "You now have a lesser case of the munchies."
MSGTYPE=stop "You faint from lack of food."
MSGTYPE=stop "You regain consciousness."
MSGTYPE=stop "You die from starvation."
MSGTYPE=stop "You die from hunger and exhaustion."
MSGTYPE=stop "You feel deathly sick."
MSGTYPE=stop "You feel even worse."
MSGTYPE=stop "You feel much worse."
MSGTYPE=stop "You die from your illness."
MSGTYPE=stop "You feel feverish."


OPTIONS=statuscolors
# Valid colors are: black, blue, brown, cyan, gray, green, lightblue, 
#lightcyan, lightgreen, lightmagenta, magenta, none, orange, red, white, 
#yellow
# Hitpoints and power
STATUSCOLOR=hp%100=green,hp%75=yellow,hp%50=orange
STATUSCOLOR=hp%25=red,hp%10:black
STATUSCOLOR=pw%100=green,pw%75=yellow,pw%50:orange,pw%25:red,pw%10:black
# Carry and hunger status
STATUSCOLOR=burdened:yellow,stressed:orange,strained:red
STATUSCOLOR=overtaxed:red,overloaded:black
STATUSCOLOR=satiated:brown,hungry:orange,weak:red
STATUSCOLOR=fainting:black,fainted:black
# Mental/Health/Other status
STATUSCOLOR=hallu:magenta,conf:orange,stun:red
STATUSCOLOR=ill:lightgreen,foodpois:lightgreen,slime:lightgreen
STATUSCOLOR=held:red,blind:black
STATUSCOLOR=gold:yellow


OPTIONS=msghistory:150

# near-death
MSGTYPE=stop "You hear the howling of the CwnAnnwn..."
MSGTYPE=stop ", your life force is running out"
MSGTYPE=stop ", all your powers will be lost..."
MSGTYPE=stop "You hear the wailing of the Banshee..."
MSGTYPE=stop " is about to die."

## Curses interface (be sure to disable windowtype:tty)
# OPTIONS=windowtype:curses
OPTIONS=align_status:bottom
OPTIONS=align_message:top
OPTIONS=windowborders:3
# OPTIONS=petattr:I
# Set terminal window for same dimensions
OPTIONS=term_cols:124
OPTIONS=term_rows:32

# For more information on what you can set in your nethackrc file, refer 
#to:
# https://nethackwiki.com/wiki/Options
# Happy hacking!