summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/arena.txt
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-27 12:06:29 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-27 12:06:29 +0000
commitbd28b58f3c777e91dfd7ef36360717c5ca40d9cc (patch)
tree33455503ce989712fca89fe5941f96e80916463c /crawl-ref/docs/arena.txt
parent2ceda1a01b8662c4adea1c30025302ad094ba367 (diff)
downloadcrawl-ref-bd28b58f3c777e91dfd7ef36360717c5ca40d9cc.tar.gz
crawl-ref-bd28b58f3c777e91dfd7ef36360717c5ca40d9cc.zip
Added the arena tag "miscasts", which causes each monster to randomly miscast
each turn. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8817 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs/arena.txt')
-rw-r--r--crawl-ref/docs/arena.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/crawl-ref/docs/arena.txt b/crawl-ref/docs/arena.txt
index 72050361ec..5fbd93d078 100644
--- a/crawl-ref/docs/arena.txt
+++ b/crawl-ref/docs/arena.txt
@@ -93,7 +93,8 @@ There are four arena parameters that you can set in your crawl options file:
then diagnostic messages will be dumped as well as other messages.
Defaults to false.
-* arena_list_eq: (?) Defaults to false.
+* arena_list_eq: Dump to the file arena.result the equipment of the
+ monsters placed at the begining of each round.
The are also a number a parameters you can use by putting them in the
@@ -155,3 +156,6 @@ The parameters include:
* "delay:N" allows the delay between turns to be specified on the command
line instead of in the options file.
+
+* miscasts: Every turn each monster (besides test spawners) will have a
+ random miscast happen to it.