diff --git a/src/data/banners.js b/src/data/banners.js index 158d83c8..960e4f42 100644 --- a/src/data/banners.js +++ b/src/data/banners.js @@ -1079,6 +1079,30 @@ export const banners = { // featuredRare: ['bennett', 'kujou_sara', 'chevreuse'], // version: '4.3', // }, + { + name: 'The Crane Soars Skyward', + image: 1, + shortName: 'Xianyun', + start: '2024-01-31 06:00:00', + end: '2024-02-20 17:59:00', + color: '#affcd1', + featured: ['xianyun', 'nahida'], + featuredRare: ['gaming', 'faruzan', 'noelle'], + version: '4.4', + timezoneDependent: true, + }, + // { + // name: "The Moongrass' Enlightenment", + // image: 3, + // shortName: 'Nahida', + // start: '2024-01-31 06:00:00', + // end: '2024-02-20 17:59:00', + // color: '#b8db94', + // featured: ['xianyun', 'nahida'], + // featuredRare: ['gaming', 'faruzan', 'noelle'], + // version: '4.4', + // timezoneDependent: true, + // }, ], weapons: [ { @@ -1783,7 +1807,7 @@ export const banners = { }, { name: 'Epitome Invocation', - image: 58, + image: 59, shortName: 'Engulfing', start: '2024-01-09 18:00:00', end: '2024-01-30 14:59:00', @@ -1792,5 +1816,23 @@ export const banners = { featuredRare: ['wavebreakers_fin', 'favonius_sword', 'rainslasher', 'eye_of_perception', 'rust'], version: '4.3', }, + { + name: 'Epitome Invocation', + image: 60, + shortName: 'Crane', + start: '2024-01-31 06:00:00', + end: '2024-02-20 17:59:00', + color: '#ffb169', + featured: ['cranes_echoing_call', 'a_thousand_floating_dreams'], + featuredRare: [ + 'lithic_spear', + 'sacrificial_sword', + 'sacrificial_greatsword', + 'sacrificial_fragments', + 'sacrificial_bow', + ], + version: '4.4', + timezoneDependent: true, + }, ], }; diff --git a/src/data/bannersDual.js b/src/data/bannersDual.js index 9e945688..3a84c7eb 100644 --- a/src/data/bannersDual.js +++ b/src/data/bannersDual.js @@ -827,4 +827,30 @@ export const bannersDual = { version: '4.3', }, ], + 'The Crane Soars Skyward 1': [ + { + name: 'The Crane Soars Skyward', + image: 1, + shortName: 'Xianyun', + start: '2024-01-31 06:00:00', + end: '2024-02-20 17:59:00', + color: '#affcd1', + featured: ['xianyun', 'nahida'], + featuredRare: ['gaming', 'faruzan', 'noelle'], + version: '4.4', + timezoneDependent: true, + }, + { + name: "The Moongrass' Enlightenment", + image: 3, + shortName: 'Nahida', + start: '2024-01-31 06:00:00', + end: '2024-02-20 17:59:00', + color: '#b8db94', + featured: ['xianyun', 'nahida'], + featuredRare: ['gaming', 'faruzan', 'noelle'], + version: '4.4', + timezoneDependent: true, + }, + ], }; diff --git a/static/images/banners/Epitome Invocation 59.png b/static/images/banners/Epitome Invocation 59.png new file mode 100644 index 00000000..73507907 Binary files /dev/null and b/static/images/banners/Epitome Invocation 59.png differ diff --git a/static/images/banners/Epitome Invocation 60.png b/static/images/banners/Epitome Invocation 60.png new file mode 100644 index 00000000..18032722 Binary files /dev/null and b/static/images/banners/Epitome Invocation 60.png differ diff --git a/static/images/banners/Everbloom Violet 4.png b/static/images/banners/Everbloom Violet 4.png new file mode 100644 index 00000000..31a057e1 Binary files /dev/null and b/static/images/banners/Everbloom Violet 4.png differ diff --git a/static/images/banners/Invitation to Mundane Life 5.png b/static/images/banners/Invitation to Mundane Life 5.png new file mode 100644 index 00000000..a840eb00 Binary files /dev/null and b/static/images/banners/Invitation to Mundane Life 5.png differ diff --git a/static/images/banners/The Crane Soars Skyward 1.png b/static/images/banners/The Crane Soars Skyward 1.png new file mode 100644 index 00000000..c112abb8 Binary files /dev/null and b/static/images/banners/The Crane Soars Skyward 1.png differ diff --git a/static/images/banners/The Moongrass' Enlightenment 3.png b/static/images/banners/The Moongrass' Enlightenment 3.png new file mode 100644 index 00000000..3f16a4e5 Binary files /dev/null and b/static/images/banners/The Moongrass' Enlightenment 3.png differ