更新4.7宝箱 (#752)

This commit is contained in:
Ca(HCO₃)₂ 2024-06-26 23:36:40 +08:00 committed by GitHub
parent b1910e88ce
commit d374d86c2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,22 +4,22 @@ export * from './pool.js'
export const chestInfo = { export const chestInfo = {
common: { common: {
title: '普通宝箱', title: '普通宝箱',
max: 2980 max: 3000
}, },
exquisite: { exquisite: {
title: '精致宝箱', title: '精致宝箱',
max: 2221 max: 2322
}, },
precious: { precious: {
title: '珍贵宝箱', title: '珍贵宝箱',
max: 683 max: 705
}, },
luxurious: { luxurious: {
title: '华丽宝箱', title: '华丽宝箱',
max: 259 max: 268
}, },
magic: { magic: {
title: '奇馈宝箱', title: '奇馈宝箱',
max: 241 max: 251
} }
} }