mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 14:46:24 +00:00
feat(Core/Player) Option to adjust max rest bonus via config (#20836)
This commit is contained in:
@@ -2106,14 +2106,17 @@ Rate.Loyalty = 1
|
||||
# Rate.Rest.InGame
|
||||
# Rate.Rest.Offline.InTavernOrCity
|
||||
# Rate.Rest.Offline.InWilderness
|
||||
# Rate.Rest.MaxBonus
|
||||
# Description: Resting points grow rates.
|
||||
# Default: 1 - (Rate.Rest.InGame)
|
||||
# 1 - (Rate.Rest.Offline.InTavernOrCity)
|
||||
# 1 - (Rate.Rest.Offline.InWilderness)
|
||||
# 1.5 - (Rate.Rest.MaxBonus)
|
||||
|
||||
Rate.Rest.InGame = 1
|
||||
Rate.Rest.Offline.InTavernOrCity = 1
|
||||
Rate.Rest.Offline.InWilderness = 1
|
||||
Rate.Rest.MaxBonus = 1.5
|
||||
|
||||
#
|
||||
# Rate.MissChanceMultiplier.Creature
|
||||
|
||||
Reference in New Issue
Block a user