Added full Winterfest 2025 :)

This commit is contained in:
PRO100KatYT
2025-12-18 14:20:06 +01:00
parent 6235bdc449
commit 1eb9873ae6
3 changed files with 59 additions and 1 deletions

View File

@@ -1883,6 +1883,31 @@ 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 39:
if (memory.build == 39.11) {
activeEvents.push(
{
"eventType": "EventFlag.Winterfest_S39_CabinRewards",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
},
{
"eventType": "EventFlag.S39_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"
},
{
"eventType": "EventFlag.S39_WinterFest",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
})
}
}
if (24.3 <= memory.build && memory.build <= 25) {