# TEAMCAPTAIN mibe # Dungeon Crawl Stone Soup # rcfile for RBrandon # Go to # http://s-z.org/neil/git/?p=crawl.git;a=blob;f=crawl-ref/docs/options_guide.txt;hb=HEAD # to see all the options. # Most up to date version should be kept at # https://github.com/RBrandon/dotfiles # Lines starting with ':' are Lua scripts. # Lua manual: # http://www.lua.org/manual/5.1/manual.html ################### # General options # ################### autofight_stop = 50 hp_warning = 50 autofight_fire_stop = true show_more = false default_manual_training = true pickup_menu_limit = 1 confirm_butcher = never # This stuff should all be default auto_butcher = hungry : if ( : you.race()=="Troll" : or you.race()=="Kobold" : or you.race()=="Felid" : ) then auto_butcher = very full : end # Gives "You put your feet on the wall" prompt for WJC wall_jump_prompt = true # These are strategic things; color them so mc := menu_colour mc ^= inventory:cyan:scrolls? of (enchant|amnesia|magic mapping) ## Notes and dump options user_note_prefix = :: note_items += ego_arm, ego_weap note_chat_messages = true dump_item_origins = artefacts, ego_arm, ego_weap dump_order += vaults dump_order += turns_by_place dump_order += kills_by_place # Pause for transmutation renewal runrest_stop_message += Your transformation is almost over # Don't pause for Ozo's renewal (both messages) runrest_ignore_message += icy armour # Why this forces a more prompt I will never know... message_colour += mute:Be careful # This is mandatory to make shoals playable for some reason... message_colour += mute:Splash! message_colour += mute:You fall into the shallow ###################### # Autopickup options # ###################### # Default autopickup list for reference. # $?!+"\/% # $=gold ?=scrolls !=potions +=books "=jewelry /=wands %=food # } =miscellany |=staves autopickup = $?!+"\/%} # Most miscellaneous things are useful for most characters now # (Theoretically) ae := autopickup_exceptions ## Potions ae += potions? of (lignification|flight) : if you.god()=="Trog" then ae += potions? of (magic|berserk|brilliance) : end ## Scrolls ae += scrolls? of (vulnerability|holy|immolation) : if you.god()=="Trog" then ae += amnesia : end ## Evokables # Wand stacking may make this rule moot # Wands that are usually garbage # ae += wand of (random effects|flame) ## Jewellry ae += ring of (fire|ice) # Some of this stuff really should be default... : if you.god()=="Trog" then ae += ring of (magical|wizardry) : end ## Special cases # Scrolls of Torment are almost always good for undead guys. : if you.race()=="Ghoul" or you.race()=="Mummy" --or you.race()=="Vampire" : then ae +=