From ce047114f62227ef0f076f8b507867372cde5885 Mon Sep 17 00:00:00 2001 From: CounterFire2023 <136581895+CounterFire2023@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:05:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8A=A9=E5=8A=9B=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/chest.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/configs/chest.json b/configs/chest.json index ea780cb..3caeee7 100644 --- a/configs/chest.json +++ b/configs/chest.json @@ -2,35 +2,35 @@ "chests": [ { "level": 1, - "name": "Wooden Chest", - "initScoreMin": 10, - "initScoreMax": 50, - "bounsCfg": [5, 10], - "maxBounsCount": 10 + "name": "Iron Chest", + "initScoreMin": 75, + "initScoreMax": 125, + "bounsCfg": [15, 15], + "maxBounsCount": 5 }, { "level": 2, - "name": "Iron Chest", - "initScoreMin": 20, - "initScoreMax": 60, - "bounsCfg": [10, 20], - "maxBounsCount": 15 + "name": "Bronze Chest", + "initScoreMin": 175, + "initScoreMax": 225, + "bounsCfg": [13, 13], + "maxBounsCount": 8 }, { "level": 3, - "name": "Bronze Chest", - "initScoreMin": 30, - "initScoreMax": 80, - "bounsCfg": [15,30], - "maxBounsCount": 20 + "name": "Sliver Chest", + "initScoreMin": 375, + "initScoreMax": 425, + "bounsCfg": [12,12], + "maxBounsCount": 12 }, { "level": 4, - "name": "Sliver Chest", - "initScoreMin": 40, - "initScoreMax": 100, - "bounsCfg": [20, 40], - "maxBounsCount": 50 + "name": "Golden Chest", + "initScoreMin": 775, + "initScoreMax": 825, + "bounsCfg": [11, 11], + "maxBounsCount": 15 } ]