Add Haran Geppaku Futsu weapon

This commit is contained in:
Made Baruna 2022-03-30 03:49:13 +07:00
parent e99d83d797
commit c3f2f25323
19 changed files with 104 additions and 13 deletions

View file

@ -853,4 +853,36 @@ export const itemList = {
name: 'Mudra of the Malefic General',
rarity: 5,
},
mask_of_the_wicked_lieutenant: {
id: 'mask_of_the_wicked_lieutenant',
name: 'Mask of the Wicked Lieutenant',
day: ['wednesday', 'saturday'],
rarity: 1,
},
mask_of_the_tigers_bite: {
id: 'mask_of_the_tigers_bite',
name: "Mask of the Tiger's Bite",
day: ['wednesday', 'saturday'],
rarity: 2,
parent: 'mask_of_the_wicked_lieutenant',
},
mask_of_the_one_horned: {
id: 'mask_of_the_one_horned',
name: 'Mask of the One-Horned',
day: ['wednesday', 'saturday'],
rarity: 3,
parent: 'mask_of_the_wicked_lieutenant',
},
mask_of_the_kijin: {
id: 'mask_of_the_kijin',
name: 'Mask of the Kijin',
day: ['wednesday', 'saturday'],
rarity: 4,
parent: 'mask_of_the_wicked_lieutenant',
},
gloomy_statuette: { id: 'gloomy_statuette', name: 'Gloomy Statuette' },
dark_statuette: { id: 'dark_statuette', name: 'Dark Statuette' },
deathly_statuette: { id: 'deathly_statuette', name: 'Deathly Statuette' },
};

View file

@ -7849,4 +7849,63 @@ export const weaponList = {
},
],
},
haran_geppaku_futsu: {
name: 'Haran Geppaku Futsu',
id: 'haran_geppaku_futsu',
rarity: 5,
atk: 46,
secondary: 'CRIT Rate',
type: weapons.sword,
source: 'wish',
ascension: [
{
items: [
{ item: itemList.narukamis_wisdom, amount: 5 },
{ item: itemList.gloomy_statuette, amount: 5 },
{ item: itemList.old_handguard, amount: 3 },
],
mora: 10000,
},
{
items: [
{ item: itemList.narukamis_joy, amount: 5 },
{ item: itemList.gloomy_statuette, amount: 18 },
{ item: itemList.old_handguard, amount: 12 },
],
mora: 20000,
},
{
items: [
{ item: itemList.narukamis_joy, amount: 9 },
{ item: itemList.dark_statuette, amount: 9 },
{ item: itemList.kageuchi_handguard, amount: 9 },
],
mora: 30000,
},
{
items: [
{ item: itemList.narukamis_affection, amount: 5 },
{ item: itemList.dark_statuette, amount: 18 },
{ item: itemList.kageuchi_handguard, amount: 14 },
],
mora: 45000,
},
{
items: [
{ item: itemList.narukamis_affection, amount: 9 },
{ item: itemList.deathly_statuette, amount: 14 },
{ item: itemList.famed_handguard, amount: 9 },
],
mora: 55000,
},
{
items: [
{ item: itemList.narukamis_valor, amount: 6 },
{ item: itemList.deathly_statuette, amount: 27 },
{ item: itemList.famed_handguard, 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB