diff --git a/src/data/banners.js b/src/data/banners.js index 5fddec84..71a6cf94 100644 --- a/src/data/banners.js +++ b/src/data/banners.js @@ -826,6 +826,28 @@ export const banners = { // timezoneDependent: true, // version: '3.7', // }, + { + name: 'Caution in Confidence', + image: 2, + shortName: 'Alhaitham', + start: '2023-06-13 18:00:00', + end: '2023-07-04 14:59:59', + color: '#5bcbd1', + featured: ['alhaitham', 'kaedehara_kazuha'], + featuredRare: ['yaoyao', 'shikanoin_heizou', 'xiangling'], + version: '3.7', + }, + // { + // name: 'Leaves in the Wind', + // image: 3, + // shortName: 'Kazuha', + // start: '2023-06-13 18:00:00', + // end: '2023-07-04 14:59:59', + // color: '#5bcbd1', + // featured: ['alhaitham', 'kaedehara_kazuha'], + // featuredRare: ['yaoyao', 'shikanoin_heizou', 'xiangling'], + // version: '3.7', + // }, ], weapons: [ { @@ -1401,5 +1423,16 @@ export const banners = { timezoneDependent: true, version: '3.7', }, + { + name: 'Epitome Invocation', + image: 48, + shortName: 'Freedom', + start: '2023-06-13 18:00:00', + end: '2023-07-04 14:59:59', + color: '#eae5e1', + featured: ['freedom-sworn', 'light_of_foliar_incision'], + featuredRare: ['wavebreakers_fin', 'mouuns_moon', 'favonius_sword', 'sacrificial_greatsword', 'favonius_codex'], + version: '3.7', + }, ], }; diff --git a/src/data/bannersDual.js b/src/data/bannersDual.js index 89d99907..33c06714 100644 --- a/src/data/bannersDual.js +++ b/src/data/bannersDual.js @@ -553,4 +553,28 @@ export const bannersDual = { version: '3.7', }, ], + 'Caution in Confidence 2': [ + { + name: 'Caution in Confidence', + image: 2, + shortName: 'Alhaitham', + start: '2023-06-13 18:00:00', + end: '2023-07-04 14:59:59', + color: '#5bcbd1', + featured: ['alhaitham', 'kaedehara_kazuha'], + featuredRare: ['yaoyao', 'shikanoin_heizou', 'xiangling'], + version: '3.7', + }, + { + name: 'Leaves in the Wind', + image: 3, + shortName: 'Kazuha', + start: '2023-06-13 18:00:00', + end: '2023-07-04 14:59:59', + color: '#5bcbd1', + featured: ['alhaitham', 'kaedehara_kazuha'], + featuredRare: ['yaoyao', 'shikanoin_heizou', 'xiangling'], + version: '3.7', + }, + ], }; diff --git a/static/images/banners/Caution in Confidence 2.png b/static/images/banners/Caution in Confidence 2.png new file mode 100644 index 00000000..0c472076 Binary files /dev/null and b/static/images/banners/Caution in Confidence 2.png differ diff --git a/static/images/banners/Epitome Invocation 48.png b/static/images/banners/Epitome Invocation 48.png new file mode 100644 index 00000000..bc096240 Binary files /dev/null and b/static/images/banners/Epitome Invocation 48.png differ diff --git a/static/images/banners/Leaves in the Wind 3.png b/static/images/banners/Leaves in the Wind 3.png new file mode 100644 index 00000000..6ad7ef61 Binary files /dev/null and b/static/images/banners/Leaves in the Wind 3.png differ