diff --git a/resources/common/item/纳塔.png b/resources/common/item/纳塔.png new file mode 100644 index 00000000..28c18227 Binary files /dev/null and b/resources/common/item/纳塔.png differ diff --git a/resources/meta-gs/info/index.js b/resources/meta-gs/info/index.js index e126765a..3f170b56 100644 --- a/resources/meta-gs/info/index.js +++ b/resources/meta-gs/info/index.js @@ -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 } } \ No newline at end of file diff --git a/resources/meta-gs/material/index.js b/resources/meta-gs/material/index.js index 2589eb16..0a4a2250 100644 --- a/resources/meta-gs/material/index.js +++ b/resources/meta-gs/material/index.js @@ -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