Update weapon data

This commit is contained in:
Made Baruna 2021-09-04 18:36:40 +07:00
parent 1cc9880810
commit 50ede57023
No known key found for this signature in database
GPG key ID: 5AA5DA16AA5DCEAD
10 changed files with 67 additions and 7 deletions

View file

@ -7082,4 +7082,63 @@ export const weaponList = {
},
],
},
the_catch: {
name: '"The Catch"',
id: 'the_catch',
rarity: 4,
atk: 42,
secondary: 'Energy Recharge',
type: weapons.polearm,
source: 'wish',
ascension: [
{
items: [
{ item: itemList.mask_of_the_wicked_lieutenant, amount: 3 },
{ item: itemList.chaos_gear, amount: 3 },
{ item: itemList.spectral_husk, amount: 2 },
],
mora: 5000,
},
{
items: [
{ item: itemList.mask_of_the_tigers_bite, amount: 3 },
{ item: itemList.chaos_gear, amount: 12 },
{ item: itemList.spectral_husk, amount: 8 },
],
mora: 15000,
},
{
items: [
{ item: itemList.mask_of_the_tigers_bite, amount: 6 },
{ item: itemList.chaos_axis, amount: 6 },
{ item: itemList.spectral_heart, amount: 6 },
],
mora: 20000,
},
{
items: [
{ item: itemList.mask_of_the_one_horned, amount: 3 },
{ item: itemList.chaos_axis, amount: 12 },
{ item: itemList.spectral_heart, amount: 9 },
],
mora: 30000,
},
{
items: [
{ item: itemList.mask_of_the_one_horned, amount: 6 },
{ item: itemList.chaos_oculus, amount: 9 },
{ item: itemList.spectral_nucleus, amount: 6 },
],
mora: 35000,
},
{
items: [
{ item: itemList.mask_of_the_kijin, amount: 4 },
{ item: itemList.chaos_oculus, amount: 18 },
{ item: itemList.spectral_nucleus, 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

1
src/data/weapons/tw.json Normal file

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: 30 KiB