## Open Skills Menu At Start Of Game ## { 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 } ## Game Display Scale ## tile_viewport_scale = 1 default_manual_training = true ## Equip/Unequip ## equip_unequip = true easy_unequip = true sort_menus = true : qty autofight_stop = 60 hp_colour = 60:yellow, 25:red animate_equip_bar = true may_stab_brand = hi:yellow stab_brand = hi:blue ## Font Settings ## tile_font_crt_family = DejaVu Sans Mono tile_font_stat_family = DejaVu Sans Mono tile_font_msg_family = DejaVu Sans Mono tile_font_lbl_family = DejaVu Sans Mono tile_font_crt_size = 21 tile_font_stat_size = 22 tile_font_msg_size = 20 tile_font_tip_size = 21 tile_font_lbl_size = 20 tile_font_ft_light = true ## Graphics ## tile_water_anim = true tile_misc_anim = true tile_realtime_anim = true tile_show_player_species = true tile_single_column_menus = false explore_delay = 20 travel_key_stop = true