Update banner

pull/1/head
Made Baruna 2021-09-20 11:29:12 +07:00
parent 07fdb70520
commit a6b4ab0fba
No known key found for this signature in database
GPG Key ID: 5AA5DA16AA5DCEAD
9 changed files with 141 additions and 3 deletions

View File

@ -200,6 +200,16 @@ export const banners = {
featuredRare: ['xiangling', 'sucrose', 'kujou_sara'],
timezoneDependent: true,
},
{
name: 'Moonlight Merriment',
image: 1,
shortName: 'Kokomi',
start: '2021-09-27 10:00:00',
end: '2021-10-11 03:59:59',
color: '#FF7B69',
featured: ['sangonomiya_kokomi'],
featuredRare: ['rosaria', 'beidou', 'xingqiu'],
},
],
weapons: [
{
@ -373,5 +383,15 @@ export const banners = {
featuredRare: ['lions_roar', 'the_bell', 'favonius_lance', 'the_widsith', 'sacrificial_bow'],
timezoneDependent: true,
},
{
name: 'Epitome Invocation',
image: 18,
start: '2021-09-27 10:00:00',
end: '2021-10-11 03:59:59',
shortName: 'Moonglow',
color: '#424ef5',
featured: ['primordial_jade_cutter', 'everlasting_moonglow'],
featuredRare: ['the_flute', 'favonius_greatsword', 'dragons_bane', 'favonius_codex', 'the_stringless'],
},
],
};

View File

@ -7141,4 +7141,122 @@ export const weaponList = {
},
],
},
predator: {
name: 'Predator',
id: 'predator',
rarity: 4,
atk: 42,
secondary: 'ATK',
type: weapons.bow,
source: 'playstation exclusive',
ascension: [
{
items: [
{ item: itemList.narukamis_wisdom, amount: 3 },
{ item: itemList.dismal_prism, amount: 3 },
{ item: itemList.firm_arrowhead, amount: 2 },
],
mora: 5000,
},
{
items: [
{ item: itemList.narukamis_joy, amount: 3 },
{ item: itemList.dismal_prism, amount: 12 },
{ item: itemList.firm_arrowhead, amount: 8 },
],
mora: 15000,
},
{
items: [
{ item: itemList.narukamis_joy, amount: 6 },
{ item: itemList.crystal_prism, amount: 6 },
{ item: itemList.sharp_arrowhead, amount: 6 },
],
mora: 20000,
},
{
items: [
{ item: itemList.narukamis_affection, amount: 3 },
{ item: itemList.crystal_prism, amount: 12 },
{ item: itemList.sharp_arrowhead, amount: 9 },
],
mora: 30000,
},
{
items: [
{ item: itemList.narukamis_affection, amount: 6 },
{ item: itemList.polarizing_prism, amount: 9 },
{ item: itemList.weathered_arrowhead, amount: 6 },
],
mora: 35000,
},
{
items: [
{ item: itemList.narukamis_valor, amount: 4 },
{ item: itemList.polarizing_prism, amount: 18 },
{ item: itemList.weathered_arrowhead, amount: 12 },
],
mora: 45000,
},
],
},
everlasting_moonglow: {
name: 'Everlasting Moonglow',
id: 'everlasting_moonglow',
rarity: 5,
atk: 46,
secondary: 'HP',
type: weapons.catalyst,
source: 'wish',
ascension: [
{
items: [
{ item: itemList.coral_branch_of_a_distant_sea, amount: 5 },
{ item: itemList.dismal_prism, amount: 5 },
{ item: itemList.spectral_husk, amount: 3 },
],
mora: 10000,
},
{
items: [
{ item: itemList.jeweled_branch_of_a_distant_sea, amount: 5 },
{ item: itemList.dismal_prism, amount: 18 },
{ item: itemList.spectral_husk, amount: 12 },
],
mora: 20000,
},
{
items: [
{ item: itemList.jeweled_branch_of_a_distant_sea, amount: 9 },
{ item: itemList.crystal_prism, amount: 9 },
{ item: itemList.spectral_heart, amount: 9 },
],
mora: 30000,
},
{
items: [
{ item: itemList.jade_branch_of_a_distant_sea, amount: 5 },
{ item: itemList.crystal_prism, amount: 18 },
{ item: itemList.spectral_heart, amount: 14 },
],
mora: 45000,
},
{
items: [
{ item: itemList.jade_branch_of_a_distant_sea, amount: 9 },
{ item: itemList.polarizing_prism, amount: 14 },
{ item: itemList.spectral_nucleus, amount: 9 },
],
mora: 55000,
},
{
items: [
{ item: itemList.golden_branch_of_a_distant_sea, amount: 6 },
{ item: itemList.polarizing_prism, amount: 27 },
{ item: itemList.spectral_nucleus, amount: 18 },
],
mora: 65000,
},
],
},
};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 505 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB