mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-21 14:38:30 +00:00
更新5.0宝箱,修复纳塔今日素材
This commit is contained in:
parent
a0e0011e31
commit
1e6ca1871a
BIN
resources/common/item/纳塔.png
Normal file
BIN
resources/common/item/纳塔.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
@ -4,22 +4,22 @@ export * from './pool.js'
|
||||
export const chestInfo = {
|
||||
common: {
|
||||
title: '普通宝箱',
|
||||
max: 3059
|
||||
max: 3194
|
||||
},
|
||||
exquisite: {
|
||||
title: '精致宝箱',
|
||||
max: 2383
|
||||
max: 2544
|
||||
},
|
||||
precious: {
|
||||
title: '珍贵宝箱',
|
||||
max: 729
|
||||
max: 793
|
||||
},
|
||||
luxurious: {
|
||||
title: '华丽宝箱',
|
||||
max: 275
|
||||
max: 300
|
||||
},
|
||||
magic: {
|
||||
title: '奇馈宝箱',
|
||||
max: 251
|
||||
max: 281
|
||||
}
|
||||
}
|
@ -8,7 +8,7 @@ let data = Data.readJSON('resources/meta-gs/material/data.json', 'miao')
|
||||
let ret = {}
|
||||
let abbr2 = {}
|
||||
|
||||
let citys = ['蒙德', '璃月', '稻妻', '须弥', '枫丹']
|
||||
let citys = ['蒙德', '璃月', '稻妻', '须弥', '枫丹', '纳塔']
|
||||
|
||||
lodash.forEach(data, (ds) => {
|
||||
let { type, name } = ds
|
||||
|
Loading…
Reference in New Issue
Block a user