Added BR Season 32 Quests

This commit is contained in:
PRO100KatYT
2024-11-29 20:39:48 +01:00
parent 32af4a23e7
commit 604ec5bcfc
4 changed files with 2406 additions and 2 deletions

View File

@@ -1609,6 +1609,19 @@ express.get("/fortnite/api/calendar/v1/timeline", async (req, res) => {
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
})
break;
case 32:
activeEvents.push(
{
"eventType": "EventFlag.Event_S32_RebootRally",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
},
{
"eventType": "EventFlag.Event_S32_ScytheGold",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
})
}
if (24.3 <= memory.build && memory.build <= 25) {