Skip to content

Commit

Permalink
feat(banners): add Roccia & Jinhsi banners
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzefiru committed Dec 31, 2024
1 parent 0cc933b commit d68ae4e
Showing 1 changed file with 48 additions and 2 deletions.
50 changes: 48 additions & 2 deletions events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const rawEvents: { banners: Event[]; activities: Event[] } = {
},
{
name: "Chromatic Prose - Zhezhi Banner (Rerun)",
img: "https://snipboard.io/obTN95.jpg",
img: "https://snipboard.io/yUoGdV.jpg",
description: "Featured 4* are; Sanhua, Chixia, Mortefi.",
startDate: "2025-01-02 04:00:00",
endDate: "2025-01-23 09:59:59",
Expand All @@ -92,7 +92,7 @@ const rawEvents: { banners: Event[]; activities: Event[] } = {
},
{
name: "Rime-Draped Sprouts - Zhezhi Weapon Banner (Rerun)",
img: "https://snipboard.io/cSzLOq.jpg",
img: "https://snipboard.io/NkY8ar.jpg",
description:
"Featured 4* are; Waning Redshift, Jinzhou Keeper, Hollow Mirage.",
startDate: "2025-01-02 04:00:00",
Expand All @@ -103,6 +103,52 @@ const rawEvents: { banners: Event[]; activities: Event[] } = {
reliability: "Official",
group: 4,
},
{
name: "Stage in the Box - Roccia Banner",
img: "https://snipboard.io/eda9IF.jpg",
description: "Featured 4* are; Danjin, Youhu, Yuanwu.",
startDate: "2025-01-23 10:00:00",
endDate: "2025-02-12 11:59:59",
color: "#a365a7",
url: "https://wutheringwaves.kurogames.com/en/main/news/detail/1864",
reliability: "Official",
group: 0,
},
{
name: "Tragicomedy - Roccia Weapon Banner",
img: "https://snipboard.io/L6F73K.jpg",
description:
"Featured 4* are; Celestial Spiral, Dauntless Evernight, Variation.",
startDate: "2025-01-23 10:00:00",
endDate: "2025-02-12 11:59:59",
color: "#4d3871",
url: "https://wutheringwaves.kurogames.com/en/main/news/detail/1864",
reliability: "Official",
group: 1,
},
{
name: "Thawborn Renewal - Jinhsi Banner (Rerun)",
img: "https://snipboard.io/Mw7Vgt.jpg",
description: "Featured 4* are; Danjin, Youhu, Yuanwu.",
startDate: "2025-01-23 10:00:00",
endDate: "2025-02-12 11:59:59",
color: "#567277",
url: "https://wutheringwaves.kurogames.com/en/main/news/detail/1864",
reliability: "Official",
group: 3,
},
{
name: "Ages of Harvest - Jinhsi Weapon Banner (Rerun)",
img: "https://snipboard.io/mOnbwV.jpg",
description:
"Featured 4* are; Celestial Spiral, Dauntless Evernight, Variation.",
startDate: "2025-01-23 10:00:00",
endDate: "2025-02-12 11:59:59",
color: "#236867",
url: "https://wutheringwaves.kurogames.com/en/main/news/detail/1864",
reliability: "Official",
group: 4,
},
],
activities: [
{
Expand Down

0 comments on commit d68ae4e

Please sign in to comment.