Skip to content

Commit

Permalink
Update 4.0 Part 1
Browse files Browse the repository at this point in the history
  • Loading branch information
MadeBaruna committed Aug 16, 2023
1 parent 2c4765a commit 3ce2b9c
Show file tree
Hide file tree
Showing 38 changed files with 3,904 additions and 21 deletions.
42 changes: 42 additions & 0 deletions src/data/banners.js
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,30 @@ export const banners = {
// version: '3.8',
// timezoneDependent: true,
// },
{
name: 'Conjuring Chiaroscuro',
image: 1,
shortName: 'Lyney',
start: '2023-08-16 06:00:00',
end: '2023-09-05 17:59:59',
color: '#fcc6c8',
featured: ['lyney', 'yelan'],
featuredRare: ['bennett', 'barbara', 'lynette'],
version: '4.0',
timezoneDependent: true,
},
// {
// name: 'Discerner of Enigmas',
// image: 3,
// shortName: 'Yelan',
// start: '2023-08-16 06:00:00',
// end: '2023-09-05 17:59:59',
// color: '#fcc6c8',
// featured: ['lyney', 'yelan'],
// featuredRare: ['bennett', 'barbara', 'lynette'],
// version: '4.0',
// timezoneDependent: true,
// },
],
weapons: [
{
Expand Down Expand Up @@ -1504,5 +1528,23 @@ export const banners = {
featuredRare: ['wine_and_song', 'lions_roar', 'the_bell', 'dragons_bane', 'favonius_warbow'],
version: '3.8',
},
{
name: 'Epitome Invocation',
image: 51,
shortName: 'Great Magic',
start: '2023-08-16 06:00:00',
end: '2023-09-05 17:59:59',
color: '#ffb169',
featured: ['the_first_great_magic', 'aqua_simulacra'],
featuredRare: [
'sacrificial_sword',
'favonius_greatsword',
'favonius_lance',
'sacrificial_fragments',
'sacrificial_bow',
],
version: '4.0',
timezoneDependent: true,
},
],
};
26 changes: 26 additions & 0 deletions src/data/bannersDual.js
Original file line number Diff line number Diff line change
Expand Up @@ -627,4 +627,30 @@ export const bannersDual = {
version: '3.8',
},
],
'Conjuring Chiaroscuro 1': [
{
name: 'Conjuring Chiaroscuro',
image: 1,
shortName: 'Lyney',
start: '2023-08-16 06:00:00',
end: '2023-09-05 17:59:59',
color: '#fcc6c8',
featured: ['lyney', 'yelan'],
featuredRare: ['bennett', 'barbara', 'lynette'],
version: '4.0',
timezoneDependent: true,
},
{
name: 'Discerner of Enigmas',
image: 3,
shortName: 'Yelan',
start: '2023-08-16 06:00:00',
end: '2023-09-05 17:59:59',
color: '#fcc6c8',
featured: ['lyney', 'yelan'],
featuredRare: ['bennett', 'barbara', 'lynette'],
version: '4.0',
timezoneDependent: true,
},
],
};
34 changes: 34 additions & 0 deletions src/data/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -5080,4 +5080,38 @@ export const builds = {
},
},
},
lyney: {
roles: {
TBD: {
recommended: false,
weapons: [],
artifacts: [],
mainStats: {
sands: ['TBD'],
goblet: ['TBD'],
circlet: ['TBD'],
},
subStats: ['TBD'],
talent: ['TBD'],
note: 'TBD',
},
},
},
lynette: {
roles: {
TBD: {
recommended: false,
weapons: [],
artifacts: [],
mainStats: {
sands: ['TBD'],
goblet: ['TBD'],
circlet: ['TBD'],
},
subStats: ['TBD'],
talent: ['TBD'],
note: 'TBD',
},
},
},
};
Loading

0 comments on commit 3ce2b9c

Please sign in to comment.