From 58b28498325bbe63b85c37caa0d80357f87273a8 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Fri, 9 Jan 2009 22:21:30 +0000 Subject: Deactivate the minimap in labyrinths since it gave away information about placement on the map and also looked a bit odd. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8365 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/docs/arena.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'crawl-ref/docs/arena.txt') diff --git a/crawl-ref/docs/arena.txt b/crawl-ref/docs/arena.txt index b4339c32a7..901dd03638 100644 --- a/crawl-ref/docs/arena.txt +++ b/crawl-ref/docs/arena.txt @@ -5,7 +5,10 @@ entertainment. It can be invoked on the command line like this: crawl -arena "kobold v goblin" Which will cause one kobold to fight one goblin, with crawl shutting down once -one of them has won. To make them fight for three rounds you can do: +one of them has won. To be considered valid, a monster's name has to fully +match its definition, e.g. "Blork the orc" rather than simply "Blork". + +To make them fight for three rounds you can do: crawl -arena "t:3 kobold v goblin" @@ -22,6 +25,12 @@ will give team A a rat and a cockroach and team B a kobold and a goblin; a victory is declared when all of one team is dead and at lest one member of the other team is still alive. +Some monsters have a band (that is, a group of monsters) that will be +generated with them during normal play. You can use the suffix "band" to +make a monster appear with its band (if one exists). For example: + + crawl -arena "Margery band v Saint Roka band" + You can also make multiple of a single type of monster (note that the singular form of the names are still used): -- cgit v1.2.3-54-g00ecf