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: '普通宝箱',
2024-06-26 15:36:40 +00:00
max: 3000
},
exquisite: {
title: '精致宝箱',
2024-06-26 15:36:40 +00:00
max: 2322
},
precious: {
title: '珍贵宝箱',
2024-06-26 15:36:40 +00:00
max: 705
},
luxurious: {
2023-10-01 18:41:21 +00:00
title: '华丽宝箱',
2024-06-26 15:36:40 +00:00
max: 268
},
magic: {
title: '奇馈宝箱',
2024-06-26 15:36:40 +00:00
max: 251
}
}