Skip to content

Commit

Permalink
Update base.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr55 authored Jan 26, 2025
1 parent eda5358 commit 77bdd98
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions profiles/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,13 @@ combat_trainer_ignore_weapon_mindstate: false
combat_trainer_target_increment: 3
# how many actions to do if you dont hit the mindstate goal before swapping weapons
combat_trainer_action_count: 10
# roughly number of consecutive mainhand attack rounds that need to not gain mindstate (34/34, mob too low or constant misses) before a weapon switch is forced or blacklisted
# default is 0 (off). If activated, suggest value of 5 to start
combat_trainer_gain_check: 0
# roughly number of consecutive offhand attack rounds that need to not gain mindstate (34/34, mob too low or constant misses) before a weapon switch is forced or blacklisted
# default is 0 (off). If activated, suggest value of 2 to start
combat_trainer_offhand_gain_check: 0

dual_load: false
# use_stealth_attacks true will train stealth by hiding and attacking/backstabbing from stealth. Thieves also use backstab: below
use_stealth_attacks: false
Expand Down

0 comments on commit 77bdd98

Please sign in to comment.