miao-plugin/resources/meta-gs/info/index.js
2024-06-26 23:36:40 +08:00

25 lines
367 B
JavaScript

export * from './pool.js'
// 宝箱数统计
export const chestInfo = {
common: {
title: '普通宝箱',
max: 3000
},
exquisite: {
title: '精致宝箱',
max: 2322
},
precious: {
title: '珍贵宝箱',
max: 705
},
luxurious: {
title: '华丽宝箱',
max: 268
},
magic: {
title: '奇馈宝箱',
max: 251
}
}