diff --git a/project/assets/configs/scavcase.json b/project/assets/configs/scavcase.json index bd8cc8f1..0caf3069 100644 --- a/project/assets/configs/scavcase.json +++ b/project/assets/configs/scavcase.json @@ -43,7 +43,7 @@ "5d2f2ab648f03550091993ca" ], "moneyRewards": { - "moneyRewardChancePercent": 10, + "moneyRewardChancePercent": 5, "rubCount": { "common": { "min": 2000, @@ -65,11 +65,11 @@ }, "rare": { "min": 400, - "max": 1000 + "max": 900 }, "superrare": { - "min": 1200, - "max": 5000 + "min": 900, + "max": 2000 } }, "eurCount": { @@ -79,11 +79,11 @@ }, "rare": { "min": 400, - "max": 1000 + "max": 900 }, "superrare": { - "min": 1200, - "max": 5000 + "min": 900, + "max": 2000 } } },