Update banner

pull/1/head
Made Baruna 2022-11-18 15:16:08 +08:00
parent 9e99b171ae
commit 32b468375d
2 changed files with 60 additions and 3 deletions

View File

@ -596,6 +596,28 @@ export const banners = {
// timezoneDependent: true,
// version: '3.2',
// },
{
name: 'Everbloom Violet',
image: 2,
shortName: 'Yae Miko',
start: '2022-11-18 18:00:00',
end: '2022-12-06 14:59:59',
color: '#ffd1f9',
featured: ['yae_miko', 'tartaglia'],
featuredRare: ['thoma', 'shikanoin_heizou', 'layla'],
version: '3.2',
},
// {
// name: "Farewell of Snezhnaya",
// image: 4,
// shortName: 'Tartaglia',
// start: '2022-11-18 18:00:00',
// end: '2022-12-06 14:59:59',
// color: '#4ED8F3',
// featured: ['yae_miko', 'tartaglia'],
// featuredRare: ['thoma', 'shikanoin_heizou', 'layla'],
// version: '3.2',
// },
],
weapons: [
{
@ -1030,7 +1052,7 @@ export const banners = {
color: '#eae5e1',
featured: ['key_of_khaj-nisut', 'primordial_jade_cutter'],
featuredRare: ['xiphos_moonlight', 'wandering_evenstar', 'rainslasher', 'dragons_bane', 'sacrificial_bow'],
version: '3.2',
version: '3.1',
},
{
name: 'Epitome Invocation',
@ -1044,5 +1066,16 @@ export const banners = {
timezoneDependent: true,
version: '3.2',
},
{
name: 'Epitome Invocation',
image: 38,
start: '2022-11-18 18:00:00',
end: '2022-12-06 14:59:59',
shortName: 'Kagura',
color: '#eae5e1',
featured: ['kaguras_verity', 'polar_star'],
featuredRare: ['favonius_sword', 'the_bell', 'dragons_bane', 'favonius_codex', 'the_stringless'],
version: '3.2',
},
],
};

View File

@ -263,7 +263,7 @@ export const bannersDual = {
color: '#b2e0f0',
featured: ['nilou', 'albedo'],
featuredRare: ['barbara', 'xiangling', 'beidou'],
version: '3.2',
version: '3.1',
},
{
name: 'Secretum Secretorum',
@ -274,7 +274,7 @@ export const bannersDual = {
color: '#b2e0f0',
featured: ['nilou', 'albedo'],
featuredRare: ['barbara', 'xiangling', 'beidou'],
version: '3.2',
version: '3.1',
},
],
"The Moongrass' Enlightenment 1": [
@ -303,4 +303,28 @@ export const bannersDual = {
version: '3.2',
},
],
'Everbloom Violet 2': [
{
name: 'Everbloom Violet',
image: 2,
shortName: 'Yae Miko',
start: '2022-11-18 18:00:00',
end: '2022-12-06 14:59:59',
color: '#ffd1f9',
featured: ['yae_miko', 'tartaglia'],
featuredRare: ['thoma', 'shikanoin_heizou', 'layla'],
version: '3.2',
},
{
name: 'Farewell of Snezhnaya',
image: 4,
shortName: 'Tartaglia',
start: '2022-11-18 18:00:00',
end: '2022-12-06 14:59:59',
color: '#4ED8F3',
featured: ['yae_miko', 'tartaglia'],
featuredRare: ['thoma', 'shikanoin_heizou', 'layla'],
version: '3.2',
},
],
};