feat(Core/Config): Added pet experience rate (#3703)
This commit is contained in:
parent
de4ea008a5
commit
78179f7108
4 changed files with 20 additions and 5 deletions
|
|
@ -2392,14 +2392,17 @@ Rate.Drop.Item.ReferencedAmount = 1
|
|||
# Rate.XP.Kill
|
||||
# Rate.XP.Quest
|
||||
# Rate.XP.Explore
|
||||
# Rate.XP.Pet
|
||||
# Description: Experience rates (outside battleground)
|
||||
# Default: 1 - (Rate.XP.Kill)
|
||||
# 1 - (Rate.XP.Quest)
|
||||
# 1 - (Rate.XP.Explore)
|
||||
# 1 - (Rate.XP.Pet)
|
||||
|
||||
Rate.XP.Kill = 1
|
||||
Rate.XP.Quest = 1
|
||||
Rate.XP.Explore = 1
|
||||
Rate.XP.Pet = 1
|
||||
|
||||
#
|
||||
# Rate.XP.BattlegroundKill
|
||||
|
|
@ -2516,6 +2519,14 @@ Rate.MoveSpeed = 1
|
|||
|
||||
Rate.InstanceResetTime = 1
|
||||
|
||||
#
|
||||
# Rate.Pet.LevelXP
|
||||
# Description: Modifies the amount of experience required to level up a pet.
|
||||
# The lower the rate the less experience is required.
|
||||
# Default: 0.05
|
||||
#
|
||||
Rate.Pet.LevelXP = 0.05
|
||||
|
||||
#
|
||||
# SkillGain.Crafting
|
||||
# SkillGain.Defense
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue