Skip to content

Commit

Permalink
4.8 materials
Browse files Browse the repository at this point in the history
  • Loading branch information
chadluo committed Aug 2, 2024
1 parent 6b4fa52 commit 8ad6bc3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/models/characters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,14 @@ export const characters: Character[] = [
type: "character",
rarity: 5,
name: { en: "Emilie", "zh-CN": "艾梅莉埃" },
materials: [
"Fragment of a Golden Melody",
"Nagadus Emerald",
"Silken Feather",
"Order",
"Meshing Gear",
"Lakelight Lily",
],
},
{
id: "Eula",
Expand Down
5 changes: 5 additions & 0 deletions src/models/weapons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,11 @@ export const weapons: Weapon[] = [
rarity: 5,
category: "Polearm",
name: { en: "Lumidouce Elegy", "zh-CN": "柔灯挽歌" },
materials: [
"Broken Goblet of the Pristine Sea",
"Ruined Hilt",
"Whopperflower Nectar",
],
},
//
// Newline - polearm 5
Expand Down

0 comments on commit 8ad6bc3

Please sign in to comment.