mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-14 11:43:52 +01:00
Update weapons
This commit is contained in:
parent
3c07d8f78a
commit
dec086602d
21 changed files with 142 additions and 15 deletions
|
@ -1492,4 +1492,19 @@ export const itemList = {
|
|||
rarity: 4,
|
||||
},
|
||||
fading_candle: { id: 'fading_candle', name: 'Fading Candle' },
|
||||
ruined_hilt: {
|
||||
id: 'ruined_hilt',
|
||||
name: 'Ruined Hilt',
|
||||
rarity: 2,
|
||||
},
|
||||
splintered_hilt: {
|
||||
id: 'splintered_hilt',
|
||||
name: 'Splintered Hilt',
|
||||
rarity: 3,
|
||||
},
|
||||
still_smoldering_hilt: {
|
||||
id: 'still_smoldering_hilt',
|
||||
name: 'Still-Smoldering Hilt',
|
||||
rarity: 4,
|
||||
},
|
||||
};
|
||||
|
|
|
@ -13267,4 +13267,116 @@ export const weaponList = {
|
|||
},
|
||||
],
|
||||
},
|
||||
crimson_moons_semblance: {
|
||||
id: 'crimson_moons_semblance',
|
||||
name: "Crimson Moon's Semblance",
|
||||
rarity: 5,
|
||||
atk: 48,
|
||||
secondary: 'CRIT Rate',
|
||||
type: weapons.polearm,
|
||||
ascension: [
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.broken_goblet_of_the_pristine_sea,
|
||||
amount: 5,
|
||||
},
|
||||
{
|
||||
item: itemList.ruined_hilt,
|
||||
amount: 5,
|
||||
},
|
||||
{
|
||||
item: itemList.meshing_gear,
|
||||
amount: 3,
|
||||
},
|
||||
],
|
||||
mora: 10000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.wine_goblet_of_the_pristine_sea,
|
||||
amount: 5,
|
||||
},
|
||||
{
|
||||
item: itemList.ruined_hilt,
|
||||
amount: 18,
|
||||
},
|
||||
{
|
||||
item: itemList.meshing_gear,
|
||||
amount: 12,
|
||||
},
|
||||
],
|
||||
mora: 20000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.wine_goblet_of_the_pristine_sea,
|
||||
amount: 9,
|
||||
},
|
||||
{
|
||||
item: itemList.splintered_hilt,
|
||||
amount: 9,
|
||||
},
|
||||
{
|
||||
item: itemList.mechanical_spur_gear,
|
||||
amount: 9,
|
||||
},
|
||||
],
|
||||
mora: 30000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.silver_goblet_of_the_pristine_sea,
|
||||
amount: 5,
|
||||
},
|
||||
{
|
||||
item: itemList.splintered_hilt,
|
||||
amount: 18,
|
||||
},
|
||||
{
|
||||
item: itemList.mechanical_spur_gear,
|
||||
amount: 14,
|
||||
},
|
||||
],
|
||||
mora: 45000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.silver_goblet_of_the_pristine_sea,
|
||||
amount: 9,
|
||||
},
|
||||
{
|
||||
item: itemList.still_smoldering_hilt,
|
||||
amount: 14,
|
||||
},
|
||||
{
|
||||
item: itemList.artificed_dynamic_gear,
|
||||
amount: 9,
|
||||
},
|
||||
],
|
||||
mora: 55000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.golden_goblet_of_the_pristine_sea,
|
||||
amount: 6,
|
||||
},
|
||||
{
|
||||
item: itemList.still_smoldering_hilt,
|
||||
amount: 27,
|
||||
},
|
||||
{
|
||||
item: itemList.artificed_dynamic_gear,
|
||||
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
BIN
static/images/items/ruined_hilt.png
Normal file
BIN
static/images/items/ruined_hilt.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
BIN
static/images/items/splintered_hilt.png
Normal file
BIN
static/images/items/splintered_hilt.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.5 KiB |
BIN
static/images/items/still_smoldering_hilt.png
Normal file
BIN
static/images/items/still_smoldering_hilt.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8 KiB |
BIN
static/images/weapons/crimson_moons_semblance.png
Normal file
BIN
static/images/weapons/crimson_moons_semblance.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9 KiB |
Loading…
Add table
Reference in a new issue