Merge pull request #700 from touchscale/master

更新原神4.4上半卡池
This commit is contained in:
Aluxes 2024-01-30 01:56:10 +08:00 committed by GitHub
commit 1c9a0ee574
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,8 @@ export const poolName = {
那维莱特: '渊海界令', 那维莱特: '渊海界令',
莱欧斯利: '劫中泛滥', 莱欧斯利: '劫中泛滥',
芙宁娜: '众水的颂诗', 芙宁娜: '众水的颂诗',
娜维娅: '明花蔓舵' 娜维娅: '明花蔓舵',
闲云: '鸾音鹤信'
} }
export const poolDetail = [{ export const poolDetail = [{
@ -565,5 +566,14 @@ export const poolDetail = [{
char4: ['夏沃蕾', '九条裟罗', '班尼特'], char4: ['夏沃蕾', '九条裟罗', '班尼特'],
weapon5: ['薙草之稻光', '飞雷之弦振'], weapon5: ['薙草之稻光', '飞雷之弦振'],
weapon4: ['断浪长鳍', '西风剑', '雨裁', '昭心', '弓藏'] weapon4: ['断浪长鳍', '西风剑', '雨裁', '昭心', '弓藏']
}, {
version: '4.4',
half: '上半',
from: '2024-01-31 06:00:00',
to: '2024-02-20 17:59:59',
char5: ['闲云', '纳西妲'],
char4: ['嘉明', '珐露珊', '诺艾尔'],
weapon5: ['鹤鸣余音', '千夜浮梦'],
weapon4: ['千岩长枪', '祭礼剑', '祭礼大剑', '祭礼残章', '祭礼弓']
} }
] ]