Update banner
parent
71714cc799
commit
f9792f44a0
|
@ -1333,6 +1333,28 @@ export const banners = {
|
||||||
// version: '5.0',
|
// version: '5.0',
|
||||||
// timezoneDependent: true,
|
// timezoneDependent: true,
|
||||||
// },
|
// },
|
||||||
|
{
|
||||||
|
name: 'Seeker of Flame-Wrought Secrets',
|
||||||
|
image: 1,
|
||||||
|
shortName: 'Kinich',
|
||||||
|
start: '2024-09-17 18:00:00',
|
||||||
|
end: '2024-10-08 14:59:00',
|
||||||
|
color: '#53dcb9',
|
||||||
|
featured: ['kinich', 'raiden_shogun'],
|
||||||
|
featuredRare: ['thoma', 'kujou_sara', 'chevreuse'],
|
||||||
|
version: '5.0',
|
||||||
|
},
|
||||||
|
// {
|
||||||
|
// name: 'Reign of Serenity',
|
||||||
|
// image: 5,
|
||||||
|
// shortName: 'Raiden',
|
||||||
|
// start: '2024-09-17 18:00:00',
|
||||||
|
// end: '2024-10-08 14:59:00',
|
||||||
|
// color: '#53dcb9',
|
||||||
|
// featured: ['kinich', 'raiden_shogun'],
|
||||||
|
// featuredRare: ['thoma', 'kujou_sara', 'chevreuse'],
|
||||||
|
// version: '5.0',
|
||||||
|
// },
|
||||||
],
|
],
|
||||||
weapons: [
|
weapons: [
|
||||||
{
|
{
|
||||||
|
@ -2191,6 +2213,17 @@ export const banners = {
|
||||||
version: '5.0',
|
version: '5.0',
|
||||||
timezoneDependent: true,
|
timezoneDependent: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Epitome Invocation',
|
||||||
|
image: 70,
|
||||||
|
shortName: 'Mountain King',
|
||||||
|
start: '2024-09-17 18:00:00',
|
||||||
|
end: '2024-10-08 14:59:00',
|
||||||
|
color: '#eae5e1',
|
||||||
|
featured: ['fang_of_the_mountain_king', 'engulfing_lightning'],
|
||||||
|
featuredRare: ['sacrificial_sword', 'rainslasher', 'favonius_lance', 'the_widsith', 'sacrificial_bow'],
|
||||||
|
version: '5.0',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
chronicled: [
|
chronicled: [
|
||||||
{
|
{
|
||||||
|
|
|
@ -1103,4 +1103,28 @@ export const bannersDual = {
|
||||||
timezoneDependent: true,
|
timezoneDependent: true,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
'Seeker of Flame-Wrought Secrets 1': [
|
||||||
|
{
|
||||||
|
name: 'Seeker of Flame-Wrought Secrets',
|
||||||
|
image: 1,
|
||||||
|
shortName: 'Kinich',
|
||||||
|
start: '2024-09-17 18:00:00',
|
||||||
|
end: '2024-10-08 14:59:00',
|
||||||
|
color: '#53dcb9',
|
||||||
|
featured: ['kinich', 'raiden_shogun'],
|
||||||
|
featuredRare: ['thoma', 'kujou_sara', 'chevreuse'],
|
||||||
|
version: '5.0',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Reign of Serenity',
|
||||||
|
image: 5,
|
||||||
|
shortName: 'Raiden',
|
||||||
|
start: '2024-09-17 18:00:00',
|
||||||
|
end: '2024-10-08 14:59:00',
|
||||||
|
color: '#53dcb9',
|
||||||
|
featured: ['kinich', 'raiden_shogun'],
|
||||||
|
featuredRare: ['thoma', 'kujou_sara', 'chevreuse'],
|
||||||
|
version: '5.0',
|
||||||
|
},
|
||||||
|
],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue