Update weapon list

pull/1/head
Made Baruna 2021-10-13 07:05:33 +07:00
parent bf5db91d41
commit 876087121f
No known key found for this signature in database
GPG Key ID: 5AA5DA16AA5DCEAD
19 changed files with 134 additions and 12 deletions

View File

@ -820,4 +820,8 @@ export const itemList = {
sango_pearl: { id: 'sango_pearl', name: 'Sango Pearl' },
dew_of_repudiation: { id: 'dew_of_repudiation', name: 'Dew of Repudiation', rarity: 5 },
hellfire_butterfly: { id: 'hellfire_butterfly', name: 'Hellfire Butterfly', rarity: 5 },
concealed_claw: { id: 'concealed_claw', name: 'Concealed Claw' },
concealed_unguis: { id: 'concealed_unguis', name: 'Concealed Unguis' },
concealed_talon: { id: 'concealed_talon', name: 'Concealed Talon' },
};

View File

@ -7318,4 +7318,122 @@ export const weaponList = {
},
],
},
polar_star: {
name: 'Polar Star',
id: 'polar_star',
rarity: 5,
type: weapons.bow,
source: 'wish',
atk: 46,
secondary: 'Crit Rate',
ascension: [
{
items: [
{ item: itemList.mask_of_the_wicked_lieutenant, amount: 5 },
{ item: itemList.concealed_claw, amount: 5 },
{ item: itemList.spectral_husk, amount: 3 },
],
mora: 10000,
},
{
items: [
{ item: itemList.mask_of_the_tigers_bite, amount: 5 },
{ item: itemList.concealed_claw, amount: 18 },
{ item: itemList.spectral_husk, amount: 12 },
],
mora: 20000,
},
{
items: [
{ item: itemList.mask_of_the_tigers_bite, amount: 9 },
{ item: itemList.concealed_unguis, amount: 9 },
{ item: itemList.spectral_heart, amount: 9 },
],
mora: 30000,
},
{
items: [
{ item: itemList.mask_of_the_one_horned, amount: 5 },
{ item: itemList.concealed_unguis, amount: 18 },
{ item: itemList.spectral_heart, amount: 14 },
],
mora: 45000,
},
{
items: [
{ item: itemList.mask_of_the_one_horned, amount: 9 },
{ item: itemList.concealed_talon, amount: 14 },
{ item: itemList.spectral_nucleus, amount: 9 },
],
mora: 55000,
},
{
items: [
{ item: itemList.mask_of_the_kijin, amount: 6 },
{ item: itemList.concealed_talon, amount: 27 },
{ item: itemList.spectral_nucleus, amount: 18 },
],
mora: 65000,
},
],
},
akuoumaru: {
name: 'Akuoumaru',
id: 'akuoumaru',
rarity: 4,
atk: 42,
secondary: 'ATK',
type: weapons.claymore,
source: 'wish',
ascension: [
{
items: [
{ item: itemList.coral_branch_of_a_distant_sea, amount: 3 },
{ item: itemList.concealed_claw, amount: 3 },
{ item: itemList.old_handguard, amount: 2 },
],
mora: 5000,
},
{
items: [
{ item: itemList.jeweled_branch_of_a_distant_sea, amount: 3 },
{ item: itemList.concealed_claw, amount: 12 },
{ item: itemList.old_handguard, amount: 8 },
],
mora: 15000,
},
{
items: [
{ item: itemList.jeweled_branch_of_a_distant_sea, amount: 6 },
{ item: itemList.concealed_unguis, amount: 6 },
{ item: itemList.kageuchi_handguard, amount: 6 },
],
mora: 20000,
},
{
items: [
{ item: itemList.jade_branch_of_a_distant_sea, amount: 3 },
{ item: itemList.concealed_unguis, amount: 12 },
{ item: itemList.kageuchi_handguard, amount: 9 },
],
mora: 30000,
},
{
items: [
{ item: itemList.jade_branch_of_a_distant_sea, amount: 6 },
{ item: itemList.concealed_talon, amount: 9 },
{ item: itemList.famed_handguard, amount: 6 },
],
mora: 35000,
},
{
items: [
{ item: itemList.golden_branch_of_a_distant_sea, amount: 4 },
{ item: itemList.concealed_talon, amount: 18 },
{ item: itemList.famed_handguard, amount: 12 },
],
mora: 45000,
},
],
},
};

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

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

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

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: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB