mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-14 11:43:52 +01:00
Update weapon list
This commit is contained in:
parent
bf5db91d41
commit
876087121f
19 changed files with 134 additions and 12 deletions
|
@ -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' },
|
||||
};
|
||||
|
|
|
@ -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
BIN
static/images/items/concealed_claw.png
Normal file
BIN
static/images/items/concealed_claw.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
BIN
static/images/items/concealed_talon.png
Normal file
BIN
static/images/items/concealed_talon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
BIN
static/images/items/concealed_unguis.png
Normal file
BIN
static/images/items/concealed_unguis.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
BIN
static/images/weapons/akuoumaru.png
Normal file
BIN
static/images/weapons/akuoumaru.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
BIN
static/images/weapons/polar_star.png
Normal file
BIN
static/images/weapons/polar_star.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
Loading…
Add table
Reference in a new issue