miao-plugin/resources/meta-gs/info/index.js

25 lines
367 B
JavaScript
Raw Normal View History

export * from './pool.js'
// 宝箱数统计
export const chestInfo = {
common: {
title: '普通宝箱',
max: 2867
},
exquisite: {
title: '精致宝箱',
max: 2076
},
precious: {
title: '珍贵宝箱',
max: 632
},
luxurious: {
2023-10-01 18:41:21 +00:00
title: '华丽宝箱',
max: 242
},
magic: {
title: '奇馈宝箱',
max: 221
}
}