mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-31 03:18:18 +02:00
Add luxurious sea lord
This commit is contained in:
parent
96101a810f
commit
c591e90cfe
15 changed files with 71 additions and 13 deletions
|
@ -7259,4 +7259,63 @@ export const weaponList = {
|
|||
},
|
||||
],
|
||||
},
|
||||
'luxurious_sea-lord': {
|
||||
name: 'Luxurious Sea-Lord',
|
||||
id: 'luxurious_sea-lord',
|
||||
rarity: 4,
|
||||
atk: 41,
|
||||
secondary: 'Energy Recharge',
|
||||
type: weapons.claymore,
|
||||
source: 'Moonlight Merriment Event',
|
||||
ascension: [
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.grain_of_aerosiderite, amount: 3 },
|
||||
{ item: itemList.fragile_bone_shard, amount: 3 },
|
||||
{ item: itemList.slime_condensate, amount: 2 },
|
||||
],
|
||||
mora: 5000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.piece_of_aerosiderite, amount: 3 },
|
||||
{ item: itemList.fragile_bone_shard, amount: 12 },
|
||||
{ item: itemList.slime_condensate, amount: 8 },
|
||||
],
|
||||
mora: 15000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.piece_of_aerosiderite, amount: 6 },
|
||||
{ item: itemList.sturdy_bone_shard, amount: 6 },
|
||||
{ item: itemList.slime_secretions, amount: 6 },
|
||||
],
|
||||
mora: 20000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.bit_of_aerosiderite, amount: 3 },
|
||||
{ item: itemList.sturdy_bone_shard, amount: 12 },
|
||||
{ item: itemList.slime_secretions, amount: 9 },
|
||||
],
|
||||
mora: 30000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.bit_of_aerosiderite, amount: 6 },
|
||||
{ item: itemList.fossilized_bone_shard, amount: 9 },
|
||||
{ item: itemList.slime_concentrate, amount: 6 },
|
||||
],
|
||||
mora: 35000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.chunk_of_aerosiderite, amount: 4 },
|
||||
{ item: itemList.fossilized_bone_shard, amount: 18 },
|
||||
{ item: itemList.slime_concentrate, 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
|
@ -81,7 +81,6 @@
|
|||
<!-- <div class="flex flex-col space-y-4">
|
||||
</div> -->
|
||||
</Masonry>
|
||||
<Ad class="ml-4 mt-2" type="desktop" variant="lb" id="1" />
|
||||
<Ad type="desktop" variant="lb" id="2" />
|
||||
<Ad type="mobile" variant="lb" id="1" />
|
||||
</div>
|
||||
|
|
BIN
static/images/weapons/luxurious_sea-lord.png
Normal file
BIN
static/images/weapons/luxurious_sea-lord.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 26 KiB |
Loading…
Add table
Reference in a new issue