Added BR Season 35 Quests

This commit is contained in:
PRO100KatYT
2025-06-07 22:25:05 +02:00
parent 1fd473ed77
commit 074dcf133c
2 changed files with 2202 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1741,6 +1741,24 @@ 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 35:
activeEvents.push(
{
"eventType": "EventFlag.Event_S35_FoundQuests",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
},
{
"eventType": "EventFlag.Event_S35_MidSeasonCharacter_Quests",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
},
{
"eventType": "EventFlag.Event_S35_SummerRoadtrip_Quests",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
})
}
if (24.3 <= memory.build && memory.build <= 25) {