diff --git a/profiles/base.yaml b/profiles/base.yaml index 0da02cb12d..1d90d98ea5 100644 --- a/profiles/base.yaml +++ b/profiles/base.yaml @@ -2511,17 +2511,19 @@ base_wayto_overrides: end_room: 13603 str_proc: start_script('bescort', ['coffin']); wait_while{running?('bescort')}; -#Settings for task-forage (completing foraging tasks for Mags and similar NPCs, primarily for Trading experience) +# Settings for task-forage (completing foraging tasks for Mags and similar NPCs, primarily for Trading experience) task_forage_settings: - #Where foraged items should be temporarily stored + # Where foraged items should be temporarily stored container: backpack - #Whether or not to use BOOST TASK in order to reduce task cooldowns + # Whether or not to use BOOST TASK in order to reduce task cooldowns task_boosts: false - #Use COLLECT for large tasks instead of FORAGE (only use if you know you can COLLECT reliably) + # Use COLLECT for large tasks instead of FORAGE (only use if you know you can COLLECT reliably) collect: false - #When to exit the script and stop training Trading + # When to exit the script and stop training Trading trading_limit: 30 - #Exit as soon as a cooldown is encountered. + # Exit as soon as a cooldown is encountered. never_wait: false - #Show verbose debug messaging + # If waiting for a cooldown, do it by collecting rocks at the task giver. If false, task-forage will run outdoorsmanship.lic at your outdoors_room or safe_Room + wait_in_place: true + # Show verbose debug messaging debug: false