mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-13 19:27:45 +01:00
Add Haran Geppaku Futsu weapon
This commit is contained in:
parent
e99d83d797
commit
c3f2f25323
19 changed files with 104 additions and 13 deletions
|
@ -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' },
|
||||
};
|
||||
|
|
|
@ -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
BIN
static/images/items/dark_statuette.png
Normal file
BIN
static/images/items/dark_statuette.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 43 KiB |
BIN
static/images/items/deathly_statuette.png
Normal file
BIN
static/images/items/deathly_statuette.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
BIN
static/images/items/gloomy_statuette.png
Normal file
BIN
static/images/items/gloomy_statuette.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
BIN
static/images/weapons/haran_geppaku_futsu.png
Normal file
BIN
static/images/weapons/haran_geppaku_futsu.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
Loading…
Add table
Reference in a new issue