Advertisement
Guest User

Grunt curses config.

a guest
Mar 21st, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. PTIONS=showexp,showscore,time
  2. OPTIONS=color,boulder:0,hilite_pet,lit_corridor,!sparkle
  3. OPTIONS=monsters:abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ@8'&;:~]
  4. OPTIONS=autodig
  5. OPTIONS=fruit:pizza sub
  6. OPTIONS=msg_window:reversed
  7. OPTIONS=number_pad:1
  8. OPTIONS=suppress_alert:0.2.0,!cmdassist
  9. #OPTIONS=statuscolors
  10. #STATUSCOLOR=hp%100=green,hp%66=yellow,hp%50=orange
  11. #STATUSCOLOR=hp%33=red&bold,hp%15:red&inverse,hp%0:red&inverse&blink
  12. #STATUSCOLOR=pw%100=green,pw%66=yellow,pw%50:orange,pw%33=red&bold
  13. #STATUSCOLOR=burdened:yellow,stressed:orange,strained:red&bold
  14. #STATUSCOLOR=overtaxed:red&inverse,overloaded:red&inverse&blink
  15. #STATUSCOLOR=satiated:yellow,hungry:orange,weak:red&bold
  16. #STATUSCOLOR=fainting:red&inverse,fainted:red&inverse&blink
  17. #STATUSCOLOR=hallu:yellow,conf:orange,stun:red&bold
  18. #STATUSCOLOR=ill:red&inverse,foodpois:red&inverse,slime:red&inverse
  19. OPTIONS=menucolors
  20. MENUCOLOR=" blessed "=cyan
  21. MENUCOLOR=" holy "=cyan
  22. MENUCOLOR=" cursed "=red&bold
  23. MENUCOLOR=" unholy "=red&bold
  24. MENUCOLOR=" cursed .* (being worn)"=orange&underline
  25. MENUCOLOR="wand of cancellation"=yellow
  26. MENUCOLOR="bag of "=yellow
  27. AUTOCOMPLETE=save,!quit
  28. MSGTYPE=stop "You are slowing down."
  29. MSGTYPE=stop "You find it hard to breathe."
  30. MSGTYPE=stop "You are turning a little *"
  31. MSGTYPE=stop "The couatl swings itself around you!"
  32. MSGTYPE=stop "The electric eel swings itself around you!"
  33. MSGTYPE=stop "The giant eel swings itself around you!"
  34. MSGTYPE=stop "The kraken swings itself around you!"
  35. MSGTYPE=stop "The python grabs you!"
  36. MSGTYPE=stop "You don't feel very well."
  37. MSGTYPE=stop "Your limbs are getting oozy."
  38. MSGTYPE=stop "Your skin begins to peel away."
  39. MSGTYPE=stop "You are turning into a green slime."
  40. MSGTYPE=stop "Your limbs are stiffening."
  41. MSGTYPE=stop "It constricts your throat!"
  42. MSGTYPE=stop "You're gasping for air."
  43. MSGTYPE=stop "Your blood is having trouble reaching your brain."
  44. MSGTYPE=stop "You can no longer breathe."
  45. MSGTYPE=stop "You're turning blue."
  46. MSGTYPE=stop "Your consciousness is fading."
  47. MSGTYPE=stop "You feel deathly sick."
  48. MSGTYPE=stop "You feel much worse."
  49. MSGTYPE=stop "You feel even worse."
  50. MSGTYPE=stop "You are beginning to feel weak."
  51. MSGTYPE=stop "* needs food, badly!"
  52. MSGTYPE=stop "You feel a strange vibration under your *."
  53. MSGTYPE=stop "You feel a strange vibration beneath you."
  54. OPTIONS=windowtype:curses
  55. OPTIONS=term_cols:110
  56. OPTIONS=term_rows:31
  57. OPTIONS=align_status:right
  58. OPTIONS=align_message:bottom
  59. OPTIONS=msghistory:120
  60. OPTIONS=hilite_hidden_stairs
  61. OPTIONS=hilite_obj_piles
  62. OPTIONS=menu_glyphs
  63. MENUCOLOR=" 0%"=lightgreen
  64. MENUCOLOR=" [1-9]%"=yellow
  65. MENUCOLOR=" 1[0-9]%"=yellow
  66. MENUCOLOR=" 2[0-4]%"=yellow
  67. MENUCOLOR=" 2[5-9]%"=orange
  68. MENUCOLOR=" [3-4][0-9]%"=orange
  69. MENUCOLOR=" [5-9][0-9]%"=red
  70. MENUCOLOR=" 100%"=lightmagenta
  71. OPTIONS=autopickup
  72. OPTIONS=pickup_burden:Unencumbered
  73. OPTIONS=pickup_types:$?/+"=!%
  74. OPTIONS=pickup_thrown
  75. autopickup_exception="<*poisoned*named =p*"
  76. autopickup_exception="<*wand of wishing*"
  77. autopickup_exception="<*magic marker*"
  78. autopickup_exception="<*magic lamp*"
  79. autopickup_exception="<*lamp called magic"
  80. autopickup_exception="<*silver bell*"
  81. autopickup_exception="<*Bell of Opening*"
  82. autopickup_exception="<*candelabrum*"
  83. autopickup_exception="<*Candelabrum*"
  84. autopickup_exception="<*Book of the Dead*"
  85. autopickup_exception="<*papyrus spellbook*"
  86. autopickup_exception="<*Yendor*"
  87. autopickup_exception=">* named* empty*"
  88. autopickup_exception=">* named* crap*"
  89. autopickup_exception=">* named* junk*"
  90. autopickup_exception=">* named* worthless*"
  91. autopickup_exception=">* named* out*"
  92. AUTOPICKUP_EXCEPTION=">* scare monster*"
  93. autopickup_exception=">*(0:0)*"
  94. autopickup_exception=">* corpse*"
  95. autopickup_exception=">*bag*"
  96. autopickup_exception=">*wand*cancellation"
  97. autopickup_exception=">*heavy iron ball*"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement