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 Sep 4, 2023
1 parent c3c2cf9 commit 4eb50c1
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 @@ -312,6 +312,12 @@ window.CHARACTER_POOLS = [
five: ['lyney', 'yelan'],
four: ['lynette', 'bennett', 'barbara'],
},
{
from: '2023-09-05 18:00:00',
to: '2023-09-26 14:59:59',
five: ['zhongli', 'tartaglia'],
four: ['freminet', 'sayu', 'noelle'],
},
];
window.WEAPON_POOLS = [
{
Expand Down Expand Up @@ -615,6 +621,12 @@ window.WEAPON_POOLS = [
five: ['thefirstgreatmagic', 'aquasimulacra'],
four: ['sacrificialsword', 'favoniusgreatsword', 'favoniuslance', 'sacrificialfragments', 'sacrificialbow'],
},
{
from: '2023-09-05 18:00:00',
to: '2023-09-26 14:59:59',
five: ['vortexvanquisher', 'polarstar'],
four: ['theflute', 'sacrificialgreatsword', 'dragonsbane', 'thewidsith', '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 @@ -363,6 +363,13 @@ window.CHARACTER_POOLS = [
four: ['琳妮特', '班尼特', '芭芭拉'],
name: '光与影的戏术|素霓伣天',
},
{
from: '2023-09-05 18:00:00',
to: '2023-09-26 14:59:59',
five: ['钟离', '达达利亚'],
four: ['菲米尼', '早柚', '诺艾尔'],
name: '陵薮市朝|暂别冬都',
},
];
window.WEAPON_POOLS = [
{
Expand Down Expand Up @@ -716,4 +723,11 @@ window.WEAPON_POOLS = [
four: ['祭礼剑', '西风大剑', '西风长枪', '祭礼残章', '祭礼弓'],
name: '神铸赋形',
},
{
from: '2023-09-05 18:00:00',
to: '2023-09-26 14:59:59',
five: ['贯虹之槊', '冬极白星'],
four: ['笛剑', '祭礼大剑', '匣里灭辰', '流浪乐章', '弓藏'],
name: '神铸赋形',
},
];

0 comments on commit 4eb50c1

Please sign in to comment.