diff --git a/src/data/weaponList.js b/src/data/weaponList.js index c0a08a71..c950112c 100644 --- a/src/data/weaponList.js +++ b/src/data/weaponList.js @@ -2783,7 +2783,56 @@ export const weaponList = { secondary: 'CRIT DMG', type: weapons.catalyst, source: 'wish', - ascension: [{ items: [] }, { items: [] }, { items: [] }], + ascension: [ + { + items: [ + { item: itemList.boreal_wolfs_milk_tooth, amount: 3 }, + { item: itemList.dead_ley_line_branch, amount: 3 }, + { item: itemList.damaged_mask, amount: 2 }, + ], + mora: 5000, + }, + { + items: [ + { item: itemList.boreal_wolfs_cracked_tooth, amount: 3 }, + { item: itemList.dead_ley_line_branch, 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, + }, + ], }, compound_bow: { name: 'Compound Bow', diff --git a/src/routes/settings.svelte b/src/routes/settings.svelte index 08e54c62..b4b95467 100644 --- a/src/routes/settings.svelte +++ b/src/routes/settings.svelte @@ -156,7 +156,11 @@

{#if changelogOpen}
-
2021/03/02 
+        
2021/03/09 
+- Add Auto Import Wish
+- Fix The Widsith data
+
2021/03/02 
 - Add Hu Tao
2021/02/26