mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-14 11:43:52 +01:00
Update banners
This commit is contained in:
parent
3d5e6aeda4
commit
73691cdb78
6 changed files with 64 additions and 0 deletions
|
@ -526,6 +526,30 @@ export const banners = {
|
|||
// featuredRare: ['xingqiu', 'sucrose', 'dori'],
|
||||
// version: '3.0',
|
||||
// },
|
||||
{
|
||||
name: 'Twilight Arbiter',
|
||||
image: 1,
|
||||
shortName: 'Cyno',
|
||||
start: '2022-09-28 06:00:00',
|
||||
end: '2022-10-14 17:59:59',
|
||||
color: '#d8b8f7',
|
||||
featured: ['cyno', 'venti'],
|
||||
featuredRare: ['sayu', 'candace', 'kuki_shinobu'],
|
||||
timezoneDependent: true,
|
||||
version: '3.1',
|
||||
},
|
||||
// {
|
||||
// name: 'Ballad in Goblets',
|
||||
// image: 4,
|
||||
// shortName: 'Venti',
|
||||
// start: '2022-09-28 06:00:00',
|
||||
// end: '2022-10-14 17:59:59',
|
||||
// color: '#96f6de',
|
||||
// featured: ['cyno', 'venti'],
|
||||
// featuredRare: ['sayu', 'candace', 'kuki_shinobu'],
|
||||
// timezoneDependent: true,
|
||||
// version: '3.1',
|
||||
// },
|
||||
],
|
||||
weapons: [
|
||||
{
|
||||
|
@ -939,5 +963,17 @@ export const banners = {
|
|||
featuredRare: ['sacrificial_sword', 'favonius_greatsword', 'dragons_bane', 'eye_of_perception', 'rust'],
|
||||
version: '3.0',
|
||||
},
|
||||
{
|
||||
name: 'Epitome Invocation',
|
||||
image: 35,
|
||||
start: '2022-09-28 06:00:00',
|
||||
end: '2022-10-14 17:59:59',
|
||||
shortName: 'Scarlet',
|
||||
color: '#ffb169',
|
||||
featured: ['staff_of_the_scarlet_sands', 'elegy_for_the_end'],
|
||||
featuredRare: ['makhaira_aquamarine', 'lions_roar', 'favonius_lance', 'sacrificial_fragments', 'favonius_warbow'],
|
||||
timezoneDependent: true,
|
||||
version: '3.1',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
@ -227,4 +227,30 @@ export const bannersDual = {
|
|||
version: '3.0',
|
||||
},
|
||||
],
|
||||
'Twilight Arbiter 1': [
|
||||
{
|
||||
name: 'Twilight Arbiter',
|
||||
image: 1,
|
||||
shortName: 'Cyno',
|
||||
start: '2022-09-28 06:00:00',
|
||||
end: '2022-10-14 17:59:59',
|
||||
color: '#d8b8f7',
|
||||
featured: ['cyno', 'venti'],
|
||||
featuredRare: ['sayu', 'candace', 'kuki_shinobu'],
|
||||
timezoneDependent: true,
|
||||
version: '3.1',
|
||||
},
|
||||
{
|
||||
name: 'Ballad in Goblets',
|
||||
image: 4,
|
||||
shortName: 'Venti',
|
||||
start: '2022-09-28 06:00:00',
|
||||
end: '2022-10-14 17:59:59',
|
||||
color: '#96f6de',
|
||||
featured: ['cyno', 'venti'],
|
||||
featuredRare: ['sayu', 'candace', 'kuki_shinobu'],
|
||||
timezoneDependent: true,
|
||||
version: '3.1',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
@ -14,6 +14,7 @@ export const birthdays = {
|
|||
xiao: [4, 17],
|
||||
yelan: [4, 20],
|
||||
diluc: [4, 30],
|
||||
candace: [5, 3],
|
||||
collei: [5, 8],
|
||||
gorou: [5, 18],
|
||||
yun_jin: [5, 21],
|
||||
|
@ -23,6 +24,7 @@ export const birthdays = {
|
|||
lisa: [6, 9],
|
||||
venti: [6, 16],
|
||||
yoimiya: [6, 21],
|
||||
cyno: [6, 23],
|
||||
raiden_shogun: [6, 26],
|
||||
yae_miko: [6, 27],
|
||||
barbara: [7, 5],
|
||||
|
|
BIN
static/images/banners/Ballad in Goblets 4.png
Normal file
BIN
static/images/banners/Ballad in Goblets 4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 459 KiB |
BIN
static/images/banners/Epitome Invocation 35.png
Normal file
BIN
static/images/banners/Epitome Invocation 35.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 348 KiB |
BIN
static/images/banners/Twilight Arbiter 1.png
Normal file
BIN
static/images/banners/Twilight Arbiter 1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 531 KiB |
Loading…
Add table
Reference in a new issue