Skip to content

Commit

Permalink
remove duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriko192 committed Aug 31, 2024
1 parent b791041 commit 34631a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
1 change: 0 additions & 1 deletion src/data/characters.js
Original file line number Diff line number Diff line change
Expand Up @@ -9746,7 +9746,6 @@ export const characters = {
],
boss: itemList.mudra_of_the_malefic_general,
},
element: elements.dendro,
},
venti: {
id: 'venti',
Expand Down
18 changes: 0 additions & 18 deletions src/data/itemList.js
Original file line number Diff line number Diff line change
Expand Up @@ -858,9 +858,6 @@ export const itemList = {
dark_statuette: { id: 'dark_statuette', name: 'Dark Statuette' },
deathly_statuette: { id: 'deathly_statuette', name: 'Deathly Statuette' },
tears_of_the_calamitous_god: { id: 'tears_of_the_calamitous_god', name: 'Tears of the Calamitous God' },

runic_fang: { id: 'runic_fang', name: 'Runic Fang', rarity: 4 },

runic_fang: { id: 'runic_fang', name: 'Runic Fang', rarity: 4 },

teachings_of_admonition: {
Expand Down Expand Up @@ -1305,31 +1302,16 @@ export const itemList = {
name: 'Xenochromatic Crystal',
rarity: 3,
},
dross_of_pure_sacred_dewdrop: {
id: 'dross_of_pure_sacred_dewdrop',
name: 'Dross of Pure Sacred Dewdrop',
rarity: 2,
},
drop_of_tainted_water: {
id: 'drop_of_tainted_water',
name: 'Drop of Tainted Water',
rarity: 2,
},
sublimation_of_pure_sacred_dewdrop: {
id: 'sublimation_of_pure_sacred_dewdrop',
name: 'Sublimation of Pure Sacred Dewdrop',
rarity: 3,
},
scoop_of_tainted_water: {
id: 'scoop_of_tainted_water',
name: 'Scoop of Tainted Water',
rarity: 3,
},
spring_of_pure_sacred_dewdrop: {
id: 'spring_of_pure_sacred_dewdrop',
name: 'Spring of Pure Sacred Dewdrop',
rarity: 4,
},
newborn_tainted_hydro_phantasm: {
id: 'newborn_tainted_hydro_phantasm',
name: 'Newborn Tainted Hydro Phantasm',
Expand Down

0 comments on commit 34631a0

Please sign in to comment.