Update banners

pull/37/head
Made Baruna 2024-06-05 14:26:48 +08:00
parent ac78ab2bcd
commit 706a7b7d29
2 changed files with 62 additions and 0 deletions

View File

@ -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: [
{

View File

@ -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,
},
],
};