# tile_player_tile = mons: Jorgrun ### Lots of credit to HilariousDeathArtist as it forms the core of this rcfile. # 3-f : Travel and Exploration # ---------------------------- travel_delay = -1 rest_delay = -1 # Adjusts how much autoexplore favours attempting to discover room perimeters and corners. # At values higher than 0, autoexplore will more heavily favour visiting squares that are next to walls # reasonable values range from 0 to 10 maybe? explore_wall_bias = 0 autofight_stop = 60 # 3-h : Messages and Display Enhancements ----------------------------------------- fs := flash_screen_message fs += You feel strangely unstable fs += Strange energies course fs += carrying a wand fs += weirdly uncertain fs += Moon pie fs += Ashenzari invites you to partake fs += Ru believes you are ready to make a new sacrifice fs += wielding.*of distortion # 3-i : Colours (messages and menu) # --------------------------------- # black, blue, green, cyan, red, magenta, brown, lightgrey, # darkgrey, lightblue, lightgreen, lightcyan, lightred, # lightmagenta, yellow, white $decent := lightblue $mp := lightcyan $interface := cyan $danger := lightred $item_dmg := red $warning := yellow $boring := darkgrey $negative := brown $positive := green $good := lightgreen $verypositive := lightmagenta $awesome := white $takesaction := blue $godaction := magenta ## menu_colour options # Set Alias menu := menu_colour # Clear defaults # menu = # # General # menu += $boring:(melded) # menu += $boring:.*useless_item.* # menu += $item_dmg:.*evil_item.* # menu += $danger:[^n]cursed # menu += inventory:$danger:[^n]cursed # menu += inventory:$interface:.*equipped.* # menu += $decent:.*artefact.* # menu += $negative:shield of the gong # menu += $danger:.*artefact.* cursed # menu += $awesome:manual # menu += $warning:^unidentified .*(jewellery|potion|scroll|wand).* # menu += $good:^unidentified .*weapon.*(runed|glowing) # menu += $good:^unidentified .*armour.*(runed|glowing|embroidered) # menu += $good:^unidentified .*armour.*(shiny|dyed) # # Staves # menu += $mp:staff of energy # menu += $positive:[^r]staff of # # Wands # menu += $decent:wand of (flame|paralysis|polymorph|disintegration|enslavement|iceblast|mindburst) # menu += $good:wand of (acid|digging) # # Scrolls # menu += $danger:scrolls? of torment # menu += $boring:scrolls? of (noise|random) # menu += $decent:scrolls? of (amnesia|holy word|identify|immolation|remove curse) # menu += $good:scrolls? of (fear|fog|silence|summoning|vulnerability) # menu += $positive:scrolls? of (brand|enchant|magic mapping) # menu += $verypositive:scrolls? of acquirement # menu += $awesome:scrolls? of (blinking|teleportation) # # Potions # menu += $danger:potions? of berserk # menu += magenta:potions? of mutation # menu += $decent:potions? of (flight|lignification|ambrosia|enlightenment) # menu += $good:potions? of (stabbing|brilliance|cancellation|invisibility|might|resistance) # menu += $positive:potions? of curing # menu += $mp:potions? of magic # menu += $verypositive:potions? of (haste|heal wounds) # menu += $awesome:potions? of experience # # Amulets # menu += $boring:amulet of (inaccuracy|harm) # menu += $good:amulet of (guardian spirit|the acrobat) # menu += $positive:amulet of (faith|reflection|magic regeneration) # menu += $verypositive:amulet of (regeneration) # # Rings # menu += $negative:ring of (attention|teleportation) # menu += $negative:ring of \-.*(dexterity|evasion|intelligence|protection|slaying|strength) # menu += $warning:ring of (fire|ice|stealth) # menu += $decent:ring of flight # menu += $verypositive:ring of (.*slaying) # menu += $positive:ring of (poison resistance|protection from cold|protection from fire|protection from magic|see invisible|resist corrosion) # menu += $good:ring of (.*evasion|.*protection|magical power|wizardry) # #menu += $awesome: # # Misc items # menu += blue:inert # menu += $good:throwing net # menu += $good:fan of gales # menu += $good:tin of tremorstones # menu += $good:phial of floods # menu += $good:lightning rod # menu += $good:gravitambourine # menu += $good:phantom mirror # menu += $decent:box of beasts # menu += $decent:sack of spiders # menu += $decent:Horn of Geryon # menu += $mp:crystal ball of energy # menu += $mp:Staff of Wucad Mu # menu += $awesome:Figurine of a ziggurat # menu += $positive:good_item # menu += $positive:ego ## message_colour options #################### # Message coloring # #################### # Set Alias msc := message_colour # Clear defaults # 3-l Inscriptions # ---------------- #################### # Autoinscriptions # #################### # Set Alias ai := autoinscribe # Overwrite annoying inscriptions with your own # Inscribe distortion weapons if you are not worshipping Lugonu : if you.god() ~= "Lugonu" then ai += distortion:!w : end ai += (bad|dangerous)_item.*potion:!q ai += potion of berserk rage:!q ai += (bad|dangerous)_item.*scroll:!r ai += dispersal:=f ai += curare:=f ai += large rock:!d ai += throwing net:=f, !d # Armour ai += fire dragon scale:rF++, rC- ai += gold dragon scale:rC+, rF+, rP+ ai += ice dragon scale:rC++, rF- ai += pearl dragon scale:rN+ ai += positive:rN+ ai += storm dragon scale:rElec ai += swamp dragon scale:rP+ ai += acid dragon scale:rCorr ai += of preservation:rCorr ai += quicksilver dragon scale:MR+ ai += shadow dragon scale:Stlth+ ai += troll hide:regen ai += troll leather armour:regen ai += robe of resistance:rF+, rC+ # Consumables ai += curing:@q1, !d ai += potions? of heal wounds:@q2, !d ai += scrolls? of blinking:@r3, !r!d ai += scrolls? of teleportation:@r2, !d ai += scrolls? of identify: @r1 # Amulets ai += amulet of faith:Faith, !P # Rings ai += ring of fire:rF+, rC- ai += ring of flight:+Fly ai += ring of ice:rC+, rF- ai += ring of magical power:MP+9 ai += ring of poison resistance:rP+ ai += ring of protection from cold:rC+ ai += ring of protection from fire:rF+ ai += ring of protection from magic:MR+ ai += ring of see invisible:sInv ai += ring of teleportation:*tele # Staves ai += staff of air:rElec ai += staff of cold:rC+ ai += staff of death:rN+ ai += staff of fire:rF+ ai += staff of alchemy:rP+ show_god_gift = unident # 3-m Macro related Options. # ------------------------------ # macros += M 1 yt macros += M 3 *L! macros += M 4 *L macros += M 6 L< macros += M 7 *f.\{13} # bindkey = [~] CMD_LUA_CONSOLE # 3-n Tiles Options # --------------------- tile_runrest_rate = 25 tile_web_mouse_control = false # 4- Character Dump. # =================== # 4-a Saving. # --------------- dump_on_save = true # 4-b Items and Kills. # ------------------------ dump_kill_places = all dump_item_origins = all dump_item_origin_price = 100 dump_message_count = 100 dump_order += vaults, turns_by_place, kills_by_place # 4-c Notes. # -------------- user_note_prefix = NOTE: note_monsters += orb of fire,ancient lich note_hp_percent = 50 note_all_skill_levels = true note_xom_effects = true note_chat_messages = true tile_shield_offsets = 1, -5 tile_viewport_scale = 1.0 prompt_menu = false launcher_autoquiver = false autofight_stop = 75 game_scale = 1 tile_window_ratio = 0 tile_map_scale = 0.8 ss := spell_slot is := item_slot ss ^= Apportation:a ss ^= Blink:b ss ^= Ignition:iI ss ^= Irradiate:iI is ^= ring of protection from fire:f is ^= ring of protection from cold:c is ^= ring of slaying:j is ^= ring of poison resistance:o is ^= ring of protection:p is ^= ring of evasion:v is ^= ring of willpower:m is ^= ring of see invisible:i is ^= potions? of curing:q is ^= potions? of heal wounds:w is ^= potions? of haste:h is ^= potions? of might:d is ^= potions? of resistance:n is ^= scrolls? of identify:r is ^= scrolls? of teleportation:t is ^= scrolls? of blinking:z hp_warning = 30 hp_colour = 60:yellow, 30:red fm := force_more_message fs := flash_screen_message show_more = false fm += watched by something fm += magical effects are unravelling fm += (fall into|sucked into) a shaft fm += interdimensional caravan fm += distant snort fm += roar of battle fm += wave of frost fm += hiss of flowing sand fm += sound of rushing water fm += oppressive heat about you fm += crackle of arcane power fm += make a new sacrifice fm += mollified fm += wrath finds you fm += sends forces fm += sends monsters fm += Vehumet offers fm += transformation is almost over fm += hearing returns fm += is no longer charmed fm += You flicker fm += finished your manual fm += Moon pie fm += A sourceless malevolence fm += Ashenzari invites #fm += into view fs += You feel strangely unstable fs += Strange energies course fs += carrying a wand fs += weirdly uncertain fs += Moon pie # Misc auto_hide_spells = true always_show_zot = false menu_arrow_control = true force_spell_targeter = force_ability_targeter = include = advanced_optioneering.txt include = dvorak_command_keys.txt # The damage announcement messages include += HDamage.rc