Update weapons

pull/1/head
Made Baruna 2022-08-23 16:46:11 +07:00
parent 05f97c6227
commit 25a5b031a0
44 changed files with 939 additions and 14 deletions

View File

@ -146,6 +146,36 @@ export const itemGroup = {
],
type: 'weapon',
},
echo_of_scorching_might: {
name: 'Scorching Might',
items: [
itemList.echo_of_scorching_might,
itemList.remnant_glow_of_scorching_might,
itemList.dream_of_scorching_might,
itemList.olden_days_of_scorching_might,
],
type: 'weapon',
},
copper_talisman_of_the_forest_dew: {
name: 'Forest Dew',
items: [
itemList.copper_talisman_of_the_forest_dew,
itemList.iron_talisman_of_the_forest_dew,
itemList.silver_talisman_of_the_forest_dew,
itemList.golden_talisman_of_the_forest_dew,
],
type: 'weapon',
},
oasis_gardens_reminiscence: {
name: 'Oasis Garden',
items: [
itemList.oasis_gardens_reminiscence,
itemList.oasis_gardens_kindness,
itemList.oasis_gardens_mourning,
itemList.oasis_gardens_truth,
],
type: 'weapon',
},
agnidus_agate_sliver: {
name: 'Agnidus Agate',
items: [
@ -315,4 +345,12 @@ export const itemGroup = {
name: 'Spores',
items: [itemList.fungal_spores, itemList.luminescent_pollen, itemList.crystalline_cyst_dust],
},
inactivated_fungal_nucleus: {
name: 'Fungal Nucleus',
items: [itemList.inactivated_fungal_nucleus, itemList.dormant_fungal_nucleus, itemList.robust_fungal_nucleus],
},
chaos_storage: {
name: 'Chaos Storage',
items: [itemList.chaos_storage, itemList.chaos_module, itemList.chaos_bolt],
},
};

View File

@ -963,4 +963,100 @@ export const itemList = {
},
crystalline_cyst_dust: { id: 'crystalline_cyst_dust', name: 'Crystalline Cyst Dust' },
rukkhashava_mushrooms: { id: 'rukkhashava_mushrooms', name: 'Rukkhashava Mushrooms' },
echo_of_scorching_might: {
id: 'echo_of_scorching_might',
name: 'Echo of Scorching Might',
day: ['wednesday', 'saturday'],
rarity: 1,
},
remnant_glow_of_scorching_might: {
id: 'remnant_glow_of_scorching_might',
name: 'Remnant Glow of Scorching Might',
day: ['wednesday', 'saturday'],
rarity: 2,
parent: 'echo_of_scorching_might',
},
dream_of_scorching_might: {
id: 'dream_of_scorching_might',
name: 'Dream of Scorching Might',
day: ['wednesday', 'saturday'],
rarity: 3,
parent: 'echo_of_scorching_might',
},
olden_days_of_scorching_might: {
id: 'olden_days_of_scorching_might',
name: 'Olden Days of Scorching Might',
day: ['wednesday', 'saturday'],
rarity: 4,
parent: 'echo_of_scorching_might',
},
inactivated_fungal_nucleus: { id: 'inactivated_fungal_nucleus', name: 'Inactivated Fungal Nucleus' },
dormant_fungal_nucleus: { id: 'dormant_fungal_nucleus', name: 'Dormant Fungal Nucleus' },
robust_fungal_nucleus: { id: 'robust_fungal_nucleus', name: 'Robust Fungal Nucleus' },
faded_red_satin: { id: 'faded_red_satin', name: 'Faded Red Satin' },
trimmed_red_silk: { id: 'trimmed_red_silk', name: 'Trimmed Red Silk' },
rich_red_brocade: { id: 'rich_red_brocade', name: 'Rich Red Brocade' },
copper_talisman_of_the_forest_dew: {
id: 'copper_talisman_of_the_forest_dew',
name: 'Copper Talisman of the Forest Dew',
day: ['monday', 'thursday'],
rarity: 1,
},
iron_talisman_of_the_forest_dew: {
id: 'iron_talisman_of_the_forest_dew',
name: 'Iron Talisman of the Forest Dew',
day: ['monday', 'thursday'],
rarity: 2,
parent: 'copper_talisman_of_the_forest_dew',
},
silver_talisman_of_the_forest_dew: {
id: 'silver_talisman_of_the_forest_dew',
name: 'Silver Talisman of the Forest Dew',
day: ['monday', 'thursday'],
rarity: 3,
parent: 'copper_talisman_of_the_forest_dew',
},
golden_talisman_of_the_forest_dew: {
id: 'golden_talisman_of_the_forest_dew',
name: 'Golden Talisman of the Forest Dew',
day: ['monday', 'thursday'],
rarity: 4,
parent: 'copper_talisman_of_the_forest_dew',
},
chaos_storage: { id: 'chaos_storage', name: 'Chaos Storage' },
chaos_module: { id: 'chaos_module', name: 'Chaos Module' },
chaos_bolt: { id: 'chaos_bolt', name: 'Chaos Bolt' },
oasis_gardens_reminiscence: {
id: 'oasis_gardens_reminiscence',
name: "Oasis Garden's Reminiscence",
day: ['tuesday', 'friday'],
rarity: 1,
},
oasis_gardens_kindness: {
id: 'oasis_gardens_kindness',
name: "Oasis Garden's Kindness",
day: ['tuesday', 'friday'],
rarity: 2,
parent: 'oasis_gardens_reminiscence',
},
oasis_gardens_mourning: {
id: 'oasis_gardens_mourning',
name: "Oasis Garden's Mourning",
day: ['tuesday', 'friday'],
rarity: 3,
parent: 'oasis_gardens_reminiscence',
},
oasis_gardens_truth: {
id: 'oasis_gardens_truth',
name: "Oasis Garden's Truth",
day: ['tuesday', 'friday'],
rarity: 4,
parent: 'oasis_gardens_reminiscence',
},
};

View File

@ -8085,4 +8085,795 @@ export const weaponList = {
},
],
},
hunters_path: {
id: 'hunters_path',
name: "Hunter's Path",
rarity: 5,
atk: 44,
secondary: 'CRIT Rate',
type: weapons.bow,
source: 'Wish',
ascension: [
{
items: [
{
item: itemList.echo_of_scorching_might,
amount: 5,
},
{
item: itemList.inactivated_fungal_nucleus,
amount: 5,
},
{
item: itemList.faded_red_satin,
amount: 3,
},
],
mora: 10000,
},
{
items: [
{
item: itemList.remnant_glow_of_scorching_might,
amount: 5,
},
{
item: itemList.inactivated_fungal_nucleus,
amount: 18,
},
{
item: itemList.faded_red_satin,
amount: 12,
},
],
mora: 20000,
},
{
items: [
{
item: itemList.remnant_glow_of_scorching_might,
amount: 9,
},
{
item: itemList.dormant_fungal_nucleus,
amount: 9,
},
{
item: itemList.trimmed_red_silk,
amount: 9,
},
],
mora: 30000,
},
{
items: [
{
item: itemList.dream_of_scorching_might,
amount: 5,
},
{
item: itemList.dormant_fungal_nucleus,
amount: 18,
},
{
item: itemList.trimmed_red_silk,
amount: 14,
},
],
mora: 45000,
},
{
items: [
{
item: itemList.dream_of_scorching_might,
amount: 9,
},
{
item: itemList.robust_fungal_nucleus,
amount: 14,
},
{
item: itemList.rich_red_brocade,
amount: 9,
},
],
mora: 55000,
},
{
items: [
{
item: itemList.olden_days_of_scorching_might,
amount: 6,
},
{
item: itemList.robust_fungal_nucleus,
amount: 27,
},
{
item: itemList.rich_red_brocade,
amount: 18,
},
],
mora: 65000,
},
],
},
end_of_the_line: {
id: 'end_of_the_line',
name: 'End of the Line',
rarity: 4,
atk: 42,
secondary: 'Energy Recharge',
type: weapons.bow,
source: 'fishing trade',
ascension: [
{
items: [
{
item: itemList.echo_of_scorching_might,
amount: 3,
},
{
item: itemList.inactivated_fungal_nucleus,
amount: 3,
},
{
item: itemList.fungal_spores,
amount: 2,
},
],
mora: 5000,
},
{
items: [
{
item: itemList.remnant_glow_of_scorching_might,
amount: 3,
},
{
item: itemList.inactivated_fungal_nucleus,
amount: 12,
},
{
item: itemList.fungal_spores,
amount: 8,
},
],
mora: 15000,
},
{
items: [
{
item: itemList.remnant_glow_of_scorching_might,
amount: 6,
},
{
item: itemList.dormant_fungal_nucleus,
amount: 6,
},
{
item: itemList.luminescent_pollen,
amount: 6,
},
],
mora: 20000,
},
{
items: [
{
item: itemList.dream_of_scorching_might,
amount: 3,
},
{
item: itemList.dormant_fungal_nucleus,
amount: 12,
},
{
item: itemList.luminescent_pollen,
amount: 9,
},
],
mora: 30000,
},
{
items: [
{
item: itemList.dream_of_scorching_might,
amount: 6,
},
{
item: itemList.robust_fungal_nucleus,
amount: 9,
},
{
item: itemList.crystalline_cyst_dust,
amount: 6,
},
],
mora: 35000,
},
{
items: [
{
item: itemList.olden_days_of_scorching_might,
amount: 4,
},
{
item: itemList.robust_fungal_nucleus,
amount: 18,
},
{
item: itemList.crystalline_cyst_dust,
amount: 12,
},
],
mora: 45000,
},
],
},
forest_regalia: {
id: 'forest_regalia',
name: 'Forest Regalia',
rarity: 4,
atk: 44,
secondary: 'Energy Recharge',
type: weapons.claymore,
source: 'forging',
ascension: [
{
items: [
{
item: itemList.copper_talisman_of_the_forest_dew,
amount: 3,
},
{
item: itemList.chaos_storage,
amount: 3,
},
{
item: itemList.faded_red_satin,
amount: 2,
},
],
mora: 5000,
},
{
items: [
{
item: itemList.iron_talisman_of_the_forest_dew,
amount: 3,
},
{
item: itemList.chaos_storage,
amount: 12,
},
{
item: itemList.faded_red_satin,
amount: 8,
},
],
mora: 15000,
},
{
items: [
{
item: itemList.iron_talisman_of_the_forest_dew,
amount: 6,
},
{
item: itemList.chaos_module,
amount: 6,
},
{
item: itemList.trimmed_red_silk,
amount: 6,
},
],
mora: 20000,
},
{
items: [
{
item: itemList.silver_talisman_of_the_forest_dew,
amount: 3,
},
{
item: itemList.chaos_module,
amount: 12,
},
{
item: itemList.trimmed_red_silk,
amount: 9,
},
],
mora: 30000,
},
{
items: [
{
item: itemList.silver_talisman_of_the_forest_dew,
amount: 6,
},
{
item: itemList.chaos_bolt,
amount: 9,
},
{
item: itemList.rich_red_brocade,
amount: 6,
},
],
mora: 35000,
},
{
items: [
{
item: itemList.golden_talisman_of_the_forest_dew,
amount: 4,
},
{
item: itemList.chaos_bolt,
amount: 18,
},
{
item: itemList.rich_red_brocade,
amount: 12,
},
],
mora: 45000,
},
],
},
fruit_of_fulfillment: {
id: 'fruit_of_fulfillment',
name: 'Fruit of Fulfillment',
rarity: 4,
atk: 42,
secondary: 'Energy Recharge',
type: weapons.catalyst,
source: 'forging',
ascension: [
{
items: [
{
item: itemList.oasis_gardens_reminiscence,
amount: 3,
},
{
item: itemList.gloomy_statuette,
amount: 3,
},
{
item: itemList.fungal_spores,
amount: 2,
},
],
mora: 5000,
},
{
items: [
{
item: itemList.oasis_gardens_kindness,
amount: 3,
},
{
item: itemList.gloomy_statuette,
amount: 12,
},
{
item: itemList.fungal_spores,
amount: 8,
},
],
mora: 15000,
},
{
items: [
{
item: itemList.oasis_gardens_kindness,
amount: 6,
},
{
item: itemList.dark_statuette,
amount: 6,
},
{
item: itemList.luminescent_pollen,
amount: 6,
},
],
mora: 20000,
},
{
items: [
{
item: itemList.oasis_gardens_mourning,
amount: 3,
},
{
item: itemList.dark_statuette,
amount: 12,
},
{
item: itemList.luminescent_pollen,
amount: 9,
},
],
mora: 30000,
},
{
items: [
{
item: itemList.oasis_gardens_mourning,
amount: 6,
},
{
item: itemList.deathly_statuette,
amount: 9,
},
{
item: itemList.crystalline_cyst_dust,
amount: 6,
},
],
mora: 35000,
},
{
items: [
{
item: itemList.oasis_gardens_truth,
amount: 4,
},
{
item: itemList.deathly_statuette,
amount: 18,
},
{
item: itemList.crystalline_cyst_dust,
amount: 12,
},
],
mora: 45000,
},
],
},
kings_squire: {
id: 'kings_squire',
name: "King's Squire",
rarity: 4,
atk: 41,
secondary: 'ATK%',
type: weapons.bow,
source: 'forging',
ascension: [
{
items: [
{
item: itemList.echo_of_scorching_might,
amount: 3,
},
{
item: itemList.inactivated_fungal_nucleus,
amount: 3,
},
{
item: itemList.firm_arrowhead,
amount: 2,
},
],
mora: 5000,
},
{
items: [
{
item: itemList.remnant_glow_of_scorching_might,
amount: 3,
},
{
item: itemList.inactivated_fungal_nucleus,
amount: 12,
},
{
item: itemList.firm_arrowhead,
amount: 8,
},
],
mora: 15000,
},
{
items: [
{
item: itemList.remnant_glow_of_scorching_might,
amount: 6,
},
{
item: itemList.dormant_fungal_nucleus,
amount: 6,
},
{
item: itemList.sharp_arrowhead,
amount: 6,
},
],
mora: 20000,
},
{
items: [
{
item: itemList.dream_of_scorching_might,
amount: 3,
},
{
item: itemList.dormant_fungal_nucleus,
amount: 12,
},
{
item: itemList.sharp_arrowhead,
amount: 9,
},
],
mora: 30000,
},
{
items: [
{
item: itemList.dream_of_scorching_might,
amount: 6,
},
{
item: itemList.robust_fungal_nucleus,
amount: 9,
},
{
item: itemList.weathered_arrowhead,
amount: 6,
},
],
mora: 35000,
},
{
items: [
{
item: itemList.olden_days_of_scorching_might,
amount: 4,
},
{
item: itemList.robust_fungal_nucleus,
amount: 18,
},
{
item: itemList.weathered_arrowhead,
amount: 12,
},
],
mora: 45000,
},
],
},
moonpiercer: {
id: 'moonpiercer',
name: 'Moonpiercer',
rarity: 4,
atk: 44,
secondary: 'Elemental Mastery',
type: 'polearm',
source: 'forging',
ascension: [
{
items: [
{
item: itemList.oasis_gardens_reminiscence,
amount: 3,
},
{
item: itemList.chaos_storage,
amount: 3,
},
{
item: itemList.recruits_insignia,
amount: 2,
},
],
mora: 5000,
},
{
items: [
{
item: itemList.oasis_gardens_kindness,
amount: 3,
},
{
item: itemList.chaos_storage,
amount: 12,
},
{
item: itemList.recruits_insignia,
amount: 8,
},
],
mora: 15000,
},
{
items: [
{
item: itemList.oasis_gardens_kindness,
amount: 6,
},
{
item: itemList.chaos_module,
amount: 6,
},
{
item: itemList.sergeants_insignia,
amount: 6,
},
],
mora: 20000,
},
{
items: [
{
item: itemList.oasis_gardens_mourning,
amount: 3,
},
{
item: itemList.chaos_module,
amount: 12,
},
{
item: itemList.sergeants_insignia,
amount: 9,
},
],
mora: 30000,
},
{
items: [
{
item: itemList.oasis_gardens_mourning,
amount: 6,
},
{
item: itemList.chaos_bolt,
amount: 9,
},
{
item: itemList.lieutenants_insignia,
amount: 6,
},
],
mora: 35000,
},
{
items: [
{
item: itemList.oasis_gardens_truth,
amount: 4,
},
{
item: itemList.chaos_bolt,
amount: 18,
},
{
item: itemList.lieutenants_insignia,
amount: 12,
},
],
mora: 45000,
},
],
},
sapwood_blade: {
id: 'sapwood_blade',
name: 'Sapwood Blade',
rarity: 4,
atk: '44',
secondary: 'Energy Recharge',
type: weapons.sword,
source: 'forging',
ascension: [
{
items: [
{
item: itemList.copper_talisman_of_the_forest_dew,
amount: 3,
},
{
item: itemList.chaos_storage,
amount: 3,
},
{
item: itemList.faded_red_satin,
amount: 2,
},
],
mora: 5000,
},
{
items: [
{
item: itemList.iron_talisman_of_the_forest_dew,
amount: 3,
},
{
item: itemList.chaos_storage,
amount: 12,
},
{
item: itemList.faded_red_satin,
amount: 8,
},
],
mora: 15000,
},
{
items: [
{
item: itemList.iron_talisman_of_the_forest_dew,
amount: 6,
},
{
item: itemList.chaos_module,
amount: 6,
},
{
item: itemList.trimmed_red_silk,
amount: 6,
},
],
mora: 20000,
},
{
items: [
{
item: itemList.silver_talisman_of_the_forest_dew,
amount: 3,
},
{
item: itemList.chaos_module,
amount: 12,
},
{
item: itemList.trimmed_red_silk,
amount: 9,
},
],
mora: 30000,
},
{
items: [
{
item: itemList.silver_talisman_of_the_forest_dew,
amount: 6,
},
{
item: itemList.chaos_bolt,
amount: 9,
},
{
item: itemList.rich_red_brocade,
amount: 6,
},
],
mora: 35000,
},
{
items: [
{
item: itemList.golden_talisman_of_the_forest_dew,
amount: 4,
},
{
item: itemList.chaos_bolt,
amount: 18,
},
{
item: itemList.rich_red_brocade,
amount: 12,
},
],
mora: 45000,
},
],
},
};

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

View File

@ -186,7 +186,7 @@
{#each ascensions[ascen[i - 1]].items as obj}
<Tooltip title={$t(obj.item.name)}>
<span class="mr-2 bg-background rounded-xl">
<img src="/images/items/{obj.item.id}.png" alt={obj.item} class="inline w-8 h-8" />
<img src="/images/items/{obj.item.id}.png" alt={obj.item.name} class="inline w-8 h-8" />
<Icon size={0.5} path={mdiClose} /><span>{obj.amount}</span>
</span>
</Tooltip>

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB