From f2ac3b977305a97ce082895e3342a13c836849f6 Mon Sep 17 00:00:00 2001 From: Chad Luo Date: Tue, 24 Dec 2024 15:47:26 +1100 Subject: [PATCH] 5.3 character weapon placeholders --- src/models/characters.ts | 51 ++++++++++++++++++++++++++++------------ src/models/enemies.ts | 12 ++++++++++ src/models/weapons.ts | 16 +++++++++++++ src/version.ts | 11 +++++++++ 4 files changed, 75 insertions(+), 15 deletions(-) diff --git a/src/models/characters.ts b/src/models/characters.ts index 3adcff3..34ee56f 100644 --- a/src/models/characters.ts +++ b/src/models/characters.ts @@ -38,6 +38,7 @@ export type CharacterId = | "Chevreuse" | "Chiori" | "Chongyun" + | "Citlali" | "Clorinde" | "Collei" | "Cyno" @@ -68,10 +69,12 @@ export type CharacterId = | "Klee" | "Kujou Sara" | "Kuki Shinobu" + | "Lan Yan" | "Layla" | "Lisa" | "Lynette" | "Lyney" + | "Mavuika" | "Mika" | "Mona" | "Mualani" @@ -80,8 +83,8 @@ export type CharacterId = | "Neuvillette" | "Nilou" | "Ningguang" - | "Ororon" | "Noelle" + | "Ororon" | "Qiqi" | "Raiden Shogun" | "Razor" @@ -338,6 +341,12 @@ export const characters: Record = { "Cor Lapis", ], }, + Citlali: { + id: "Citlali", + type: "character", + rarity: 5, + name: { en: "Citlali", "zh-CN": "茜特菈莉" }, + }, Clorinde: { id: "Clorinde", type: "character", @@ -758,6 +767,12 @@ export const characters: Record = { "Naku Weed", ], }, + "Lan Yan": { + id: "Lan Yan", + type: "character", + rarity: 4, + name: { en: "Lan Yan", "zh-CN": "蓝砚" }, + }, Layla: { id: "Layla", type: "character", @@ -814,6 +829,12 @@ export const characters: Record = { "Rainbow Rose", ], }, + Mavuika: { + id: "Mavuika", + type: "character", + rarity: 5, + name: { en: "Mavuika", "zh-CN": "玛薇卡" }, + }, Mika: { id: "Mika", type: "character", @@ -926,20 +947,6 @@ export const characters: Record = { "Glaze Lily", ], }, - Ororon: { - id: "Ororon", - type: "character", - rarity: 4, - name: { en: "Ororon", "zh-CN": "欧洛伦" }, - materials: [ - "Mark of the Binding Blessing", - "Vajrada Amethyst", - "Lightless Silk String", - "Kindling", - "Juvenile Fang", - "Glowing Hornshroom", - ], - }, Noelle: { id: "Noelle", type: "character", @@ -954,6 +961,20 @@ export const characters: Record = { "Valberry", ], }, + Ororon: { + id: "Ororon", + type: "character", + rarity: 4, + name: { en: "Ororon", "zh-CN": "欧洛伦" }, + materials: [ + "Mark of the Binding Blessing", + "Vajrada Amethyst", + "Lightless Silk String", + "Kindling", + "Juvenile Fang", + "Glowing Hornshroom", + ], + }, Qiqi: { id: "Qiqi", type: "character", diff --git a/src/models/enemies.ts b/src/models/enemies.ts index 41061b2..4bba6d1 100644 --- a/src/models/enemies.ts +++ b/src/models/enemies.ts @@ -407,6 +407,12 @@ export const bosses: Boss[] = [ name: { en: "Tenebrous Papilla", "zh-CN": "深邃摹结株" }, materials: ["Ensnaring Gaze", "Agnidus Agate", "Vajrada Amethyst"], }, + { + id: "Wayward Hermetic Spiritspeaker", + region: "Natlan", + type: "boss", + name: { en: "Wayward Hermetic Spiritspeaker", "zh-CN": "灵觉隐修的迷者" }, + }, // // Newline - normal boss // @@ -586,6 +592,12 @@ export const bosses: Boss[] = [ "zh-CN": "两界之火的遗烬 / 「仆人」", }, }, + { + id: "Lord of Eroded Primal Fire", + region: "Natlan", + type: "weekly_boss", + name: { en: "Lord of Eroded Primal Fire", "zh-CN": "蚀灭的源焰之主" }, + }, // // Newline - weekly boss // diff --git a/src/models/weapons.ts b/src/models/weapons.ts index 1b9f674..b717f59 100644 --- a/src/models/weapons.ts +++ b/src/models/weapons.ts @@ -45,6 +45,7 @@ export type WeaponId = | "Cashflow Supervision" | "Crane’s Echoing Call" | "Surf’s Up" + | "Starcaller’s Watch" // // NewId - catalyst 5 // @@ -56,6 +57,7 @@ export type WeaponId = | "Beacon of the Reed Sea" | "Verdict" | "Fang of the Mountain King" + | "A Thousand Blazing Suns" // // NewId - claymore 5 // @@ -497,6 +499,13 @@ export const weapons: Record = { "Juvenile Fang", ], }, + "Starcaller’s Watch": { + id: "Starcaller’s Watch", + type: "weapon", + rarity: 5, + category: "Catalyst", + name: { en: "Starcaller’s Watch", "zh-CN": "祭星者之望" }, + }, // // Newline - catalyst 5 // @@ -584,6 +593,13 @@ export const weapons: Record = { "Sentry’s Wooden Whistle", ], }, + "A Thousand Blazing Suns": { + id: "A Thousand Blazing Suns", + type: "weapon", + rarity: 5, + category: "Claymore", + name: { en: "A Thousand Blazing Suns", "zh-CN": "焚曜千阳" }, + }, // // Newline - claymore 5 // diff --git a/src/version.ts b/src/version.ts index 47c5588..276402b 100644 --- a/src/version.ts +++ b/src/version.ts @@ -22,6 +22,17 @@ const versions: { version: string; start: number; items: string[] }[] = [ "Calamity of Eshu", ], }, + { + version: "5.3", + start: new Date("2025-01-01").getTime(), + items: [ + "Mavuika", + "Citlali", + "Lan Yan", + "Starcaller’s Watch", + "A Thousand Blazing Suns", + ], + }, ]; export function findRecents() {