Added Winterfest 2024

This commit is contained in:
PRO100KatYT
2024-12-18 18:58:22 +01:00
parent 0b60f84f6e
commit ca725548d6
3 changed files with 69 additions and 0 deletions

View File

@@ -1627,6 +1627,26 @@ 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 33:
if (memory.build == 33.11) {
activeEvents.push(
{
"eventType": "EventFlag.Winterfest_S33_CabinRewards",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
},
{
"eventType": "EventFlag.S33_WinterFestTab",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
},
{
"eventType": "WF_GUFF_AVAIL",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
})
}
}
if (24.3 <= memory.build && memory.build <= 25) {