Update weapons

This commit is contained in:
Made Baruna 2024-04-24 01:05:55 +08:00
parent 3c07d8f78a
commit dec086602d
21 changed files with 142 additions and 15 deletions

View file

@ -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,
},
};

View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9 KiB