Skip to content

Commit

Permalink
feat: update banner info
Browse files Browse the repository at this point in the history
  • Loading branch information
voderl committed Jan 7, 2024
1 parent 4da9fba commit 217298d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
12 changes: 12 additions & 0 deletions public/pools-v2.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,12 @@ window.CHARACTER_POOLS = [
five: ['kamisatoayaka', 'navia'],
four: ['sucrose', 'rosaria', 'candace'],
},
{
from: '2024-01-09 18:00:00',
to: '2024-01-30 14:59:59',
five: ['raidenshogun', 'yoimiya'],
four: ['chevreuse', 'kujousara', 'bennett'],
},
];
window.WEAPON_POOLS = [
{
Expand Down Expand Up @@ -687,6 +693,12 @@ window.WEAPON_POOLS = [
five: ['verdict', 'mistsplitterreforged'],
four: ['theflute', 'akuoumaru', 'dragonsbane', 'favoniuscodex', 'mouunsmoon'],
},
{
from: '2024-01-09 18:00:00',
to: '2024-01-30 14:59:59',
five: ['engulfinglightning', 'thunderingpulse'],
four: ['favoniussword', 'rainslasher', 'wavebreakersfin', 'eyeofperception', 'rust'],
},
];

window.LOCALES_DATA = {
Expand Down
14 changes: 14 additions & 0 deletions public/pools.js
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,13 @@ window.CHARACTER_POOLS = [
four: ['砂糖', '罗莎莉亚', '坎蒂丝'],
name: '白鹭霜华|苍流踏花',
},
{
from: '2024-01-09 18:00:00',
to: '2024-01-30 14:59:59',
five: ['雷电将军', '宵宫'],
four: ['夏沃蕾', '九条裟罗', '班尼特'],
name: '影寂天下人|焰色天河',
},
];
window.WEAPON_POOLS = [
{
Expand Down Expand Up @@ -800,4 +807,11 @@ window.WEAPON_POOLS = [
four: ['笛剑', '恶王丸', '匣里灭辰', '西风秘典', '曚云之月'],
name: '神铸赋形',
},
{
from: '2024-01-09 18:00:00',
to: '2024-01-30 14:59:59',
five: ['薙草之稻光', '飞雷之弦振'],
four: ['西风剑', '雨裁', '断浪长鳍', '昭心', '弓藏'],
name: '神铸赋形',
},
];

0 comments on commit 217298d

Please sign in to comment.