##### Crawl Init file ############################################### # For descriptions of all options, as well as some more in-depth information # on setting them, consult the file # options_guide.txt # in your /docs directory. If you can't find it, the file is also available # online at: # https://github.com/crawl/crawl/blob/master/crawl-ref/docs/options_guide.txt # # Crawl uses the first file of the following list as its option file: # * init.txt in the -rcdir directory (if specified) # * .crawlrc in the -rcdir directory (if specified) # * init.txt (in the Crawl directory) # * ~/.crawl/init.txt (Unix only) # * ~/.crawlrc (Unix only) # * ~/init.txt (Unix only) # * settings/init.txt (in the Crawl directory) ##### 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 # 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 ##### Ancient versions ############################################## # If you're used to the interface of ancient versions of Crawl, you may # get back parts of it by uncommenting the following options: # include = 034_command_keys.txt # And to revert monster glyph and colouring changes: # include = 034_monster_glyphs.txt # include = 052_monster_glyphs.txt # include = 060_monster_glyphs.txt # include = 071_monster_glyphs.txt # include = 080_monster_glyphs.txt # include = 0.9_monster_glyphs.txt # include = 0.12_monster_glyphs.txt # include = 0.13_monster_glyphs.txt # include = 0.14_monster_glyphs.txt _ __ __ __ | | / /__ / / __ ____ _ ___ / /_ | |/ / -_) _ l/ // / i l/ -_) __/ |___/l__/_//_/l_,_/_/_/_/l__/l__/ #참고사이트 #gsub : 구글 #http://crawl.akrasiac.org/docs/options_guide.txt #crawl.messages(1) : https://doc.dcss.io/modules/crawl.html#messages #ready() : https://doc.dcss.io/modules/Hooks.html#ready ############################ ### Interface & Commands ### ############################ explore_wall_bias = 0 warn_hatches=true explore_auto_rest = true rest_wait_both = true view_delay = 120 #language = ko default_manual_training = true sort_menus = true:equipped,identified,basename,art,ego,glowing,qualname,curse,charged,slot ability_menu = true cloud_status = true hp_warning = 10 mp_warning = 20 autofight_stop = 60 show_more = false tile_show_demon_tier = True force_targeter = travel_avoid_terrain = deep water tile_font_crt_family = Consolas tile_font_stat_family = Consolas tile_font_msg_family = Consolas tile_font_lbl_family = Consolas ############################################# ##### Autoexplore Interruption Messages ##### ############################################# delay_safe_poison = 90:100 rrst := runrest_stop_message rrig := runrest_ignore_message rrst += Your unholy channel is weakening rrst += You flicker back into view rrig += your breath back rrig += You feel.*sick rrig += You feel.*hungry rrig += You regained.*mp rrig += You are no longer corroded. rrig += You can drink potions agian rrig += You feel yourself come back to life rrig += frozen ramparts melt away rrig += Your transformation has ended rrig += Your blood armour dries and flakes away rrig += You are no longer poisoned rrig += You feel yourself speed up rrig += Your fire (vortexlvortices).*something rrig += something .* fire (vortexlvortices) rrig += you destroy the.*shaped block of ice rrig += You feel a bit more experienced rrig += A nearby plant withers and dies rrig += Your protection from.*is fading rrig += You feel less protected from rrig += You can no longer merge with and destroy a victim rrig += You can no longer pass through rrig += the wereblood boils in your veins #message_colour += mute:Really attack next to the #message_colour += mute:Really refrigerate near your message_colour ^= lightgreen:.*(shout|hiss|bark|howl|roar|roars|hear a roar|growl|croak|creak|buzz|screech|bellow|gurgles|gurgling sound|squeal) ########################## ### Messages & Display ### ########################## hp_colour = 100:green, 99:lightgray, 75:yellow, 50:lightred, 25:red mp_colour = 100:green, 99:lightgray, 75:yellow, 50:lightred, 25:red monster_list_colour = monster_list_colour += friendly:green,neutral:brown monster_list_colour += good_neutral:brown,strict_neutral:brown monster_list_colour += trivial:darkgrey,easy:lightgrey monster_list_colour += tough:yellow,nasty:lightred message_colour ^= green:more experienced menu_colour += lightgreen:potions? of agility ########################## ##### autoinscribe ##### ########################## autoinscribe += potion.*berserk rage:!q autoinscribe += potion.*might:!q autoinscribe += potion.*agile:!q autoinscribe += potion.*stab:!q autoinscribe += potion.*curing:!q autoinscribe += potion.*brilliance:!q autoinscribe += potion.*ambrosia:!q autoinscribe += potion.*cancellation:!q autoinscribe += potion.*magic:!q autoinscribe += potion.*invisibility:!q autoinscribe += potion.*resistance:!q autoinscribe += potion.*haste:!q autoinscribe += potion.*flight:!q autoinscribe += potion.*heal wounds:!q autoinscribe += scroll.*mapping:!r autoinscribe += scroll.*silence:!r autoinscribe += scroll.*fog:!r autoinscribe += scroll.*fear:!r autoinscribe += scroll.*teleportation:!r autoinscribe += scroll.*summoning:!r autoinscribe += scroll.*holy word:!r autoinscribe += throwing net:!f autoinscribe += atropa:!f autoinscribe += curare-:!f autoinscribe += datura:!f autoinscribe += ziggurat:!V ############################ ######## Shortcuts ######## ############################ Item_slot += (arrow|bolt|bullet):+q Item_slot += poisoned dart:+v Item_slot += curare:+c Item_slot += throwing net:+z Item_slot += wand of flame:+f Item_slot += wand of (disintegration|mind):+d Item_slot += wand of digging:+D Item_slot += wand of iceblast:+g Item_slot += wand of acid:+G Item_slot += wand of (enslave|charm):+E Item_slot += wand of paralysis:+e Item_slot += wand of random effect:+h Item_slot += wand of cloud:+H Item_slot += lightning rod:+V Item_slot += phial of floods:+C Item_slot += tin of tremorstones:+F Item_slot += Condenser vane:+B Item_slot += Box of beasts:+Z Item_slot += Phantom mirror:+x Item_slot += Lamp of fire:+B Item_slot += fan of gales:+X item_slot += scroll.*identify:+r item_slot += scroll.*enchant armour:+a item_slot += scroll.*enchant weapon:+A item_slot += scroll.*magic mapping:+s item_slot += scroll.*immolation:+S item_slot += scroll.*blink:+W item_slot += scroll.*fear:+R item_slot += scroll.*remove curse:+t item_slot += scroll.*fog:+y item_slot += scroll.*teleportation:+T item_slot += potion.*curing:+Q item_slot += potion.*haste:+h item_slot += potion.*might:+K item_slot += potion.*lignification:+l item_slot += potion.*brilliance:+L item_slot += potion.*stabbing:+m item_slot += potion.*resistance:+M ############################ ability_slot += heal wounds:+U ability_slot += Evoke Berserk:+t ability_slot += Fly|flight:+d ability_slot += Stop Flying:+D ability_slot += Breathe:f ability_slot += Blink:+s ability_slot += Invisibility:+e ability_slot += End Transformation:+q ability_slot += Berserk:+a ability_slot += trog's hand:+w ability_slot += Brothers In Arms:+c ability_slot += Draw Escape:+r ability_slot += Draw Summoning:+w ability_slot += Draw Destruction:+a ability_slot += Triple Draw:+Q ability_slot += Deal Four:+A ability_slot += Stack Five:+R ability_slot += Draw out power:+w ability_slot += power leap:+a ability_slot += apocalypse:+c ability_slot += line pass:+s ability_slot += finale:+c ability_slot += bend time:+w ability_slot += temporal distortion:+a ability_slot += slouch:+c ability_slot += step out of time:+b ability_slot += recall:+w ability_slot += animate remains:+a ability_slot += animate dead:+U ability_slot += pain mirror:+c ability_slot += drain life:+a ability_slot += enslave soul:+v ability_slot += lesser servant:+w ability_slot += greater servant:+r ability_slot += minor des:+a ability_slot += major des:+c ability_slot += recite:+a ability_slot += vitalisation:+w ability_slot += imprison:+c ability_slot += sanctuary:+r ability_slot += Lesser healing:+U ability_slot += heal other:+c ability_slot += purification:+w ability_slot += divine protection:+W ability_slot += greater healing:+a ability_slot += divine vigor:+r ability_slot += cleansing flame:+a ability_slot += divine shield:+w ability_slot += summon divine warrior:+c ############################ spell_slot += Dragon Form:P spell_slot += Necromutation:P spell_slot += Statue Form:P spell_slot += Magic Dart:z spell_slot += Searing Ray:x spell_slot += Fulminant Prism:b spell_slot += Iskenderun's Mystic Blast:v spell_slot += Iskenderun's Battlesphere:q spell_slot += Sandblast:z spell_slot += Stone Arrow:x spell_slot += petrify:f spell_slot += lee's rapid deconstruction:c spell_slot += Foxfire:U spell_slot += conjure flame:b spell_slot += sticky flame:x spell_slot += fireball:c spell_slot += Freeze:z spell_slot += Frozen ramparts:U spell_slot += ozocubu's armour:P spell_slot += hail storm:x spell_slot += summon ice beast:O spell_slot += Shock:z spell_slot += static discharge:x spell_slot += airstrike:v spell_slot += Lightning Bolt:c spell_slot += Conjure Ball Lightning:U spell_slot += Sting:z spell_slot += Poisonous Vapours:x spell_slot += Mephitic cloud:f #spell_slot += Venom bolt:c spell_slot += Olgreb's Toxic Radiance:U spell_slot += Ignite poison:I spell_slot += pain:z spell_slot += vampiric draining:x spell_slot += agony:c spell_slot += animate skeleton:q spell_slot += animate dead:U spell_slot += Petrify:d spell_slot += Portal Projectile:e spell_slot += Cause Fear:r spell_slot += Corona:z spell_slot += Slow:x spell_slot += Inner Flame:v #spell_slot += Regeneration:U #spell_slot += Shroud of Golubria:I #spell_slot += Song of Slaying:O #spell_slot += Ozocubu's armour:O #spell_slot += Spectral weapon:U #spell_slot += Infusion:z #spell_slot += Aura Of Abjuration:P #spell_slot += Deflect Missiles:P spell_slot += Invisibility:J spell_slot += Silence:y spell_slot += Blink:+s spell_slot += Passwall:+d spell_slot += Golubria's passage:+a spell_slot += Swift:L spell_slot += Leda's Liquefaction:P spell_slot += Summon Butterflies:N spell_slot += Apportation:+n ###################### ##### Autopickup ##### ###################### pickup_menu_limit = 1 autopickup = $?!:"/|\} ae := autopickup_exceptions ae ^= >scroll.*(torment|vulnerability) ae += <(Roxanne|horn of Geryon|.*Wucad Mu) ae ^= <(immolation|lignification|mutation|atrraction) ae ^= staff of (fire|cold|air|earth|conj|pois|death) ae += >amulet of (faith|regen|reflect|the acrobat|guardian|magic) ae += >chessboard ae += <(boomerang|javelin|throwing net|dart) ae += ring of protection from (magic|fire|cold) ae += >ring of (fire|ice|pois|positive|resist corr|see|will) ae += >ring of (mag|flight|steal|wiz|int|str|dex|slay|prot|eva) : end : if you.race() == "Ogre" or you.race() == "Troll" then ae +=