Update banners
parent
c45e061cf9
commit
ec907690cd
|
@ -618,6 +618,30 @@ export const banners = {
|
||||||
// featuredRare: ['thoma', 'shikanoin_heizou', 'layla'],
|
// featuredRare: ['thoma', 'shikanoin_heizou', 'layla'],
|
||||||
// version: '3.2',
|
// 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: [
|
weapons: [
|
||||||
{
|
{
|
||||||
|
@ -1077,5 +1101,23 @@ export const banners = {
|
||||||
featuredRare: ['favonius_sword', 'the_bell', 'dragons_bane', 'favonius_codex', 'the_stringless'],
|
featuredRare: ['favonius_sword', 'the_bell', 'dragons_bane', 'favonius_codex', 'the_stringless'],
|
||||||
version: '3.2',
|
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',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
|
@ -327,4 +327,30 @@ export const bannersDual = {
|
||||||
version: '3.2',
|
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
};
|
};
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 323 KiB |
Binary file not shown.
After Width: | Height: | Size: 519 KiB |
Binary file not shown.
After Width: | Height: | Size: 558 KiB |
Loading…
Reference in New Issue