Update scarce offers values

This commit is contained in:
Platinum 2024-04-02 21:14:18 +11:00
parent 91e02dc3aa
commit 671eec11c3

View File

@ -29,8 +29,8 @@
// When config.enableScarceOffers is true, use these values to limit the number of offers on the flea. // When config.enableScarceOffers is true, use these values to limit the number of offers on the flea.
"offerItemCountOverride": { "offerItemCountOverride": {
"max": 3, "max": 4,
"min": 1 "min": 2
}, },
// When config.enableScarceOffers is true, use these values to limit the quantity of a stackable item (like ammo) per offer on the flea. // When config.enableScarceOffers is true, use these values to limit the quantity of a stackable item (like ammo) per offer on the flea.
@ -41,7 +41,7 @@
// When config.enableScarceOffers is true, use these values to limit the quantity of a non-stackable item (most items) per offer on the flea. // When config.enableScarceOffers is true, use these values to limit the quantity of a non-stackable item (most items) per offer on the flea.
"nonStackableCountOverride": { "nonStackableCountOverride": {
"max": 3, "max": 2,
"min": 1 "min": 1
}, },