summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-29 19:24:24 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-29 19:24:44 +1000
commite9dc6e7d4fec48cbadc3ad9459c5f047a6d82aa5 (patch)
treef7545a793d4d15c8866a6dfe115f6198f6721ff6 /crawl-ref/docs
parent7f9e84d7674d4a370c1514f40832afaf654736cc (diff)
downloadcrawl-ref-e9dc6e7d4fec48cbadc3ad9459c5f047a6d82aa5.tar.gz
crawl-ref-e9dc6e7d4fec48cbadc3ad9459c5f047a6d82aa5.zip
Documentation for star_item and superb_item.
Diffstat (limited to 'crawl-ref/docs')
-rw-r--r--crawl-ref/docs/develop/levels/syntax.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/docs/develop/levels/syntax.txt b/crawl-ref/docs/develop/levels/syntax.txt
index 8fba8bed49..74eb2fea4d 100644
--- a/crawl-ref/docs/develop/levels/syntax.txt
+++ b/crawl-ref/docs/develop/levels/syntax.txt
@@ -450,6 +450,8 @@ ITEM: (list of items, separated by comma)
* "cursed" gets a curse plus plusses as in "damaged".
* "any" by itself gives a random choice; you can combine "any" with
"good_item."
+ * "star_item" by itself makes an item equivalent to the "*" glyph.
+ * "superb_item" by itself makes an item equivallent to the "|" glyph.
* "any book", "any misc" etc. gives a random item of that class.
Valid item class names are: gold, weapon, missile, armour, wand,
food, scroll, jewelry, potion, book, staff, orb, misc, carrion.