miao-plugin/resources/meta/info/index.js
2023-07-27 04:24:58 +08:00

25 lines
367 B
JavaScript

export * from './pool.js'
// 宝箱数统计
export const chestInfo = {
common: {
title: '普通宝箱',
max: 2701
},
exquisite: {
title: '精致宝箱',
max: 1654
},
precious: {
title: '珍贵宝箱',
max: 511
},
luxurious: {
title: '豪华宝箱',
max: 196
},
magic: {
title: '奇馈宝箱',
max: 161
}
}