开箱完成,开箱设定为只获得英雄碎片

This commit is contained in:
2024-12-20 11:00:16 +08:00
parent ee2eb55442
commit c4e1f55d12
21 changed files with 541 additions and 2112 deletions

View File

@@ -1,8 +1,25 @@
export const BoxDrop={
1:[
{uuid: 1001,dropRate: 10,num_max: 2},
{uuid: 1002,dropRate: 10,num_max: 2},
{uuid: 9001,dropRate: 10,num_max: 10,type:0},
{uuid: 9002,dropRate: 10,num_max: 10,type:0},
{uuid: 9003,dropRate: 10,num_max: 10,type:0},
],
2:[
{uuid: 9001,dropRate: 10,num_max: 10,type:0},
{uuid: 9002,dropRate: 10,num_max: 10,type:0},
{uuid: 9003,dropRate: 10,num_max: 10,type:0},
],
3:[
{uuid: 9001,dropRate: 10,num_max: 10,type:0},
{uuid: 9002,dropRate: 10,num_max: 10,type:0},
{uuid: 9003,dropRate: 10,num_max: 10,type:0},
],
}
export const BoxDropCount={
1:3,
2:3,
3:3,
}