[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

@@ -891,6 +891,14 @@ AiPlayerbot.AutoPickTalents = 1
#
#
# Equips quality limitation for random bots (1 = normal, 2 = uncommon, 3 = rare, 4 = epic, 5 = legendary)
# default: 3 (rare)
AiPlayerbot.RandomGearQualityLimit = 3
# Equips gear score limitation for random bots (0 = no limit)
# default: 0 (no limit)
AiPlayerbot.RandomGearScoreLimit = 0
# Change random bot has lower gear
AiPlayerbot.RandomGearLoweringChance = 0