Skip to content

Commit

Permalink
feat(events): add ToA
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzefiru committed Sep 16, 2024
1 parent ff9135c commit cea88c6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,15 @@ const rawEvents: { banners: Event[]; activities: Event[] } = {
reliability: "Official",
group: EVENT_GROUP.TOWER_OF_ADVERSITY,
},
{
name: "Tower of Adversity: Hazard Revisited",
img: "https://snipboard.io/NnA3YO.jpg",
startDate: "2024-09-16 04:00",
endDate: "2024-09-30 04:00",
color: "#18235f",
reliability: "Official",
group: EVENT_GROUP.TOWER_OF_ADVERSITY,
},
{
name: "By Moon's Grace",
img: "https://snipboard.io/VWCEnw.jpg",
Expand Down

0 comments on commit cea88c6

Please sign in to comment.