Skip to content

Commit

Permalink
feat(events): add 1.3 times
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzefiru committed Sep 25, 2024
1 parent 900ec6c commit b4f708b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions banners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const rawBanners: BannerInfo[] = [
alt: "Stellar Symphony",
rateUp5Names: ["Shorekeeper"],
rateUp4Names: ["Youhu"],
startDate: "2024-09-29 12:00",
startDate: "2024-09-29 11:00",
endDate: "2024-10-19 09:59:59",
isCstStart: true,
},
Expand Down Expand Up @@ -234,7 +234,7 @@ export const rawBanners: BannerInfo[] = [
alt: "Stellar Symphony",
rateUp5Names: ["Stellar Symphony"],
rateUp4Names: [],
startDate: "2024-09-29 12:00",
startDate: "2024-09-29 11:00",
endDate: "2024-10-19 09:59:59",
isCstStart: true,
},
Expand Down
9 changes: 9 additions & 0 deletions events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,15 @@ const rawEvents: { banners: Event[]; activities: Event[] } = {
},
],
activities: [
{
name: "Where Stars Slumber - Area Exploration Event",
img: "https://snipboard.io/rZLHEJ.jpg",
startDate: "2024-09-29 11:00",
endDate: "2024-11-13 15:59",
url: "https://wutheringwaves.kurogames.com/en/main/news/detail/1361",
color: "#293a4e",
reliability: "Official",
},
{
name: "Tower of Adversity: Hazard Zone",
img: "https://snipboard.io/NnA3YO.jpg",
Expand Down

0 comments on commit b4f708b

Please sign in to comment.