# === Combat and Safety === # Stop autofight (Tab/Shift-Tab) below 80% HP autofight_stop = 80 # Warn at 50% HP (can adjust value as desired) hp_warning = 50 # Force a "--more--" prompt when potentially dangerous messages appear force_more_message += Space warps horribly around you. force_more_message += calcifying dust hits force_more_message += A sentinel's mark forms upon you. force_more_message += Training target. force_more_message += Space bends around you. force_more_message += drain force_more_message += paralysis force_more_message += petrification # === Exploration and Movement === # Manual skill training by default (automatic training is generally inefficient) default_manual_training = true # Prevent auto-explore from opening doors, allowing a moment to check the other side # Do not auto-rest after auto-exploring (gives you control over resting in a safe spot) explore_auto_rest = false # Adjust travel and explore delays for a faster game feel (values can be adjusted) travel_delay = 10 explore_delay = 10 # Show the trail of your auto-travel show_travel_trail = true # === Interface and Inventory === # Automatically put common items on specific, easy-to-reach letters item_slot = scroll of identify:i item_slot = scroll of teleportation:t item_slot = scroll of fog:f item_slot = scroll of blinking:g item_slot = scroll of remove curse:c item_slot = potion of healing:h item_slot = potion of restore abilities:a item_slot = potion of might:m item_slot = potion of agility:g item_slot = potion of resistance:r item_slot = wand of teleportation:w # Enable sorting your inventory with '=' # (Note: this is a default feature, but good to know you can re-arrange items this way) # Automatically dump the game state to a file upon saving or death dump_on_save = true dump_message_count = 100 # Bold and brighten the foreground for better terminal visibility bold_brightens_foreground = true explore_auto_rest = true