# CRAWL.NEMELEX.CARDS ##### 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 # 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 #일반 show_more = false view_delay = 200 travel_delay = 2 rest_delay = 1 show_travel_trail = false tile_show_threat_levels = tough nasty hp_colour = 100:green, 99:lightgray, 75:yellow, 50:lightred, 25:red hp_warning = 50 force_more_message += LOW HITPOINT WARNING force_more_message += Ouch! That really hurt! autofight_stop = 80 force_more_message += You are confused force_more_message += You feel yourself slow down default_manual_training = true { local need_skills_opened = true function ready() if you.turns() == 0 and need_skills_opened then need_skills_opened = false crawl.sendkeys("m") end end } force_more_message += You have finished your manual travel_avoid_terrain = deep water explore_wall_bias = 0 channel.sound = lightgreen cloud_status = true always_show_doom_contam = true tile_font_crt_family = Consolas tile_font_stat_family = Consolas tile_font_msg_family = Consolas tile_font_lbl_family = Consolas #왜곡 및 혼돈 무기 경고 force_more_message += It is wielding.*of distortion force_more_message += She is wielding.*of distortion force_more_message += He is wielding.*of distortion force_more_message += wielding.* distortion.* comes? into view flash_screen_message += It is wielding.*of distortion flash_screen_message += She is wielding.*of distortion flash_screen_message += He is wielding.*of distortion flash_screen_message += wielding.* distortion.* comes? into view flash_screen_message += distortion.* comes? into view force_more_message += It is wielding.*of chaos force_more_message += She is wielding.*of chaos force_more_message += He is wielding.*of chaos force_more_message += wielding.* chaos.*(come.*into view|open.*door) flash_screen_message += It is wielding.*of chaos flash_screen_message += She is wielding.*of chaos flash_screen_message += He is wielding.*of chaos flash_screen_message += wielding.* chaos.*(come.*into view|open.*door) flash_screen_message += chaos.*(come.*into view|open.*door) force_more_message += Space warps .* around you force_more_message += hits you.*distortion force_more_message += Its appearance distorts for a moment force_more_message += you fell strangely unstable force_more_message += hits you.*chaos #일부 투척 및 소모품 자동 습득 / 사용시 확인 autoinscribe += throwing net:!f autoinscribe += curare:!f autoinscribe += datura:!f autoinscribe += potion.*berserk rage:!q autoinscribe += potion.*might:!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 autopickup = $?!:"/|} autopickup_exceptions += (atropa|dispersal) autopickup_exceptions ^= >useless_item #언데드 신성 속성 피격 : if you.race() == "Poltergeist" or you.race() == "Mummy" or you.race() == "Revenant" or you.race() == "Demonspawn" then unusual_monster_items += holy : end : if you.race() == "Poltergeist" or you.race() == "Mummy" or you.race() == "Revenant" or you.race() == "Demonspawn" then force_more_message += It is wielding.*of holy wrath force_more_message += She is wielding.*of holy wrath force_more_message += He is wielding.*of holy wrath force_more_message += wielding.* holy wrath.*(come.*into view|open.*door) force_more_message += holy wrath.*(come.*into view|open.*door) flash_screen_message += It is wielding.*of holy wrath flash_screen_message += She is wielding.*of holy wrath flash_screen_message += He is wielding.*of holy wrath flash_screen_message += wielding.* holy wrath.*(come.*into view|open.*door) flash_screen_message += holy wrath.*(come.*into view|open.*door) : end force_more_message += You convulse #특정 피격 관련 force_more_message += pie hits you force_more_message += You are knocked back force_more_message += You are blown backwards #주문 시전 시도 관련 force_more_message += You cannot cast spells while unable to breathe! force_more_message += You cannot cast spells when silenced! #위험한 몬스터 알림 monster_alert += glass eye, shining eye, great orb of eyes monster_alert += moth of wrath, ghost moth, torpor snail monster_alert += radroach, entropy weaver, meliai, raven monster_alert += guardian serpent, draconian shifter monster_alert += royal mummy, mummy priest, ice fiend, brimstone fiend, tzitzimitl monster_alert += flayed ghost, Tormentor, curse toe, curse skull, alderking monster_alert += hellion, hell sentinel, deep elf sorcerer monster_alert += deep elf high priest, draconian scorcher monster_alert += ancient lich, dread lich, undying armoury, juggernaut monster_alert += executioner, shard shrike, caustic shrike, chonchon, wyrmhole monster_alert += wretched star, lurking horror, screaming refraction monster_alert += neqoxec, cacodemon, oblivion hound, nekomata, zykzyl monster_alert += salamander tyrant, ironbound frostheart, ironbound beastmaster, ironbound convoker monster_alert += walking crystal tome, walking divine tome, walking earthen tome, walking frostbound tome monster_alert += orb of fire, orb of winter, orb of entropy #투명몹 관련 force_more_message += Deactivating autopickup force_more_message += watched by something #데몬스폰 몬스터러스 메시지 색 변경 message_colour ^= lightcyan:You feel monstrous as your demonic heritage exerts itself. #디스펠 공격 피격 force_more_message += Your magical effects are unravelling #석화 구름 피격 force_more_message += calcifying dust hits you