Even more weekly HordeV3 event stuff

This commit is contained in:
PRO100KatYT
2023-06-17 11:34:49 +02:00
parent ea3197317f
commit ff06486b6e
2 changed files with 10918 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1085,7 +1085,7 @@ express.get("/fortnite/api/calendar/v1/timeline", async (req, res) => {
})
}
if (memory.season == 24 && memory.build >= 24.3) {
if (24.3 <= memory.build <= 25) {
activeEvents.push(
{
"eventType": "EventFlag.HordeV3",
@@ -1116,6 +1116,16 @@ express.get("/fortnite/api/calendar/v1/timeline", async (req, res) => {
"eventType": "EventFlag.HordeV3.Week06",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
},
{
"eventType": "EventFlag.HordeV3.Week07",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
},
{
"eventType": "EventFlag.HordeV3.Week08",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
})
}