mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-14 11:43:52 +01:00
Add crane echoing call weapon
This commit is contained in:
parent
b7cd35eb5e
commit
aea4eb589a
21 changed files with 143 additions and 15 deletions
|
@ -1470,4 +1470,19 @@ export const itemList = {
|
|||
id: 'clearwater_jade',
|
||||
name: 'Clearwater Jade',
|
||||
},
|
||||
feathery_fin: {
|
||||
id: 'feathery_fin',
|
||||
name: 'Feathery Fin',
|
||||
rarity: 2,
|
||||
},
|
||||
lunar_fin: {
|
||||
id: 'lunar_fin',
|
||||
name: 'Lunar Fin',
|
||||
rarity: 3,
|
||||
},
|
||||
chasmlight_fin: {
|
||||
id: 'chasmlight_fin',
|
||||
name: 'Chasmlight Fin',
|
||||
rarity: 4,
|
||||
},
|
||||
};
|
||||
|
|
|
@ -12928,4 +12928,117 @@ export const weaponList = {
|
|||
},
|
||||
],
|
||||
},
|
||||
cranes_echoing_call: {
|
||||
id: 'cranes_echoing_call',
|
||||
name: "Crane's Echoing Call",
|
||||
rarity: 5,
|
||||
atk: 49,
|
||||
secondary: 'ATK%',
|
||||
type: weapons.catalyst,
|
||||
source: 'Wish',
|
||||
ascension: [
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.mist_veiled_lead_elixir,
|
||||
amount: 5,
|
||||
},
|
||||
{
|
||||
item: itemList.feathery_fin,
|
||||
amount: 5,
|
||||
},
|
||||
{
|
||||
item: itemList.divining_scroll,
|
||||
amount: 3,
|
||||
},
|
||||
],
|
||||
mora: 10000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.mist_veiled_mercury_elixir,
|
||||
amount: 5,
|
||||
},
|
||||
{
|
||||
item: itemList.feathery_fin,
|
||||
amount: 18,
|
||||
},
|
||||
{
|
||||
item: itemList.divining_scroll,
|
||||
amount: 12,
|
||||
},
|
||||
],
|
||||
mora: 20000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.mist_veiled_mercury_elixir,
|
||||
amount: 9,
|
||||
},
|
||||
{
|
||||
item: itemList.lunar_fin,
|
||||
amount: 9,
|
||||
},
|
||||
{
|
||||
item: itemList.sealed_scroll,
|
||||
amount: 9,
|
||||
},
|
||||
],
|
||||
mora: 30000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.mist_veiled_gold_elixir,
|
||||
amount: 5,
|
||||
},
|
||||
{
|
||||
item: itemList.lunar_fin,
|
||||
amount: 18,
|
||||
},
|
||||
{
|
||||
item: itemList.sealed_scroll,
|
||||
amount: 14,
|
||||
},
|
||||
],
|
||||
mora: 45000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.mist_veiled_gold_elixir,
|
||||
amount: 9,
|
||||
},
|
||||
{
|
||||
item: itemList.chasmlight_fin,
|
||||
amount: 14,
|
||||
},
|
||||
{
|
||||
item: itemList.forbidden_curse_scroll,
|
||||
amount: 9,
|
||||
},
|
||||
],
|
||||
mora: 55000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.mist_veiled_primo_elixir,
|
||||
amount: 6,
|
||||
},
|
||||
{
|
||||
item: itemList.chasmlight_fin,
|
||||
amount: 27,
|
||||
},
|
||||
{
|
||||
item: itemList.forbidden_curse_scroll,
|
||||
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
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/chasmlight_fin.png
Normal file
BIN
static/images/items/chasmlight_fin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
static/images/items/feathery_fin.png
Normal file
BIN
static/images/items/feathery_fin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
BIN
static/images/items/lunar_fin.png
Normal file
BIN
static/images/items/lunar_fin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.2 KiB |
BIN
static/images/weapons/cranes_echoing_call.png
Normal file
BIN
static/images/weapons/cranes_echoing_call.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 57 KiB |
Loading…
Add table
Reference in a new issue