Skip to content

Commit

Permalink
Update base.yaml
Browse files Browse the repository at this point in the history
default settings for task-forage
  • Loading branch information
urbaj-dr authored Sep 20, 2023
1 parent f070286 commit 04dab80
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions profiles/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 04dab80

Please sign in to comment.