summaryrefslogtreecommitdiffstats
path: root/crawlrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-10-23 16:18:51 -0500
committerJesse Luehrs <doy@tozt.net>2012-10-23 21:19:13 -0500
commiteffa69ca63f16cf474eb3835102c95f16ecd0062 (patch)
tree2150dffd8e5b2affca0c19b1adfa14ea1a40c597 /crawlrc
parentd4e85107d6ee47d38b168a74dab00a18e123c9f4 (diff)
downloadconf-effa69ca63f16cf474eb3835102c95f16ecd0062.tar.gz
conf-effa69ca63f16cf474eb3835102c95f16ecd0062.zip
update crawl config for 0.11
Diffstat (limited to 'crawlrc')
-rw-r--r--crawlrc102
1 files changed, 51 insertions, 51 deletions
diff --git a/crawlrc b/crawlrc
index 78f3d3c..677159a 100644
--- a/crawlrc
+++ b/crawlrc
@@ -32,8 +32,8 @@ lua_file = lua/autofight.lua
# Section 4: Interface {{{
# Section 4-a: Picking up and Dropping {{{
#autopickup = $?!+"/%
-autopickup_exceptions = <potion.*mutation
-include = autopickup_exceptions.txt
+autopickup_exceptions += <potion.*mutation
+# XXX include = autopickup_exceptions.txt
#default_autopickup = true
#autopickup_no_burden = true
#pickup_thrown = true
@@ -99,19 +99,19 @@ explore_stop += stairs,shops,altars,gates
#tc_disconnected = darkgrey
#tc_excluded = lightmagenta
#tc_exclude_circle = red
-include = runrest_messages.txt
-runrest_ignore_message = merges.*into the air
-runrest_ignore_message = forms.*from the air
-runrest_stop_message = duration:
+# XXX include = runrest_messages.txt
+runrest_ignore_message += merges.*into the air
+runrest_ignore_message += forms.*from the air
+runrest_stop_message += duration:
runrest_ignore_poison = 2:30
-runrest_ignore_monster = fish:2
-runrest_ignore_monster = mimic:2
-runrest_ignore_monster = butterfly:1
-runrest_ignore_monster = swamp worm:3
-runrest_ignore_monster = lava worm:3
+runrest_ignore_monster += fish:2
+runrest_ignore_monster += mimic:2
+runrest_ignore_monster += butterfly:1
+runrest_ignore_monster += swamp worm:3
+runrest_ignore_monster += lava worm:3
trapwalk_safe_hp = dart:20,needle:15,arrow:35,bolt:45,spear:40,axe:45,blade:95
rest_wait_both = true
-auto_exclude = oklob plant, orange crystal statue, ice statue, silver statue, curse skull, Roxanne, Murray, archer statue
+auto_exclude += oklob plant, orange crystal statue, ice statue, silver statue, curse skull, Roxanne, Murray, archer statue
# }}}
# Section 4-h: Floor items {{{
annotate_item_class = true
@@ -162,39 +162,39 @@ item_stack_summary_minimum = 1
#mlist_targetting = false
# XXX: this priority order needs tweaking - especially the stuff that's marked
# as lightgrey now
-menu_colour = white:\s\+\s
-menu_colour = white:\s\#\s
-menu_colour = magenta:artefact
-menu_colour = cyan:emergency_item
-menu_colour = cyan:potion.*berserk rage
-menu_colour = cyan:scroll.*fog
-menu_colour = yellow:gluggy white potion
-menu_colour = lightgrey:potion.*(restore abilities|might)
-menu_colour = magenta:good_item
-menu_colour = magenta:potion.*mutation
-menu_colour = pickup:magenta:god gift
-include = standard_colours.txt
+menu_colour += white:\s\+\s
+menu_colour += white:\s\#\s
+menu_colour += magenta:artefact
+menu_colour += cyan:emergency_item
+menu_colour += cyan:potion.*berserk rage
+menu_colour += cyan:scroll.*fog
+menu_colour += yellow:gluggy white potion
+menu_colour += lightgrey:potion.*(restore abilities|might)
+menu_colour += magenta:good_item
+menu_colour += magenta:potion.*mutation
+menu_colour += pickup:magenta:god gift
+# XXX include = standard_colours.txt
$evil := brown
$dangerous := lightred
-include = food_colouring.txt
-include = menu_colours.txt
-menu_colour = white:equipped
+# XXX include = food_colouring.txt
+# XXX include = menu_colours.txt
+menu_colour += white:equipped
#menu_colour_prefix_class = true
#menu_colour_shops = true
-message_colour = mute:You start (searching|resting)
-message_colour = mute:Done searching
-message_colour = mute:Your legs become a tail as you enter
-message_colour = mute:Your.*disappears in a puff of smoke
-message_colour = mute:Your.*miss(es)? (the|it)
-message_colour = mute:misses your
-message_colour = mute:[yY]our.*but (do no|doesn't do any) damage
-message_colour = mute:peering into the
-message_colour = darkgrey:--more--
-include = messages.txt
-force_more_message = You are starting to lose your buoyancy
-force_more_message = Space (bends|warps horribly) around
-force_more_message = danger:
-force_more_message = Found a gateway leading out of the Abyss
+message_colour += mute:You start (searching|resting)
+message_colour += mute:Done searching
+message_colour += mute:Your legs become a tail as you enter
+message_colour += mute:Your.*disappears in a puff of smoke
+message_colour += mute:Your.*miss(es)? (the|it)
+message_colour += mute:misses your
+message_colour += mute:[yY]our.*but (do no|doesn't do any) damage
+message_colour += mute:peering into the
+message_colour += darkgrey:--more--
+# XXX include = messages.txt
+force_more_message += You are starting to lose your buoyancy
+force_more_message += Space (bends|warps horribly) around
+force_more_message += danger:
+force_more_message += Found a gateway leading out of the Abyss
#msg_condense_repeats = true
#msg_condense_short = true
#show_no_ctele = true
@@ -210,9 +210,9 @@ force_more_message = Found a gateway leading out of the Abyss
#channel.CHANNEL_NAME =
# }}}
# Section 4-m: Inscriptions {{{
-autoinscribe = distortion:!w
-autoinscribe = deck:!p
-autoinscribe = potion.*mutation:!q
+autoinscribe += distortion:!w
+autoinscribe += deck:!p
+autoinscribe += potion.*mutation:!q
#autoinscribe_artefacts = true
#autoinscribe_cursed = true
# }}}
@@ -224,7 +224,7 @@ autoinscribe = potion.*mutation:!q
#bindkey =
# }}}
# Section 4-o: Tile related Options {{{
-include = tiles_options.txt
+# XXX include = tiles_options.txt
# }}}
# }}}
# Section 5: Character Dump {{{
@@ -241,7 +241,7 @@ dump_order += monlist,kills,turns_by_place,kills_by_place
# }}}
# Section 5-b: Notes {{{
user_note_prefix = doy:
-note_items = rune of,acquirement,Orb,of speed,of resistance,of running,of preservation
+note_items += rune of,acquirement,Orb,of speed,of resistance,of running,of preservation
#note_monsters =
ood_interesting = 6
rare_interesting = 12
@@ -251,11 +251,11 @@ note_skill_levels = 1,8,15,21,27
#note_skill_max = true
#note_all_spells = true
#note_xom_effects = true
-note_messages = You pass through the gate
-note_messages = [bB]anish.*Abyss
-note_messages = Your scales start
-note_messages = protects you from harm
-note_messages = You fall through a shaft
+note_messages += You pass through the gate
+note_messages += [bB]anish.*Abyss
+note_messages += Your scales start
+note_messages += protects you from harm
+note_messages += You fall through a shaft
# }}}
# }}}
# Section 6: Miscellaneous {{{