mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
feat(Core/Config): Added pet experience rate (#3703)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user