Update banner data

pull/1/head
Made Baruna 2022-06-21 14:40:33 +07:00
parent f0aa1e5bd0
commit c58a210b89
1 changed files with 21 additions and 1 deletions

View File

@ -400,6 +400,16 @@ export const banners = {
// featuredRare: ['barbara', 'noelle', 'yanfei'],
// timezoneDependent: true,
// },
{
name: "Oni's Royale",
image: 2,
shortName: 'Itto',
start: '2022-06-21 18:00:00',
end: '2022-07-12 14:59:59',
color: '#FFB455',
featured: ['arataki_itto'],
featuredRare: ['chongyun', 'gorou', 'kuki_shinobu'],
},
],
weapons: [
{
@ -716,7 +726,7 @@ export const banners = {
start: '2022-05-31 09:00:00',
end: '2022-06-21 17:59:59',
shortName: 'Aqua',
color: '#eae5e1',
color: '#ffb169',
featured: ['aqua_simulacra', 'primordial_jade_winged-spear'],
featuredRare: [
'lithic_spear',
@ -727,5 +737,15 @@ export const banners = {
],
timezoneDependent: true,
},
{
name: 'Epitome Invocation',
image: 30,
start: '2022-06-21 18:00:00',
end: '2022-07-12 14:59:59',
shortName: 'Redhorn',
color: '#eae5e1',
featured: ['redhorn_stonethresher', 'memory_of_dust'],
featuredRare: ['lithic_blade', 'lions_roar', 'dragons_bane', 'sacrificial_fragments', 'the_stringless'],
},
],
};