############## # Autopickup # ############## pickup_mode = auto:5 autopickup = $?!:"/%|\ ae := autopickup_exceptions ae = ae += useless_item, dangerous_item, evil_item ae += (amulet|ring|staff|rod|tome) of ae += scrolls? of (fear|unholy|torment|holy|vorpal|vulnerability) ae += potions? of (invisibility|flight|.*blood) ae += wand of (confusion|enslavement|fireball|flame|frost|invisibility) ae += wand of (lightning|magic darts|random effects|slowing) ae += Cast which spell?') crawl.flush_prev_message() crawl.process_keys(cmd) end function cast_spell() generic_cast_spell('z') end function force_cast_spell() generic_cast_spell('Z') end } #################### # Autoinscriptions # #################### autoinscribe += (distortion|vampiric):!w autoinscribe += (bad|dangerous)_item.*potion:!q autoinscribe += (bad|dangerous)_item.*scroll:!r autoinscribe += of faith:!P autoinscribe += rod of:!a autoinscribe += staff of (Wucad Mu|energy|channeling|wizardry|power):!a : if you.race() == "Vampire" then autoinscribe += of blood:@*1 autoinscribe += of coagulated blood:@*2 : else autoinscribe += chunks? of:@*1 : end : if you.god() == "Fedhas" then autoinscribe += fruit:!e : end ######### # Notes ############################################################## ######### dump_order = header,hiscore,stats,misc,mutations,skills,spells,inventory dump_order += messages,screenshot,monlist,kills,notes,vaults,action_counts ood_interesting = 6 note_hp_percent = 20 note_skill_levels = 1,3,6,9,12,15,18,21,24,27 note_all_spells = true note_items = note_items += of Zot note_messages = note_messages += Your scales start note_messages += protects you from harm note_messages += You fall through a shaft note_monsters = note_monsters += orb of fire, ancient lich, electric golem