diff --git a/profiles/base.yaml b/profiles/base.yaml index 72eaf66984..0da02cb12d 100644 --- a/profiles/base.yaml +++ b/profiles/base.yaml @@ -2510,3 +2510,18 @@ base_wayto_overrides: start_room: 13600 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) +task_forage_settings: + #Where foraged items should be temporarily stored + container: backpack + #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) + collect: false + #When to exit the script and stop training Trading + trading_limit: 30 + #Exit as soon as a cooldown is encountered. + never_wait: false + #Show verbose debug messaging + debug: false