summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/options_guide.txt
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-27 06:41:37 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-27 06:41:37 +0000
commit9ac7d2a9a5befa37c2099c58a28aef883b652815 (patch)
tree96753e6189fceff3f78a323544a9b5a9c0ca6f3b /crawl-ref/docs/options_guide.txt
parent85e414e4994cf99cde5ab43c420902bdb6b6427a (diff)
downloadcrawl-ref-9ac7d2a9a5befa37c2099c58a28aef883b652815.tar.gz
crawl-ref-9ac7d2a9a5befa37c2099c58a28aef883b652815.zip
The stash_filter option can now accept strings (full item names, not
regexes). init.txt filters out the useless scrolls and jewelry. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7989 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs/options_guide.txt')
-rw-r--r--crawl-ref/docs/options_guide.txt18
1 files changed, 15 insertions, 3 deletions
diff --git a/crawl-ref/docs/options_guide.txt b/crawl-ref/docs/options_guide.txt
index b5205565bd..2896881009 100644
--- a/crawl-ref/docs/options_guide.txt
+++ b/crawl-ref/docs/options_guide.txt
@@ -913,11 +913,23 @@ when the stash-tracker tracked only specific stashes that you asked it
to. Modern Crawls track all items in the dungeon without the need for
explicit steps.
-stash_filter = <list of numbers>
- This option allows filtering certain classes of items when
- searching stashes.
+stash_filter = <list of item names or numbers>
+ This option prevents certain items or classes of items from being
+ rembered by the stash tracker.
+
For example:
+
+ stash_filter = scroll of noise, scroll of curse weapon
+
+ will make the stash-tracker ignore scrolls of noise and scrolls
+ of curse weapon. The item names must be exact, and must be
+ singular, not plural.
+
+ It can also be used the filter entire classes of items by their
+ number. For example:
+
stash_filter = 14, 4:21
+
filters corpses (14) as well as food of the subtype chunks (4:21).
annotate_item_class = false