summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/crawl_options.txt
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-17 04:10:22 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-17 04:10:22 +0000
commitd94cb0f81c988ebc2caf6781f6adba59ba5949f1 (patch)
tree8cff566ed5f9449465d931681dda538f037e6dd4 /crawl-ref/docs/crawl_options.txt
parent0bc00794625760f93f2d1fd20a78d02aaa7299f9 (diff)
downloadcrawl-ref-d94cb0f81c988ebc2caf6781f6adba59ba5949f1.tar.gz
crawl-ref-d94cb0f81c988ebc2caf6781f6adba59ba5949f1.zip
Added talk_visual to list of channel names in initfile.cc. Also updated
crawl_options.txt to be current with the list of 0.3 message channels. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2122 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs/crawl_options.txt')
-rw-r--r--crawl-ref/docs/crawl_options.txt18
1 files changed, 14 insertions, 4 deletions
diff --git a/crawl-ref/docs/crawl_options.txt b/crawl-ref/docs/crawl_options.txt
index 54573741b9..a2495f7e03 100644
--- a/crawl-ref/docs/crawl_options.txt
+++ b/crawl-ref/docs/crawl_options.txt
@@ -63,8 +63,11 @@ The contents of this text are:
fire_items_start, fire_order
4-l Message Channels.
plain, prompt, god, pray, duration, danger, food, warning,
- recovery, multiturn, talk, intrinsic_gain, mutation,
- monster_spell, monster_enchant, monster_damage, rotten_meat
+ recovery, talk, talk_visual, intrinsic_gain, mutation,
+ monster_spell, monster_enchant, monster_damage, rotten_meat,
+ equipment, floor, multiturn, examine, examine_filter,
+ diagnostics, tutorial
+
4-m Inscriptions.
autoinscribe
4-n Macro related Options.
@@ -1065,14 +1068,21 @@ CHANNEL_NAME can currently be one of these:
food = warnings about food
warning = various other warnings
recovery = recovery from disease/stat loss/poison conditions
- multiturn = indicates long actions (wearing armour, dissecting etc.)
- talk = monsters talking (acting)
+ talk = monsters talking
+ talk_visual = monster performing some action which the player sees
intrinsic_gain = level/stat/species power gains
mutation = gain/lose mutations
monster_spell = messages about monsters gesturing and casting spells
monster_enchant = messages pertaining to monster enchantments (up or down)
monster_damage = messages telling how damaged a monster is
rotten_meat = messages about chunks/corpses becoming rotten
+ equipment = messages inidcating worn/wielded equipment
+ floor = messages when looking at or walking over a floor item
+ multiturn = indicates long actions (wearing armour, dissecting etc.)
+ examine = messages from examine your surroundings
+ examine_filter = boring messages from examining your surroundings
+ diagnostics = debugging messages
+ tutorial = messages from the tutorial
The channel options are
mute = show no messages from channel (dangerous, be careful!)