Add crane echoing call weapon

This commit is contained in:
Made Baruna 2024-01-31 10:54:21 +08:00
parent b7cd35eb5e
commit aea4eb589a
21 changed files with 143 additions and 15 deletions

View file

@ -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,
},
};

View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB