Lowered daily max item collection requirement to 4

This commit is contained in:
Dev 2023-11-18 12:34:47 +00:00
parent b0afad72dd
commit 7ef873442e

View File

@ -280,7 +280,7 @@
"Completion": { "Completion": {
"possibleSkillRewards": ["Endurance", "Strength", "Vitality"], "possibleSkillRewards": ["Endurance", "Strength", "Vitality"],
"minRequestedAmount": 1, "minRequestedAmount": 1,
"maxRequestedAmount": 5, "maxRequestedAmount": 4,
"minRequestedBulletAmount": 20, "minRequestedBulletAmount": 20,
"maxRequestedBulletAmount": 60, "maxRequestedBulletAmount": 60,
"useWhitelist": true, "useWhitelist": true,