Update banner data
parent
aa0e4ca0ac
commit
910d81432f
|
@ -410,6 +410,28 @@ export const banners = {
|
|||
featured: ['arataki_itto'],
|
||||
featuredRare: ['chongyun', 'gorou', 'kuki_shinobu'],
|
||||
},
|
||||
{
|
||||
name: 'Leaves in the Wind',
|
||||
image: 2,
|
||||
shortName: 'Kazuha',
|
||||
start: '2022-07-13 06:00:00',
|
||||
end: '2022-08-02 17:59:59',
|
||||
color: '#7edec3',
|
||||
featured: ['kaedehara_kazuha', 'klee'],
|
||||
featuredRare: ['ningguang', 'thoma', 'shikanoin_heizou'],
|
||||
timezoneDependent: true,
|
||||
},
|
||||
// {
|
||||
// name: "Sparkling Steps",
|
||||
// image: 3,
|
||||
// shortName: 'Klee',
|
||||
// start: '2022-07-13 06:00:00',
|
||||
// end: '2022-08-02 17:59:59',
|
||||
// color: '#ff7763',
|
||||
// featured: ['kaedehara_kazuha', 'klee'],
|
||||
// featuredRare: ['ningguang', 'thoma', 'shikanoin_heizou'],
|
||||
// timezoneDependent: true,
|
||||
// },
|
||||
],
|
||||
weapons: [
|
||||
{
|
||||
|
@ -747,5 +769,16 @@ export const banners = {
|
|||
featured: ['redhorn_stonethresher', 'memory_of_dust'],
|
||||
featuredRare: ['lithic_blade', 'lions_roar', 'dragons_bane', 'sacrificial_fragments', 'the_stringless'],
|
||||
},
|
||||
{
|
||||
name: 'Epitome Invocation',
|
||||
image: 31,
|
||||
start: '2022-07-13 06:00:00',
|
||||
end: '2022-08-02 17:59:59',
|
||||
shortName: 'Freedom-Sworn',
|
||||
color: '#ffb169',
|
||||
featured: ['freedom-sworn', 'lost_prayer_to_the_sacred_winds'],
|
||||
featuredRare: ['the_alley_flash', 'mitternachts_waltz', 'rainslasher', 'favonius_lance', 'the_widsith'],
|
||||
timezoneDependent: true,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
@ -139,4 +139,28 @@ export const bannersDual = {
|
|||
timezoneDependent: true,
|
||||
},
|
||||
],
|
||||
'Leaves in the Wind 2': [
|
||||
{
|
||||
name: 'Leaves in the Wind',
|
||||
image: 2,
|
||||
shortName: 'Kazuha',
|
||||
start: '2022-07-13 06:00:00',
|
||||
end: '2022-08-02 17:59:59',
|
||||
color: '#7edec3',
|
||||
featured: ['kaedehara_kazuha', 'klee'],
|
||||
featuredRare: ['ningguang', 'thoma', 'shikanoin_heizou'],
|
||||
timezoneDependent: true,
|
||||
},
|
||||
{
|
||||
name: 'Sparkling Steps',
|
||||
image: 3,
|
||||
shortName: 'Klee',
|
||||
start: '2022-07-13 06:00:00',
|
||||
end: '2022-08-02 17:59:59',
|
||||
color: '#ff7763',
|
||||
featured: ['kaedehara_kazuha', 'klee'],
|
||||
featuredRare: ['ningguang', 'thoma', 'shikanoin_heizou'],
|
||||
timezoneDependent: true,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 402 KiB |
Binary file not shown.
After Width: | Height: | Size: 480 KiB |
Binary file not shown.
After Width: | Height: | Size: 472 KiB |
Loading…
Reference in New Issue