更新5.0宝箱,修复纳塔今日素材

This commit is contained in:
kaguramaisakuya 2024-09-08 16:29:35 +08:00
parent a0e0011e31
commit 1e6ca1871a
3 changed files with 6 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -4,22 +4,22 @@ export * from './pool.js'
export const chestInfo = { export const chestInfo = {
common: { common: {
title: '普通宝箱', title: '普通宝箱',
max: 3059 max: 3194
}, },
exquisite: { exquisite: {
title: '精致宝箱', title: '精致宝箱',
max: 2383 max: 2544
}, },
precious: { precious: {
title: '珍贵宝箱', title: '珍贵宝箱',
max: 729 max: 793
}, },
luxurious: { luxurious: {
title: '华丽宝箱', title: '华丽宝箱',
max: 275 max: 300
}, },
magic: { magic: {
title: '奇馈宝箱', title: '奇馈宝箱',
max: 251 max: 281
} }
} }

View File

@ -8,7 +8,7 @@ let data = Data.readJSON('resources/meta-gs/material/data.json', 'miao')
let ret = {} let ret = {}
let abbr2 = {} let abbr2 = {}
let citys = ['蒙德', '璃月', '稻妻', '须弥', '枫丹'] let citys = ['蒙德', '璃月', '稻妻', '须弥', '枫丹', '纳塔']
lodash.forEach(data, (ds) => { lodash.forEach(data, (ds) => {
let { type, name } = ds let { type, name } = ds