mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 12:51:30 +00:00
3.6新增宝箱
Signed-off-by: 阿憶 <12531628+hhl503442652@user.noreply.gitee.com>
This commit is contained in:
parent
8bcdb5340a
commit
a2e6f300ac
@ -4,22 +4,22 @@ export * from './pool.js'
|
|||||||
export const chestInfo = {
|
export const chestInfo = {
|
||||||
common: {
|
common: {
|
||||||
title: '普通宝箱',
|
title: '普通宝箱',
|
||||||
max: 2547
|
max: 2702
|
||||||
},
|
},
|
||||||
exquisite: {
|
exquisite: {
|
||||||
title: '精致宝箱',
|
title: '精致宝箱',
|
||||||
max: 1596
|
max: 1646
|
||||||
},
|
},
|
||||||
precious: {
|
precious: {
|
||||||
title: '珍贵宝箱',
|
title: '珍贵宝箱',
|
||||||
max: 489
|
max: 508
|
||||||
},
|
},
|
||||||
luxurious: {
|
luxurious: {
|
||||||
title: '豪华宝箱',
|
title: '豪华宝箱',
|
||||||
max: 185
|
max: 193
|
||||||
},
|
},
|
||||||
magic: {
|
magic: {
|
||||||
title: '奇馈宝箱',
|
title: '奇馈宝箱',
|
||||||
max: 146
|
max: 161
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user