mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 12:51:30 +00:00
25 lines
367 B
JavaScript
25 lines
367 B
JavaScript
export * from './pool.js'
|
|
|
|
// 宝箱数统计
|
|
export const chestInfo = {
|
|
common: {
|
|
title: '普通宝箱',
|
|
max: 2980
|
|
},
|
|
exquisite: {
|
|
title: '精致宝箱',
|
|
max: 2219
|
|
},
|
|
precious: {
|
|
title: '珍贵宝箱',
|
|
max: 682
|
|
},
|
|
luxurious: {
|
|
title: '华丽宝箱',
|
|
max: 259
|
|
},
|
|
magic: {
|
|
title: '奇馈宝箱',
|
|
max: 241
|
|
}
|
|
} |