Update weapons
|
@ -1755,4 +1755,19 @@ export const itemList = {
|
|||
id: 'glowing_hornshroom',
|
||||
name: 'Glowing Hornshroom',
|
||||
},
|
||||
refractive_bud: {
|
||||
id: 'refractive_bud',
|
||||
name: 'Refractive Bud',
|
||||
rarity: 2,
|
||||
},
|
||||
bewildering_broadleaf: {
|
||||
id: 'bewildering_broadleaf',
|
||||
name: 'Bewildering Broadleaf',
|
||||
rarity: 3,
|
||||
},
|
||||
illusory_leafcoil: {
|
||||
id: 'illusory_leafcoil',
|
||||
name: 'Illusory Leafcoil',
|
||||
rarity: 4,
|
||||
},
|
||||
};
|
||||
|
|
|
@ -13724,7 +13724,7 @@ export const weaponList = {
|
|||
rarity: 5,
|
||||
atk: 46,
|
||||
secondary: 'critRate',
|
||||
type: 'polearm',
|
||||
type: weapons.polearm,
|
||||
source: 'wish',
|
||||
ascension: [
|
||||
{
|
||||
|
@ -15182,4 +15182,456 @@ export const weaponList = {
|
|||
},
|
||||
],
|
||||
},
|
||||
astral_vultures_crimson_plumage: {
|
||||
id: 'astral_vultures_crimson_plumage',
|
||||
name: "Astral Vulture's Crimson Plumage",
|
||||
rarity: 5,
|
||||
atk: 46,
|
||||
secondary: 'CRIT DMG',
|
||||
type: weapons.bow,
|
||||
source: 'wish',
|
||||
ascension: [
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.night_winds_mystic_consideration,
|
||||
amount: 5,
|
||||
},
|
||||
{
|
||||
item: itemList.refractive_bud,
|
||||
amount: 5,
|
||||
},
|
||||
{
|
||||
item: itemList.sentrys_wooden_whistle,
|
||||
amount: 3,
|
||||
},
|
||||
],
|
||||
mora: 10000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.night_winds_mystic_consideration,
|
||||
amount: 5,
|
||||
},
|
||||
{
|
||||
item: itemList.refractive_bud,
|
||||
amount: 18,
|
||||
},
|
||||
{
|
||||
item: itemList.sentrys_wooden_whistle,
|
||||
amount: 12,
|
||||
},
|
||||
],
|
||||
mora: 20000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.night_winds_mystic_consideration,
|
||||
amount: 9,
|
||||
},
|
||||
{
|
||||
item: itemList.bewildering_broadleaf,
|
||||
amount: 9,
|
||||
},
|
||||
{
|
||||
item: itemList.warriors_metal_whistle,
|
||||
amount: 9,
|
||||
},
|
||||
],
|
||||
mora: 30000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.night_winds_mystic_augury,
|
||||
amount: 5,
|
||||
},
|
||||
{
|
||||
item: itemList.bewildering_broadleaf,
|
||||
amount: 18,
|
||||
},
|
||||
{
|
||||
item: itemList.warriors_metal_whistle,
|
||||
amount: 14,
|
||||
},
|
||||
],
|
||||
mora: 45000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.night_winds_mystic_augury,
|
||||
amount: 9,
|
||||
},
|
||||
{
|
||||
item: itemList.illusory_leafcoil,
|
||||
amount: 14,
|
||||
},
|
||||
{
|
||||
item: itemList.saurian_crowned_warriors_golden_whistle,
|
||||
amount: 9,
|
||||
},
|
||||
],
|
||||
mora: 55000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.night_winds_mystic_revelation,
|
||||
amount: 6,
|
||||
},
|
||||
{
|
||||
item: itemList.illusory_leafcoil,
|
||||
amount: 27,
|
||||
},
|
||||
{
|
||||
item: itemList.saurian_crowned_warriors_golden_whistle,
|
||||
amount: 18,
|
||||
},
|
||||
],
|
||||
mora: 65000,
|
||||
},
|
||||
],
|
||||
},
|
||||
waveriding_whirl: {
|
||||
id: 'waveriding_whirl',
|
||||
name: 'Waveriding Whirl',
|
||||
rarity: 4,
|
||||
atk: 41,
|
||||
secondary: 'Energy Recharge',
|
||||
type: weapons.catalyst,
|
||||
source: 'wish',
|
||||
ascension: [
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.blazing_sacrificial_hearts_terror,
|
||||
amount: 3,
|
||||
},
|
||||
{
|
||||
item: itemList.shard_of_a_shattered_will,
|
||||
amount: 3,
|
||||
},
|
||||
{
|
||||
item: itemList.juvenile_fang,
|
||||
amount: 2,
|
||||
},
|
||||
],
|
||||
mora: 5000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.blazing_sacrificial_hearts_hesitance,
|
||||
amount: 3,
|
||||
},
|
||||
{
|
||||
item: itemList.shard_of_a_shattered_will,
|
||||
amount: 12,
|
||||
},
|
||||
{
|
||||
item: itemList.juvenile_fang,
|
||||
amount: 8,
|
||||
},
|
||||
],
|
||||
mora: 15000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.blazing_sacrificial_hearts_hesitance,
|
||||
amount: 6,
|
||||
},
|
||||
{
|
||||
item: itemList.locus_of_a_clear_will,
|
||||
amount: 6,
|
||||
},
|
||||
{
|
||||
item: itemList.seasoned_fang,
|
||||
amount: 6,
|
||||
},
|
||||
],
|
||||
mora: 20000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.blazing_sacrificial_hearts_resolve,
|
||||
amount: 3,
|
||||
},
|
||||
{
|
||||
item: itemList.locus_of_a_clear_will,
|
||||
amount: 12,
|
||||
},
|
||||
{
|
||||
item: itemList.seasoned_fang,
|
||||
amount: 9,
|
||||
},
|
||||
],
|
||||
mora: 30000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.blazing_sacrificial_hearts_resolve,
|
||||
amount: 6,
|
||||
},
|
||||
{
|
||||
item: itemList.sigil_of_a_striding_will,
|
||||
amount: 9,
|
||||
},
|
||||
{
|
||||
item: itemList.tyrants_fang,
|
||||
amount: 6,
|
||||
},
|
||||
],
|
||||
mora: 35000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.blazing_sacrificial_hearts_splendor,
|
||||
amount: 4,
|
||||
},
|
||||
{
|
||||
item: itemList.sigil_of_a_striding_will,
|
||||
amount: 18,
|
||||
},
|
||||
{
|
||||
item: itemList.tyrants_fang,
|
||||
amount: 12,
|
||||
},
|
||||
],
|
||||
mora: 45000,
|
||||
},
|
||||
],
|
||||
},
|
||||
'flower-wreathed_feathers': {
|
||||
id: 'flower-wreathed_feathers',
|
||||
name: 'Flower-Wreathed Feathers',
|
||||
rarity: 4,
|
||||
atk: 42,
|
||||
secondary: 'ATK%',
|
||||
type: weapons.bow,
|
||||
source: 'wish',
|
||||
ascension: [
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.night_winds_mystic_consideration,
|
||||
amount: 3,
|
||||
},
|
||||
{
|
||||
item: itemList.ignited_stone,
|
||||
amount: 3,
|
||||
},
|
||||
{
|
||||
item: itemList.sentrys_wooden_whistle,
|
||||
amount: 2,
|
||||
},
|
||||
],
|
||||
mora: 5000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.night_winds_mystic_consideration,
|
||||
amount: 3,
|
||||
},
|
||||
{
|
||||
item: itemList.ignited_stone,
|
||||
amount: 12,
|
||||
},
|
||||
{
|
||||
item: itemList.sentrys_wooden_whistle,
|
||||
amount: 8,
|
||||
},
|
||||
],
|
||||
mora: 15000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.night_winds_mystic_consideration,
|
||||
amount: 6,
|
||||
},
|
||||
{
|
||||
item: itemList.ignited_seed_of_life,
|
||||
amount: 6,
|
||||
},
|
||||
{
|
||||
item: itemList.warriors_metal_whistle,
|
||||
amount: 6,
|
||||
},
|
||||
],
|
||||
mora: 20000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.night_winds_mystic_augury,
|
||||
amount: 3,
|
||||
},
|
||||
{
|
||||
item: itemList.ignited_seed_of_life,
|
||||
amount: 12,
|
||||
},
|
||||
{
|
||||
item: itemList.warriors_metal_whistle,
|
||||
amount: 9,
|
||||
},
|
||||
],
|
||||
mora: 30000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.night_winds_mystic_augury,
|
||||
amount: 6,
|
||||
},
|
||||
{
|
||||
item: itemList.ignited_seeing_eye,
|
||||
amount: 9,
|
||||
},
|
||||
{
|
||||
item: itemList.saurian_crowned_warriors_golden_whistle,
|
||||
amount: 6,
|
||||
},
|
||||
],
|
||||
mora: 35000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.night_winds_mystic_revelation,
|
||||
amount: 4,
|
||||
},
|
||||
{
|
||||
item: itemList.ignited_seeing_eye,
|
||||
amount: 18,
|
||||
},
|
||||
{
|
||||
item: itemList.saurian_crowned_warriors_golden_whistle,
|
||||
amount: 12,
|
||||
},
|
||||
],
|
||||
mora: 45000,
|
||||
},
|
||||
],
|
||||
},
|
||||
calamity_of_eshu: {
|
||||
id: 'calamity_of_eshu',
|
||||
name: 'Calamity of Eshu',
|
||||
rarity: 4,
|
||||
atk: 44,
|
||||
secondary: 'ATK%',
|
||||
type: weapons.sword,
|
||||
source: 'event',
|
||||
ascension: [
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.delirious_decadence_of_the_sacred_lord,
|
||||
amount: 3,
|
||||
},
|
||||
{
|
||||
item: itemList.refractive_bud,
|
||||
amount: 3,
|
||||
},
|
||||
{
|
||||
item: itemList.sentrys_wooden_whistle,
|
||||
amount: 2,
|
||||
},
|
||||
],
|
||||
mora: 5000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.delirious_desolation_of_the_sacred_lord,
|
||||
amount: 3,
|
||||
},
|
||||
{
|
||||
item: itemList.refractive_bud,
|
||||
amount: 12,
|
||||
},
|
||||
{
|
||||
item: itemList.sentrys_wooden_whistle,
|
||||
amount: 8,
|
||||
},
|
||||
],
|
||||
mora: 15000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.delirious_desolation_of_the_sacred_lord,
|
||||
amount: 6,
|
||||
},
|
||||
{
|
||||
item: itemList.bewildering_broadleaf,
|
||||
amount: 6,
|
||||
},
|
||||
{
|
||||
item: itemList.warriors_metal_whistle,
|
||||
amount: 6,
|
||||
},
|
||||
],
|
||||
mora: 20000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.delirious_demeanor_of_the_sacred_lord,
|
||||
amount: 3,
|
||||
},
|
||||
{
|
||||
item: itemList.bewildering_broadleaf,
|
||||
amount: 12,
|
||||
},
|
||||
{
|
||||
item: itemList.warriors_metal_whistle,
|
||||
amount: 9,
|
||||
},
|
||||
],
|
||||
mora: 30000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.delirious_demeanor_of_the_sacred_lord,
|
||||
amount: 6,
|
||||
},
|
||||
{
|
||||
item: itemList.illusory_leafcoil,
|
||||
amount: 9,
|
||||
},
|
||||
{
|
||||
item: itemList.saurian_crowned_warriors_golden_whistle,
|
||||
amount: 6,
|
||||
},
|
||||
],
|
||||
mora: 35000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.delirious_divinity_of_the_sacred_lord,
|
||||
amount: 4,
|
||||
},
|
||||
{
|
||||
item: itemList.illusory_leafcoil,
|
||||
amount: 18,
|
||||
},
|
||||
{
|
||||
item: itemList.saurian_crowned_warriors_golden_whistle,
|
||||
amount: 12,
|
||||
},
|
||||
],
|
||||
mora: 45000,
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
|
BIN
static/images/items/bewildering_broadleaf.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
static/images/items/illusory_leafcoil.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
static/images/items/refractive_bud.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
static/images/weapons/astral_vultures_crimson_plumage.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
static/images/weapons/calamity_of_eshu.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
static/images/weapons/flower-wreathed_feathers.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
static/images/weapons/waveriding_whirl.png
Normal file
After Width: | Height: | Size: 18 KiB |