feat(Core/Loot): add configurable option to specify ilv restriction for items below player class in NeedBeforeGreed loot mode in DF (#7701)

This commit is contained in:
UltraNix
2021-09-06 18:24:41 +02:00
committed by GitHub
parent 02b0b29ffa
commit 066d2ef85b
4 changed files with 12 additions and 1 deletions

View File

@@ -3541,6 +3541,14 @@ Item.SetItemTradeable = 1
FFAPvPTimer = 30
#
# LootNeedBeforeGreedILvlRestriction
# Description: Specify level restriction for items below player's subclass in Need Before Greed loot mode in DF groups
# Default: 70
# 0 - Disabled
LootNeedBeforeGreedILvlRestriction = 70
#
###################################################################################################