# https://github.com/crawl/crawl/blob/master/crawl-ref/docs/options_guide.txt default_manual_training = true hp_colour = 100:green, 99:lightgray, 75:yellow, 50:lightred, 30:red mp_colour = 100:green, 99:lightgray, 75:yellow, 50:lightred, 30:red autofight_stop = 65 hp_warning = 60 tile_viewport_scale = 2 msg_webtiles_height = 10 # Travel Delay is in ms - between auto-explore. # travel_delay = 1 item_slot ^= scrolls? of identify:i autoinscribe += a scarf of resistance:rF+ rC+ autoinscribe += ring of fire:rF+ rC- autoinscribe += ring of ice:rC+ rF- autoinscribe += ice dragon scales:rC++ rF- autoinscribe += fire dragon scales:rF++ rC- autoinscribe += gold dragon scales:rPois+ rF+ rC+ show_more=false more := force_more_message flash_screen_message += Ecumenical flash_screen_message += altar of Okawaru here macros += M \{-265} \{6}/ \\+[1-9]\{13} # The ready() function is needed for code that has to process each turn or UI action. { function ready() -- Open skill screen on turn 0. if not skills_set and you.turns() == 0 then crawl.sendkeys("m") skills_set = true end end }