mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-01-11 12:31:12 +01:00
Update new weapon
This commit is contained in:
parent
d9f5134f1b
commit
0916f146eb
15 changed files with 125 additions and 13 deletions
|
@ -9554,4 +9554,116 @@ export const weaponList = {
|
|||
},
|
||||
],
|
||||
},
|
||||
a_thousand_floating_dreams: {
|
||||
id: 'a_thousand_floating_dreams',
|
||||
name: 'A Thousand Floating Dreams',
|
||||
rarity: 5,
|
||||
atk: 44,
|
||||
secondary: 'Elemental Mastery',
|
||||
type: weapons.catalyst,
|
||||
ascension: [
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.oasis_gardens_reminiscence,
|
||||
amount: 5,
|
||||
},
|
||||
{
|
||||
item: itemList.damaged_prism,
|
||||
amount: 5,
|
||||
},
|
||||
{
|
||||
item: itemList.fungal_spores,
|
||||
amount: 3,
|
||||
},
|
||||
],
|
||||
mora: 10000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.oasis_gardens_kindness,
|
||||
amount: 5,
|
||||
},
|
||||
{
|
||||
item: itemList.damaged_prism,
|
||||
amount: 18,
|
||||
},
|
||||
{
|
||||
item: itemList.fungal_spores,
|
||||
amount: 12,
|
||||
},
|
||||
],
|
||||
mora: 20000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.oasis_gardens_kindness,
|
||||
amount: 9,
|
||||
},
|
||||
{
|
||||
item: itemList.turbid_prism,
|
||||
amount: 9,
|
||||
},
|
||||
{
|
||||
item: itemList.luminescent_pollen,
|
||||
amount: 9,
|
||||
},
|
||||
],
|
||||
mora: 30000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.oasis_gardens_mourning,
|
||||
amount: 5,
|
||||
},
|
||||
{
|
||||
item: itemList.turbid_prism,
|
||||
amount: 18,
|
||||
},
|
||||
{
|
||||
item: itemList.luminescent_pollen,
|
||||
amount: 14,
|
||||
},
|
||||
],
|
||||
mora: 45000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.oasis_gardens_mourning,
|
||||
amount: 9,
|
||||
},
|
||||
{
|
||||
item: itemList.radiant_prism,
|
||||
amount: 14,
|
||||
},
|
||||
{
|
||||
item: itemList.crystalline_cyst_dust,
|
||||
amount: 9,
|
||||
},
|
||||
],
|
||||
mora: 55000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.oasis_gardens_truth,
|
||||
amount: 6,
|
||||
},
|
||||
{
|
||||
item: itemList.radiant_prism,
|
||||
amount: 27,
|
||||
},
|
||||
{
|
||||
item: itemList.crystalline_cyst_dust,
|
||||
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
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/weapons/a_thousand_floating_dreams.png
Normal file
BIN
static/images/weapons/a_thousand_floating_dreams.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
Loading…
Reference in a new issue