Skip to content

Commit

Permalink
Update weapon data
Browse files Browse the repository at this point in the history
  • Loading branch information
MadeBaruna committed Sep 4, 2021
1 parent 1cc9880 commit 50ede57
Show file tree
Hide file tree
Showing 10 changed files with 67 additions and 7 deletions.
59 changes: 59 additions & 0 deletions src/data/weaponList.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
],
},
};
2 changes: 1 addition & 1 deletion src/data/weapons/en.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data/weapons/fr.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data/weapons/id.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data/weapons/ko.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data/weapons/pt.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data/weapons/ru.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/data/weapons/tw.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data/weapons/zh.json

Large diffs are not rendered by default.

Binary file added static/images/weapons/the_catch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 50ede57

Please sign in to comment.