Added more weekly HordeV3 event stuff

This commit is contained in:
PRO100KatYT
2023-05-19 18:59:03 +02:00
parent d54a495ec0
commit ea3197317f
2 changed files with 2176 additions and 975 deletions

View File

@@ -1101,6 +1101,21 @@ express.get("/fortnite/api/calendar/v1/timeline", async (req, res) => {
"eventType": "EventFlag.HordeV3.Week03",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
},
{
"eventType": "EventFlag.HordeV3.Week04",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
},
{
"eventType": "EventFlag.HordeV3.Week05",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
},
{
"eventType": "EventFlag.HordeV3.Week06",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
})
}