[Configuration] Gear quality on random bots

This commit is contained in:
Yunfan Li
2024-07-11 12:32:22 +08:00
parent c362630ce6
commit adc9c96b29
4 changed files with 18 additions and 2 deletions

View File

@@ -79,6 +79,8 @@ class PlayerbotAIConfig
std::vector<uint32> randomBotQuestIds;
uint32 randomBotTeleportDistance;
float randomGearLoweringChance;
int32 randomGearQualityLimit;
int32 randomGearScoreLimit;
float randomBotMaxLevelChance;
float randomBotRpgChance;
uint32 minRandomBots, maxRandomBots;