Merge pull request #649 from kaguramaisakuya/master

4.1上半宝箱
This commit is contained in:
Ca(HCO₃)₂ 2023-10-02 02:42:34 +08:00 committed by GitHub
commit 673c159242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,22 +4,22 @@ export * from './pool.js'
export const chestInfo = {
common: {
title: '普通宝箱',
max: 2767
max: 2819
},
exquisite: {
title: '精致宝箱',
max: 1839
max: 1967
},
precious: {
title: '珍贵宝箱',
max: 566
max: 598
},
luxurious: {
title: '华宝箱',
max: 218
title: '宝箱',
max: 232
},
magic: {
title: '奇馈宝箱',
max: 186
max: 206
}
}