export const BoxDrop={ 1:[ {uuid: 9001,dropRate: 10,num_max: 100000,type:0}, {uuid: 9003,dropRate: 10,num_max: 500,type:0}, ], 2:[ {uuid: 5001,dropRate: 10,num_max: 10,type:0}, {uuid: 5002,dropRate: 10,num_max: 10,type:0}, {uuid: 5003,dropRate: 50,num_max: 10,type:0}, ], 3:[ {uuid: 5001,dropRate: 20,num_max: 10,type:0}, {uuid: 5002,dropRate: 20,num_max: 10,type:0}, {uuid: 5003,dropRate: 50,num_max: 10,type:0}, ], } export const BoxDropCount={ 1:3, 2:3, 3:3, }