slashemrc 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. ### My slashem options
  2. ### Interface settings ### {{{
  3. OPTIONS=color,hilite_pet,lit_corridor
  4. OPTIONS=showexp,showscore,showweight,time
  5. OPTIONS=race:human,role:wizard,align:neutral
  6. OPTIONS=boulder:0
  7. OPTIONS=DECgraphics
  8. OPTIONS=fullscreen
  9. #OPTIONS=number_pad:1
  10. ### End Interface ### }}}
  11. ### Messages ### {{{
  12. OPTIONS=help,silent
  13. OPTIONS=!news,!mail,!splash_screen,!legacy
  14. OPTIONS=disclose:yi -a +v -g -c
  15. OPTIONS=msg_window:reverse,msghistory:1000
  16. ### End Messages ### }}}
  17. ### Names ### {{{
  18. OPTIONS=name:demure
  19. OPTIONS=catname:derne,dogname:derth,horsename:death
  20. OPTIONS=fruit:fruit of doom
  21. ### End Names ### }}}
  22. WIZKIT:wizkit.txt
  23. # === MENUCOLOR ===
  24. # lightcyan - good food
  25. # orange - cursed (or under +0)
  26. # yellow - not cursed
  27. # lightgreen - blessed
  28. MENUCOLOR="safe"=yellow
  29. MENUCOLOR="[0-9]:[0-9]"=yellow
  30. MENUCOLOR="\+[0-9]"=yellow
  31. MENUCOLOR="[Cc]ursed"=orange
  32. MENUCOLOR="[Uu]ncursed"=yellow
  33. MENUCOLOR="[Bb]lessed"=lightgreen
  34. MENUCOLOR="-[0-9]"=orange
  35. #### Pickup Options ### {{{
  36. #OPTIONS=pickup_types:"!?/=+*$%
  37. #OPTIONS=pickup_burden:burdened
  38. ## Exclude corpses
  39. #AUTOPICKUP_EXCEPTION=">*corpse*"
  40. ##because it is fun
  41. #AUTOPICKUP_EXCEPTION="<*boomerang*"
  42. ##don't auto get heavy
  43. #AUTOPICKUP_EXCEPTION=">*chest*"
  44. #AUTOPICKUP_EXCEPTION=">*box*"
  45. #AUTOPICKUP_EXCEPTION=">*bugle*"
  46. #AUTOPICKUP_EXCEPTION=">*pick*"
  47. ##name the amulet right away, and avoid fakes
  48. #AUTOPICKUP_EXCEPTION=">*Amulet of Yendor"
  49. #AUTOPICKUP_EXCEPTION="<*Amulet of Yendor named ?*"
  50. ## Exclude possible loadstones, plain rocks, and known (or named)
  51. ## worthless glass.
  52. #AUTOPICKUP_EXCEPTION=">*gray*stone*"
  53. #AUTOPICKUP_EXCEPTION=">*loadstone*"
  54. #AUTOPICKUP_EXCEPTION=">*rock*"
  55. #AUTOPICKUP_EXCEPTION=">*worthless*"
  56. ##avoid empty wands
  57. #AUTOPICKUP_EXCEPTION="*:0)*"
  58. #AUTOPICKUP_EXCEPTION=">* named empty"
  59. ##pick up already itentified artifacts
  60. #AUTOPICKUP_EXCEPTION="<the*"
  61. ##auto get light ammo, so mobs can't use them.
  62. #AUTOPICKUP_EXCEPTION="<*arrow"
  63. ### AUTOPICKUP_EXCEPTION="<*elven arrow"
  64. ### AUTOPICKUP_EXCEPTION="<*orcish arrow"
  65. ### AUTOPICKUP_EXCEPTION="<*silver arrow"
  66. ### AUTOPICKUP_EXCEPTION="<*runed arrow"
  67. ### AUTOPICKUP_EXCEPTION="<*crude arrow"
  68. #AUTOPICKUP_EXCEPTION="<*ya"
  69. ### AUTOPICKUP_EXCEPTION="<*bamboo arrow"
  70. #AUTOPICKUP_EXCEPTION="<*crossbow bolt"
  71. #AUTOPICKUP_EXCEPTION="<*dart"
  72. #AUTOPICKUP_EXCEPTION="<*shuriken"
  73. #AUTOPICKUP_EXCEPTION="<*throwing star"
  74. ##AUTOPICKUP_EXCEPTION="<*dagger" #heavy
  75. ### AUTOPICKUP_EXCEPTION="<*elven dagger"
  76. ### AUTOPICKUP_EXCEPTION="<*orcish dagger"
  77. ### AUTOPICKUP_EXCEPTION="<*runed dagger"
  78. ### AUTOPICKUP_EXCEPTION="<*crude dagger"
  79. ### AUTOPICKUP_EXCEPTION="<*silver dagger"
  80. #AUTOPICKUP_EXCEPTION="<*knife"
  81. ##things you don't want to pass up
  82. #AUTOPICKUP_EXCEPTION="<*wand of wishing"
  83. #AUTOPICKUP_EXCEPTION="<*wand called wish"
  84. #AUTOPICKUP_EXCEPTION="<*wand of create monster"
  85. #AUTOPICKUP_EXCEPTION="<*wand of teleportation"
  86. #AUTOPICKUP_EXCEPTION="<*wand called tele"
  87. ## AUTOPICKUP_EXCEPTION="<*wand of polymorph"
  88. ## AUTOPICKUP_EXCEPTION="<*wand called poly"
  89. #AUTOPICKUP_EXCEPTION="<*wand of fire"
  90. #AUTOPICKUP_EXCEPTION="<*wand of lightning"
  91. #AUTOPICKUP_EXCEPTION="<*wand of death"
  92. ## # Cold is used for Juiblex swamp, etc.
  93. ## AUTOPICKUP_EXCEPTION=">*wand of cold"
  94. #AUTOPICKUP_EXCEPTION="<*magic marker"
  95. #AUTOPICKUP_EXCEPTION="<*magic lamp"
  96. #AUTOPICKUP_EXCEPTION="<lamp"
  97. #AUTOPICKUP_EXCEPTION="<*d lamp"
  98. #AUTOPICKUP_EXCEPTION="<*amulet of life saving"
  99. #AUTOPICKUP_EXCEPTION="<*amulet called life"
  100. #AUTOPICKUP_EXCEPTION="<*athame"
  101. #### End Pickup ### }}}