Added BR Season 33 Quests

This commit is contained in:
PRO100KatYT
2025-02-20 20:27:43 +01:00
parent dc5ae3b1b4
commit bca9ecd145
2 changed files with 4122 additions and 0 deletions

View File

@@ -1645,8 +1645,39 @@ express.get("/fortnite/api/calendar/v1/timeline", async (req, res) => {
"eventType": "WF_GUFF_AVAIL",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
},
{
"eventType": "EventFlag.S33_WinterFest",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
})
}
activeEvents.push(
{
"eventType": "EventFlag.Event_S33_BlondeJaw",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
},
{
"eventType": "EventFlag.Event_S33_Scenario_BatterBoi",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
},
{
"eventType": "EventFlag.Event_Scenario_Shell",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
},
{
"eventType": "EventFlag.Event_S33_NarrativeBattleQuest",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
},
{
"eventType": "EventFlag.Event_S33_ChatQuest",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
})
}
if (24.3 <= memory.build && memory.build <= 25) {