# dnethack rc file for tinklebear ### all the available pokedex list-elements: ## stats generation weight resists ## conveys movement thinking biology ## mechanics race vision attacks ## "weight" includes nutrition value ## my current value excludes: generation, thinking, biology, mechanics, ## race and vision OPTIONS=pokedex:stats weight resists conveys movement attacks OPTIONS=use_darkgray OPTIONS=verbose #OPTIONS=pettype:none OPTIONS=horsename:Vita Fidelia OPTIONS=dungeon:.|--------||.-|++#TT...##<><><>hXmm}\\www}..w..## ###~0 # status colors (from malor) STATUSCOLOR=hp%100=white&bold,hp%98=green,hp%75=yellow,hp%50=orange STATUSCOLOR=hp%33=red&bold,hp%15:red&inverse,hp%0:red&inverse&blink STATUSCOLOR=pw%100=black,pw%98=green,pw%75=yellow,pw%50:orange,pw%33=red&bold STATUSCOLOR=overtaxed:red&inverse,overloaded:red&inverse&blink STATUSCOLOR=satiated:yellow,hungry:orange,weak:red&bold STATUSCOLOR=fainting:red&inverse,fainted:red&inverse&blink STATUSCOLOR=hallu:yellow,conf:orange,stun:red&bold,blind:yellow STATUSCOLOR=ill:red&inverse,foodpois:red&inverse,slime:red&inverse OPTIONS=!invweight OPTIONS=lit_corridor OPTIONS=showbuc OPTIONS=time OPTIONS=polearm_old_style OPTIONS=paranoid_remove OPTIONS=windowtype:tty OPTIONS=number_pad:0 OPTIONS=showrace OPTIONS=suppress_alert:3.4.3 #OPTIONS=!dnethack_start_text OPTIONS=packorder:_`0+"=[)/!?%(*$ OPTIONS=sortloot:loot OPTIONS=msg_window:full OPTIONS=!cmdassist OPTIONS=!autodig OPTIONS=!autoopen OPTIONS=!autounlock OPTIONS=autopickup OPTIONS=pickup_types:$ OPTIONS=!sparkle OPTIONS=msg_wall_hits OPTIONS=!hilite_pet OPTIONS=pickup_burden:unencumbered OPTIONS=!hilite_peaceful ## obsolete, apparently #OPTIONS=!hilite_zombie #OPTIONS=zombies_as_Z OPTIONS=fruit:slice of pizza OPTIONS=boulder:0 #BINDINGS=^s:sit BINDINGS=%:chat BINDINGS=@:adjust BINDINGS=O:overview BINDINGS=^o:setoptions BINDINGS=v:untrap,V:loot BINDINGS=p:puton,P:pay #BINDINGS=r:remove,R:read BINDINGS=r:remove,R:nothing BINDINGS=t:takeoff,T:throw BINDINGS=w:jump BINDINGS=]:wear,W:wield BINDINGS=q:quiver,Q:quaff BINDINGS=i:inventoryall,I:inventory BINDINGS=|:discoveries,\:nothing OPTIONS=menu_deselect_all:~ ### Autopickup stuff ### (dNetHack interprets supplied strings as unix glob patterns, ### instead of as regular expressions) ## ## Pick up items whose name begins with '_' automatically. ## Mainly for ammunition. AUTOPICKUP_EXCEPTION="<* named _*" ## I have pickup_types set (above) to $, but want to leave single coins alone AUTOPICKUP_EXCEPTION=">a gold piece" ## Generally desireable items AUTOPICKUP_EXCEPTION="<*magic marker" AUTOPICKUP_EXCEPTION="<*runed candle" AUTOPICKUP_EXCEPTION="<*candle of invocation" AUTOPICKUP_EXCEPTION="<*lamp called magic*" AUTOPICKUP_EXCEPTION="<*magic lamp" AUTOPICKUP_EXCEPTION="<*scroll called 06 *" AUTOPICKUP_EXCEPTION="<*scroll of enchant weapon" AUTOPICKUP_EXCEPTION="<*wand of death" AUTOPICKUP_EXCEPTION="<*potion of full healing" AUTOPICKUP_EXCEPTION="<*potion of paralysis" AUTOPICKUP_EXCEPTION="<*effigy" ## Role-dependent items AUTOPICKUP_EXCEPTION="<*arrow" AUTOPICKUP_EXCEPTION="<* ya" #AUTOPICKUP_EXCEPTION="<* crossbow bolt" #AUTOPICKUP_EXCEPTION=">* small crossbow bolt" ## Food #AUTOPICKUP_EXCEPTION="<*ration" AUTOPICKUP_EXCEPTION="<*apple" AUTOPICKUP_EXCEPTION="<*carrot" AUTOPICKUP_EXCEPTION="<*slice of pizza" AUTOPICKUP_EXCEPTION="<*eucalyptus leaf" AUTOPICKUP_EXCEPTION="<*clove of garlic" AUTOPICKUP_EXCEPTION="<*wolfsbane" ## Exceptions to the exceptions ## (For example, I will often autopickup all scrolls, ## but still wish to leave scare monster on the floor) AUTOPICKUP_EXCEPTION=">*scroll called ## WELCOME ##" AUTOPICKUP_EXCEPTION=">*scroll of scare monster" AUTOPICKUP_EXCEPTION=">*loadstone" ### Globs not regular expressions MSGTYPE=stop "You are slowing down." MSGTYPE=stop "You find it hard to breathe." MSGTYPE=stop "You are turning a little *" # Attempt to stash all armor (or rings, etc) without being spammed MSGTYPE=hide "You cannot * something you are wearing" # Hold up if I try to wield a polearm while wearing a shield #MSGTYPE=stop "You cannot wield a weapon in both hands while wearing a shield." MSGTYPE=stop "* while wearing a shield." # Do not spam me about wearing cloak of displacement (maybe dnh doesn't?) MSGTYPE=hide "have difficulty pinpointing your location" MSGTYPE=hide "The lock labeled '?' is open."