Skip to content

Commit

Permalink
4.8 character & weapon
Browse files Browse the repository at this point in the history
  • Loading branch information
chadluo committed Jul 16, 2024
1 parent c98373d commit 92d2f14
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/models/characters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,12 @@ export const characters: Character[] = [
"Kalpalata Lotus",
],
},
{
id: "Emilie",
type: "character",
rarity: 5,
name: { en: "Emilie", "zh-CN": "艾梅莉埃" },
},
{
id: "Eula",
type: "character",
Expand Down
7 changes: 7 additions & 0 deletions src/models/weapons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,13 @@ export const weapons: Weapon[] = [
"Meshing Gear",
],
},
{
id: "Lumidouce Elegy",
type: "weapon",
rarity: 5,
category: "Polearm",
name: { en: "Lumidouce Elegy", "zh-CN": "柔灯挽歌" },
},
//
// Newline - polearm 5
//
Expand Down
5 changes: 5 additions & 0 deletions src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ const versions: { version: string; start: number; items: string[] }[] = [
"Cloudforged",
],
},
{
version: "4.8",
start: new Date(2024, 7 - 1, 16).getTime(),
items: ["Emilie", "Lumidouce Elegy"],
},
];

export function findRecents() {
Expand Down

0 comments on commit 92d2f14

Please sign in to comment.