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 @@ -
+
- + - + {#each showOld as show, i} {#if show} @@ -53,14 +53,14 @@ this={i < showOld.length - 3 ? ItemNew : Item} type="character" banner={banners.characters[banners.characters.length - 3 - i]} - id={300018 - i} + id={300019 - i} featured={banners.characters[banners.characters.length - 3 - i].featured} /> {:else} diff --git a/static/images/banners/Epitome Invocation 20.png b/static/images/banners/Epitome Invocation 20.png new file mode 100644 index 00000000..14083d75 Binary files /dev/null and b/static/images/banners/Epitome Invocation 20.png differ diff --git a/static/images/banners/Moment of Bloom 2.png b/static/images/banners/Moment of Bloom 2.png new file mode 100644 index 00000000..b03d3f29 Binary files /dev/null and b/static/images/banners/Moment of Bloom 2.png differ