##### Some basic explanation of option syntax ####################### # Lines beginning with '#' are comments. The basic syntax is: # # field = value or field.subfield = value # # Only one specification is allowed per line. # # The terms are typically case-insensitive except in the fairly obvious # cases (the character's name and specifying files or directories when # on a system that has case-sensitive filenames). # # White space is stripped from the beginning and end of the line, as # well as immediately before and after the '='. If the option allows # multiple comma/semicolon-separated terms (such as # autopickup_exceptions), all whitespace around the separator is also # trimmed. All other whitespace is left intact. # # There are three broad types of Crawl options: true/false values (booleans), # arbitrary values, and lists of values. The first two types use only the # simple =, with later options - which includes your options that are different # from the defaults - overriding earlier ones. List options allow using +=, ^=, # -=, and = to append, prepend, remove, and reset, respectively. Usually you will # want to use += to add to a list option. Lastly, there is := which you can use # to create an alias, like so: # ae := autopickup_exceptions # From there on, 'ae' will be treated as if it you typed autopickup_exceptions, # so you can save time typing it. # ##### Other files ################################################### # You can include other files from your options file using the 'include' # option. Crawl will treat it as if you copied the whole text of that file # into your options file in that spot. You can uncomment some of the following # lines by removing the beginning '#' to include some of the other files in # this folder. # Some useful, more advanced options, implemented in LUA. # include = advanced_optioneering.txt # Alternative vi bindings for Dvorak users. # include = dvorak_command_keys.txt # Alternative vi bindings for Colemak users. # include = colemak_command_keys.txt # Alternative vi bindings for Neo users. # include = neo_command_keys.txt # Override the vi movement keys with a non-command. # include = no_vi_command_keys.txt # Turn the shift-vi keys into safe move, instead of run. # include = safe_move_shift.txt ### # # MYHEADER # for 0.24 # copied from 0.24 Vor # ### ### SOME COPIES FROM RC TU, 20.11.19 note_chat_messages = false more := force_more_message user_note_prefix = // ### EVENTS more += increases to # more += enough more += enough gold more += flickers and vanishes more += skin stops crawling more += Your transformation is almost more += finished your manual more += feel you are being watched more += flicker back more += no longer corroded # more += icy armour starts to meld more += icy armour evaporates more += feel yourself speed up more += like a meek peon ### MORE EVENTS, 23.12.19 more += sentinel's mark more += Your surroundings ### 04.03.20, after acid-shot more += carrying # confirm_butcher = (auto | always | never) confirm_butcher = never easy_eat_chunks = true travel_delay = 80 ### HITPOINT WARNING / -MORE- hp_warning = 60 more += HITPOINT small_more = true show_more = false ### ASHENZARI more += now scry more += more cursed you are more += will now reveal more += will now keep your mind more += will help you to reconsider ### WEAPONS more += of distortion # more += of flaming # more += of freezing # more += of speed # more += of holy wrath # more += of venom # more += are poisoned # more += of draining # more += feel drained # more += of electrocution # more += are electrocuted ### DANGEROUS more += killer bee .* into view more += hydra .* into view more += basilisk .* into view more += catoblepas .* into view more += death yak .* into view more += leech .* into view more += mangrove .* into view # more += redback .* into view more += hornet .* into view more += entropy weaver .* into view more += spark wasp .* into view more += anaconda .* into view more += nagaraja .* into view more += guardian serpent .* into view more += shining eye .* into view more += ogre mage .* into view more += spriggan .* into view more += boggart .* into view more += lich .* into view more += dragon .* into view more += shrike .* into view ### UNIQUES (from cerebovssquire) more += Agnes .* into view more += Aizul .* into view more += Antaeus .* into view more += Arachne .* into view more += Asmodeus .* into view more += Azrael .* into view more += Blork the orc .* into view more += Boris .* into view more += Cerebov .* into view more += Crazy Yiuf .* into view more += Dispater .* into view more += Dissolution .* into view more += Donald .* into view more += Dowan .* into view more += Duvessa .* into view more += Edmund .* into view more += Ereshkigal .* into view more += Erica .* into view more += Erolcha .* into view more += Eustachio .* into view more += Fannar .* into view more += Frances .* into view more += Frederick .* into view more += Gastronok .* into view more += Geryon .* into view more += Gloorx Vloq .* into view more += Grinder .* into view more += Grum .* into view more += Harold .* into view more += Ignacio .* into view more += Ijyb .* into view more += Ilsuiw .* into view more += Jessica .* into view more += Jorgrun .* into view more += Joseph .* into view more += Josephine .* into view more += Jozef .* into view more += Khufu .* into view more += Kirke .* into view more += Lamia .* into view more += Lom Lobon .* into view more += Louise .* into view more += Mara .* into view more += Margery .* into view more += Maud .* into view more += Maurice .* into view more += Menkaure .* into view more += Mennas .* into view more += Mnoleg .* into view more += Murray .* into view more += Nergalle .* into view more += Nessos .* into view more += Nikola .* into view more += Norris .* into view more += Pikel .* into view more += Polyphemus .* into view more += Prince Ribbit .* into view more += Psyche .* into view more += Purgy .* into view more += Roxanne .* into view more += Rupert .* into view more += Saint Roka .* into view more += Sigmund .* into view more += Snorg .* into view more += Sojobo .* into view more += Sonja .* into view more += Terence .* into view more += The Enchantress .* into view more += The Lernaean hydra .* into view more += The royal jelly .* into view more += The Serpent of Hell .* into view more += Tiamat .* into view more += Urug .* into view more += Xtahua .* into view ### 0.14 more += Asterion .* into view more += Natasha .* into view more += Vashnia .* into view ### 0.16 more += Robin .* into view ### 0.19 more += Bai Suzhen .* into view ### END UNIQUES