diff --git a/src/data/banners.js b/src/data/banners.js index 9d88044b..15ac2725 100644 --- a/src/data/banners.js +++ b/src/data/banners.js @@ -1401,6 +1401,30 @@ export const banners = { // featuredRare: ['sethos', 'xingqiu', 'kuki_shinobu'], // version: '5.1', // }, + { + name: "Piercing Shot's Crimson Wake", + image: 1, + shortName: 'Chasca', + start: '2024-11-20 06:00:00', + end: '2024-12-10 17:59:00', + color: '#fe7391', + featured: ['chasca', 'lyney'], + featuredRare: ['ororon', 'sucrose', 'barbara'], + version: '5.2', + timezoneDependent: true, + }, + // { + // name: "Conjuring Chiaroscuro", + // image: 3, + // shortName: 'Lyney', + // start: '2024-11-20 06:00:00', + // end: '2024-12-10 17:59:00', + // color: '#fcc6c8', + // featured: ['chasca', 'lyney'], + // featuredRare: ['ororon', 'sucrose', 'barbara'], + // version: '5.2', + // timezoneDependent: true, + // }, ], weapons: [ { @@ -2293,6 +2317,18 @@ export const banners = { featuredRare: ['fruitful_hook', 'lions_roar', 'dragons_bane', 'eye_of_perception', 'favonius_warbow'], version: '5.1', }, + { + name: 'Epitome Invocation', + image: 73, + shortName: 'Astral', + start: '2024-11-20 06:00:00', + end: '2024-12-10 17:59:00', + color: '#ffb169', + featured: ['astral_vultures_crimson_plumage', 'the_first_great_magic'], + featuredRare: ['waveriding_whirl', 'flower-wreathed_feathers', 'the_flute', 'the_bell', 'favonius_lance'], + version: '5.2', + timezoneDependent: true, + }, ], chronicled: [ { diff --git a/src/data/bannersDual.js b/src/data/bannersDual.js index 7ac4b9e0..71975b49 100644 --- a/src/data/bannersDual.js +++ b/src/data/bannersDual.js @@ -1177,4 +1177,30 @@ export const bannersDual = { version: '5.1', }, ], + "Piercing Shot's Crimson Wake 1": [ + { + name: "Piercing Shot's Crimson Wake", + image: 1, + shortName: 'Chasca', + start: '2024-11-20 06:00:00', + end: '2024-12-10 17:59:00', + color: '#fe7391', + featured: ['chasca', 'lyney'], + featuredRare: ['ororon', 'sucrose', 'barbara'], + version: '5.2', + timezoneDependent: true, + }, + { + name: 'Conjuring Chiaroscuro', + image: 3, + shortName: 'Lyney', + start: '2024-11-20 06:00:00', + end: '2024-12-10 17:59:00', + color: '#fcc6c8', + featured: ['chasca', 'lyney'], + featuredRare: ['ororon', 'sucrose', 'barbara'], + version: '5.2', + timezoneDependent: true, + }, + ], }; diff --git a/static/images/banners/Conjuring Chiaroscuro 3.png b/static/images/banners/Conjuring Chiaroscuro 3.png new file mode 100644 index 00000000..2499ac85 Binary files /dev/null and b/static/images/banners/Conjuring Chiaroscuro 3.png differ diff --git a/static/images/banners/Epitome Invocation 73.png b/static/images/banners/Epitome Invocation 73.png new file mode 100644 index 00000000..80eda0c0 Binary files /dev/null and b/static/images/banners/Epitome Invocation 73.png differ diff --git a/static/images/banners/Piercing Shot's Crimson Wake 1.png b/static/images/banners/Piercing Shot's Crimson Wake 1.png new file mode 100644 index 00000000..bf0f6a10 Binary files /dev/null and b/static/images/banners/Piercing Shot's Crimson Wake 1.png differ