default_manual_training = true autofight_stop = 75 equip_unequip = true autofight_throw = false autofight_throw_nomove = false rest_wait_both = true rest_wait_ancestor = true runrest_ignore_message += Your transformation is almost over runrest_ignore_message += You are starting to lose your buoyancy runrest_ignore_message += Your magical contamination has completely faded away runrest_ignore_message += You are no longer corroded show_more = false ## Tournament Flags ## ###################### { local ForceOpenSkillScreen = true function ready() if you.turns() == 0 and ForceOpenSkillScreen then ForceOpenSkillScreen = false crawl.sendkeys("m") end end } ############## # Autopickup # ############## #ap := autopickup #ap += curare #ap += poisoned ae := autopickup_exceptions ae += 2) or armourname:find("dragon") or armourname:find("troll") then return it.artefact else return it.artefact or it.branded or it.ego end end return true end if (sub_type == "shield") then if equipped_item then return it.artefact or it.branded or it.ego end end end end) } ### Keybindings ### bindkey = [-] CMD_REST #bindkey = [1] CMD_MOVE_DOWN_LEFT #bindkey = [2] CMD_MOVE_DOWN #bindkey = [3] CMD_MOVE_DOWN_RIGHT #bindkey = [4] CMD_MOVE_LEFT #bindkey = [5] CMD_WAIT #bindkey = [6] CMD_MOVE_RIGHT #bindkey = [7] CMD_MOVE_UP_LEFT #bindkey = [8] CMD_MOVE_UP #bindkey = [9] CMD_MOVE_UP_RIGHT #bindkey = [^1] CMD_TARGET_DOWN_LEFT #bindkey = [^2] CMD_TARGET_DOWN #bindkey = [^3] CMD_TARGET_DOWN_RIGHT #bindkey = [^4] CMD_TARGET_LEFT #bindkey = [^5] CMD_WAIT #bindkey = [^6] CMD_TARGET_RIGHT #bindkey = [^7] CMD_TARGET_UP_LEFT #bindkey = [^8] CMD_TARGET_UP #bindkey = [^9] CMD_TARGET_UP_RIGHT #bindkey = [0] CMD_REST # Unbind vi-mappings #bindkey = [h] CMD_NO_CMD_DEFAULT #bindkey = [j] CMD_NO_CMD_DEFAULT #bindkey = [k] CMD_NO_CMD_DEFAULT #bindkey = [l] CMD_NO_CMD_DEFAULT #bindkey = [H] CMD_NO_CMD_DEFAULT #bindkey = [J] CMD_NO_CMD_DEFAULT #bindkey = [K] CMD_NO_CMD_DEFAULT #bindkey = [L] CMD_NO_CMD_DEFAULT #bindkey = [^H] CMD_NO_CMD_DEFAULT #bindkey = [^J] CMD_NO_CMD_DEFAULT #bindkey = [^K] CMD_NO_CMD_DEFAULT #bindkey = [^L] CMD_NO_CMD_DEFAULT #bindkey = [y] CMD_NO_CMD_DEFAULT #bindkey = [u] CMD_NO_CMD_DEFAULT #bindkey = [b] CMD_NO_CMD_DEFAULT #bindkey = [n] CMD_NO_CMD_DEFAULT #bindkey = [Y] CMD_NO_CMD_DEFAULT #bindkey = [U] CMD_NO_CMD_DEFAULT #bindkey = [B] CMD_NO_CMD_DEFAULT #bindkey = [N] CMD_NO_CMD_DEFAULT #bindkey = [^Y] CMD_NO_CMD_DEFAULT #bindkey = [^U] CMD_NO_CMD_DEFAULT #bindkey = [^B] CMD_NO_CMD_DEFAULT #bindkey = [^N] CMD_NO_CMD_DEFAULT