修改助力配置
This commit is contained in:
parent
fa9d751a88
commit
ce047114f6
@ -2,35 +2,35 @@
|
|||||||
"chests": [
|
"chests": [
|
||||||
{
|
{
|
||||||
"level": 1,
|
"level": 1,
|
||||||
"name": "Wooden Chest",
|
"name": "Iron Chest",
|
||||||
"initScoreMin": 10,
|
"initScoreMin": 75,
|
||||||
"initScoreMax": 50,
|
"initScoreMax": 125,
|
||||||
"bounsCfg": [5, 10],
|
"bounsCfg": [15, 15],
|
||||||
"maxBounsCount": 10
|
"maxBounsCount": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"level": 2,
|
"level": 2,
|
||||||
"name": "Iron Chest",
|
"name": "Bronze Chest",
|
||||||
"initScoreMin": 20,
|
"initScoreMin": 175,
|
||||||
"initScoreMax": 60,
|
"initScoreMax": 225,
|
||||||
"bounsCfg": [10, 20],
|
"bounsCfg": [13, 13],
|
||||||
"maxBounsCount": 15
|
"maxBounsCount": 8
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"level": 3,
|
"level": 3,
|
||||||
"name": "Bronze Chest",
|
"name": "Sliver Chest",
|
||||||
"initScoreMin": 30,
|
"initScoreMin": 375,
|
||||||
"initScoreMax": 80,
|
"initScoreMax": 425,
|
||||||
"bounsCfg": [15,30],
|
"bounsCfg": [12,12],
|
||||||
"maxBounsCount": 20
|
"maxBounsCount": 12
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"level": 4,
|
"level": 4,
|
||||||
"name": "Sliver Chest",
|
"name": "Golden Chest",
|
||||||
"initScoreMin": 40,
|
"initScoreMin": 775,
|
||||||
"initScoreMax": 100,
|
"initScoreMax": 825,
|
||||||
"bounsCfg": [20, 40],
|
"bounsCfg": [11, 11],
|
||||||
"maxBounsCount": 50
|
"maxBounsCount": 15
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user