diff --git a/src/components/AscensionSelector.svelte b/src/components/AscensionSelector.svelte new file mode 100644 index 00000000..e1b5f55c --- /dev/null +++ b/src/components/AscensionSelector.svelte @@ -0,0 +1,29 @@ + + +
+ {#each { length: 6 } as _, i} + setValue(i + 1)} class="cursor-pointer"> + value - 1 ? 'opacity-25' : ''}`} + src="/images/ascension_star.png" + alt="level" /> + + {/each} +
diff --git a/src/components/Button.svelte b/src/components/Button.svelte index f2cb7600..d08546e5 100644 --- a/src/components/Button.svelte +++ b/src/components/Button.svelte @@ -1,8 +1,10 @@ diff --git a/src/components/Check.svelte b/src/components/Check.svelte new file mode 100644 index 00000000..c1b1eeb1 --- /dev/null +++ b/src/components/Check.svelte @@ -0,0 +1,36 @@ + + + + + diff --git a/src/components/Checkbox.svelte b/src/components/Checkbox.svelte new file mode 100644 index 00000000..564db084 --- /dev/null +++ b/src/components/Checkbox.svelte @@ -0,0 +1,9 @@ + + + diff --git a/src/components/Input.svelte b/src/components/Input.svelte index 32f886b6..ceefc8b3 100644 --- a/src/components/Input.svelte +++ b/src/components/Input.svelte @@ -1,19 +1,35 @@
+ class="flex flex-1 relative items-center bg-background rounded-2xl h-14 focus-within:border-primary border-2 border-transparent ease-in duration-100"> {#if icon} {/if} + {type} + {value} + {min} + {max} + on:change + on:input={handleInput} + class={`w-full ${icon ? 'pl-12' : 'pl-4'} pr-4 text-white placeholder-gray-500 leading-none bg-transparent border-none focus:outline-none`} />
diff --git a/src/components/Select.svelte b/src/components/Select.svelte index 485ff8b4..fbb952f6 100644 --- a/src/components/Select.svelte +++ b/src/components/Select.svelte @@ -1,7 +1,10 @@ + + + + + + {#each visible as row (row.index)} + + Missing template + + {/each} + + diff --git a/src/components/WeaponSelect.svelte b/src/components/WeaponSelect.svelte new file mode 100644 index 00000000..db4792c0 --- /dev/null +++ b/src/components/WeaponSelect.svelte @@ -0,0 +1,165 @@ + + + + + + +
+
+ {#if !nothingSelected} + {selected.name} + {/if} + + +
+ {#if focused} +
+ {#if filteredWeapons.length} + + select(weapon)} + on:mouseenter={() => onHover(index)} + class={`p-3 rounded-xl cursor-pointer flex mr-2 + ${index === 0 ? 'mt-2' : ''} + ${index === weapons.length ? 'mb-2' : ''} + ${!nothingSelected && selected.id === id ? 'text-primary font-semibold' : ''} + ${hoveredIndex === index ? 'hovered' : ''}`}> + {weapon.name} + {weapon.name} + + + {:else} Weapon not found {/if} +
+ {/if} +
diff --git a/src/data/itemList.js b/src/data/itemList.js new file mode 100644 index 00000000..574d29c9 --- /dev/null +++ b/src/data/itemList.js @@ -0,0 +1,278 @@ +export const itemList = { + unknown: { + id: 'unknown', + name: 'unknown', + }, + fetters_of_the_dandelion_gladiator: { + id: 'fetters_of_the_dandelion_gladiator', + name: 'Fetters of the Dandelion Gladiator', + }, + chaos_device: { + id: 'chaos_device', + name: 'Chaos Device', + }, + divining_scroll: { + id: 'divining_scroll', + name: 'Divining Scroll', + }, + chains_of_the_dandelion_gladiator: { + id: 'chains_of_the_dandelion_gladiator', + name: 'Chains of the Dandelion Gladiator', + }, + chaos_circuit: { + id: 'chaos_circuit', + name: 'Chaos Circuit', + }, + sealed_scroll: { + id: 'sealed_scroll', + name: 'Sealed Scroll', + }, + shackles_of_the_dandelion_gladiator: { + id: 'shackles_of_the_dandelion_gladiator', + name: 'Shackles of the Dandelion Gladiator', + }, + boreal_wolfs_milk_tooth: { + id: 'boreal_wolfs_milk_tooth', + name: "Boreal Wolf's Milk Tooth", + }, + dead_ley_line_branches: { + id: 'dead_ley_line_branches', + name: 'Dead Ley Line Branches', + }, + slime_condensate: { + id: 'slime_condensate', + name: 'Slime Condensate', + }, + boreal_wolfs_cracked_tooth: { + id: 'boreal_wolfs_cracked_tooth', + name: "Boreal Wolf's Cracked Tooth", + }, + dead_ley_line_leaves: { + id: 'dead_ley_line_leaves', + name: 'Dead Ley Line Leaves', + }, + slime_secretions: { + id: 'slime_secretions', + name: 'Slime Secretions', + }, + boreal_wolfs_broken_fang: { + id: 'boreal_wolfs_broken_fang', + name: "Boreal Wolf's Broken Fang", + }, + ley_line_sprouts: { + id: 'ley_line_sprouts', + name: 'Ley Line Sprouts', + }, + slime_concentrate: { + id: 'slime_concentrate', + name: 'Slime Concentrate', + }, + boreal_wolfs_nostalgia: { + id: 'boreal_wolfs_nostalgia', + name: "Boreal Wolf's Nostalgia", + }, + dead_ley_line_branch: { + id: 'dead_ley_line_branch', + name: 'Dead Ley Line Branch', + }, + firm_arrowhead: { + id: 'firm_arrowhead', + name: 'Firm Arrowhead', + }, + weathered_arrowhead: { + id: 'weathered_arrowhead', + name: 'Weathered Arrowhead', + }, + chaos_core: { + id: 'chaos_core', + name: 'Chaos Core', + }, + dream_of_the_dandelion_gladiator: { + id: 'dream_of_the_dandelion_gladiator', + name: 'Dream of the Dandelion Gladiator', + }, + sharp_arrowhead: { + id: 'sharp_arrowhead', + name: 'Sharp Arrowhead', + }, + luminous_sands_from_guyun: { + id: 'luminous_sands_from_guyun', + name: 'Luminous Sands from Guyun', + }, + hunters_sacrificial_knife: { + id: 'hunters_sacrificial_knife', + name: "Hunter's Sacrificial Knife", + }, + recruits_insignia: { + id: 'recruits_insignia', + name: "Recruit's Insignia", + }, + lustrous_stone_from_guyun: { + id: 'lustrous_stone_from_guyun', + name: 'Lustrous Stone from Guyun', + }, + agents_sacrificial_knife: { + id: 'agents_sacrificial_knife', + name: "Agent's Sacrificial Knife", + }, + sergeants_insignia: { + id: 'sergeants_insignia', + name: "Sergeant's Insignia", + }, + relic_from_guyun: { + id: 'relic_from_guyun', + name: 'Relic from Guyun', + }, + inspectors_sacrificial_knife: { + id: 'inspectors_sacrificial_knife', + name: "Inspector's Sacrificial Knife", + }, + lieutenants_insignia: { + id: 'lieutenants_insignia', + name: "Lieutenant's Insignia", + }, + divine_body_from_guyun: { + id: 'divine_body_from_guyun', + name: 'Divine Body from Guyun', + }, + tile_of_decarabians_tower: { + id: 'tile_of_decarabians_tower', + name: "Tile of Decarabian's Tower", + }, + heavy_horn: { + id: 'heavy_horn', + name: 'Heavy Horn', + }, + debris_of_decarabians_city: { + id: 'debris_of_decarabians_city', + name: "Debris of Decarabian's City", + }, + black_bronze_horn: { + id: 'black_bronze_horn', + name: 'Black Bronze Horn', + }, + fragment_of_decarabians_epic: { + id: 'fragment_of_decarabians_epic', + name: "Fragment of Decarabian's Epic", + }, + black_crystal_horn: { + id: 'black_crystal_horn', + name: 'Black Crystal Horn', + }, + scattered_piece_of_decarabians_dream: { + id: 'scattered_piece_of_decarabians_dream', + name: "Scattered Piece of Decarabian's Dream", + }, + forbidden_curse_scroll: { + id: 'forbidden_curse_scroll', + name: 'Forbidden Curse Scroll', + }, + mist_veiled_lead_elixir: { + id: 'mist_veiled_lead_elixir', + name: 'Mist Veiled Lead Elixir', + }, + mist_grass_pollen: { + id: 'mist_grass_pollen', + name: 'Mist Grass Pollen', + }, + mist_veiled_mercury_elixir: { + id: 'mist_veiled_mercury_elixir', + name: 'Mist Veiled Mercury Elixir', + }, + mist_grass: { + id: 'mist_grass', + name: 'Mist Grass', + }, + mist_veiled_gold_elixir: { + id: 'mist_veiled_gold_elixir', + name: 'Mist Veiled Gold Elixir', + }, + mist_grass_wick: { + id: 'mist_grass_wick', + name: 'Mist Grass Wick', + }, + mist_veiled_primo_elixir: { + id: 'mist_veiled_primo_elixir', + name: 'Mist Veiled Primo Elixir', + }, + grain_of_aerosiderite: { + id: 'grain_of_aerosiderite', + name: 'Grain of Aerosiderite', + }, + fragile_bone_shard: { + id: 'fragile_bone_shard', + name: 'Fragile Bone Shard', + }, + damaged_mask: { + id: 'damaged_mask', + name: 'Damaged Mask', + }, + piece_of_aerosiderite: { + id: 'piece_of_aerosiderite', + name: 'Piece of Aerosiderite', + }, + sturdy_bone_shard: { + id: 'sturdy_bone_shard', + name: 'Sturdy Bone Shard', + }, + stained_mask: { + id: 'stained_mask', + name: 'Stained Mask', + }, + bit_of_aerosiderite: { + id: 'bit_of_aerosiderite', + name: 'Bit of Aerosiderite', + }, + fossilized_bone_shard: { + id: 'fossilized_bone_shard', + name: 'Fossilized Bone Shard', + }, + ominous_mask: { + id: 'ominous_mask', + name: 'Ominous Mask', + }, + chunk_of_aerosiderite: { + id: 'chunk_of_aerosiderite', + name: 'Chunk of Aerosiderite', + }, + treasure_hoarder_insignia: { + id: 'treasure_hoarder_insignia', + name: 'Treasure Hoarder Insignia', + }, + silver_raven_insignia: { + id: 'silver_raven_insignia', + name: 'Silver Raven Insignia', + }, + golden_raven_insignia: { + id: 'golden_raven_insignia', + name: 'Golden Raven Insignia', + }, + whopperflower_nectar: { + id: 'whopperflower_nectar', + name: 'Whopperflower Nectar', + }, + shimmering_nectar: { + id: 'shimmering_nectar', + name: 'Shimmering Nectar', + }, + energy_nectar: { + id: 'energy_nectar', + name: 'Energy Nectar', + }, + mist_flower_pollen: { + id: 'mist_flower_pollen', + name: 'Mist Flower Pollen', + }, + seal_scroll: { + id: 'seal_scroll', + name: 'Seal Scroll', + }, + black_copper_horn: { + id: 'black_copper_horn', + name: 'Black Copper Horn', + }, + historic_arrowhead: { + id: 'historic_arrowhead', + name: 'Historic Arrowhead', + }, +}; diff --git a/src/data/weaponExp.js b/src/data/weaponExp.js new file mode 100644 index 00000000..e6de83a4 --- /dev/null +++ b/src/data/weaponExp.js @@ -0,0 +1,248 @@ +export const weaponExp = [ + [ + 0, + 275, + 700, + 1300, + 2100, + 3125, + 4400, + 5950, + 7800, + 9975, + 12475, + 15350, + 18600, + 22250, + 26300, + 30800, + 35750, + 41150, + 47050, + 53475, + 60400, + 68250, + 76675, + 85725, + 95400, + 105725, + 116700, + 128350, + 140700, + 153750, + 167550, + 182075, + 197375, + 213475, + 230375, + 248075, + 266625, + 286025, + 306300, + 327475, + 349525, + 373675, + 398800, + 424925, + 452075, + 480275, + 509525, + 539850, + 571275, + 603825, + 637475, + 674025, + 711800, + 750800, + 791075, + 832625, + 875475, + 919625, + 965125, + 1011975, + 1060200, + 1112275, + 1165825, + 1220875, + 1277425, + 1335525, + 1395175, + 1456400, + 1519200, + 1583600, + 1649625, + 1720700, + 1793525, + 1868100, + 1944450, + 2022600, + 2102600, + 2184450, + 2268150, + 2353725, + ], + [ + 0, + 400, + 1025, + 1925, + 3125, + 4675, + 6625, + 8975, + 11775, + 15075, + 18875, + 23225, + 28150, + 33675, + 39825, + 46625, + 54125, + 62325, + 71275, + 81000, + 91500, + 103400, + 116175, + 129875, + 144525, + 160150, + 176775, + 194425, + 213125, + 232900, + 253800, + 275825, + 299025, + 323400, + 349000, + 375825, + 403925, + 433325, + 464050, + 496125, + 529550, + 566125, + 604200, + 643800, + 684950, + 727675, + 772000, + 817950, + 865550, + 914850, + 965850, + 1021225, + 1078450, + 1137550, + 1198575, + 1261525, + 1326450, + 1393350, + 1462275, + 1533250, + 1606300, + 1685200, + 1766325, + 1849725, + 1935425, + 2023450, + 2113825, + 2206575, + 2301725, + 2399300, + 2499350, + 2607025, + 2717350, + 2830350, + 2946050, + 3064475, + 3185675, + 3309675, + 3436500, + 3566175, + ], + [ + 0, + 600, + 1550, + 2900, + 4700, + 7025, + 9950, + 13475, + 17675, + 22625, + 28325, + 34850, + 42250, + 50550, + 59775, + 69975, + 81225, + 93525, + 106950, + 121550, + 137300, + 155150, + 174325, + 194875, + 216850, + 240300, + 265250, + 291725, + 319775, + 349450, + 381800, + 414850, + 449650, + 486225, + 524625, + 564875, + 607025, + 651125, + 697225, + 745350, + 795500, + 850375, + 907500, + 966900, + 1028625, + 1092725, + 1159225, + 1228150, + 1299550, + 1373500, + 1450000, + 1533075, + 1618925, + 1707575, + 1799125, + 1893550, + 1990950, + 2091300, + 2194700, + 2301175, + 2410750, + 2529100, + 2650800, + 2775900, + 2904450, + 3036500, + 3172075, + 3311200, + 3453925, + 3600300, + 3750375, + 3911900, + 4077400, + 4246900, + 4420450, + 4598100, + 4779900, + 4965900, + 5156150, + 5350675, + ], +]; diff --git a/src/data/weaponList.js b/src/data/weaponList.js new file mode 100644 index 00000000..1e34dce0 --- /dev/null +++ b/src/data/weaponList.js @@ -0,0 +1,10852 @@ +import { itemList } from './itemList'; + +export const weaponList = { + skyward_spine: { + name: 'Skyward Spine', + id: 'skyward_spine', + rarity: 5, + atk: 48, + secondary: 'Energy Recharge', + type: 'polearm', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.fetters_of_the_dandelion_gladiator, + amount: 5, + }, + { + item: itemList.chaos_device, + amount: 5, + }, + { + item: itemList.divining_scroll, + amount: 3, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 5, + }, + { + item: itemList.chaos_device, + amount: 18, + }, + { + item: itemList.divining_scroll, + amount: 12, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 9, + }, + { + item: itemList.chaos_circuit, + amount: 9, + }, + { + item: itemList.sealed_scroll, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 5, + }, + { + item: itemList.chaos_circuit, + amount: 18, + }, + { + item: itemList.sealed_scroll, + amount: 14, + }, + ], + mora: 45000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 9, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 55000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 0, + }, + ], + }, + skyward_blade: { + name: 'Skyward Blade', + id: 'skyward_blade', + rarity: 5, + atk: 46, + secondary: 'Energy Recharge', + type: 'sword', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.boreal_wolfs_milk_tooth, + amount: 5, + }, + { + item: itemList.dead_ley_line_branches, + amount: 5, + }, + { + item: itemList.slime_condensate, + amount: 3, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 5, + }, + { + item: itemList.dead_ley_line_branches, + amount: 18, + }, + { + item: itemList.slime_condensate, + amount: 12, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 9, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 9, + }, + { + item: itemList.slime_secretions, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 5, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 18, + }, + { + item: itemList.slime_secretions, + amount: 14, + }, + ], + mora: 45000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 9, + }, + { + item: itemList.ley_line_sprouts, + amount: 14, + }, + { + item: itemList.slime_concentrate, + amount: 9, + }, + ], + mora: 55000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_nostalgia, + amount: 6, + }, + { + item: itemList.ley_line_sprouts, + amount: 27, + }, + { + item: itemList.slime_concentrate, + amount: 18, + }, + ], + mora: 0, + }, + ], + }, + skyward_atlas: { + name: 'Skyward Atlas', + id: 'skyward_atlas', + rarity: 5, + atk: 48, + secondary: 'ATK', + type: 'catalyst', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.boreal_wolfs_milk_tooth, + amount: 5, + }, + { + item: itemList.dead_ley_line_branch, + amount: 5, + }, + { + item: itemList.firm_arrowhead, + amount: 3, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 5, + }, + { + item: itemList.dead_ley_line_branch, + amount: 18, + }, + { + item: itemList.firm_arrowhead, + amount: 12, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 9, + }, + { + item: itemList.dead_ley_line_branch, + amount: 9, + }, + { + item: itemList.firm_arrowhead, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 5, + }, + { + item: itemList.dead_ley_line_branch, + amount: 18, + }, + { + item: itemList.firm_arrowhead, + amount: 14, + }, + ], + mora: 45000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 9, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 14, + }, + { + item: itemList.weathered_arrowhead, + amount: 9, + }, + ], + mora: 55000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 27, + }, + { + item: itemList.weathered_arrowhead, + amount: 18, + }, + ], + mora: 0, + }, + ], + }, + lost_prayer_to_the_sacred_winds: { + name: 'Lost Prayer to the Sacred Winds', + id: 'lost_prayer_to_the_sacred_winds', + rarity: 5, + atk: 46, + secondary: 'CRIT Rate', + type: 'catalyst', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.fetters_of_the_dandelion_gladiator, + amount: 5, + }, + { + item: itemList.chaos_device, + amount: 5, + }, + { + item: itemList.slime_condensate, + amount: 3, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 5, + }, + { + item: itemList.chaos_device, + amount: 18, + }, + { + item: itemList.slime_condensate, + amount: 12, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 9, + }, + { + item: itemList.chaos_circuit, + amount: 9, + }, + { + item: itemList.slime_secretions, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 5, + }, + { + item: itemList.chaos_circuit, + amount: 18, + }, + { + item: itemList.slime_secretions, + amount: 14, + }, + ], + mora: 45000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 9, + }, + { + item: itemList.chaos_core, + amount: 14, + }, + { + item: itemList.slime_concentrate, + amount: 9, + }, + ], + mora: 55000, + }, + { + items: [ + { + item: itemList.dream_of_the_dandelion_gladiator, + amount: 6, + }, + { + item: itemList.chaos_core, + amount: 27, + }, + { + item: itemList.slime_concentrate, + amount: 18, + }, + ], + mora: 0, + }, + ], + }, + skyward_harp: { + name: 'Skyward Harp', + id: 'skyward_harp', + rarity: 5, + atk: 48, + secondary: 'CRIT Rate', + type: 'bow', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.boreal_wolfs_milk_tooth, + amount: 5, + }, + { + item: itemList.dead_ley_line_branch, + amount: 5, + }, + { + item: itemList.firm_arrowhead, + amount: 3, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 5, + }, + { + item: itemList.dead_ley_line_branch, + amount: 18, + }, + { + item: itemList.firm_arrowhead, + amount: 12, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 9, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 9, + }, + { + item: itemList.sharp_arrowhead, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 5, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 18, + }, + { + item: itemList.sharp_arrowhead, + amount: 14, + }, + ], + mora: 45000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 9, + }, + { + item: itemList.ley_line_sprouts, + amount: 14, + }, + { + item: itemList.weathered_arrowhead, + amount: 9, + }, + ], + mora: 55000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_nostalgia, + amount: 6, + }, + { + item: itemList.ley_line_sprouts, + amount: 27, + }, + { + item: itemList.weathered_arrowhead, + amount: 18, + }, + ], + mora: 0, + }, + ], + }, + 'primordial_jade_winged-spear': { + name: 'Primordial Jade Winged-Spear', + id: 'primordial_jade_winged-spear', + rarity: 5, + atk: 48, + secondary: 'CRIT Rate', + type: 'polearm', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.luminous_sands_from_guyun, + amount: 5, + }, + { + item: itemList.hunters_sacrificial_knife, + amount: 5, + }, + { + item: itemList.recruits_insignia, + amount: 3, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.lustrous_stone_from_guyun, + amount: 5, + }, + { + item: itemList.hunters_sacrificial_knife, + amount: 18, + }, + { + item: itemList.recruits_insignia, + amount: 12, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.lustrous_stone_from_guyun, + amount: 9, + }, + { + item: itemList.agents_sacrificial_knife, + amount: 9, + }, + { + item: itemList.sergeants_insignia, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.relic_from_guyun, + amount: 5, + }, + { + item: itemList.agents_sacrificial_knife, + amount: 18, + }, + { + item: itemList.sergeants_insignia, + amount: 14, + }, + ], + mora: 45000, + }, + { + items: [ + { + item: itemList.relic_from_guyun, + amount: 9, + }, + { + item: itemList.inspectors_sacrificial_knife, + amount: 14, + }, + { + item: itemList.lieutenants_insignia, + amount: 9, + }, + ], + mora: 55000, + }, + { + items: [ + { + item: itemList.divine_body_from_guyun, + amount: 6, + }, + { + item: itemList.inspectors_sacrificial_knife, + amount: 27, + }, + { + item: itemList.lieutenants_insignia, + amount: 18, + }, + ], + mora: 0, + }, + ], + }, + kunwus_iris_rift: { + name: "Kunwu's Iris Rift", + id: 'kunwus_iris_rift', + rarity: 5, + atk: 46, + secondary: 'ATK', + type: 'polearm', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 45000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 55000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 0, + }, + ], + }, + aquila_favonia: { + name: 'Aquila Favonia', + id: 'aquila_favonia', + rarity: 5, + atk: 48, + secondary: 'Physical DMG Bonus', + type: 'sword', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.tile_of_decarabians_tower, + amount: 5, + }, + { + item: itemList.heavy_horn, + amount: 5, + }, + { + item: itemList.firm_arrowhead, + amount: 3, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.debris_of_decarabians_city, + amount: 5, + }, + { + item: itemList.heavy_horn, + amount: 18, + }, + { + item: itemList.firm_arrowhead, + amount: 12, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.debris_of_decarabians_city, + amount: 9, + }, + { + item: itemList.black_bronze_horn, + amount: 9, + }, + { + item: itemList.sharp_arrowhead, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.fragment_of_decarabians_epic, + amount: 5, + }, + { + item: itemList.black_bronze_horn, + amount: 18, + }, + { + item: itemList.sharp_arrowhead, + amount: 14, + }, + ], + mora: 45000, + }, + { + items: [ + { + item: itemList.fragment_of_decarabians_epic, + amount: 9, + }, + { + item: itemList.black_crystal_horn, + amount: 14, + }, + { + item: itemList.weathered_arrowhead, + amount: 9, + }, + ], + mora: 55000, + }, + { + items: [ + { + item: itemList.scattered_piece_of_decarabians_dream, + amount: 6, + }, + { + item: itemList.black_crystal_horn, + amount: 27, + }, + { + item: itemList.weathered_arrowhead, + amount: 18, + }, + ], + mora: 0, + }, + ], + }, + wolfs_gravestone: { + name: "Wolf's Gravestone", + id: 'wolfs_gravestone', + rarity: 5, + atk: 46, + secondary: 'ATK', + type: 'claymore', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.fetters_of_the_dandelion_gladiator, + amount: 5, + }, + { + item: itemList.chaos_device, + amount: 5, + }, + { + item: itemList.divining_scroll, + amount: 3, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 5, + }, + { + item: itemList.chaos_device, + amount: 18, + }, + { + item: itemList.divining_scroll, + amount: 12, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 9, + }, + { + item: itemList.chaos_circuit, + amount: 9, + }, + { + item: itemList.sealed_scroll, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 5, + }, + { + item: itemList.chaos_circuit, + amount: 18, + }, + { + item: itemList.sealed_scroll, + amount: 14, + }, + ], + mora: 45000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 9, + }, + { + item: itemList.chaos_core, + amount: 14, + }, + { + item: itemList.forbidden_curse_scroll, + amount: 9, + }, + ], + mora: 55000, + }, + { + items: [ + { + item: itemList.dream_of_the_dandelion_gladiator, + amount: 6, + }, + { + item: itemList.chaos_core, + amount: 27, + }, + { + item: itemList.forbidden_curse_scroll, + amount: 18, + }, + ], + mora: 0, + }, + ], + }, + skyward_pride: { + name: 'Skyward Pride', + id: 'skyward_pride', + rarity: 5, + atk: 48, + secondary: 'Energy Recharge', + type: 'claymore', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.boreal_wolfs_milk_tooth, + amount: 5, + }, + { + item: itemList.dead_ley_line_branch, + amount: 5, + }, + { + item: itemList.slime_condensate, + amount: 3, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 5, + }, + { + item: itemList.dead_ley_line_branch, + amount: 18, + }, + { + item: itemList.slime_condensate, + amount: 12, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 9, + }, + { + item: itemList.dead_ley_line_branch, + amount: 9, + }, + { + item: itemList.slime_secretions, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 5, + }, + { + item: itemList.dead_ley_line_branch, + amount: 18, + }, + { + item: itemList.slime_secretions, + amount: 14, + }, + ], + mora: 45000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 9, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 14, + }, + { + item: itemList.slime_concentrate, + amount: 9, + }, + ], + mora: 55000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 27, + }, + { + item: itemList.slime_concentrate, + amount: 18, + }, + ], + mora: 0, + }, + ], + }, + amos_bow: { + name: "Amos' Bow", + id: 'amos_bow', + rarity: 5, + atk: 46, + secondary: 'ATK', + type: 'bow', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.fetters_of_the_dandelion_gladiator, + amount: 5, + }, + { + item: itemList.chaos_device, + amount: 5, + }, + { + item: itemList.slime_condensate, + amount: 3, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 5, + }, + { + item: itemList.chaos_device, + amount: 18, + }, + { + item: itemList.slime_condensate, + amount: 12, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 9, + }, + { + item: itemList.chaos_circuit, + amount: 9, + }, + { + item: itemList.slime_secretions, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 5, + }, + { + item: itemList.chaos_circuit, + amount: 18, + }, + { + item: itemList.slime_secretions, + amount: 14, + }, + ], + mora: 45000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 9, + }, + { + item: itemList.chaos_core, + amount: 14, + }, + { + item: itemList.slime_concentrate, + amount: 9, + }, + ], + mora: 55000, + }, + { + items: [ + { + item: itemList.dream_of_the_dandelion_gladiator, + amount: 6, + }, + { + item: itemList.chaos_core, + amount: 27, + }, + { + item: itemList.slime_concentrate, + amount: 18, + }, + ], + mora: 0, + }, + ], + }, + blackcliff_longsword: { + name: 'Blackcliff Longsword', + id: 'blackcliff_longsword', + rarity: 4, + atk: 44, + secondary: 'Physical DMG Bonus', + type: 'sword', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 45000, + }, + ], + }, + blackcliff_pole: { + name: 'Blackcliff Pole', + id: 'blackcliff_pole', + rarity: 4, + atk: 42, + secondary: 'CRIT DMG', + type: 'polearm', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 45000, + }, + ], + }, + dragons_bane: { + name: "Dragon's Bane", + id: 'dragons_bane', + rarity: 4, + atk: 41, + secondary: 'Elemental Mastery', + type: 'polearm', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.mist_veiled_lead_elixir, + amount: 3, + }, + { + item: itemList.mist_grass_pollen, + amount: 3, + }, + { + item: itemList.divining_scroll, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.mist_veiled_mercury_elixir, + amount: 3, + }, + { + item: itemList.mist_grass_pollen, + amount: 12, + }, + { + item: itemList.divining_scroll, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.mist_veiled_mercury_elixir, + amount: 6, + }, + { + item: itemList.mist_grass, + amount: 6, + }, + { + item: itemList.sealed_scroll, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.mist_veiled_gold_elixir, + amount: 3, + }, + { + item: itemList.mist_grass, + amount: 12, + }, + { + item: itemList.sealed_scroll, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.mist_veiled_gold_elixir, + amount: 6, + }, + { + item: itemList.mist_grass_wick, + amount: 9, + }, + { + item: itemList.forbidden_curse_scroll, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.mist_veiled_primo_elixir, + amount: 4, + }, + { + item: itemList.mist_grass_wick, + amount: 18, + }, + { + item: itemList.forbidden_curse_scroll, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + prototype_grudge: { + name: 'Prototype Grudge', + id: 'prototype_grudge', + rarity: 4, + atk: 42, + secondary: 'Energy Recharge', + type: 'polearm', + source: 'forgingnorthlander polearm prototype x1crystal chunk x50white iron chunk x50', + ascension: [ + { + items: [ + { + item: itemList.grain_of_aerosiderite, + amount: 3, + }, + { + item: itemList.fragile_bone_shard, + amount: 3, + }, + { + item: itemList.damaged_mask, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.piece_of_aerosiderite, + amount: 3, + }, + { + item: itemList.fragile_bone_shard, + amount: 12, + }, + { + item: itemList.damaged_mask, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.piece_of_aerosiderite, + amount: 6, + }, + { + item: itemList.sturdy_bone_shard, + amount: 6, + }, + { + item: itemList.stained_mask, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.bit_of_aerosiderite, + amount: 3, + }, + { + item: itemList.sturdy_bone_shard, + amount: 12, + }, + { + item: itemList.stained_mask, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.bit_of_aerosiderite, + amount: 6, + }, + { + item: itemList.fossilized_bone_shard, + amount: 9, + }, + { + item: itemList.ominous_mask, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.chunk_of_aerosiderite, + amount: 4, + }, + { + item: itemList.fossilized_bone_shard, + amount: 18, + }, + { + item: itemList.ominous_mask, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + prototype_crescent: { + name: 'Prototype Crescent', + id: 'prototype_crescent', + rarity: 4, + atk: 42, + secondary: 'ATK', + type: 'bow', + source: 'forgingnorthlander bow prototype x1crystal chunk x50white iron chunk x50', + ascension: [ + { + items: [ + { + item: itemList.mist_veiled_lead_elixir, + amount: 3, + }, + { + item: itemList.mist_grass_pollen, + amount: 3, + }, + { + item: itemList.treasure_hoarder_insignia, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.mist_veiled_mercury_elixir, + amount: 3, + }, + { + item: itemList.mist_grass_pollen, + amount: 12, + }, + { + item: itemList.treasure_hoarder_insignia, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.mist_veiled_mercury_elixir, + amount: 6, + }, + { + item: itemList.mist_grass, + amount: 6, + }, + { + item: itemList.silver_raven_insignia, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.mist_veiled_gold_elixir, + amount: 3, + }, + { + item: itemList.mist_grass, + amount: 12, + }, + { + item: itemList.silver_raven_insignia, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.mist_veiled_gold_elixir, + amount: 6, + }, + { + item: itemList.mist_grass_wick, + amount: 9, + }, + { + item: itemList.golden_raven_insignia, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.mist_veiled_primo_elixir, + amount: 4, + }, + { + item: itemList.mist_grass_wick, + amount: 18, + }, + { + item: itemList.golden_raven_insignia, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + iron_sting: { + name: 'Iron Sting', + id: 'iron_sting', + rarity: 4, + atk: 42, + secondary: 'Elemental Mastery', + type: 'sword', + source: 'forgingnorthlander sword prototype x1crystal chunk x50white iron chunk x50', + ascension: [ + { + items: [ + { + item: itemList.grain_of_aerosiderite, + amount: 3, + }, + { + item: itemList.fragile_bone_shard, + amount: 3, + }, + { + item: itemList.whopperflower_nectar, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.piece_of_aerosiderite, + amount: 3, + }, + { + item: itemList.fragile_bone_shard, + amount: 12, + }, + { + item: itemList.whopperflower_nectar, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.piece_of_aerosiderite, + amount: 6, + }, + { + item: itemList.sturdy_bone_shard, + amount: 6, + }, + { + item: itemList.shimmering_nectar, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.bit_of_aerosiderite, + amount: 3, + }, + { + item: itemList.sturdy_bone_shard, + amount: 12, + }, + { + item: itemList.shimmering_nectar, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.bit_of_aerosiderite, + amount: 6, + }, + { + item: itemList.fossilized_bone_shard, + amount: 9, + }, + { + item: itemList.energy_nectar, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.chunk_of_aerosiderite, + amount: 4, + }, + { + item: itemList.fossilized_bone_shard, + amount: 18, + }, + { + item: itemList.energy_nectar, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + whiteblind: { + name: 'Whiteblind', + id: 'whiteblind', + rarity: 4, + atk: 42, + secondary: 'DEF', + type: 'claymore', + source: 'forgingnorthlander claymore prototype x1crystal chunk x50white iron chunk x50', + ascension: [ + { + items: [ + { + item: itemList.luminous_sands_from_guyun, + amount: 3, + }, + { + item: itemList.hunters_sacrificial_knife, + amount: 3, + }, + { + item: itemList.treasure_hoarder_insignia, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.lustrous_stone_from_guyun, + amount: 3, + }, + { + item: itemList.hunters_sacrificial_knife, + amount: 12, + }, + { + item: itemList.treasure_hoarder_insignia, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.lustrous_stone_from_guyun, + amount: 6, + }, + { + item: itemList.agents_sacrificial_knife, + amount: 6, + }, + { + item: itemList.silver_raven_insignia, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.relic_from_guyun, + amount: 3, + }, + { + item: itemList.agents_sacrificial_knife, + amount: 12, + }, + { + item: itemList.silver_raven_insignia, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.relic_from_guyun, + amount: 6, + }, + { + item: itemList.inspectors_sacrificial_knife, + amount: 9, + }, + { + item: itemList.golden_raven_insignia, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.divine_body_from_guyun, + amount: 4, + }, + { + item: itemList.inspectors_sacrificial_knife, + amount: 18, + }, + { + item: itemList.golden_raven_insignia, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + lions_roar: { + name: "Lion's Roar", + id: 'lions_roar', + rarity: 4, + atk: 42, + secondary: 'ATK', + type: 'sword', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.luminous_sands_from_guyun, + amount: 3, + }, + { + item: itemList.hunters_sacrificial_knife, + amount: 3, + }, + { + item: itemList.treasure_hoarder_insignia, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.lustrous_stone_from_guyun, + amount: 3, + }, + { + item: itemList.hunters_sacrificial_knife, + amount: 12, + }, + { + item: itemList.treasure_hoarder_insignia, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.lustrous_stone_from_guyun, + amount: 6, + }, + { + item: itemList.agents_sacrificial_knife, + amount: 6, + }, + { + item: itemList.silver_raven_insignia, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.relic_from_guyun, + amount: 3, + }, + { + item: itemList.agents_sacrificial_knife, + amount: 12, + }, + { + item: itemList.silver_raven_insignia, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.relic_from_guyun, + amount: 6, + }, + { + item: itemList.inspectors_sacrificial_knife, + amount: 9, + }, + { + item: itemList.golden_raven_insignia, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.divine_body_from_guyun, + amount: 4, + }, + { + item: itemList.inspectors_sacrificial_knife, + amount: 18, + }, + { + item: itemList.golden_raven_insignia, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + prototype_rancour: { + name: 'Prototype Rancour', + id: 'prototype_rancour', + rarity: 4, + atk: 44, + secondary: 'Physical DMG Bonus', + type: 'sword', + source: 'adventure rank 10 rewardforging:northlander sword prototype x1crystal chunk x50white iron chunk x50', + ascension: [ + { + items: [ + { + item: itemList.mist_veiled_lead_elixir, + amount: 3, + }, + { + item: itemList.mist_flower_pollen, + amount: 3, + }, + { + item: itemList.recruits_insignia, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.mist_veiled_mercury_elixir, + amount: 3, + }, + { + item: itemList.mist_flower_pollen, + amount: 12, + }, + { + item: itemList.recruits_insignia, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.mist_veiled_mercury_elixir, + amount: 6, + }, + { + item: itemList.mist_grass, + amount: 6, + }, + { + item: itemList.sergeants_insignia, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.mist_veiled_gold_elixir, + amount: 3, + }, + { + item: itemList.mist_grass, + amount: 12, + }, + { + item: itemList.sergeants_insignia, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.mist_veiled_gold_elixir, + amount: 6, + }, + { + item: itemList.mist_grass_wick, + amount: 9, + }, + { + item: itemList.lieutenants_insignia, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.mist_veiled_primo_elixir, + amount: 4, + }, + { + item: itemList.mist_grass_wick, + amount: 18, + }, + { + item: itemList.lieutenants_insignia, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + royal_longsword: { + name: 'Royal Longsword', + id: 'royal_longsword', + rarity: 4, + atk: 42, + secondary: 'ATK', + type: 'sword', + source: "paimon's bargains", + ascension: [ + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 45000, + }, + ], + }, + sacrificial_sword: { + name: 'Sacrificial Sword', + id: 'sacrificial_sword', + rarity: 4, + atk: 41, + secondary: 'Energy Recharge', + type: 'sword', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.fetters_of_the_dandelion_gladiator, + amount: 3, + }, + { + item: itemList.chaos_device, + amount: 3, + }, + { + item: itemList.divining_scroll, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 3, + }, + { + item: itemList.chaos_device, + amount: 12, + }, + { + item: itemList.divining_scroll, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 6, + }, + { + item: itemList.chaos_circuit, + amount: 6, + }, + { + item: itemList.sealed_scroll, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 3, + }, + { + item: itemList.chaos_circuit, + amount: 12, + }, + { + item: itemList.sealed_scroll, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 6, + }, + { + item: itemList.chaos_core, + amount: 9, + }, + { + item: itemList.forbidden_curse_scroll, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.dream_of_the_dandelion_gladiator, + amount: 4, + }, + { + item: itemList.chaos_core, + amount: 18, + }, + { + item: itemList.forbidden_curse_scroll, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + the_flute: { + name: 'The Flute', + id: 'the_flute', + rarity: 4, + atk: 42, + secondary: 'ATK', + type: 'sword', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.boreal_wolfs_milk_tooth, + amount: 3, + }, + { + item: itemList.dead_ley_line_branches, + amount: 3, + }, + { + item: itemList.slime_condensate, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 3, + }, + { + item: itemList.dead_ley_line_branches, + amount: 12, + }, + { + item: itemList.slime_condensate, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 6, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 6, + }, + { + item: itemList.slime_secretions, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 3, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 12, + }, + { + item: itemList.slime_secretions, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 6, + }, + { + item: itemList.ley_line_sprouts, + amount: 9, + }, + { + item: itemList.slime_concentrate, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_nostalgia, + amount: 4, + }, + { + item: itemList.ley_line_sprouts, + amount: 18, + }, + { + item: itemList.slime_concentrate, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + serpent_spine: { + name: 'Serpent Spine', + id: 'serpent_spine', + rarity: 4, + atk: 42, + secondary: 'CRIT Rate', + type: 'claymore', + source: 'battle pass', + ascension: [ + { + items: [ + { + item: itemList.grain_of_aerosiderite, + amount: 3, + }, + { + item: itemList.fragile_bone_shard, + amount: 3, + }, + { + item: itemList.whopperflower_nectar, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.piece_of_aerosiderite, + amount: 3, + }, + { + item: itemList.fragile_bone_shard, + amount: 12, + }, + { + item: itemList.whopperflower_nectar, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.piece_of_aerosiderite, + amount: 6, + }, + { + item: itemList.sturdy_bone_shard, + amount: 6, + }, + { + item: itemList.shimmering_nectar, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.bit_of_aerosiderite, + amount: 3, + }, + { + item: itemList.sturdy_bone_shard, + amount: 12, + }, + { + item: itemList.shimmering_nectar, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.bit_of_aerosiderite, + amount: 6, + }, + { + item: itemList.fossilized_bone_shard, + amount: 9, + }, + { + item: itemList.energy_nectar, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.chunk_of_aerosiderite, + amount: 4, + }, + { + item: itemList.fossilized_bone_shard, + amount: 18, + }, + { + item: itemList.energy_nectar, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + eye_of_perception: { + name: 'Eye of Perception', + id: 'eye_of_perception', + rarity: 4, + atk: 41, + secondary: 'ATK', + type: 'catalyst', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.mist_veiled_lead_elixir, + amount: 3, + }, + { + item: itemList.mist_grass_pollen, + amount: 3, + }, + { + item: itemList.damaged_mask, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.mist_veiled_mercury_elixir, + amount: 3, + }, + { + item: itemList.mist_grass_pollen, + amount: 12, + }, + { + item: itemList.damaged_mask, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.mist_veiled_mercury_elixir, + amount: 6, + }, + { + item: itemList.mist_grass, + amount: 6, + }, + { + item: itemList.stained_mask, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.mist_veiled_gold_elixir, + amount: 3, + }, + { + item: itemList.mist_grass, + amount: 12, + }, + { + item: itemList.stained_mask, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.mist_veiled_gold_elixir, + amount: 6, + }, + { + item: itemList.mist_grass_wick, + amount: 9, + }, + { + item: itemList.ominous_mask, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.divine_body_from_guyun, + amount: 4, + }, + { + item: itemList.mist_grass_wick, + amount: 18, + }, + { + item: itemList.ominous_mask, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + lithic_blade: { + name: 'Lithic Blade', + id: 'lithic_blade', + rarity: 4, + atk: 41, + secondary: 'CRIT DMG', + type: 'claymore', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 45000, + }, + ], + }, + sacrificial_greatsword: { + name: 'Sacrificial Greatsword', + id: 'sacrificial_greatsword', + rarity: 4, + atk: 44, + secondary: 'Energy Recharge', + type: 'claymore', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.boreal_wolfs_milk_tooth, + amount: 3, + }, + { + item: itemList.dead_ley_line_branch, + amount: 3, + }, + { + item: itemList.firm_arrowhead, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 3, + }, + { + item: itemList.dead_ley_line_branch, + amount: 12, + }, + { + item: itemList.firm_arrowhead, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 6, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 6, + }, + { + item: itemList.sharp_arrowhead, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 3, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 12, + }, + { + item: itemList.sharp_arrowhead, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 6, + }, + { + item: itemList.ley_line_sprouts, + amount: 9, + }, + { + item: itemList.weathered_arrowhead, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_nostalgia, + amount: 4, + }, + { + item: itemList.ley_line_sprouts, + amount: 18, + }, + { + item: itemList.weathered_arrowhead, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + sword_of_descension: { + name: 'Sword of Descension', + id: 'sword_of_descension', + rarity: 4, + atk: 39, + secondary: 'ATK', + type: 'sword', + source: 'event exclusive', + ascension: [ + { + items: [ + { + item: itemList.boreal_wolfs_milk_tooth, + amount: 3, + }, + { + item: itemList.dead_ley_line_branch, + amount: 3, + }, + { + item: itemList.treasure_hoarder_insignia, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 3, + }, + { + item: itemList.dead_ley_line_branch, + amount: 12, + }, + { + item: itemList.treasure_hoarder_insignia, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 6, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 6, + }, + { + item: itemList.silver_raven_insignia, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 3, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 12, + }, + { + item: itemList.silver_raven_insignia, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 6, + }, + { + item: itemList.ley_line_sprouts, + amount: 9, + }, + { + item: itemList.golden_raven_insignia, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_nostalgia, + amount: 4, + }, + { + item: itemList.ley_line_sprouts, + amount: 18, + }, + { + item: itemList.golden_raven_insignia, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + favonius_lance: { + name: 'Favonius Lance', + id: 'favonius_lance', + rarity: 4, + atk: 44, + secondary: 'Energy Recharge', + type: 'polearm', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.fetters_of_the_dandelion_gladiator, + amount: 3, + }, + { + item: itemList.chaos_device, + amount: 3, + }, + { + item: itemList.slime_condensate, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 3, + }, + { + item: itemList.chaos_device, + amount: 12, + }, + { + item: itemList.slime_condensate, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 6, + }, + { + item: itemList.chaos_circuit, + amount: 6, + }, + { + item: itemList.slime_secretions, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 3, + }, + { + item: itemList.chaos_circuit, + amount: 12, + }, + { + item: itemList.slime_secretions, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 6, + }, + { + item: itemList.chaos_core, + amount: 9, + }, + { + item: itemList.slime_concentrate, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.dream_of_the_dandelion_gladiator, + amount: 4, + }, + { + item: itemList.chaos_core, + amount: 18, + }, + { + item: itemList.slime_concentrate, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + the_alley_flash: { + name: 'The Alley Flash', + id: 'the_alley_flash', + rarity: 4, + atk: 44, + secondary: 'CRIT Rate', + type: 'sword', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 45000, + }, + ], + }, + favonius_sword: { + name: 'Favonius Sword', + id: 'favonius_sword', + rarity: 4, + atk: 41, + secondary: 'Energy Recharge', + type: 'sword', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.tile_of_decarabians_tower, + amount: 3, + }, + { + item: itemList.heavy_horn, + amount: 3, + }, + { + item: itemList.firm_arrowhead, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.debris_of_decarabians_city, + amount: 3, + }, + { + item: itemList.heavy_horn, + amount: 12, + }, + { + item: itemList.firm_arrowhead, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.debris_of_decarabians_city, + amount: 6, + }, + { + item: itemList.black_bronze_horn, + amount: 6, + }, + { + item: itemList.sharp_arrowhead, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.fragment_of_decarabians_epic, + amount: 3, + }, + { + item: itemList.black_bronze_horn, + amount: 12, + }, + { + item: itemList.sharp_arrowhead, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.fragment_of_decarabians_epic, + amount: 6, + }, + { + item: itemList.black_crystal_horn, + amount: 9, + }, + { + item: itemList.weathered_arrowhead, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.black_crystal_horn, + amount: 18, + }, + { + item: itemList.weathered_arrowhead, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + alley_hunter: { + name: 'Alley Hunter', + id: 'alley_hunter', + rarity: 4, + atk: 41, + secondary: 'CRIT Rate', + type: 'bow', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.boreal_wolfs_milk_tooth, + amount: 3, + }, + { + item: itemList.dead_ley_line_branch, + amount: 3, + }, + { + item: itemList.treasure_hoarder_insignia, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 3, + }, + { + item: itemList.dead_ley_line_branch, + amount: 12, + }, + { + item: itemList.treasure_hoarder_insignia, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 6, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 6, + }, + { + item: itemList.silver_raven_insignia, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 3, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 12, + }, + { + item: itemList.silver_raven_insignia, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 6, + }, + { + item: itemList.ley_line_sprouts, + amount: 9, + }, + { + item: itemList.golden_raven_insignia, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_nostalgia, + amount: 4, + }, + { + item: itemList.ley_line_sprouts, + amount: 18, + }, + { + item: itemList.golden_raven_insignia, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + lithic_spear: { + name: 'Lithic Spear', + id: 'lithic_spear', + rarity: 4, + atk: 42, + secondary: 'Physical DMG Bonus', + type: 'polearm', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 45000, + }, + ], + }, + the_black_sword: { + name: 'The Black Sword', + id: 'the_black_sword', + rarity: 4, + atk: 42, + secondary: 'CRIT Rate', + type: 'sword', + source: 'battle pass', + ascension: [ + { + items: [ + { + item: itemList.boreal_wolfs_milk_tooth, + amount: 3, + }, + { + item: itemList.dead_ley_line_branches, + amount: 3, + }, + { + item: itemList.slime_condensate, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 3, + }, + { + item: itemList.dead_ley_line_branches, + amount: 12, + }, + { + item: itemList.slime_condensate, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 6, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 6, + }, + { + item: itemList.slime_secretions, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 3, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 12, + }, + { + item: itemList.slime_secretions, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 6, + }, + { + item: itemList.ley_line_sprouts, + amount: 9, + }, + { + item: itemList.slime_concentrate, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_nostalgia, + amount: 4, + }, + { + item: itemList.ley_line_sprouts, + amount: 18, + }, + { + item: itemList.slime_concentrate, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + wine_and_song: { + name: 'Wine and Song', + id: 'wine_and_song', + rarity: 4, + atk: 42, + secondary: 'Energy Recharge', + type: 'catalyst', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.boreal_wolfs_milk_tooth, + amount: 3, + }, + { + item: itemList.dead_ley_line_branch, + amount: 3, + }, + { + item: itemList.divining_scroll, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 3, + }, + { + item: itemList.dead_ley_line_branch, + amount: 12, + }, + { + item: itemList.divining_scroll, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 6, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 6, + }, + { + item: itemList.sealed_scroll, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 3, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 12, + }, + { + item: itemList.sealed_scroll, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 6, + }, + { + item: itemList.ley_line_sprouts, + amount: 9, + }, + { + item: itemList.forbidden_curse_scroll, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_nostalgia, + amount: 4, + }, + { + item: itemList.ley_line_sprouts, + amount: 18, + }, + { + item: itemList.forbidden_curse_scroll, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + blackcliff_warbow: { + name: 'Blackcliff Warbow', + id: 'blackcliff_warbow', + rarity: 4, + atk: 44, + secondary: 'ATK', + type: 'bow', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.luminous_sands_from_guyun, + amount: 3, + }, + { + item: itemList.hunters_sacrificial_knife, + amount: 3, + }, + { + item: itemList.treasure_hoarder_insignia, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.lustrous_stone_from_guyun, + amount: 3, + }, + { + item: itemList.hunters_sacrificial_knife, + amount: 12, + }, + { + item: itemList.treasure_hoarder_insignia, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.lustrous_stone_from_guyun, + amount: 6, + }, + { + item: itemList.agents_sacrificial_knife, + amount: 6, + }, + { + item: itemList.silver_raven_insignia, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.relic_from_guyun, + amount: 3, + }, + { + item: itemList.agents_sacrificial_knife, + amount: 12, + }, + { + item: itemList.silver_raven_insignia, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.relic_from_guyun, + amount: 6, + }, + { + item: itemList.inspectors_sacrificial_knife, + amount: 9, + }, + { + item: itemList.golden_raven_insignia, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.divine_body_from_guyun, + amount: 4, + }, + { + item: itemList.inspectors_sacrificial_knife, + amount: 18, + }, + { + item: itemList.golden_raven_insignia, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + blackcliff_slasher: { + name: 'Blackcliff Slasher', + id: 'blackcliff_slasher', + rarity: 4, + atk: 42, + secondary: 'CRIT DMG', + type: 'claymore', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 45000, + }, + ], + }, + deathmatch: { + name: 'Deathmatch', + id: 'deathmatch', + rarity: 4, + atk: 41, + secondary: 'CRIT Rate', + type: 'polearm', + source: 'battle pass', + ascension: [ + { + items: [ + { + item: itemList.boreal_wolfs_milk_tooth, + amount: 3, + }, + { + item: itemList.dead_ley_line_branch, + amount: 3, + }, + { + item: itemList.whopperflower_nectar, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 3, + }, + { + item: itemList.dead_ley_line_branch, + amount: 12, + }, + { + item: itemList.whopperflower_nectar, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 6, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 6, + }, + { + item: itemList.shimmering_nectar, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 3, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 12, + }, + { + item: itemList.shimmering_nectar, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 6, + }, + { + item: itemList.ley_line_sprouts, + amount: 9, + }, + { + item: itemList.energy_nectar, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_nostalgia, + amount: 4, + }, + { + item: itemList.ley_line_sprouts, + amount: 18, + }, + { + item: itemList.energy_nectar, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + the_viridescent_hunt: { + name: 'The Viridescent Hunt', + id: 'the_viridescent_hunt', + rarity: 4, + atk: 42, + secondary: 'CRIT Rate', + type: 'bow', + source: 'battle pass', + ascension: [ + { + items: [ + { + item: itemList.tile_of_decarabians_tower, + amount: 3, + }, + { + item: itemList.heavy_horn, + amount: 3, + }, + { + item: itemList.firm_arrowhead, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.debris_of_decarabians_city, + amount: 3, + }, + { + item: itemList.heavy_horn, + amount: 12, + }, + { + item: itemList.firm_arrowhead, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.debris_of_decarabians_city, + amount: 6, + }, + { + item: itemList.black_bronze_horn, + amount: 6, + }, + { + item: itemList.sharp_arrowhead, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.fragment_of_decarabians_epic, + amount: 3, + }, + { + item: itemList.black_bronze_horn, + amount: 12, + }, + { + item: itemList.sharp_arrowhead, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.fragment_of_decarabians_epic, + amount: 6, + }, + { + item: itemList.black_crystal_horn, + amount: 9, + }, + { + item: itemList.weathered_arrowhead, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.scattered_piece_of_decarabians_dream, + amount: 4, + }, + { + item: itemList.black_crystal_horn, + amount: 18, + }, + { + item: itemList.weathered_arrowhead, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + royal_greatsword: { + name: 'Royal Greatsword', + id: 'royal_greatsword', + rarity: 4, + atk: 44, + secondary: 'ATK', + type: 'claymore', + source: "paimon's bargains", + ascension: [ + { + items: [ + { + item: itemList.fetters_of_the_dandelion_gladiator, + amount: 3, + }, + { + item: itemList.chaos_device, + amount: 3, + }, + { + item: itemList.slime_condensate, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 3, + }, + { + item: itemList.chaos_device, + amount: 12, + }, + { + item: itemList.slime_condensate, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 6, + }, + { + item: itemList.chaos_circuit, + amount: 6, + }, + { + item: itemList.slime_secretions, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 3, + }, + { + item: itemList.chaos_circuit, + amount: 12, + }, + { + item: itemList.slime_secretions, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 6, + }, + { + item: itemList.chaos_core, + amount: 9, + }, + { + item: itemList.slime_concentrate, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.chaos_core, + amount: 18, + }, + { + item: itemList.slime_concentrate, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + the_bell: { + name: 'The Bell', + id: 'the_bell', + rarity: 4, + atk: 42, + secondary: 'Base HP', + type: 'claymore', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.tile_of_decarabians_tower, + amount: 3, + }, + { + item: itemList.heavy_horn, + amount: 3, + }, + { + item: itemList.whopperflower_nectar, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.debris_of_decarabians_city, + amount: 3, + }, + { + item: itemList.heavy_horn, + amount: 12, + }, + { + item: itemList.whopperflower_nectar, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.debris_of_decarabians_city, + amount: 6, + }, + { + item: itemList.black_bronze_horn, + amount: 6, + }, + { + item: itemList.shimmering_nectar, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.fragment_of_decarabians_epic, + amount: 3, + }, + { + item: itemList.black_bronze_horn, + amount: 12, + }, + { + item: itemList.shimmering_nectar, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.fragment_of_decarabians_epic, + amount: 6, + }, + { + item: itemList.black_crystal_horn, + amount: 9, + }, + { + item: itemList.energy_nectar, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.black_crystal_horn, + amount: 18, + }, + { + item: itemList.energy_nectar, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + crescent_pike: { + name: 'Crescent Pike', + id: 'crescent_pike', + rarity: 4, + atk: 44, + secondary: 'Physical DMG Bonus', + type: 'polearm', + source: 'forgingnorthlander polearm prototype x1crystal chunk x50white iron chunk x50', + ascension: [ + { + items: [ + { + item: itemList.luminous_sands_from_guyun, + amount: 3, + }, + { + item: itemList.hunters_sacrificial_knife, + amount: 3, + }, + { + item: itemList.treasure_hoarder_insignia, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.lustrous_stone_from_guyun, + amount: 3, + }, + { + item: itemList.hunters_sacrificial_knife, + amount: 12, + }, + { + item: itemList.treasure_hoarder_insignia, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.lustrous_stone_from_guyun, + amount: 6, + }, + { + item: itemList.agents_sacrificial_knife, + amount: 6, + }, + { + item: itemList.silver_raven_insignia, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.relic_from_guyun, + amount: 3, + }, + { + item: itemList.agents_sacrificial_knife, + amount: 12, + }, + { + item: itemList.silver_raven_insignia, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.relic_from_guyun, + amount: 6, + }, + { + item: itemList.inspectors_sacrificial_knife, + amount: 9, + }, + { + item: itemList.golden_raven_insignia, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.divine_body_from_guyun, + amount: 4, + }, + { + item: itemList.inspectors_sacrificial_knife, + amount: 18, + }, + { + item: itemList.golden_raven_insignia, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + rainslasher: { + name: 'Rainslasher', + id: 'rainslasher', + rarity: 4, + atk: 42, + secondary: 'Elemental Mastery', + type: 'claymore', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.mist_veiled_lead_elixir, + amount: 3, + }, + { + item: itemList.mist_grass_pollen, + amount: 3, + }, + { + item: itemList.divining_scroll, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.mist_veiled_mercury_elixir, + amount: 3, + }, + { + item: itemList.mist_grass_pollen, + amount: 12, + }, + { + item: itemList.divining_scroll, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.mist_veiled_mercury_elixir, + amount: 6, + }, + { + item: itemList.mist_grass, + amount: 6, + }, + { + item: itemList.sealed_scroll, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.mist_veiled_gold_elixir, + amount: 3, + }, + { + item: itemList.mist_grass, + amount: 12, + }, + { + item: itemList.sealed_scroll, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.mist_veiled_gold_elixir, + amount: 6, + }, + { + item: itemList.mist_grass_wick, + amount: 9, + }, + { + item: itemList.forbidden_curse_scroll, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.mist_veiled_primo_elixir, + amount: 4, + }, + { + item: itemList.mist_grass_wick, + amount: 18, + }, + { + item: itemList.forbidden_curse_scroll, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + blackcliff_amulet: { + name: 'Blackcliff Amulet', + id: 'blackcliff_amulet', + rarity: 4, + atk: 42, + secondary: 'CRIT DMG', + type: 'catalyst', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 45000, + }, + ], + }, + royal_grimoire: { + name: 'Royal Grimoire', + id: 'royal_grimoire', + rarity: 4, + atk: 44, + secondary: 'ATK', + type: 'catalyst', + source: "paimon's bargains", + ascension: [ + { + items: [ + { + item: itemList.tile_of_decarabians_tower, + amount: 3, + }, + { + item: itemList.heavy_horn, + amount: 3, + }, + { + item: itemList.recruits_insignia, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.debris_of_decarabians_city, + amount: 3, + }, + { + item: itemList.heavy_horn, + amount: 12, + }, + { + item: itemList.recruits_insignia, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.debris_of_decarabians_city, + amount: 6, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 45000, + }, + ], + }, + sacrificial_fragments: { + name: 'Sacrificial Fragments', + id: 'sacrificial_fragments', + rarity: 4, + atk: 41, + secondary: 'Elemental Mastery', + type: 'catalyst', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.fetters_of_the_dandelion_gladiator, + amount: 3, + }, + { + item: itemList.chaos_device, + amount: 3, + }, + { + item: itemList.treasure_hoarder_insignia, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 3, + }, + { + item: itemList.chaos_device, + amount: 12, + }, + { + item: itemList.treasure_hoarder_insignia, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 6, + }, + { + item: itemList.chaos_circuit, + amount: 6, + }, + { + item: itemList.silver_raven_insignia, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 3, + }, + { + item: itemList.chaos_circuit, + amount: 12, + }, + { + item: itemList.silver_raven_insignia, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 6, + }, + { + item: itemList.chaos_core, + amount: 9, + }, + { + item: itemList.golden_raven_insignia, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.dream_of_the_dandelion_gladiator, + amount: 4, + }, + { + item: itemList.chaos_core, + amount: 18, + }, + { + item: itemList.golden_raven_insignia, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + solar_pearl: { + name: 'Solar Pearl', + id: 'solar_pearl', + rarity: 4, + atk: 42, + secondary: 'CRIT Rate', + type: 'catalyst', + source: 'battle pass', + ascension: [ + { + items: [ + { + item: itemList.luminous_sands_from_guyun, + amount: 3, + }, + { + item: itemList.hunters_sacrificial_knife, + amount: 3, + }, + { + item: itemList.whopperflower_nectar, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.lustrous_stone_from_guyun, + amount: 3, + }, + { + item: itemList.hunters_sacrificial_knife, + amount: 12, + }, + { + item: itemList.whopperflower_nectar, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.lustrous_stone_from_guyun, + amount: 6, + }, + { + item: itemList.agents_sacrificial_knife, + amount: 6, + }, + { + item: itemList.shimmering_nectar, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.relic_from_guyun, + amount: 3, + }, + { + item: itemList.agents_sacrificial_knife, + amount: 12, + }, + { + item: itemList.shimmering_nectar, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.relic_from_guyun, + amount: 6, + }, + { + item: itemList.inspectors_sacrificial_knife, + amount: 9, + }, + { + item: itemList.energy_nectar, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.divine_body_from_guyun, + amount: 4, + }, + { + item: itemList.inspectors_sacrificial_knife, + amount: 18, + }, + { + item: itemList.energy_nectar, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + the_widsith: { + name: 'The Widsith', + id: 'the_widsith', + rarity: 4, + atk: 42, + secondary: 'CRIT DMG', + type: 'catalyst', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.boreal_wolfs_milk_tooth, + amount: 3, + }, + { + item: itemList.dead_ley_line_branches, + amount: 3, + }, + { + item: itemList.damaged_mask, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 3, + }, + { + item: itemList.dead_ley_line_branches, + amount: 12, + }, + { + item: itemList.damaged_mask, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 6, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 6, + }, + { + item: itemList.stained_mask, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 3, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 12, + }, + { + item: itemList.stained_mask, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 6, + }, + { + item: itemList.ley_line_sprouts, + amount: 9, + }, + { + item: itemList.ominous_mask, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_nostalgia, + amount: 4, + }, + { + item: itemList.ley_line_sprouts, + amount: 18, + }, + { + item: itemList.ominous_mask, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + prototype_malice: { + name: 'Prototype Malice', + id: 'prototype_malice', + rarity: 4, + atk: 42, + secondary: 'Base HP', + type: 'catalyst', + source: 'forgingnorthlander catalyst prototype x1crystal chunk x50white iron chunk x50', + ascension: [ + { + items: [ + { + item: itemList.mist_veiled_lead_elixir, + amount: 3, + }, + { + item: itemList.mist_grass_pollen, + amount: 3, + }, + { + item: itemList.firm_arrowhead, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.mist_veiled_mercury_elixir, + amount: 3, + }, + { + item: itemList.mist_grass_pollen, + amount: 12, + }, + { + item: itemList.firm_arrowhead, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.mist_veiled_mercury_elixir, + amount: 6, + }, + { + item: itemList.mist_grass, + amount: 6, + }, + { + item: itemList.sharp_arrowhead, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.mist_veiled_gold_elixir, + amount: 3, + }, + { + item: itemList.mist_grass, + amount: 12, + }, + { + item: itemList.sharp_arrowhead, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.mist_veiled_gold_elixir, + amount: 6, + }, + { + item: itemList.mist_grass_wick, + amount: 9, + }, + { + item: itemList.weathered_arrowhead, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.mist_veiled_primo_elixir, + amount: 4, + }, + { + item: itemList.mist_grass_wick, + amount: 18, + }, + { + item: itemList.weathered_arrowhead, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + mappa_mare: { + name: 'Mappa Mare', + id: 'mappa_mare', + rarity: 4, + atk: 44, + secondary: 'Elemental Mastery', + type: 'catalyst', + source: 'forgingnorthlander catalyst prototype x1crystal chunk x50white iron chunk x50', + ascension: [ + { + items: [ + { + item: itemList.grain_of_aerosiderite, + amount: 3, + }, + { + item: itemList.fragile_bone_shard, + amount: 3, + }, + { + item: itemList.slime_condensate, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.piece_of_aerosiderite, + amount: 3, + }, + { + item: itemList.fragile_bone_shard, + amount: 12, + }, + { + item: itemList.slime_condensate, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.piece_of_aerosiderite, + amount: 6, + }, + { + item: itemList.sturdy_bone_shard, + amount: 6, + }, + { + item: itemList.slime_secretions, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.bit_of_aerosiderite, + amount: 3, + }, + { + item: itemList.sturdy_bone_shard, + amount: 12, + }, + { + item: itemList.slime_secretions, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.bit_of_aerosiderite, + amount: 6, + }, + { + item: itemList.fossilized_bone_shard, + amount: 9, + }, + { + item: itemList.slime_concentrate, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.chunk_of_aerosiderite, + amount: 4, + }, + { + item: itemList.fossilized_bone_shard, + amount: 18, + }, + { + item: itemList.slime_concentrate, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + favonius_codex: { + name: 'Favonius Codex', + id: 'favonius_codex', + rarity: 4, + atk: 42, + secondary: 'Energy Recharge', + type: 'catalyst', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.tile_of_decarabians_tower, + amount: 3, + }, + { + item: itemList.heavy_horn, + amount: 3, + }, + { + item: itemList.divining_scroll, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.debris_of_decarabians_city, + amount: 3, + }, + { + item: itemList.heavy_horn, + amount: 12, + }, + { + item: itemList.divining_scroll, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.debris_of_decarabians_city, + amount: 6, + }, + { + item: itemList.black_bronze_horn, + amount: 6, + }, + { + item: itemList.sealed_scroll, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.fragment_of_decarabians_epic, + amount: 3, + }, + { + item: itemList.black_bronze_horn, + amount: 12, + }, + { + item: itemList.sealed_scroll, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.fragment_of_decarabians_epic, + amount: 6, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 45000, + }, + ], + }, + sacrificial_bow: { + name: 'Sacrificial Bow', + id: 'sacrificial_bow', + rarity: 4, + atk: 44, + secondary: 'Energy Recharge', + type: 'bow', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.boreal_wolfs_milk_tooth, + amount: 3, + }, + { + item: itemList.dead_ley_line_branch, + amount: 3, + }, + { + item: itemList.slime_condensate, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 3, + }, + { + item: itemList.dead_ley_line_branch, + amount: 12, + }, + { + item: itemList.slime_condensate, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 6, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 6, + }, + { + item: itemList.slime_secretions, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 3, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 12, + }, + { + item: itemList.slime_secretions, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 6, + }, + { + item: itemList.ley_line_sprouts, + amount: 9, + }, + { + item: itemList.slime_concentrate, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.ley_line_sprouts, + amount: 18, + }, + { + item: itemList.slime_concentrate, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + prototype_aminus: { + name: 'Prototype Aminus', + id: 'prototype_aminus', + rarity: 4, + atk: 44, + secondary: 'ATK', + type: 'claymore', + source: 'forgingnorthlander claymore prototype x1crystal chunk x50white iron chunk x50', + ascension: [ + { + items: [ + { + item: itemList.grain_of_aerosiderite, + amount: 3, + }, + { + item: itemList.fragile_bone_shard, + amount: 3, + }, + { + item: itemList.damaged_mask, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.piece_of_aerosiderite, + amount: 3, + }, + { + item: itemList.fragile_bone_shard, + amount: 12, + }, + { + item: itemList.damaged_mask, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.piece_of_aerosiderite, + amount: 6, + }, + { + item: itemList.sturdy_bone_shard, + amount: 6, + }, + { + item: itemList.stained_mask, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.bit_of_aerosiderite, + amount: 3, + }, + { + item: itemList.sturdy_bone_shard, + amount: 12, + }, + { + item: itemList.stained_mask, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.bit_of_aerosiderite, + amount: 6, + }, + { + item: itemList.fossilized_bone_shard, + amount: 9, + }, + { + item: itemList.ominous_mask, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.chunk_of_aerosiderite, + amount: 4, + }, + { + item: itemList.fossilized_bone_shard, + amount: 18, + }, + { + item: itemList.ominous_mask, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + favonius_greatsword: { + name: 'Favonius Greatsword', + id: 'favonius_greatsword', + rarity: 4, + atk: 41, + secondary: 'Energy Recharge', + type: 'claymore', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.fetters_of_the_dandelion_gladiator, + amount: 3, + }, + { + item: itemList.chaos_device, + amount: 3, + }, + { + item: itemList.recruits_insignia, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 3, + }, + { + item: itemList.chaos_device, + amount: 12, + }, + { + item: itemList.recruits_insignia, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 6, + }, + { + item: itemList.chaos_circuit, + amount: 6, + }, + { + item: itemList.sergeants_insignia, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 3, + }, + { + item: itemList.chaos_circuit, + amount: 12, + }, + { + item: itemList.sergeants_insignia, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 6, + }, + { + item: itemList.chaos_core, + amount: 9, + }, + { + item: itemList.lieutenants_insignia, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.dream_of_the_dandelion_gladiator, + amount: 4, + }, + { + item: itemList.chaos_core, + amount: 18, + }, + { + item: itemList.lieutenants_insignia, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + compound_bow: { + name: 'Compound Bow', + id: 'compound_bow', + rarity: 4, + atk: 41, + secondary: 'Physical DMG Bonus', + type: 'bow', + source: 'forgingnorthlander bow prototype x1crystal chunk x50white iron chunk x50', + ascension: [ + { + items: [ + { + item: itemList.grain_of_aerosiderite, + amount: 3, + }, + { + item: itemList.fragile_bone_shard, + amount: 3, + }, + { + item: itemList.recruits_insignia, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.piece_of_aerosiderite, + amount: 3, + }, + { + item: itemList.fragile_bone_shard, + amount: 12, + }, + { + item: itemList.recruits_insignia, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.piece_of_aerosiderite, + amount: 6, + }, + { + item: itemList.sturdy_bone_shard, + amount: 6, + }, + { + item: itemList.sergeants_insignia, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.bit_of_aerosiderite, + amount: 3, + }, + { + item: itemList.sturdy_bone_shard, + amount: 12, + }, + { + item: itemList.sergeants_insignia, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.bit_of_aerosiderite, + amount: 6, + }, + { + item: itemList.fossilized_bone_shard, + amount: 9, + }, + { + item: itemList.lieutenants_insignia, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.chunk_of_aerosiderite, + amount: 4, + }, + { + item: itemList.fossilized_bone_shard, + amount: 18, + }, + { + item: itemList.lieutenants_insignia, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + favonius_warbow: { + name: 'Favonius Warbow', + id: 'favonius_warbow', + rarity: 4, + atk: 41, + secondary: 'Energy Recharge', + type: 'bow', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.fetters_of_the_dandelion_gladiator, + amount: 3, + }, + { + item: itemList.chaos_device, + amount: 3, + }, + { + item: itemList.whopperflower_nectar, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 3, + }, + { + item: itemList.chaos_device, + amount: 12, + }, + { + item: itemList.whopperflower_nectar, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 6, + }, + { + item: itemList.chaos_circuit, + amount: 6, + }, + { + item: itemList.shimmering_nectar, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 3, + }, + { + item: itemList.chaos_circuit, + amount: 12, + }, + { + item: itemList.shimmering_nectar, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 6, + }, + { + item: itemList.chaos_core, + amount: 9, + }, + { + item: itemList.energy_nectar, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.dream_of_the_dandelion_gladiator, + amount: 4, + }, + { + item: itemList.chaos_core, + amount: 18, + }, + { + item: itemList.energy_nectar, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + the_stringless: { + name: 'The Stringless', + id: 'the_stringless', + rarity: 4, + atk: 42, + secondary: 'Elemental Mastery', + type: 'bow', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.tile_of_decarabians_tower, + amount: 3, + }, + { + item: itemList.heavy_horn, + amount: 3, + }, + { + item: itemList.firm_arrowhead, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.debris_of_decarabians_city, + amount: 3, + }, + { + item: itemList.heavy_horn, + amount: 12, + }, + { + item: itemList.firm_arrowhead, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.debris_of_decarabians_city, + amount: 6, + }, + { + item: itemList.black_bronze_horn, + amount: 6, + }, + { + item: itemList.sharp_arrowhead, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.fragment_of_decarabians_epic, + amount: 3, + }, + { + item: itemList.black_bronze_horn, + amount: 12, + }, + { + item: itemList.sharp_arrowhead, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.fragment_of_decarabians_epic, + amount: 6, + }, + { + item: itemList.black_crystal_horn, + amount: 9, + }, + { + item: itemList.weathered_arrowhead, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.scattered_piece_of_decarabians_dream, + amount: 4, + }, + { + item: itemList.black_crystal_horn, + amount: 18, + }, + { + item: itemList.weathered_arrowhead, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + royal_bow: { + name: 'Royal Bow', + id: 'royal_bow', + rarity: 4, + atk: 42, + secondary: 'ATK', + type: 'bow', + source: "paimon's bargains", + ascension: [ + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 45000, + }, + ], + }, + rust: { + name: 'Rust', + id: 'rust', + rarity: 4, + atk: 42, + secondary: 'ATK', + type: 'bow', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.luminous_sands_from_guyun, + amount: 3, + }, + { + item: itemList.hunters_sacrificial_knife, + amount: 3, + }, + { + item: itemList.damaged_mask, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.lustrous_stone_from_guyun, + amount: 3, + }, + { + item: itemList.hunters_sacrificial_knife, + amount: 12, + }, + { + item: itemList.damaged_mask, + amount: 8, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.lustrous_stone_from_guyun, + amount: 6, + }, + { + item: itemList.agents_sacrificial_knife, + amount: 6, + }, + { + item: itemList.stained_mask, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.relic_from_guyun, + amount: 3, + }, + { + item: itemList.agents_sacrificial_knife, + amount: 12, + }, + { + item: itemList.stained_mask, + amount: 9, + }, + ], + mora: 30000, + }, + { + items: [ + { + item: itemList.relic_from_guyun, + amount: 6, + }, + { + item: itemList.inspectors_sacrificial_knife, + amount: 9, + }, + { + item: itemList.ominous_mask, + amount: 6, + }, + ], + mora: 35000, + }, + { + items: [ + { + item: itemList.divine_body_from_guyun, + amount: 4, + }, + { + item: itemList.inspectors_sacrificial_knife, + amount: 18, + }, + { + item: itemList.ominous_mask, + amount: 12, + }, + ], + mora: 45000, + }, + ], + }, + twin_nephrite: { + name: 'Twin Nephrite', + id: 'twin_nephrite', + rarity: 3, + atk: 40, + secondary: 'CRIT Rate', + type: 'catalyst', + source: 'chests', + ascension: [ + { + items: [ + { + item: itemList.mist_veiled_lead_elixir, + amount: 2, + }, + { + item: itemList.mist_grass_pollen, + amount: 2, + }, + { + item: itemList.recruits_insignia, + amount: 1, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.mist_veiled_mercury_elixir, + amount: 2, + }, + { + item: itemList.mist_grass_pollen, + amount: 8, + }, + { + item: itemList.recruits_insignia, + amount: 5, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.mist_veiled_mercury_elixir, + amount: 4, + }, + { + item: itemList.mist_grass, + amount: 4, + }, + { + item: itemList.sergeants_insignia, + amount: 4, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.mist_veiled_gold_elixir, + amount: 2, + }, + { + item: itemList.mist_grass, + amount: 8, + }, + { + item: itemList.sergeants_insignia, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.mist_veiled_gold_elixir, + amount: 4, + }, + { + item: itemList.mist_grass_wick, + amount: 6, + }, + { + item: itemList.lieutenants_insignia, + amount: 4, + }, + ], + mora: 25000, + }, + { + items: [ + { + item: itemList.mist_veiled_primo_elixir, + amount: 3, + }, + { + item: itemList.mist_grass_wick, + amount: 12, + }, + { + item: itemList.lieutenants_insignia, + amount: 8, + }, + ], + mora: 30000, + }, + ], + }, + recurve_bow: { + name: 'Recurve Bow', + id: 'recurve_bow', + rarity: 3, + atk: 38, + secondary: 'Base HP', + type: 'bow', + source: 'chests', + ascension: [ + { + items: [ + { + item: itemList.fetters_of_the_dandelion_gladiator, + amount: 2, + }, + { + item: itemList.chaos_device, + amount: 2, + }, + { + item: itemList.divining_scroll, + amount: 1, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 2, + }, + { + item: itemList.chaos_device, + amount: 8, + }, + { + item: itemList.divining_scroll, + amount: 5, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 4, + }, + { + item: itemList.chaos_circuit, + amount: 4, + }, + { + item: itemList.sealed_scroll, + amount: 4, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 2, + }, + { + item: itemList.chaos_circuit, + amount: 8, + }, + { + item: itemList.sealed_scroll, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 4, + }, + { + item: itemList.chaos_core, + amount: 6, + }, + { + item: itemList.forbidden_curse_scroll, + amount: 4, + }, + ], + mora: 25000, + }, + { + items: [ + { + item: itemList.dream_of_the_dandelion_gladiator, + amount: 3, + }, + { + item: itemList.chaos_core, + amount: 12, + }, + { + item: itemList.forbidden_curse_scroll, + amount: 8, + }, + ], + mora: 30000, + }, + ], + }, + ebony_bow: { + name: 'Ebony Bow', + id: 'ebony_bow', + rarity: 3, + atk: 40, + secondary: 'ATK', + type: 'bow', + source: 'chests', + ascension: [ + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 25000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 30000, + }, + ], + }, + fillet_blade: { + name: 'Fillet Blade', + id: 'fillet_blade', + rarity: 3, + atk: 39, + secondary: 'ATK', + type: 'sword', + source: 'chests', + ascension: [ + { + items: [ + { + item: itemList.mist_veiled_lead_elixir, + amount: 2, + }, + { + item: itemList.mist_grass_pollen, + amount: 2, + }, + { + item: itemList.treasure_hoarder_insignia, + amount: 1, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.mist_veiled_mercury_elixir, + amount: 2, + }, + { + item: itemList.mist_grass_pollen, + amount: 8, + }, + { + item: itemList.treasure_hoarder_insignia, + amount: 5, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.mist_veiled_mercury_elixir, + amount: 4, + }, + { + item: itemList.mist_grass, + amount: 4, + }, + { + item: itemList.silver_raven_insignia, + amount: 4, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.mist_veiled_gold_elixir, + amount: 2, + }, + { + item: itemList.mist_grass, + amount: 8, + }, + { + item: itemList.silver_raven_insignia, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.mist_veiled_gold_elixir, + amount: 4, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 25000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 30000, + }, + ], + }, + raven_bow: { + name: 'Raven Bow', + id: 'raven_bow', + rarity: 3, + atk: 40, + secondary: 'Elemental Mastery', + type: 'bow', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.tile_of_decarabians_tower, + amount: 2, + }, + { + item: itemList.heavy_horn, + amount: 2, + }, + { + item: itemList.firm_arrowhead, + amount: 1, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.debris_of_decarabians_city, + amount: 2, + }, + { + item: itemList.heavy_horn, + amount: 8, + }, + { + item: itemList.firm_arrowhead, + amount: 5, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.debris_of_decarabians_city, + amount: 4, + }, + { + item: itemList.black_bronze_horn, + amount: 4, + }, + { + item: itemList.sharp_arrowhead, + amount: 4, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.fragment_of_decarabians_epic, + amount: 2, + }, + { + item: itemList.black_bronze_horn, + amount: 8, + }, + { + item: itemList.sharp_arrowhead, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.fragment_of_decarabians_epic, + amount: 4, + }, + { + item: itemList.black_crystal_horn, + amount: 6, + }, + { + item: itemList.weathered_arrowhead, + amount: 4, + }, + ], + mora: 25000, + }, + { + items: [ + { + item: itemList.scattered_piece_of_decarabians_dream, + amount: 3, + }, + { + item: itemList.black_crystal_horn, + amount: 12, + }, + { + item: itemList.weathered_arrowhead, + amount: 8, + }, + ], + mora: 30000, + }, + ], + }, + halberd: { + name: 'Halberd', + id: 'halberd', + rarity: 3, + atk: 40, + secondary: 'ATK', + type: 'polearm', + source: 'chests', + ascension: [ + { + items: [ + { + item: itemList.mist_veiled_lead_elixir, + amount: 2, + }, + { + item: itemList.mist_grass_pollen, + amount: 2, + }, + { + item: itemList.whopperflower_nectar, + amount: 1, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.mist_veiled_mercury_elixir, + amount: 2, + }, + { + item: itemList.mist_grass_pollen, + amount: 8, + }, + { + item: itemList.whopperflower_nectar, + amount: 5, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.mist_veiled_mercury_elixir, + amount: 4, + }, + { + item: itemList.mist_grass, + amount: 4, + }, + { + item: itemList.shimmering_nectar, + amount: 4, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.mist_veiled_gold_elixir, + amount: 2, + }, + { + item: itemList.mist_grass, + amount: 8, + }, + { + item: itemList.shimmering_nectar, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.mist_veiled_gold_elixir, + amount: 4, + }, + { + item: itemList.mist_grass_wick, + amount: 6, + }, + { + item: itemList.energy_nectar, + amount: 4, + }, + ], + mora: 25000, + }, + { + items: [ + { + item: itemList.mist_veiled_primo_elixir, + amount: 3, + }, + { + item: itemList.mist_grass_wick, + amount: 12, + }, + { + item: itemList.energy_nectar, + amount: 8, + }, + ], + mora: 30000, + }, + ], + }, + otherworldly_story: { + name: 'Otherworldly Story', + id: 'otherworldly_story', + rarity: 3, + atk: 39, + secondary: 'Energy Recharge', + type: 'catalyst', + source: 'chests', + ascension: [ + { + items: [ + { + item: itemList.fetters_of_the_dandelion_gladiator, + amount: 2, + }, + { + item: itemList.chaos_device, + amount: 2, + }, + { + item: itemList.damaged_mask, + amount: 1, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 2, + }, + { + item: itemList.chaos_device, + amount: 8, + }, + { + item: itemList.damaged_mask, + amount: 5, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 4, + }, + { + item: itemList.chaos_circuit, + amount: 4, + }, + { + item: itemList.stained_mask, + amount: 4, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 2, + }, + { + item: itemList.chaos_circuit, + amount: 8, + }, + { + item: itemList.stained_mask, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 4, + }, + { + item: itemList.chaos_core, + amount: 6, + }, + { + item: itemList.ominous_mask, + amount: 4, + }, + ], + mora: 25000, + }, + { + items: [ + { + item: itemList.dream_of_the_dandelion_gladiator, + amount: 3, + }, + { + item: itemList.chaos_core, + amount: 12, + }, + { + item: itemList.ominous_mask, + amount: 8, + }, + ], + mora: 30000, + }, + ], + }, + messenger: { + name: 'Messenger', + id: 'messenger', + rarity: 3, + atk: 40, + secondary: 'CRIT DMG', + type: 'bow', + source: 'chests', + ascension: [ + { + items: [ + { + item: itemList.mist_veiled_lead_elixir, + amount: 2, + }, + { + item: itemList.mist_grass_pollen, + amount: 2, + }, + { + item: itemList.treasure_hoarder_insignia, + amount: 1, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.mist_veiled_mercury_elixir, + amount: 2, + }, + { + item: itemList.mist_grass_pollen, + amount: 8, + }, + { + item: itemList.treasure_hoarder_insignia, + amount: 5, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.mist_veiled_mercury_elixir, + amount: 4, + }, + { + item: itemList.mist_grass, + amount: 4, + }, + { + item: itemList.silver_raven_insignia, + amount: 4, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.mist_veiled_gold_elixir, + amount: 2, + }, + { + item: itemList.mist_grass, + amount: 8, + }, + { + item: itemList.silver_raven_insignia, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.mist_veiled_gold_elixir, + amount: 4, + }, + { + item: itemList.mist_grass_wick, + amount: 6, + }, + { + item: itemList.golden_raven_insignia, + amount: 4, + }, + ], + mora: 25000, + }, + { + items: [ + { + item: itemList.mist_veiled_primo_elixir, + amount: 3, + }, + { + item: itemList.mist_grass_wick, + amount: 12, + }, + { + item: itemList.golden_raven_insignia, + amount: 8, + }, + ], + mora: 30000, + }, + ], + }, + slingshot: { + name: 'Slingshot', + id: 'slingshot', + rarity: 3, + atk: 38, + secondary: 'CRIT Rate', + type: 'bow', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.luminous_sands_from_guyun, + amount: 2, + }, + { + item: itemList.hunters_sacrificial_knife, + amount: 2, + }, + { + item: itemList.damaged_mask, + amount: 1, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.lustrous_stone_from_guyun, + amount: 2, + }, + { + item: itemList.hunters_sacrificial_knife, + amount: 8, + }, + { + item: itemList.damaged_mask, + amount: 5, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.lustrous_stone_from_guyun, + amount: 4, + }, + { + item: itemList.agents_sacrificial_knife, + amount: 4, + }, + { + item: itemList.stained_mask, + amount: 4, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.relic_from_guyun, + amount: 2, + }, + { + item: itemList.agents_sacrificial_knife, + amount: 8, + }, + { + item: itemList.stained_mask, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.relic_from_guyun, + amount: 4, + }, + { + item: itemList.inspectors_sacrificial_knife, + amount: 6, + }, + { + item: itemList.ominous_mask, + amount: 4, + }, + ], + mora: 25000, + }, + { + items: [ + { + item: itemList.divine_body_from_guyun, + amount: 3, + }, + { + item: itemList.inspectors_sacrificial_knife, + amount: 12, + }, + { + item: itemList.ominous_mask, + amount: 8, + }, + ], + mora: 30000, + }, + ], + }, + sharpshooters_oath: { + name: "Sharpshooter's Oath", + id: 'sharpshooters_oath', + rarity: 3, + atk: 39, + secondary: 'CRIT DMG', + type: 'bow', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.boreal_wolfs_milk_tooth, + amount: 2, + }, + { + item: itemList.dead_ley_line_branch, + amount: 2, + }, + { + item: itemList.slime_condensate, + amount: 1, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 2, + }, + { + item: itemList.dead_ley_line_branch, + amount: 8, + }, + { + item: itemList.slime_condensate, + amount: 5, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 4, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 4, + }, + { + item: itemList.slime_secretions, + amount: 4, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 2, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 8, + }, + { + item: itemList.slime_secretions, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 4, + }, + { + item: itemList.ley_line_sprouts, + amount: 6, + }, + { + item: itemList.slime_concentrate, + amount: 4, + }, + ], + mora: 25000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_nostalgia, + amount: 3, + }, + { + item: itemList.ley_line_sprouts, + amount: 12, + }, + { + item: itemList.slime_concentrate, + amount: 8, + }, + ], + mora: 30000, + }, + ], + }, + travelers_handy_sword: { + name: "Traveler's Handy Sword", + id: 'travelers_handy_sword', + rarity: 3, + atk: 40, + secondary: 'DEF', + type: 'sword', + source: 'chests', + ascension: [ + { + items: [ + { + item: itemList.fetters_of_the_dandelion_gladiator, + amount: 2, + }, + { + item: itemList.chaos_device, + amount: 2, + }, + { + item: itemList.divining_scroll, + amount: 1, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 2, + }, + { + item: itemList.chaos_device, + amount: 8, + }, + { + item: itemList.divining_scroll, + amount: 5, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 4, + }, + { + item: itemList.chaos_circuit, + amount: 4, + }, + { + item: itemList.sealed_scroll, + amount: 4, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 2, + }, + { + item: itemList.chaos_circuit, + amount: 8, + }, + { + item: itemList.sealed_scroll, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 4, + }, + { + item: itemList.chaos_core, + amount: 6, + }, + { + item: itemList.forbidden_curse_scroll, + amount: 4, + }, + ], + mora: 25000, + }, + { + items: [ + { + item: itemList.dream_of_the_dandelion_gladiator, + amount: 3, + }, + { + item: itemList.chaos_core, + amount: 12, + }, + { + item: itemList.forbidden_curse_scroll, + amount: 8, + }, + ], + mora: 30000, + }, + ], + }, + white_tassel: { + name: 'White Tassel', + id: 'white_tassel', + rarity: 3, + atk: 39, + secondary: 'CRIT Rate', + type: 'polearm', + source: 'chests', + ascension: [ + { + items: [ + { + item: itemList.luminous_sands_from_guyun, + amount: 2, + }, + { + item: itemList.hunters_sacrificial_knife, + amount: 2, + }, + { + item: itemList.recruits_insignia, + amount: 1, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.lustrous_stone_from_guyun, + amount: 2, + }, + { + item: itemList.hunters_sacrificial_knife, + amount: 8, + }, + { + item: itemList.recruits_insignia, + amount: 5, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.lustrous_stone_from_guyun, + amount: 4, + }, + { + item: itemList.agents_sacrificial_knife, + amount: 4, + }, + { + item: itemList.sergeants_insignia, + amount: 4, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.relic_from_guyun, + amount: 2, + }, + { + item: itemList.agents_sacrificial_knife, + amount: 8, + }, + { + item: itemList.sergeants_insignia, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.relic_from_guyun, + amount: 4, + }, + { + item: itemList.inspectors_sacrificial_knife, + amount: 6, + }, + { + item: itemList.lieutenants_insignia, + amount: 4, + }, + ], + mora: 25000, + }, + { + items: [ + { + item: itemList.divine_body_from_guyun, + amount: 3, + }, + { + item: itemList.inspectors_sacrificial_knife, + amount: 12, + }, + { + item: itemList.lieutenants_insignia, + amount: 8, + }, + ], + mora: 30000, + }, + ], + }, + skyrider_sword: { + name: 'Skyrider Sword', + id: 'skyrider_sword', + rarity: 3, + atk: 38, + secondary: 'Energy Recharge', + type: 'sword', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.grain_of_aerosiderite, + amount: 2, + }, + { + item: itemList.fragile_bone_shard, + amount: 2, + }, + { + item: itemList.recruits_insignia, + amount: 1, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.piece_of_aerosiderite, + amount: 2, + }, + { + item: itemList.fragile_bone_shard, + amount: 8, + }, + { + item: itemList.recruits_insignia, + amount: 5, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.piece_of_aerosiderite, + amount: 4, + }, + { + item: itemList.sturdy_bone_shard, + amount: 4, + }, + { + item: itemList.sergeants_insignia, + amount: 4, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.bit_of_aerosiderite, + amount: 2, + }, + { + item: itemList.sturdy_bone_shard, + amount: 8, + }, + { + item: itemList.sergeants_insignia, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.bit_of_aerosiderite, + amount: 4, + }, + { + item: itemList.fossilized_bone_shard, + amount: 6, + }, + { + item: itemList.lieutenants_insignia, + amount: 4, + }, + ], + mora: 25000, + }, + { + items: [ + { + item: itemList.chunk_of_aerosiderite, + amount: 3, + }, + { + item: itemList.fossilized_bone_shard, + amount: 12, + }, + { + item: itemList.lieutenants_insignia, + amount: 8, + }, + ], + mora: 30000, + }, + ], + }, + bloodtainted_greatsword: { + name: 'Bloodtainted Greatsword', + id: 'bloodtainted_greatsword', + rarity: 3, + atk: 38, + secondary: 'Elemental Mastery', + type: 'claymore', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.boreal_wolfs_milk_tooth, + amount: 2, + }, + { + item: itemList.dead_ley_line_branches, + amount: 2, + }, + { + item: itemList.firm_arrowhead, + amount: 1, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 2, + }, + { + item: itemList.dead_ley_line_branches, + amount: 8, + }, + { + item: itemList.firm_arrowhead, + amount: 5, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 4, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 4, + }, + { + item: itemList.sharp_arrowhead, + amount: 4, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 2, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 8, + }, + { + item: itemList.sharp_arrowhead, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 4, + }, + { + item: itemList.ley_line_sprouts, + amount: 6, + }, + { + item: itemList.weathered_arrowhead, + amount: 4, + }, + ], + mora: 25000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_nostalgia, + amount: 3, + }, + { + item: itemList.ley_line_sprouts, + amount: 12, + }, + { + item: itemList.weathered_arrowhead, + amount: 8, + }, + ], + mora: 30000, + }, + ], + }, + amber_catalyst: { + name: 'Amber Catalyst', + id: 'amber_catalyst', + rarity: 3, + atk: 40, + secondary: 'Elemental Mastery', + type: 'catalyst', + source: 'chests', + ascension: [ + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 25000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 30000, + }, + ], + }, + emerald_orb: { + name: 'Emerald Orb', + id: 'emerald_orb', + rarity: 3, + atk: 40, + secondary: 'Elemental Mastery', + type: 'catalyst', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.luminous_sands_from_guyun, + amount: 2, + }, + { + item: itemList.hunters_sacrificial_knife, + amount: 2, + }, + { + item: itemList.treasure_hoarder_insignia, + amount: 1, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.lustrous_stone_from_guyun, + amount: 2, + }, + { + item: itemList.hunters_sacrificial_knife, + amount: 8, + }, + { + item: itemList.treasure_hoarder_insignia, + amount: 5, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.lustrous_stone_from_guyun, + amount: 4, + }, + { + item: itemList.agents_sacrificial_knife, + amount: 4, + }, + { + item: itemList.silver_raven_insignia, + amount: 4, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.relic_from_guyun, + amount: 2, + }, + { + item: itemList.agents_sacrificial_knife, + amount: 8, + }, + { + item: itemList.silver_raven_insignia, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.relic_from_guyun, + amount: 4, + }, + { + item: itemList.inspectors_sacrificial_knife, + amount: 6, + }, + { + item: itemList.golden_raven_insignia, + amount: 4, + }, + ], + mora: 25000, + }, + { + items: [ + { + item: itemList.divine_body_from_guyun, + amount: 3, + }, + { + item: itemList.inspectors_sacrificial_knife, + amount: 12, + }, + { + item: itemList.golden_raven_insignia, + amount: 8, + }, + ], + mora: 30000, + }, + ], + }, + magic_guide: { + name: 'Magic Guide', + id: 'magic_guide', + rarity: 3, + atk: 38, + secondary: 'Elemental Mastery', + type: 'catalyst', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.tile_of_decarabians_tower, + amount: 2, + }, + { + item: itemList.heavy_horn, + amount: 2, + }, + { + item: itemList.slime_condensate, + amount: 1, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.debris_of_decarabians_city, + amount: 2, + }, + { + item: itemList.heavy_horn, + amount: 8, + }, + { + item: itemList.slime_condensate, + amount: 5, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.debris_of_decarabians_city, + amount: 4, + }, + { + item: itemList.black_bronze_horn, + amount: 4, + }, + { + item: itemList.slime_secretions, + amount: 4, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.fragment_of_decarabians_epic, + amount: 2, + }, + { + item: itemList.black_bronze_horn, + amount: 8, + }, + { + item: itemList.slime_secretions, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.fragment_of_decarabians_epic, + amount: 4, + }, + { + item: itemList.black_crystal_horn, + amount: 6, + }, + { + item: itemList.slime_concentrate, + amount: 4, + }, + ], + mora: 25000, + }, + { + items: [ + { + item: itemList.scattered_piece_of_decarabians_dream, + amount: 3, + }, + { + item: itemList.black_crystal_horn, + amount: 12, + }, + { + item: itemList.slime_concentrate, + amount: 8, + }, + ], + mora: 30000, + }, + ], + }, + thrilling_tales_of_dragon_slayers: { + name: 'Thrilling Tales of Dragon Slayers', + id: 'thrilling_tales_of_dragon_slayers', + rarity: 3, + atk: 39, + secondary: 'Base HP', + type: 'catalyst', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.boreal_wolfs_milk_tooth, + amount: 2, + }, + { + item: itemList.dead_ley_line_branches, + amount: 2, + }, + { + item: itemList.divining_scroll, + amount: 1, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 2, + }, + { + item: itemList.dead_ley_line_branches, + amount: 8, + }, + { + item: itemList.divining_scroll, + amount: 5, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 4, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 4, + }, + { + item: itemList.seal_scroll, + amount: 4, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 2, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 8, + }, + { + item: itemList.seal_scroll, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 4, + }, + { + item: itemList.ley_line_sprouts, + amount: 6, + }, + { + item: itemList.forbidden_curse_scroll, + amount: 4, + }, + ], + mora: 25000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_nostalgia, + amount: 3, + }, + { + item: itemList.ley_line_sprouts, + amount: 12, + }, + { + item: itemList.forbidden_curse_scroll, + amount: 8, + }, + ], + mora: 30000, + }, + ], + }, + harbinger_of_dawn: { + name: 'Harbinger of Dawn', + id: 'harbinger_of_dawn', + rarity: 3, + atk: 39, + secondary: 'CRIT DMG', + type: 'sword', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.boreal_wolfs_milk_tooth, + amount: 2, + }, + { + item: itemList.dead_ley_line_branch, + amount: 2, + }, + { + item: itemList.slime_condensate, + amount: 1, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 2, + }, + { + item: itemList.dead_ley_line_branch, + amount: 8, + }, + { + item: itemList.slime_condensate, + amount: 5, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 4, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 4, + }, + { + item: itemList.slime_secretions, + amount: 4, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 2, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 8, + }, + { + item: itemList.slime_secretions, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 4, + }, + { + item: itemList.ley_line_sprouts, + amount: 6, + }, + { + item: itemList.slime_concentrate, + amount: 4, + }, + ], + mora: 25000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_nostalgia, + amount: 3, + }, + { + item: itemList.ley_line_sprouts, + amount: 12, + }, + { + item: itemList.slime_concentrate, + amount: 8, + }, + ], + mora: 30000, + }, + ], + }, + dark_iron_sword: { + name: 'Dark Iron Sword', + id: 'dark_iron_sword', + rarity: 3, + atk: 39, + secondary: 'Elemental Mastery', + type: 'sword', + source: 'from chen the sharp', + ascension: [ + { + items: [ + { + item: itemList.luminous_sands_from_guyun, + amount: 2, + }, + { + item: itemList.hunters_sacrificial_knife, + amount: 2, + }, + { + item: itemList.damaged_mask, + amount: 1, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.lustrous_stone_from_guyun, + amount: 2, + }, + { + item: itemList.hunters_sacrificial_knife, + amount: 8, + }, + { + item: itemList.damaged_mask, + amount: 5, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.lustrous_stone_from_guyun, + amount: 4, + }, + { + item: itemList.agents_sacrificial_knife, + amount: 4, + }, + { + item: itemList.stained_mask, + amount: 4, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.relic_from_guyun, + amount: 2, + }, + { + item: itemList.agents_sacrificial_knife, + amount: 8, + }, + { + item: itemList.stained_mask, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.relic_from_guyun, + amount: 4, + }, + { + item: itemList.inspectors_sacrificial_knife, + amount: 6, + }, + { + item: itemList.ominous_mask, + amount: 4, + }, + ], + mora: 25000, + }, + { + items: [ + { + item: itemList.divine_body_from_guyun, + amount: 3, + }, + { + item: itemList.inspectors_sacrificial_knife, + amount: 12, + }, + { + item: itemList.ominous_mask, + amount: 8, + }, + ], + mora: 30000, + }, + ], + }, + cool_steel: { + name: 'Cool Steel', + id: 'cool_steel', + rarity: 3, + atk: 39, + secondary: 'ATK', + type: 'sword', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.tile_of_decarabians_tower, + amount: 2, + }, + { + item: itemList.heavy_horn, + amount: 2, + }, + { + item: itemList.firm_arrowhead, + amount: 1, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.debris_of_decarabians_city, + amount: 2, + }, + { + item: itemList.heavy_horn, + amount: 8, + }, + { + item: itemList.firm_arrowhead, + amount: 5, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.debris_of_decarabians_city, + amount: 4, + }, + { + item: itemList.black_copper_horn, + amount: 4, + }, + { + item: itemList.sharp_arrowhead, + amount: 4, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.fragment_of_decarabians_epic, + amount: 2, + }, + { + item: itemList.black_copper_horn, + amount: 8, + }, + { + item: itemList.sharp_arrowhead, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.fragment_of_decarabians_epic, + amount: 4, + }, + { + item: itemList.black_crystal_horn, + amount: 6, + }, + { + item: itemList.historic_arrowhead, + amount: 4, + }, + ], + mora: 25000, + }, + { + items: [ + { + item: itemList.scattered_piece_of_decarabians_dream, + amount: 3, + }, + { + item: itemList.black_crystal_horn, + amount: 12, + }, + { + item: itemList.historic_arrowhead, + amount: 8, + }, + ], + mora: 30000, + }, + ], + }, + skyrider_greatsword: { + name: 'Skyrider Greatsword', + id: 'skyrider_greatsword', + rarity: 3, + atk: 39, + secondary: 'Physical DMG Bonus', + type: 'claymore', + source: 'chests', + ascension: [ + { + items: [ + { + item: itemList.grain_of_aerosiderite, + amount: 2, + }, + { + item: itemList.fragile_bone_shard, + amount: 2, + }, + { + item: itemList.treasure_hoarder_insignia, + amount: 1, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.piece_of_aerosiderite, + amount: 2, + }, + { + item: itemList.fragile_bone_shard, + amount: 8, + }, + { + item: itemList.treasure_hoarder_insignia, + amount: 5, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.piece_of_aerosiderite, + amount: 4, + }, + { + item: itemList.sturdy_bone_shard, + amount: 4, + }, + { + item: itemList.silver_raven_insignia, + amount: 4, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.bit_of_aerosiderite, + amount: 2, + }, + { + item: itemList.sturdy_bone_shard, + amount: 8, + }, + { + item: itemList.silver_raven_insignia, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.bit_of_aerosiderite, + amount: 4, + }, + { + item: itemList.fossilized_bone_shard, + amount: 6, + }, + { + item: itemList.golden_raven_insignia, + amount: 4, + }, + ], + mora: 25000, + }, + { + items: [ + { + item: itemList.chunk_of_aerosiderite, + amount: 3, + }, + { + item: itemList.fossilized_bone_shard, + amount: 12, + }, + { + item: itemList.golden_raven_insignia, + amount: 8, + }, + ], + mora: 30000, + }, + ], + }, + quartz: { + name: 'Quartz', + id: 'quartz', + rarity: 3, + atk: 40, + secondary: 'Elemental Mastery', + type: 'claymore', + source: 'chests', + ascension: [ + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 25000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 30000, + }, + ], + }, + ferrous_shadow: { + name: 'Ferrous Shadow', + id: 'ferrous_shadow', + rarity: 3, + atk: 39, + secondary: 'Base HP', + type: 'claymore', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.tile_of_decarabians_tower, + amount: 2, + }, + { + item: itemList.heavy_horn, + amount: 2, + }, + { + item: itemList.whopperflower_nectar, + amount: 1, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.heavy_horn, + amount: 8, + }, + { + item: itemList.whopperflower_nectar, + amount: 5, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 25000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 30000, + }, + ], + }, + white_iron_greatsword: { + name: 'White Iron Greatsword', + id: 'white_iron_greatsword', + rarity: 3, + atk: 39, + secondary: 'DEF', + type: 'claymore', + source: 'chests', + ascension: [ + { + items: [ + { + item: itemList.fetters_of_the_dandelion_gladiator, + amount: 2, + }, + { + item: itemList.chaos_device, + amount: 2, + }, + { + item: itemList.slime_condensate, + amount: 1, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 2, + }, + { + item: itemList.chaos_device, + amount: 8, + }, + { + item: itemList.slime_condensate, + amount: 5, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 4, + }, + { + item: itemList.chaos_circuit, + amount: 4, + }, + { + item: itemList.slime_secretions, + amount: 4, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 2, + }, + { + item: itemList.chaos_circuit, + amount: 8, + }, + { + item: itemList.slime_secretions, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 4, + }, + { + item: itemList.ley_line_sprouts, + amount: 6, + }, + { + item: itemList.slime_concentrate, + amount: 4, + }, + ], + mora: 25000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_nostalgia, + amount: 3, + }, + { + item: itemList.ley_line_sprouts, + amount: 12, + }, + { + item: itemList.slime_concentrate, + amount: 8, + }, + ], + mora: 30000, + }, + ], + }, + black_tassel: { + name: 'Black Tassel', + id: 'black_tassel', + rarity: 3, + atk: 38, + secondary: 'HP', + type: 'polearm', + source: 'wishchests', + ascension: [ + { + items: [ + { + item: itemList.grain_of_aerosiderite, + amount: 2, + }, + { + item: itemList.fragile_bone_shard, + amount: 2, + }, + { + item: itemList.firm_arrowhead, + amount: 1, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.piece_of_aerosiderite, + amount: 2, + }, + { + item: itemList.fragile_bone_shard, + amount: 8, + }, + { + item: itemList.firm_arrowhead, + amount: 5, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.piece_of_aerosiderite, + amount: 4, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 25000, + }, + { + items: [ + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + { + item: itemList.unknown, + amount: 0, + }, + ], + mora: 30000, + }, + ], + }, + debate_club: { + name: 'Debate Club', + id: 'debate_club', + rarity: 3, + atk: 39, + secondary: 'ATK', + type: 'claymore', + source: 'wish', + ascension: [ + { + items: [ + { + item: itemList.mist_veiled_lead_elixir, + amount: 2, + }, + { + item: itemList.mist_grass_pollen, + amount: 2, + }, + { + item: itemList.damaged_mask, + amount: 1, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.mist_veiled_mercury_elixir, + amount: 2, + }, + { + item: itemList.mist_grass_pollen, + amount: 8, + }, + { + item: itemList.damaged_mask, + amount: 5, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.mist_veiled_mercury_elixir, + amount: 4, + }, + { + item: itemList.mist_grass, + amount: 4, + }, + { + item: itemList.stained_mask, + amount: 4, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.mist_veiled_gold_elixir, + amount: 2, + }, + { + item: itemList.mist_grass, + amount: 8, + }, + { + item: itemList.stained_mask, + amount: 6, + }, + ], + mora: 20000, + }, + { + items: [ + { + item: itemList.mist_veiled_gold_elixir, + amount: 4, + }, + { + item: itemList.mist_grass_wick, + amount: 6, + }, + { + item: itemList.ominous_mask, + amount: 4, + }, + ], + mora: 25000, + }, + { + items: [ + { + item: itemList.mist_veiled_primo_elixir, + amount: 3, + }, + { + item: itemList.mist_grass_wick, + amount: 12, + }, + { + item: itemList.ominous_mask, + amount: 8, + }, + ], + mora: 30000, + }, + ], + }, + seasoned_hunters_bow: { + name: "Seasoned Hunter's Bow", + id: 'seasoned_hunters_bow', + rarity: 2, + atk: 33, + secondary: 'None', + type: 'bow', + source: 'chests', + ascension: [ + { + items: [ + { + item: itemList.boreal_wolfs_milk_tooth, + amount: 1, + }, + { + item: itemList.dead_ley_line_branch, + amount: 1, + }, + { + item: itemList.treasure_hoarder_insignia, + amount: 1, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 1, + }, + { + item: itemList.dead_ley_line_branch, + amount: 5, + }, + { + item: itemList.treasure_hoarder_insignia, + amount: 4, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 3, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 3, + }, + { + item: itemList.silver_raven_insignia, + amount: 3, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 1, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 5, + }, + { + item: itemList.silver_raven_insignia, + amount: 4, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 0, + }, + { + item: itemList.ley_line_sprouts, + amount: 0, + }, + { + item: itemList.golden_raven_insignia, + amount: 0, + }, + ], + mora: 0, + }, + { + items: [ + { + item: itemList.boreal_wolfs_nostalgia, + amount: 0, + }, + { + item: itemList.ley_line_sprouts, + amount: 0, + }, + { + item: itemList.golden_raven_insignia, + amount: 0, + }, + ], + mora: 0, + }, + ], + }, + old_mercs_pal: { + name: "Old Merc's Pal", + id: 'old_mercs_pal', + rarity: 2, + atk: 33, + secondary: 'None', + type: 'claymore', + source: 'chests', + ascension: [ + { + items: [ + { + item: itemList.boreal_wolfs_milk_tooth, + amount: 1, + }, + { + item: itemList.dead_ley_line_branch, + amount: 1, + }, + { + item: itemList.slime_condensate, + amount: 1, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 1, + }, + { + item: itemList.dead_ley_line_branch, + amount: 5, + }, + { + item: itemList.slime_condensate, + amount: 4, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 3, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 3, + }, + { + item: itemList.slime_secretions, + amount: 3, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 1, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 5, + }, + { + item: itemList.slime_secretions, + amount: 4, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 0, + }, + { + item: itemList.ley_line_sprouts, + amount: 0, + }, + { + item: itemList.slime_concentrate, + amount: 0, + }, + ], + mora: 0, + }, + { + items: [ + { + item: itemList.boreal_wolfs_nostalgia, + amount: 0, + }, + { + item: itemList.ley_line_sprouts, + amount: 0, + }, + { + item: itemList.slime_concentrate, + amount: 0, + }, + ], + mora: 0, + }, + ], + }, + pocket_grimoire: { + name: 'Pocket Grimoire', + id: 'pocket_grimoire', + rarity: 2, + atk: 33, + secondary: 'None', + type: 'catalyst', + source: 'chests', + ascension: [ + { + items: [ + { + item: itemList.tile_of_decarabians_tower, + amount: 1, + }, + { + item: itemList.heavy_horn, + amount: 1, + }, + { + item: itemList.damaged_mask, + amount: 1, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.debris_of_decarabians_city, + amount: 1, + }, + { + item: itemList.heavy_horn, + amount: 5, + }, + { + item: itemList.damaged_mask, + amount: 4, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.debris_of_decarabians_city, + amount: 3, + }, + { + item: itemList.black_bronze_horn, + amount: 3, + }, + { + item: itemList.stained_mask, + amount: 3, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.fragment_of_decarabians_epic, + amount: 1, + }, + { + item: itemList.black_bronze_horn, + amount: 5, + }, + { + item: itemList.stained_mask, + amount: 4, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.fragment_of_decarabians_epic, + amount: 0, + }, + { + item: itemList.black_crystal_horn, + amount: 0, + }, + { + item: itemList.ominous_mask, + amount: 0, + }, + ], + mora: 0, + }, + { + items: [ + { + item: itemList.scattered_piece_of_decarabians_dream, + amount: 0, + }, + { + item: itemList.black_crystal_horn, + amount: 0, + }, + { + item: itemList.ominous_mask, + amount: 0, + }, + ], + mora: 0, + }, + ], + }, + silver_sword: { + name: 'Silver Sword', + id: 'silver_sword', + rarity: 2, + atk: 33, + secondary: 'None', + type: 'sword', + source: 'chests', + ascension: [ + { + items: [ + { + item: itemList.tile_of_decarabians_tower, + amount: 1, + }, + { + item: itemList.heavy_horn, + amount: 1, + }, + { + item: itemList.firm_arrowhead, + amount: 1, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.debris_of_decarabians_city, + amount: 1, + }, + { + item: itemList.heavy_horn, + amount: 5, + }, + { + item: itemList.firm_arrowhead, + amount: 4, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.debris_of_decarabians_city, + amount: 3, + }, + { + item: itemList.black_bronze_horn, + amount: 3, + }, + { + item: itemList.sharp_arrowhead, + amount: 3, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.fragment_of_decarabians_epic, + amount: 1, + }, + { + item: itemList.black_bronze_horn, + amount: 5, + }, + { + item: itemList.sharp_arrowhead, + amount: 4, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.fragment_of_decarabians_epic, + amount: 0, + }, + { + item: itemList.black_crystal_horn, + amount: 0, + }, + { + item: itemList.weathered_arrowhead, + amount: 0, + }, + ], + mora: 0, + }, + { + items: [ + { + item: itemList.scattered_piece_of_decarabians_dream, + amount: 0, + }, + { + item: itemList.black_crystal_horn, + amount: 0, + }, + { + item: itemList.weathered_arrowhead, + amount: 0, + }, + ], + mora: 0, + }, + ], + }, + iron_point: { + name: 'Iron Point', + id: 'iron_point', + rarity: 2, + atk: 33, + secondary: 'None', + type: 'polearm', + source: 'chests', + ascension: [ + { + items: [ + { + item: itemList.fetters_of_the_dandelion_gladiator, + amount: 1, + }, + { + item: itemList.chaos_device, + amount: 1, + }, + { + item: itemList.divining_scroll, + amount: 1, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 1, + }, + { + item: itemList.chaos_device, + amount: 5, + }, + { + item: itemList.divining_scroll, + amount: 4, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 3, + }, + { + item: itemList.chaos_circuit, + amount: 3, + }, + { + item: itemList.sealed_scroll, + amount: 3, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 1, + }, + { + item: itemList.chaos_circuit, + amount: 5, + }, + { + item: itemList.sealed_scroll, + amount: 4, + }, + ], + mora: 15000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 0, + }, + { + item: itemList.chaos_core, + amount: 0, + }, + { + item: itemList.forbidden_curse_scroll, + amount: 0, + }, + ], + mora: 0, + }, + { + items: [ + { + item: itemList.dream_of_the_dandelion_gladiator, + amount: 0, + }, + { + item: itemList.chaos_core, + amount: 0, + }, + { + item: itemList.forbidden_curse_scroll, + amount: 0, + }, + ], + mora: 0, + }, + ], + }, + waster_greatsword: { + name: 'Waster Greatsword', + id: 'waster_greatsword', + rarity: 1, + atk: 23, + secondary: 'None', + type: 'claymore', + source: 'chests', + ascension: [ + { + items: [ + { + item: itemList.boreal_wolfs_milk_tooth, + amount: 1, + }, + { + item: itemList.dead_ley_line_branch, + amount: 1, + }, + { + item: itemList.slime_condensate, + amount: 1, + }, + ], + mora: 0, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 1, + }, + { + item: itemList.dead_ley_line_branch, + amount: 4, + }, + { + item: itemList.slime_condensate, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 2, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 2, + }, + { + item: itemList.slime_secretions, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 1, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 4, + }, + { + item: itemList.slime_secretions, + amount: 3, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 0, + }, + { + item: itemList.ley_line_sprouts, + amount: 0, + }, + { + item: itemList.slime_concentrate, + amount: 0, + }, + ], + mora: 0, + }, + { + items: [ + { + item: itemList.boreal_wolfs_nostalgia, + amount: 0, + }, + { + item: itemList.ley_line_sprouts, + amount: 0, + }, + { + item: itemList.slime_concentrate, + amount: 0, + }, + ], + mora: 0, + }, + ], + }, + apprentices_notes: { + name: "Apprentice's Notes", + id: 'apprentices_notes', + rarity: 1, + atk: 23, + secondary: 'None', + type: 'catalyst', + source: 'chests', + ascension: [ + { + items: [ + { + item: itemList.tile_of_decarabians_tower, + amount: 1, + }, + { + item: itemList.heavy_horn, + amount: 1, + }, + { + item: itemList.damaged_mask, + amount: 1, + }, + ], + mora: 0, + }, + { + items: [ + { + item: itemList.debris_of_decarabians_city, + amount: 1, + }, + { + item: itemList.heavy_horn, + amount: 4, + }, + { + item: itemList.damaged_mask, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.debris_of_decarabians_city, + amount: 2, + }, + { + item: itemList.black_bronze_horn, + amount: 2, + }, + { + item: itemList.stained_mask, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.fragment_of_decarabians_epic, + amount: 1, + }, + { + item: itemList.black_bronze_horn, + amount: 4, + }, + { + item: itemList.stained_mask, + amount: 3, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.fragment_of_decarabians_epic, + amount: 0, + }, + { + item: itemList.black_crystal_horn, + amount: 0, + }, + { + item: itemList.ominous_mask, + amount: 0, + }, + ], + mora: 0, + }, + { + items: [ + { + item: itemList.scattered_piece_of_decarabians_dream, + amount: 0, + }, + { + item: itemList.black_crystal_horn, + amount: 0, + }, + { + item: itemList.ominous_mask, + amount: 0, + }, + ], + mora: 0, + }, + ], + }, + hunters_bow: { + name: "Hunter's Bow", + id: 'hunters_bow', + rarity: 1, + atk: 23, + secondary: 'None', + type: 'bow', + source: 'chests', + ascension: [ + { + items: [ + { + item: itemList.boreal_wolfs_milk_tooth, + amount: 1, + }, + { + item: itemList.dead_ley_line_branch, + amount: 1, + }, + { + item: itemList.treasure_hoarder_insignia, + amount: 1, + }, + ], + mora: 0, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 1, + }, + { + item: itemList.dead_ley_line_branch, + amount: 4, + }, + { + item: itemList.treasure_hoarder_insignia, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_cracked_tooth, + amount: 2, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 2, + }, + { + item: itemList.silver_raven_insignia, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 1, + }, + { + item: itemList.dead_ley_line_leaves, + amount: 4, + }, + { + item: itemList.silver_raven_insignia, + amount: 3, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.boreal_wolfs_broken_fang, + amount: 0, + }, + { + item: itemList.ley_line_sprouts, + amount: 0, + }, + { + item: itemList.golden_raven_insignia, + amount: 0, + }, + ], + mora: 0, + }, + { + items: [ + { + item: itemList.boreal_wolfs_nostalgia, + amount: 0, + }, + { + item: itemList.ley_line_sprouts, + amount: 0, + }, + { + item: itemList.golden_raven_insignia, + amount: 0, + }, + ], + mora: 0, + }, + ], + }, + beginners_protector: { + name: "Beginner's Protector", + id: 'beginners_protector', + rarity: 1, + atk: 23, + secondary: 'None', + type: 'polearm', + source: 'chests', + ascension: [ + { + items: [ + { + item: itemList.fetters_of_the_dandelion_gladiator, + amount: 1, + }, + { + item: itemList.chaos_device, + amount: 1, + }, + { + item: itemList.divining_scroll, + amount: 1, + }, + ], + mora: 0, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 1, + }, + { + item: itemList.chaos_device, + amount: 4, + }, + { + item: itemList.divining_scroll, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.chains_of_the_dandelion_gladiator, + amount: 2, + }, + { + item: itemList.chaos_circuit, + amount: 2, + }, + { + item: itemList.sealed_scroll, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 1, + }, + { + item: itemList.chaos_circuit, + amount: 4, + }, + { + item: itemList.sealed_scroll, + amount: 3, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.shackles_of_the_dandelion_gladiator, + amount: 0, + }, + { + item: itemList.chaos_core, + amount: 0, + }, + { + item: itemList.forbidden_curse_scroll, + amount: 0, + }, + ], + mora: 0, + }, + { + items: [ + { + item: itemList.dream_of_the_dandelion_gladiator, + amount: 0, + }, + { + item: itemList.chaos_core, + amount: 0, + }, + { + item: itemList.forbidden_curse_scroll, + amount: 0, + }, + ], + mora: 0, + }, + ], + }, + dull_blade: { + name: 'Dull Blade', + id: 'dull_blade', + rarity: 1, + atk: 23, + secondary: 'None', + type: 'sword', + source: 'chests', + ascension: [ + { + items: [ + { + item: itemList.tile_of_decarabians_tower, + amount: 1, + }, + { + item: itemList.heavy_horn, + amount: 1, + }, + { + item: itemList.firm_arrowhead, + amount: 1, + }, + ], + mora: 0, + }, + { + items: [ + { + item: itemList.debris_of_decarabians_city, + amount: 1, + }, + { + item: itemList.heavy_horn, + amount: 4, + }, + { + item: itemList.firm_arrowhead, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.debris_of_decarabians_city, + amount: 2, + }, + { + item: itemList.black_bronze_horn, + amount: 2, + }, + { + item: itemList.sharp_arrowhead, + amount: 2, + }, + ], + mora: 5000, + }, + { + items: [ + { + item: itemList.fragment_of_decarabians_epic, + amount: 1, + }, + { + item: itemList.black_bronze_horn, + amount: 4, + }, + { + item: itemList.sharp_arrowhead, + amount: 3, + }, + ], + mora: 10000, + }, + { + items: [ + { + item: itemList.fragment_of_decarabians_epic, + amount: 0, + }, + { + item: itemList.black_crystal_horn, + amount: 0, + }, + { + item: itemList.weathered_arrowhead, + amount: 0, + }, + ], + mora: 0, + }, + { + items: [ + { + item: itemList.scattered_piece_of_decarabians_dream, + amount: 0, + }, + { + item: itemList.black_crystal_horn, + amount: 0, + }, + { + item: itemList.weathered_arrowhead, + amount: 0, + }, + ], + mora: 0, + }, + ], + }, +}; diff --git a/src/routes/calculator.svelte b/src/routes/calculator.svelte new file mode 100644 index 00000000..1fa78bb6 --- /dev/null +++ b/src/routes/calculator.svelte @@ -0,0 +1,414 @@ + + + + Calculator - Paimon.moe + +
+

Calculator

+
+ +
+
+
+ Calculate Ascension Material? + {#if !withAscension} + + + {#if withAscension} + + {/if} +
+
+

Intended Weapon Level & Ascension

+ + {#if withAscension} + + {/if} +
+
+
+
+

Resource to Use

+ {#each resources as res} +
+ + + {#if res.image} + + {res.label} + + {/if} + {res.label} + + +
+ {/each} +
+
+ + {#if currentMax !== null && !changed} + {#if Object.keys(unknownList).length > 0} +
+

+ + There are some unknown information +

+ {#each Object.entries(unknownList) as [title, values]} +

Ascension level {Number(title) + 1}

+
    + {#each values as val} +
  • - {val}
  • + {/each} +
+ {/each} +
+ {/if} +
+ + {#each usedResource as res, i} + {#if currentMax.usage[i] > 0} + + + + + {/if} + {/each} + {#each Object.entries(ascensionResouce) as [id, item]} + {#if item.amount > 0} + + + + + {/if} + {/each} + + + + + {#if currentMax.over < 0} + + + + {/if} +
+ {currentMax.usage[i]} + + + + {#if res.image} + + {res.label} + + {/if} + {res.label} + +
+ {item.amount} + + + + + {item.name} + + {item.name} + +
+ {numberFormat.format(moraNeeded)} + + + + + Mora + + Mora (approximate ±40) + +
+ {currentMax.over * -1} EXP Wasted
+
+ {/if} +
+
+
+ diff --git a/static/images/ascension_star.png b/static/images/ascension_star.png new file mode 100644 index 00000000..967ec355 Binary files /dev/null and b/static/images/ascension_star.png differ diff --git a/static/images/calculator.png b/static/images/calculator.png new file mode 100644 index 00000000..827c2e18 Binary files /dev/null and b/static/images/calculator.png differ diff --git a/static/images/crystal_1.png b/static/images/crystal_1.png new file mode 100644 index 00000000..cc24ac1a Binary files /dev/null and b/static/images/crystal_1.png differ diff --git a/static/images/crystal_2.png b/static/images/crystal_2.png new file mode 100644 index 00000000..d2bd75fe Binary files /dev/null and b/static/images/crystal_2.png differ diff --git a/static/images/crystal_3.png b/static/images/crystal_3.png new file mode 100644 index 00000000..fa9afa8d Binary files /dev/null and b/static/images/crystal_3.png differ diff --git a/static/images/items/agents_sacrificial_knife.png b/static/images/items/agents_sacrificial_knife.png new file mode 100644 index 00000000..9e180117 Binary files /dev/null and b/static/images/items/agents_sacrificial_knife.png differ diff --git a/static/images/items/bit_of_aerosiderite.png b/static/images/items/bit_of_aerosiderite.png new file mode 100644 index 00000000..023774f9 Binary files /dev/null and b/static/images/items/bit_of_aerosiderite.png differ diff --git a/static/images/items/black_bronze_horn.png b/static/images/items/black_bronze_horn.png new file mode 100644 index 00000000..0115efbb Binary files /dev/null and b/static/images/items/black_bronze_horn.png differ diff --git a/static/images/items/black_copper_horn.png b/static/images/items/black_copper_horn.png new file mode 100644 index 00000000..0115efbb Binary files /dev/null and b/static/images/items/black_copper_horn.png differ diff --git a/static/images/items/black_crystal_horn.png b/static/images/items/black_crystal_horn.png new file mode 100644 index 00000000..a9c69a92 Binary files /dev/null and b/static/images/items/black_crystal_horn.png differ diff --git a/static/images/items/boreal_wolfs_broken_fang.png b/static/images/items/boreal_wolfs_broken_fang.png new file mode 100644 index 00000000..71529587 Binary files /dev/null and b/static/images/items/boreal_wolfs_broken_fang.png differ diff --git a/static/images/items/boreal_wolfs_cracked_tooth.png b/static/images/items/boreal_wolfs_cracked_tooth.png new file mode 100644 index 00000000..31f5c828 Binary files /dev/null and b/static/images/items/boreal_wolfs_cracked_tooth.png differ diff --git a/static/images/items/boreal_wolfs_milk_tooth.png b/static/images/items/boreal_wolfs_milk_tooth.png new file mode 100644 index 00000000..6ba4e44f Binary files /dev/null and b/static/images/items/boreal_wolfs_milk_tooth.png differ diff --git a/static/images/items/boreal_wolfs_nostalgia.png b/static/images/items/boreal_wolfs_nostalgia.png new file mode 100644 index 00000000..efc2e1a6 Binary files /dev/null and b/static/images/items/boreal_wolfs_nostalgia.png differ diff --git a/static/images/items/chains_of_the_dandelion_gladiator.png b/static/images/items/chains_of_the_dandelion_gladiator.png new file mode 100644 index 00000000..93ebdb1a Binary files /dev/null and b/static/images/items/chains_of_the_dandelion_gladiator.png differ diff --git a/static/images/items/chaos_circuit.png b/static/images/items/chaos_circuit.png new file mode 100644 index 00000000..45ac62e0 Binary files /dev/null and b/static/images/items/chaos_circuit.png differ diff --git a/static/images/items/chaos_core.png b/static/images/items/chaos_core.png new file mode 100644 index 00000000..f045fed4 Binary files /dev/null and b/static/images/items/chaos_core.png differ diff --git a/static/images/items/chaos_device.png b/static/images/items/chaos_device.png new file mode 100644 index 00000000..f4cee645 Binary files /dev/null and b/static/images/items/chaos_device.png differ diff --git a/static/images/items/chunk_of_aerosiderite.png b/static/images/items/chunk_of_aerosiderite.png new file mode 100644 index 00000000..e8b80e38 Binary files /dev/null and b/static/images/items/chunk_of_aerosiderite.png differ diff --git a/static/images/items/damaged_mask.png b/static/images/items/damaged_mask.png new file mode 100644 index 00000000..97f3461e Binary files /dev/null and b/static/images/items/damaged_mask.png differ diff --git a/static/images/items/dead_ley_line_branch.png b/static/images/items/dead_ley_line_branch.png new file mode 100644 index 00000000..21611dba Binary files /dev/null and b/static/images/items/dead_ley_line_branch.png differ diff --git a/static/images/items/dead_ley_line_branches.png b/static/images/items/dead_ley_line_branches.png new file mode 100644 index 00000000..21611dba Binary files /dev/null and b/static/images/items/dead_ley_line_branches.png differ diff --git a/static/images/items/dead_ley_line_leaves.png b/static/images/items/dead_ley_line_leaves.png new file mode 100644 index 00000000..fdbdfcd7 Binary files /dev/null and b/static/images/items/dead_ley_line_leaves.png differ diff --git a/static/images/items/debris_of_decarabians_city.png b/static/images/items/debris_of_decarabians_city.png new file mode 100644 index 00000000..812bca60 Binary files /dev/null and b/static/images/items/debris_of_decarabians_city.png differ diff --git a/static/images/items/divine_body_from_guyun.png b/static/images/items/divine_body_from_guyun.png new file mode 100644 index 00000000..bd515f6d Binary files /dev/null and b/static/images/items/divine_body_from_guyun.png differ diff --git a/static/images/items/divining_scroll.png b/static/images/items/divining_scroll.png new file mode 100644 index 00000000..1a658d53 Binary files /dev/null and b/static/images/items/divining_scroll.png differ diff --git a/static/images/items/dream_of_the_dandelion_gladiator.png b/static/images/items/dream_of_the_dandelion_gladiator.png new file mode 100644 index 00000000..373af76a Binary files /dev/null and b/static/images/items/dream_of_the_dandelion_gladiator.png differ diff --git a/static/images/items/energy_nectar.png b/static/images/items/energy_nectar.png new file mode 100644 index 00000000..f937d34c Binary files /dev/null and b/static/images/items/energy_nectar.png differ diff --git a/static/images/items/fetters_of_the_dandelion_gladiator.png b/static/images/items/fetters_of_the_dandelion_gladiator.png new file mode 100644 index 00000000..72bf78b9 Binary files /dev/null and b/static/images/items/fetters_of_the_dandelion_gladiator.png differ diff --git a/static/images/items/firm_arrowhead.png b/static/images/items/firm_arrowhead.png new file mode 100644 index 00000000..8e81b5c0 Binary files /dev/null and b/static/images/items/firm_arrowhead.png differ diff --git a/static/images/items/forbidden_curse_scroll.png b/static/images/items/forbidden_curse_scroll.png new file mode 100644 index 00000000..bb7b77d9 Binary files /dev/null and b/static/images/items/forbidden_curse_scroll.png differ diff --git a/static/images/items/fossilized_bone_shard.png b/static/images/items/fossilized_bone_shard.png new file mode 100644 index 00000000..efbbc32b Binary files /dev/null and b/static/images/items/fossilized_bone_shard.png differ diff --git a/static/images/items/fragile_bone_shard.png b/static/images/items/fragile_bone_shard.png new file mode 100644 index 00000000..51e5a170 Binary files /dev/null and b/static/images/items/fragile_bone_shard.png differ diff --git a/static/images/items/fragment_of_decarabians_epic.png b/static/images/items/fragment_of_decarabians_epic.png new file mode 100644 index 00000000..db11a7e8 Binary files /dev/null and b/static/images/items/fragment_of_decarabians_epic.png differ diff --git a/static/images/items/golden_raven_insignia.png b/static/images/items/golden_raven_insignia.png new file mode 100644 index 00000000..96405771 Binary files /dev/null and b/static/images/items/golden_raven_insignia.png differ diff --git a/static/images/items/grain_of_aerosiderite.png b/static/images/items/grain_of_aerosiderite.png new file mode 100644 index 00000000..aa80a923 Binary files /dev/null and b/static/images/items/grain_of_aerosiderite.png differ diff --git a/static/images/items/heavy_horn.png b/static/images/items/heavy_horn.png new file mode 100644 index 00000000..2f1deaa7 Binary files /dev/null and b/static/images/items/heavy_horn.png differ diff --git a/static/images/items/historic_arrowhead.png b/static/images/items/historic_arrowhead.png new file mode 100644 index 00000000..6991930c Binary files /dev/null and b/static/images/items/historic_arrowhead.png differ diff --git a/static/images/items/hunters_sacrificial_knife.png b/static/images/items/hunters_sacrificial_knife.png new file mode 100644 index 00000000..d53a5497 Binary files /dev/null and b/static/images/items/hunters_sacrificial_knife.png differ diff --git a/static/images/items/inspectors_sacrificial_knife.png b/static/images/items/inspectors_sacrificial_knife.png new file mode 100644 index 00000000..9d52339b Binary files /dev/null and b/static/images/items/inspectors_sacrificial_knife.png differ diff --git a/static/images/items/ley_line_sprouts.png b/static/images/items/ley_line_sprouts.png new file mode 100644 index 00000000..67564fbf Binary files /dev/null and b/static/images/items/ley_line_sprouts.png differ diff --git a/static/images/items/lieutenants_insignia.png b/static/images/items/lieutenants_insignia.png new file mode 100644 index 00000000..b033ab1a Binary files /dev/null and b/static/images/items/lieutenants_insignia.png differ diff --git a/static/images/items/luminous_sands_from_guyun.png b/static/images/items/luminous_sands_from_guyun.png new file mode 100644 index 00000000..9b9d22b1 Binary files /dev/null and b/static/images/items/luminous_sands_from_guyun.png differ diff --git a/static/images/items/lustrous_stone_from_guyun.png b/static/images/items/lustrous_stone_from_guyun.png new file mode 100644 index 00000000..f1dddefc Binary files /dev/null and b/static/images/items/lustrous_stone_from_guyun.png differ diff --git a/static/images/items/mist_flower_pollen.png b/static/images/items/mist_flower_pollen.png new file mode 100644 index 00000000..aa5c2a29 Binary files /dev/null and b/static/images/items/mist_flower_pollen.png differ diff --git a/static/images/items/mist_grass.png b/static/images/items/mist_grass.png new file mode 100644 index 00000000..f7faeca9 Binary files /dev/null and b/static/images/items/mist_grass.png differ diff --git a/static/images/items/mist_grass_pollen.png b/static/images/items/mist_grass_pollen.png new file mode 100644 index 00000000..aa5c2a29 Binary files /dev/null and b/static/images/items/mist_grass_pollen.png differ diff --git a/static/images/items/mist_grass_wick.png b/static/images/items/mist_grass_wick.png new file mode 100644 index 00000000..2bfbf1b0 Binary files /dev/null and b/static/images/items/mist_grass_wick.png differ diff --git a/static/images/items/mist_veiled_gold_elixir.png b/static/images/items/mist_veiled_gold_elixir.png new file mode 100644 index 00000000..62c910bb Binary files /dev/null and b/static/images/items/mist_veiled_gold_elixir.png differ diff --git a/static/images/items/mist_veiled_lead_elixir.png b/static/images/items/mist_veiled_lead_elixir.png new file mode 100644 index 00000000..421fdb22 Binary files /dev/null and b/static/images/items/mist_veiled_lead_elixir.png differ diff --git a/static/images/items/mist_veiled_mercury_elixir.png b/static/images/items/mist_veiled_mercury_elixir.png new file mode 100644 index 00000000..6245cde7 Binary files /dev/null and b/static/images/items/mist_veiled_mercury_elixir.png differ diff --git a/static/images/items/mist_veiled_primo_elixir.png b/static/images/items/mist_veiled_primo_elixir.png new file mode 100644 index 00000000..6bc8aca7 Binary files /dev/null and b/static/images/items/mist_veiled_primo_elixir.png differ diff --git a/static/images/items/ominous_mask.png b/static/images/items/ominous_mask.png new file mode 100644 index 00000000..5c71ddf7 Binary files /dev/null and b/static/images/items/ominous_mask.png differ diff --git a/static/images/items/piece_of_aerosiderite.png b/static/images/items/piece_of_aerosiderite.png new file mode 100644 index 00000000..7709ab76 Binary files /dev/null and b/static/images/items/piece_of_aerosiderite.png differ diff --git a/static/images/items/recruits_insignia.png b/static/images/items/recruits_insignia.png new file mode 100644 index 00000000..240380d0 Binary files /dev/null and b/static/images/items/recruits_insignia.png differ diff --git a/static/images/items/relic_from_guyun.png b/static/images/items/relic_from_guyun.png new file mode 100644 index 00000000..9980356a Binary files /dev/null and b/static/images/items/relic_from_guyun.png differ diff --git a/static/images/items/scattered_piece_of_decarabians_dream.png b/static/images/items/scattered_piece_of_decarabians_dream.png new file mode 100644 index 00000000..d3b4d5a8 Binary files /dev/null and b/static/images/items/scattered_piece_of_decarabians_dream.png differ diff --git a/static/images/items/seal_scroll.png b/static/images/items/seal_scroll.png new file mode 100644 index 00000000..d1399d99 Binary files /dev/null and b/static/images/items/seal_scroll.png differ diff --git a/static/images/items/sealed_scroll.png b/static/images/items/sealed_scroll.png new file mode 100644 index 00000000..d1399d99 Binary files /dev/null and b/static/images/items/sealed_scroll.png differ diff --git a/static/images/items/sergeants_insignia.png b/static/images/items/sergeants_insignia.png new file mode 100644 index 00000000..393735c4 Binary files /dev/null and b/static/images/items/sergeants_insignia.png differ diff --git a/static/images/items/shackles_of_the_dandelion_gladiator.png b/static/images/items/shackles_of_the_dandelion_gladiator.png new file mode 100644 index 00000000..3611e063 Binary files /dev/null and b/static/images/items/shackles_of_the_dandelion_gladiator.png differ diff --git a/static/images/items/sharp_arrowhead.png b/static/images/items/sharp_arrowhead.png new file mode 100644 index 00000000..124abeaa Binary files /dev/null and b/static/images/items/sharp_arrowhead.png differ diff --git a/static/images/items/shimmering_nectar.png b/static/images/items/shimmering_nectar.png new file mode 100644 index 00000000..88ed2955 Binary files /dev/null and b/static/images/items/shimmering_nectar.png differ diff --git a/static/images/items/silver_raven_insignia.png b/static/images/items/silver_raven_insignia.png new file mode 100644 index 00000000..0eadae3a Binary files /dev/null and b/static/images/items/silver_raven_insignia.png differ diff --git a/static/images/items/slime_concentrate.png b/static/images/items/slime_concentrate.png new file mode 100644 index 00000000..8ea1a797 Binary files /dev/null and b/static/images/items/slime_concentrate.png differ diff --git a/static/images/items/slime_condensate.png b/static/images/items/slime_condensate.png new file mode 100644 index 00000000..143a8199 Binary files /dev/null and b/static/images/items/slime_condensate.png differ diff --git a/static/images/items/slime_secretions.png b/static/images/items/slime_secretions.png new file mode 100644 index 00000000..e92b2952 Binary files /dev/null and b/static/images/items/slime_secretions.png differ diff --git a/static/images/items/stained_mask.png b/static/images/items/stained_mask.png new file mode 100644 index 00000000..73021939 Binary files /dev/null and b/static/images/items/stained_mask.png differ diff --git a/static/images/items/sturdy_bone_shard.png b/static/images/items/sturdy_bone_shard.png new file mode 100644 index 00000000..e2670985 Binary files /dev/null and b/static/images/items/sturdy_bone_shard.png differ diff --git a/static/images/items/tile_of_decarabians_tower.png b/static/images/items/tile_of_decarabians_tower.png new file mode 100644 index 00000000..90a22201 Binary files /dev/null and b/static/images/items/tile_of_decarabians_tower.png differ diff --git a/static/images/items/treasure_hoarder_insignia.png b/static/images/items/treasure_hoarder_insignia.png new file mode 100644 index 00000000..64575238 Binary files /dev/null and b/static/images/items/treasure_hoarder_insignia.png differ diff --git a/static/images/items/weathered_arrowhead.png b/static/images/items/weathered_arrowhead.png new file mode 100644 index 00000000..6991930c Binary files /dev/null and b/static/images/items/weathered_arrowhead.png differ diff --git a/static/images/items/whopperflower_nectar.png b/static/images/items/whopperflower_nectar.png new file mode 100644 index 00000000..2308cb24 Binary files /dev/null and b/static/images/items/whopperflower_nectar.png differ diff --git a/static/images/mora.png b/static/images/mora.png new file mode 100644 index 00000000..bdd659a0 Binary files /dev/null and b/static/images/mora.png differ diff --git a/static/images/weapons/alley_hunter.png b/static/images/weapons/alley_hunter.png new file mode 100644 index 00000000..b5decac8 Binary files /dev/null and b/static/images/weapons/alley_hunter.png differ diff --git a/static/images/weapons/amber_catalyst.png b/static/images/weapons/amber_catalyst.png new file mode 100644 index 00000000..61b5bd6b Binary files /dev/null and b/static/images/weapons/amber_catalyst.png differ diff --git a/static/images/weapons/amos_bow.png b/static/images/weapons/amos_bow.png new file mode 100644 index 00000000..d2f2b5fb Binary files /dev/null and b/static/images/weapons/amos_bow.png differ diff --git a/static/images/weapons/apprentices_notes.png b/static/images/weapons/apprentices_notes.png new file mode 100644 index 00000000..464f8b01 Binary files /dev/null and b/static/images/weapons/apprentices_notes.png differ diff --git a/static/images/weapons/aquila_favonia.png b/static/images/weapons/aquila_favonia.png new file mode 100644 index 00000000..58b7665f Binary files /dev/null and b/static/images/weapons/aquila_favonia.png differ diff --git a/static/images/weapons/beginners_protector.png b/static/images/weapons/beginners_protector.png new file mode 100644 index 00000000..ab74e669 Binary files /dev/null and b/static/images/weapons/beginners_protector.png differ diff --git a/static/images/weapons/black_tassel.png b/static/images/weapons/black_tassel.png new file mode 100644 index 00000000..a3134d9f Binary files /dev/null and b/static/images/weapons/black_tassel.png differ diff --git a/static/images/weapons/blackcliff_amulet.png b/static/images/weapons/blackcliff_amulet.png new file mode 100644 index 00000000..c6d7478f Binary files /dev/null and b/static/images/weapons/blackcliff_amulet.png differ diff --git a/static/images/weapons/blackcliff_longsword.png b/static/images/weapons/blackcliff_longsword.png new file mode 100644 index 00000000..32cee08c Binary files /dev/null and b/static/images/weapons/blackcliff_longsword.png differ diff --git a/static/images/weapons/blackcliff_pole.png b/static/images/weapons/blackcliff_pole.png new file mode 100644 index 00000000..9d06cbac Binary files /dev/null and b/static/images/weapons/blackcliff_pole.png differ diff --git a/static/images/weapons/blackcliff_slasher.png b/static/images/weapons/blackcliff_slasher.png new file mode 100644 index 00000000..456f12e9 Binary files /dev/null and b/static/images/weapons/blackcliff_slasher.png differ diff --git a/static/images/weapons/blackcliff_warbow.png b/static/images/weapons/blackcliff_warbow.png new file mode 100644 index 00000000..aaff65b0 Binary files /dev/null and b/static/images/weapons/blackcliff_warbow.png differ diff --git a/static/images/weapons/bloodtainted_greatsword.png b/static/images/weapons/bloodtainted_greatsword.png new file mode 100644 index 00000000..16e6d203 Binary files /dev/null and b/static/images/weapons/bloodtainted_greatsword.png differ diff --git a/static/images/weapons/compound_bow.png b/static/images/weapons/compound_bow.png new file mode 100644 index 00000000..684db5d6 Binary files /dev/null and b/static/images/weapons/compound_bow.png differ diff --git a/static/images/weapons/cool_steel.png b/static/images/weapons/cool_steel.png new file mode 100644 index 00000000..4e234d5c Binary files /dev/null and b/static/images/weapons/cool_steel.png differ diff --git a/static/images/weapons/crescent_pike.png b/static/images/weapons/crescent_pike.png new file mode 100644 index 00000000..0223f2af Binary files /dev/null and b/static/images/weapons/crescent_pike.png differ diff --git a/static/images/weapons/dark_iron_sword.png b/static/images/weapons/dark_iron_sword.png new file mode 100644 index 00000000..3a33b1b5 Binary files /dev/null and b/static/images/weapons/dark_iron_sword.png differ diff --git a/static/images/weapons/deathmatch.png b/static/images/weapons/deathmatch.png new file mode 100644 index 00000000..3c30b24d Binary files /dev/null and b/static/images/weapons/deathmatch.png differ diff --git a/static/images/weapons/debate_club.png b/static/images/weapons/debate_club.png new file mode 100644 index 00000000..f1bfb20e Binary files /dev/null and b/static/images/weapons/debate_club.png differ diff --git a/static/images/weapons/dragons_bane.png b/static/images/weapons/dragons_bane.png new file mode 100644 index 00000000..e70b77d9 Binary files /dev/null and b/static/images/weapons/dragons_bane.png differ diff --git a/static/images/weapons/dull_blade.png b/static/images/weapons/dull_blade.png new file mode 100644 index 00000000..ed98cde5 Binary files /dev/null and b/static/images/weapons/dull_blade.png differ diff --git a/static/images/weapons/ebony_bow.png b/static/images/weapons/ebony_bow.png new file mode 100644 index 00000000..6ea72cd8 Binary files /dev/null and b/static/images/weapons/ebony_bow.png differ diff --git a/static/images/weapons/emerald_orb.png b/static/images/weapons/emerald_orb.png new file mode 100644 index 00000000..affcade6 Binary files /dev/null and b/static/images/weapons/emerald_orb.png differ diff --git a/static/images/weapons/eye_of_perception.png b/static/images/weapons/eye_of_perception.png new file mode 100644 index 00000000..1a84fccd Binary files /dev/null and b/static/images/weapons/eye_of_perception.png differ diff --git a/static/images/weapons/favonius_codex.png b/static/images/weapons/favonius_codex.png new file mode 100644 index 00000000..8001e33f Binary files /dev/null and b/static/images/weapons/favonius_codex.png differ diff --git a/static/images/weapons/favonius_greatsword.png b/static/images/weapons/favonius_greatsword.png new file mode 100644 index 00000000..ade8141b Binary files /dev/null and b/static/images/weapons/favonius_greatsword.png differ diff --git a/static/images/weapons/favonius_lance.png b/static/images/weapons/favonius_lance.png new file mode 100644 index 00000000..943909d0 Binary files /dev/null and b/static/images/weapons/favonius_lance.png differ diff --git a/static/images/weapons/favonius_sword.png b/static/images/weapons/favonius_sword.png new file mode 100644 index 00000000..928b88fd Binary files /dev/null and b/static/images/weapons/favonius_sword.png differ diff --git a/static/images/weapons/favonius_warbow.png b/static/images/weapons/favonius_warbow.png new file mode 100644 index 00000000..67853052 Binary files /dev/null and b/static/images/weapons/favonius_warbow.png differ diff --git a/static/images/weapons/ferrous_shadow.png b/static/images/weapons/ferrous_shadow.png new file mode 100644 index 00000000..1831eb0e Binary files /dev/null and b/static/images/weapons/ferrous_shadow.png differ diff --git a/static/images/weapons/fillet_blade.png b/static/images/weapons/fillet_blade.png new file mode 100644 index 00000000..0266ea10 Binary files /dev/null and b/static/images/weapons/fillet_blade.png differ diff --git a/static/images/weapons/halberd.png b/static/images/weapons/halberd.png new file mode 100644 index 00000000..fdcc32e5 Binary files /dev/null and b/static/images/weapons/halberd.png differ diff --git a/static/images/weapons/harbinger_of_dawn.png b/static/images/weapons/harbinger_of_dawn.png new file mode 100644 index 00000000..56bbe8b3 Binary files /dev/null and b/static/images/weapons/harbinger_of_dawn.png differ diff --git a/static/images/weapons/hunters_bow.png b/static/images/weapons/hunters_bow.png new file mode 100644 index 00000000..a91e6317 Binary files /dev/null and b/static/images/weapons/hunters_bow.png differ diff --git a/static/images/weapons/iron_point.png b/static/images/weapons/iron_point.png new file mode 100644 index 00000000..418f3b5f Binary files /dev/null and b/static/images/weapons/iron_point.png differ diff --git a/static/images/weapons/iron_sting.png b/static/images/weapons/iron_sting.png new file mode 100644 index 00000000..88852114 Binary files /dev/null and b/static/images/weapons/iron_sting.png differ diff --git a/static/images/weapons/kunwus_iris_rift.png b/static/images/weapons/kunwus_iris_rift.png new file mode 100644 index 00000000..e705e481 Binary files /dev/null and b/static/images/weapons/kunwus_iris_rift.png differ diff --git a/static/images/weapons/lions_roar.png b/static/images/weapons/lions_roar.png new file mode 100644 index 00000000..23c1ef8e Binary files /dev/null and b/static/images/weapons/lions_roar.png differ diff --git a/static/images/weapons/lithic_blade.png b/static/images/weapons/lithic_blade.png new file mode 100644 index 00000000..8cc14850 Binary files /dev/null and b/static/images/weapons/lithic_blade.png differ diff --git a/static/images/weapons/lithic_spear.png b/static/images/weapons/lithic_spear.png new file mode 100644 index 00000000..37db0678 Binary files /dev/null and b/static/images/weapons/lithic_spear.png differ diff --git a/static/images/weapons/lost_prayer_to_the_sacred_winds.png b/static/images/weapons/lost_prayer_to_the_sacred_winds.png new file mode 100644 index 00000000..4006a85d Binary files /dev/null and b/static/images/weapons/lost_prayer_to_the_sacred_winds.png differ diff --git a/static/images/weapons/magic_guide.png b/static/images/weapons/magic_guide.png new file mode 100644 index 00000000..afbacf50 Binary files /dev/null and b/static/images/weapons/magic_guide.png differ diff --git a/static/images/weapons/mappa_mare.png b/static/images/weapons/mappa_mare.png new file mode 100644 index 00000000..a46b62d2 Binary files /dev/null and b/static/images/weapons/mappa_mare.png differ diff --git a/static/images/weapons/messenger.png b/static/images/weapons/messenger.png new file mode 100644 index 00000000..990eab0b Binary files /dev/null and b/static/images/weapons/messenger.png differ diff --git a/static/images/weapons/old_mercs_pal.png b/static/images/weapons/old_mercs_pal.png new file mode 100644 index 00000000..0d06bcfb Binary files /dev/null and b/static/images/weapons/old_mercs_pal.png differ diff --git a/static/images/weapons/otherworldly_story.png b/static/images/weapons/otherworldly_story.png new file mode 100644 index 00000000..e6705c6b Binary files /dev/null and b/static/images/weapons/otherworldly_story.png differ diff --git a/static/images/weapons/pocket_grimoire.png b/static/images/weapons/pocket_grimoire.png new file mode 100644 index 00000000..63b6e47a Binary files /dev/null and b/static/images/weapons/pocket_grimoire.png differ diff --git a/static/images/weapons/primordial_jade_winged-spear.png b/static/images/weapons/primordial_jade_winged-spear.png new file mode 100644 index 00000000..44316acf Binary files /dev/null and b/static/images/weapons/primordial_jade_winged-spear.png differ diff --git a/static/images/weapons/prototype_aminus.png b/static/images/weapons/prototype_aminus.png new file mode 100644 index 00000000..c65022d8 Binary files /dev/null and b/static/images/weapons/prototype_aminus.png differ diff --git a/static/images/weapons/prototype_crescent.png b/static/images/weapons/prototype_crescent.png new file mode 100644 index 00000000..4a8bb9c1 Binary files /dev/null and b/static/images/weapons/prototype_crescent.png differ diff --git a/static/images/weapons/prototype_grudge.png b/static/images/weapons/prototype_grudge.png new file mode 100644 index 00000000..7d956127 Binary files /dev/null and b/static/images/weapons/prototype_grudge.png differ diff --git a/static/images/weapons/prototype_malice.png b/static/images/weapons/prototype_malice.png new file mode 100644 index 00000000..a514c756 Binary files /dev/null and b/static/images/weapons/prototype_malice.png differ diff --git a/static/images/weapons/prototype_rancour.png b/static/images/weapons/prototype_rancour.png new file mode 100644 index 00000000..af94525b Binary files /dev/null and b/static/images/weapons/prototype_rancour.png differ diff --git a/static/images/weapons/quartz.png b/static/images/weapons/quartz.png new file mode 100644 index 00000000..418dd675 Binary files /dev/null and b/static/images/weapons/quartz.png differ diff --git a/static/images/weapons/rainslasher.png b/static/images/weapons/rainslasher.png new file mode 100644 index 00000000..73e98c06 Binary files /dev/null and b/static/images/weapons/rainslasher.png differ diff --git a/static/images/weapons/raven_bow.png b/static/images/weapons/raven_bow.png new file mode 100644 index 00000000..268ff6f0 Binary files /dev/null and b/static/images/weapons/raven_bow.png differ diff --git a/static/images/weapons/recurve_bow.png b/static/images/weapons/recurve_bow.png new file mode 100644 index 00000000..af0b4362 Binary files /dev/null and b/static/images/weapons/recurve_bow.png differ diff --git a/static/images/weapons/royal_bow.png b/static/images/weapons/royal_bow.png new file mode 100644 index 00000000..dc136163 Binary files /dev/null and b/static/images/weapons/royal_bow.png differ diff --git a/static/images/weapons/royal_greatsword.png b/static/images/weapons/royal_greatsword.png new file mode 100644 index 00000000..c77aedd3 Binary files /dev/null and b/static/images/weapons/royal_greatsword.png differ diff --git a/static/images/weapons/royal_grimoire.png b/static/images/weapons/royal_grimoire.png new file mode 100644 index 00000000..1171f7c6 Binary files /dev/null and b/static/images/weapons/royal_grimoire.png differ diff --git a/static/images/weapons/royal_longsword.png b/static/images/weapons/royal_longsword.png new file mode 100644 index 00000000..15153d4a Binary files /dev/null and b/static/images/weapons/royal_longsword.png differ diff --git a/static/images/weapons/rust.png b/static/images/weapons/rust.png new file mode 100644 index 00000000..2e6f92f3 Binary files /dev/null and b/static/images/weapons/rust.png differ diff --git a/static/images/weapons/sacrificial_bow.png b/static/images/weapons/sacrificial_bow.png new file mode 100644 index 00000000..e8c34373 Binary files /dev/null and b/static/images/weapons/sacrificial_bow.png differ diff --git a/static/images/weapons/sacrificial_fragments.png b/static/images/weapons/sacrificial_fragments.png new file mode 100644 index 00000000..dbc83cf3 Binary files /dev/null and b/static/images/weapons/sacrificial_fragments.png differ diff --git a/static/images/weapons/sacrificial_greatsword.png b/static/images/weapons/sacrificial_greatsword.png new file mode 100644 index 00000000..4b6e67b4 Binary files /dev/null and b/static/images/weapons/sacrificial_greatsword.png differ diff --git a/static/images/weapons/sacrificial_sword.png b/static/images/weapons/sacrificial_sword.png new file mode 100644 index 00000000..6a9aec23 Binary files /dev/null and b/static/images/weapons/sacrificial_sword.png differ diff --git a/static/images/weapons/seasoned_hunters_bow.png b/static/images/weapons/seasoned_hunters_bow.png new file mode 100644 index 00000000..62b9b2dd Binary files /dev/null and b/static/images/weapons/seasoned_hunters_bow.png differ diff --git a/static/images/weapons/serpent_spine.png b/static/images/weapons/serpent_spine.png new file mode 100644 index 00000000..5b7e8e3b Binary files /dev/null and b/static/images/weapons/serpent_spine.png differ diff --git a/static/images/weapons/sharpshooters_oath.png b/static/images/weapons/sharpshooters_oath.png new file mode 100644 index 00000000..b4d35db6 Binary files /dev/null and b/static/images/weapons/sharpshooters_oath.png differ diff --git a/static/images/weapons/silver_sword.png b/static/images/weapons/silver_sword.png new file mode 100644 index 00000000..01f65cea Binary files /dev/null and b/static/images/weapons/silver_sword.png differ diff --git a/static/images/weapons/skyrider_greatsword.png b/static/images/weapons/skyrider_greatsword.png new file mode 100644 index 00000000..cb9e0083 Binary files /dev/null and b/static/images/weapons/skyrider_greatsword.png differ diff --git a/static/images/weapons/skyrider_sword.png b/static/images/weapons/skyrider_sword.png new file mode 100644 index 00000000..6c16a6f1 Binary files /dev/null and b/static/images/weapons/skyrider_sword.png differ diff --git a/static/images/weapons/skyward_atlas.png b/static/images/weapons/skyward_atlas.png new file mode 100644 index 00000000..8f3b2405 Binary files /dev/null and b/static/images/weapons/skyward_atlas.png differ diff --git a/static/images/weapons/skyward_blade.png b/static/images/weapons/skyward_blade.png new file mode 100644 index 00000000..1641bbd6 Binary files /dev/null and b/static/images/weapons/skyward_blade.png differ diff --git a/static/images/weapons/skyward_harp.png b/static/images/weapons/skyward_harp.png new file mode 100644 index 00000000..d76b85b6 Binary files /dev/null and b/static/images/weapons/skyward_harp.png differ diff --git a/static/images/weapons/skyward_pride.png b/static/images/weapons/skyward_pride.png new file mode 100644 index 00000000..91b71fb4 Binary files /dev/null and b/static/images/weapons/skyward_pride.png differ diff --git a/static/images/weapons/skyward_spine.png b/static/images/weapons/skyward_spine.png new file mode 100644 index 00000000..6bd97094 Binary files /dev/null and b/static/images/weapons/skyward_spine.png differ diff --git a/static/images/weapons/slingshot.png b/static/images/weapons/slingshot.png new file mode 100644 index 00000000..07cd7a35 Binary files /dev/null and b/static/images/weapons/slingshot.png differ diff --git a/static/images/weapons/solar_pearl.png b/static/images/weapons/solar_pearl.png new file mode 100644 index 00000000..a5b06959 Binary files /dev/null and b/static/images/weapons/solar_pearl.png differ diff --git a/static/images/weapons/sword_of_descension.png b/static/images/weapons/sword_of_descension.png new file mode 100644 index 00000000..99c0937e Binary files /dev/null and b/static/images/weapons/sword_of_descension.png differ diff --git a/static/images/weapons/the_alley_flash.png b/static/images/weapons/the_alley_flash.png new file mode 100644 index 00000000..ac326420 Binary files /dev/null and b/static/images/weapons/the_alley_flash.png differ diff --git a/static/images/weapons/the_bell.png b/static/images/weapons/the_bell.png new file mode 100644 index 00000000..fd44e70e Binary files /dev/null and b/static/images/weapons/the_bell.png differ diff --git a/static/images/weapons/the_black_sword.png b/static/images/weapons/the_black_sword.png new file mode 100644 index 00000000..5ee2a80e Binary files /dev/null and b/static/images/weapons/the_black_sword.png differ diff --git a/static/images/weapons/the_flute.png b/static/images/weapons/the_flute.png new file mode 100644 index 00000000..a0c0cc91 Binary files /dev/null and b/static/images/weapons/the_flute.png differ diff --git a/static/images/weapons/the_stringless.png b/static/images/weapons/the_stringless.png new file mode 100644 index 00000000..7afcbca4 Binary files /dev/null and b/static/images/weapons/the_stringless.png differ diff --git a/static/images/weapons/the_viridescent_hunt.png b/static/images/weapons/the_viridescent_hunt.png new file mode 100644 index 00000000..f44b64e8 Binary files /dev/null and b/static/images/weapons/the_viridescent_hunt.png differ diff --git a/static/images/weapons/the_widsith.png b/static/images/weapons/the_widsith.png new file mode 100644 index 00000000..5639efa9 Binary files /dev/null and b/static/images/weapons/the_widsith.png differ diff --git a/static/images/weapons/thrilling_tales_of_dragon_slayers.png b/static/images/weapons/thrilling_tales_of_dragon_slayers.png new file mode 100644 index 00000000..25dad3b2 Binary files /dev/null and b/static/images/weapons/thrilling_tales_of_dragon_slayers.png differ diff --git a/static/images/weapons/travelers_handy_sword.png b/static/images/weapons/travelers_handy_sword.png new file mode 100644 index 00000000..ff6bb026 Binary files /dev/null and b/static/images/weapons/travelers_handy_sword.png differ diff --git a/static/images/weapons/twin_nephrite.png b/static/images/weapons/twin_nephrite.png new file mode 100644 index 00000000..6b6196ae Binary files /dev/null and b/static/images/weapons/twin_nephrite.png differ diff --git a/static/images/weapons/waster_greatsword.png b/static/images/weapons/waster_greatsword.png new file mode 100644 index 00000000..39a18b6d Binary files /dev/null and b/static/images/weapons/waster_greatsword.png differ diff --git a/static/images/weapons/white_iron_greatsword.png b/static/images/weapons/white_iron_greatsword.png new file mode 100644 index 00000000..3a9bb174 Binary files /dev/null and b/static/images/weapons/white_iron_greatsword.png differ diff --git a/static/images/weapons/white_tassel.png b/static/images/weapons/white_tassel.png new file mode 100644 index 00000000..5a3c9511 Binary files /dev/null and b/static/images/weapons/white_tassel.png differ diff --git a/static/images/weapons/whiteblind.png b/static/images/weapons/whiteblind.png new file mode 100644 index 00000000..882c1107 Binary files /dev/null and b/static/images/weapons/whiteblind.png differ diff --git a/static/images/weapons/wine_and_song.png b/static/images/weapons/wine_and_song.png new file mode 100644 index 00000000..1d31e0df Binary files /dev/null and b/static/images/weapons/wine_and_song.png differ diff --git a/static/images/weapons/wolfs_gravestone.png b/static/images/weapons/wolfs_gravestone.png new file mode 100644 index 00000000..0599e0e3 Binary files /dev/null and b/static/images/weapons/wolfs_gravestone.png differ diff --git a/tailwind.config.js b/tailwind.config.js index 911f2939..876b2f58 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -49,8 +49,8 @@ module.exports = { textColor: ['responsive', 'hover', 'focus', 'group-hover', 'focus-within', 'group-focus'], boxShadow: ['responsive', 'hover', 'focus'], backgroundImage: ['responsive', 'hover', 'focus'], - borderColor: ['responsive', 'hover', 'focus', 'focus-within'], - opacity: ['group-hover'], + borderColor: ['responsive', 'hover', 'focus', 'focus-within', 'disabled'], + opacity: ['group-hover', 'responsive', 'hover', 'focus', 'disabled'], }, plugins: [], future: {