diff --git a/src/data/banners.js b/src/data/banners.js index 3529c144..f99dcb37 100644 --- a/src/data/banners.js +++ b/src/data/banners.js @@ -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: [ { diff --git a/src/data/bannersDual.js b/src/data/bannersDual.js index e949baa3..a48b5054 100644 --- a/src/data/bannersDual.js +++ b/src/data/bannersDual.js @@ -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, + }, + ], };