diff --git a/src/data/banners.js b/src/data/banners.js index 13572191..f4d485cb 100644 --- a/src/data/banners.js +++ b/src/data/banners.js @@ -410,6 +410,28 @@ export const banners = { featured: ['arataki_itto'], featuredRare: ['chongyun', 'gorou', 'kuki_shinobu'], }, + { + name: 'Leaves in the Wind', + image: 2, + shortName: 'Kazuha', + start: '2022-07-13 06:00:00', + end: '2022-08-02 17:59:59', + color: '#7edec3', + featured: ['kaedehara_kazuha', 'klee'], + featuredRare: ['ningguang', 'thoma', 'shikanoin_heizou'], + timezoneDependent: true, + }, + // { + // name: "Sparkling Steps", + // image: 3, + // shortName: 'Klee', + // start: '2022-07-13 06:00:00', + // end: '2022-08-02 17:59:59', + // color: '#ff7763', + // featured: ['kaedehara_kazuha', 'klee'], + // featuredRare: ['ningguang', 'thoma', 'shikanoin_heizou'], + // timezoneDependent: true, + // }, ], weapons: [ { @@ -747,5 +769,16 @@ export const banners = { featured: ['redhorn_stonethresher', 'memory_of_dust'], featuredRare: ['lithic_blade', 'lions_roar', 'dragons_bane', 'sacrificial_fragments', 'the_stringless'], }, + { + name: 'Epitome Invocation', + image: 31, + start: '2022-07-13 06:00:00', + end: '2022-08-02 17:59:59', + shortName: 'Freedom-Sworn', + color: '#ffb169', + featured: ['freedom-sworn', 'lost_prayer_to_the_sacred_winds'], + featuredRare: ['the_alley_flash', 'mitternachts_waltz', 'rainslasher', 'favonius_lance', 'the_widsith'], + timezoneDependent: true, + }, ], }; diff --git a/src/data/bannersDual.js b/src/data/bannersDual.js index 37c3fd82..e56f8f3a 100644 --- a/src/data/bannersDual.js +++ b/src/data/bannersDual.js @@ -139,4 +139,28 @@ export const bannersDual = { timezoneDependent: true, }, ], + 'Leaves in the Wind 2': [ + { + name: 'Leaves in the Wind', + image: 2, + shortName: 'Kazuha', + start: '2022-07-13 06:00:00', + end: '2022-08-02 17:59:59', + color: '#7edec3', + featured: ['kaedehara_kazuha', 'klee'], + featuredRare: ['ningguang', 'thoma', 'shikanoin_heizou'], + timezoneDependent: true, + }, + { + name: 'Sparkling Steps', + image: 3, + shortName: 'Klee', + start: '2022-07-13 06:00:00', + end: '2022-08-02 17:59:59', + color: '#ff7763', + featured: ['kaedehara_kazuha', 'klee'], + featuredRare: ['ningguang', 'thoma', 'shikanoin_heizou'], + timezoneDependent: true, + }, + ], }; diff --git a/static/images/banners/Epitome Invocation 31.png b/static/images/banners/Epitome Invocation 31.png new file mode 100644 index 00000000..c2f10d64 Binary files /dev/null and b/static/images/banners/Epitome Invocation 31.png differ diff --git a/static/images/banners/Leaves in the Wind 2.png b/static/images/banners/Leaves in the Wind 2.png new file mode 100644 index 00000000..d3ba89ee Binary files /dev/null and b/static/images/banners/Leaves in the Wind 2.png differ diff --git a/static/images/banners/Sparkling Steps 3.png b/static/images/banners/Sparkling Steps 3.png new file mode 100644 index 00000000..4b63217d Binary files /dev/null and b/static/images/banners/Sparkling Steps 3.png differ