diff --git a/src/data/banners.js b/src/data/banners.js
index b3cf45ec..04072db7 100644
--- a/src/data/banners.js
+++ b/src/data/banners.js
@@ -221,6 +221,16 @@ export const banners = {
featuredRare: ['ningguang', 'chongyun', 'yanfei'],
timezoneDependent: true,
},
+ {
+ name: 'Moment of Bloom',
+ image: 2,
+ shortName: 'Hu Tao',
+ start: '2021-11-02 18:00:00',
+ end: '2021-11-23 14:59:59',
+ color: '#FF7966',
+ featured: ['hu_tao'],
+ featuredRare: ['thoma', 'diona', 'sayu'],
+ },
],
weapons: [
{
@@ -415,5 +425,15 @@ export const banners = {
featuredRare: ['akuoumaru', 'favonius_sword', 'favonius_lance', 'eye_of_perception', 'rust'],
timezoneDependent: true,
},
+ {
+ name: 'Epitome Invocation',
+ image: 20,
+ start: '2021-11-02 18:00:00',
+ end: '2021-11-23 14:59:59',
+ shortName: 'Homa',
+ color: '#b042f5',
+ featured: ['staff_of_homa', 'elegy_for_the_end'],
+ featuredRare: ['wavebreakers_fin', 'mouuns_moon', 'sacrificial_sword', 'rainslasher', 'the_widsith'],
+ },
],
};
diff --git a/src/routes/wish/tally/index.svelte b/src/routes/wish/tally/index.svelte
index 6300e586..c2288db8 100644
--- a/src/routes/wish/tally/index.svelte
+++ b/src/routes/wish/tally/index.svelte
@@ -28,24 +28,24 @@