# Dungeon Crawl Stone Soup RC File for Octopode Air Elementalist # Disable automatic skill training by default default_manual_training = true # Start with these skills enabled for training skill_training = spellcasting, conjurations, air magic, stealth # Skill weighting to prioritize Air Magic skill_weight = spellcasting:1, conjurations:1, air magic:2, stealth:1 # Optional skill targets (set these if you want training to stop at specific levels) # Uncomment and adjust as desired # skill = spellcasting:8, conjurations:10, air magic:14, stealth:8 # Display skill progress as percentages in the skill menu show_skill_targets = true # Set rest_delay to speed up resting animations rest_delay = -1 # Use macros to quickly open the skill menu (e.g., pressing M) macro += M:toggle_skills # End of configuration