Update banners
parent
ac78ab2bcd
commit
706a7b7d29
|
@ -1217,6 +1217,30 @@ export const banners = {
|
|||
// featuredRare: ['layla', 'faruzan', 'beidou'],
|
||||
// version: '4.6',
|
||||
// },
|
||||
{
|
||||
name: 'Illuminating Lightning',
|
||||
image: 1,
|
||||
shortName: 'Clorinde',
|
||||
start: '2024-06-05 06:00:00',
|
||||
end: '2024-06-25 17:59:00',
|
||||
color: '#6968ff',
|
||||
featured: ['clorinde', 'alhaitham'],
|
||||
featuredRare: ['sethos', 'bennett', 'thoma'],
|
||||
version: '4.7',
|
||||
timezoneDependent: true,
|
||||
},
|
||||
// {
|
||||
// name: 'Caution in Confidence',
|
||||
// image: 3,
|
||||
// shortName: 'Alhaitham',
|
||||
// start: '2024-06-05 06:00:00',
|
||||
// end: '2024-06-25 17:59:00',
|
||||
// color: '#5bcbd1',
|
||||
// featured: ['clorinde', 'alhaitham'],
|
||||
// featuredRare: ['sethos', 'bennett', 'thoma'],
|
||||
// version: '4.7',
|
||||
// timezoneDependent: true,
|
||||
// },
|
||||
],
|
||||
weapons: [
|
||||
{
|
||||
|
@ -2011,6 +2035,18 @@ export const banners = {
|
|||
featuredRare: ['prospectors_drill', 'range_gauge', 'favonius_sword', 'rainslasher', 'sacrificial_fragments'],
|
||||
version: '4.6',
|
||||
},
|
||||
{
|
||||
name: 'Epitome Invocation',
|
||||
image: 65,
|
||||
shortName: 'Absolution',
|
||||
start: '2024-06-05 06:00:00',
|
||||
end: '2024-06-25 17:59:00',
|
||||
color: '#ffb169',
|
||||
featured: ['absolution', 'light_of_foliar_incision'],
|
||||
featuredRare: ['lithic_spear', 'sacrificial_sword', 'sacrificial_greatsword', 'the_widsith', 'the_stringless'],
|
||||
version: '4.7',
|
||||
timezoneDependent: true,
|
||||
},
|
||||
],
|
||||
chronicled: [
|
||||
{
|
||||
|
|
|
@ -977,4 +977,30 @@ export const bannersDual = {
|
|||
version: '4.6',
|
||||
},
|
||||
],
|
||||
'Illuminating Lightning 1': [
|
||||
{
|
||||
name: 'Illuminating Lightning',
|
||||
image: 1,
|
||||
shortName: 'Clorinde',
|
||||
start: '2024-06-05 06:00:00',
|
||||
end: '2024-06-25 17:59:00',
|
||||
color: '#6968ff',
|
||||
featured: ['clorinde', 'alhaitham'],
|
||||
featuredRare: ['sethos', 'bennett', 'thoma'],
|
||||
version: '4.7',
|
||||
timezoneDependent: true,
|
||||
},
|
||||
{
|
||||
name: 'Caution in Confidence',
|
||||
image: 3,
|
||||
shortName: 'Alhaitham',
|
||||
start: '2024-06-05 06:00:00',
|
||||
end: '2024-06-25 17:59:00',
|
||||
color: '#5bcbd1',
|
||||
featured: ['clorinde', 'alhaitham'],
|
||||
featuredRare: ['sethos', 'bennett', 'thoma'],
|
||||
version: '4.7',
|
||||
timezoneDependent: true,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue