diff --git a/src/data/banners.js b/src/data/banners.js index 2cdf87f4..3ec572e8 100644 --- a/src/data/banners.js +++ b/src/data/banners.js @@ -618,6 +618,30 @@ export const banners = { // featuredRare: ['thoma', 'shikanoin_heizou', 'layla'], // version: '3.2', // }, + { + name: 'From Ashes Reborn', + image: 1, + shortName: 'Wanderer', + start: '2022-12-07 06:00:00', + end: '2022-12-27 17:59:59', + color: '#31cae1', + featured: ['wanderer', 'arataki_itto'], + featuredRare: ['faruzan', 'yanfei', 'gorou'], + timezoneDependent: true, + version: '3.3', + }, + // { + // name: "Oni's Royale", + // image: 3, + // shortName: 'Itto', + // start: '2022-12-07 06:00:00', + // end: '2022-12-27 17:59:59', + // color: '#FFB455', + // featured: ['wanderer', 'arataki_itto'], + // featuredRare: ['faruzan', 'yanfei', 'gorou'], + // timezoneDependent: true, + // version: '3.3', + // }, ], weapons: [ { @@ -1077,5 +1101,23 @@ export const banners = { featuredRare: ['favonius_sword', 'the_bell', 'dragons_bane', 'favonius_codex', 'the_stringless'], version: '3.2', }, + { + name: 'Epitome Invocation', + image: 39, + start: '2022-12-07 06:00:00', + end: '2022-12-27 17:59:59', + shortName: 'Tulaytullah', + color: '#ffb169', + featured: ['tulaytullahs_remembrance', 'redhorn_stonethresher'], + featuredRare: [ + 'wavebreakers_fin', + 'sacrificial_sword', + 'favonius_greatsword', + 'eye_of_perception', + 'favonius_warbow', + ], + timezoneDependent: true, + version: '3.3', + }, ], }; diff --git a/src/data/bannersDual.js b/src/data/bannersDual.js index fe1915a8..5c276156 100644 --- a/src/data/bannersDual.js +++ b/src/data/bannersDual.js @@ -327,4 +327,30 @@ export const bannersDual = { version: '3.2', }, ], + 'From Ashes Reborn 1': [ + { + name: 'From Ashes Reborn', + image: 1, + shortName: 'Wanderer', + start: '2022-12-07 06:00:00', + end: '2022-12-27 17:59:59', + color: '#31cae1', + featured: ['wanderer', 'arataki_itto'], + featuredRare: ['faruzan', 'yanfei', 'gorou'], + timezoneDependent: true, + version: '3.3', + }, + { + name: "Oni's Royale", + image: 3, + shortName: 'Itto', + start: '2022-12-07 06:00:00', + end: '2022-12-27 17:59:59', + color: '#FFB455', + featured: ['wanderer', 'arataki_itto'], + featuredRare: ['faruzan', 'yanfei', 'gorou'], + timezoneDependent: true, + version: '3.3', + }, + ], }; diff --git a/static/images/banners/Epitome Invocation 39.png b/static/images/banners/Epitome Invocation 39.png new file mode 100644 index 00000000..42d4e7d6 Binary files /dev/null and b/static/images/banners/Epitome Invocation 39.png differ diff --git a/static/images/banners/From Ashes Reborn 1.png b/static/images/banners/From Ashes Reborn 1.png new file mode 100644 index 00000000..40b14a9c Binary files /dev/null and b/static/images/banners/From Ashes Reborn 1.png differ diff --git a/static/images/banners/Oni's Royale 3.png b/static/images/banners/Oni's Royale 3.png new file mode 100644 index 00000000..824ad960 Binary files /dev/null and b/static/images/banners/Oni's Royale 3.png differ