Added the STW Storm King's Domain zone for S11

This commit is contained in:
PRO100KatYT
2024-12-12 16:27:16 +01:00
parent 3973006acc
commit edf073747d
2 changed files with 6101 additions and 1724 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -408,32 +408,37 @@ express.get("/fortnite/api/calendar/v1/timeline", async (req, res) => {
} }
if (memory.build < 11.3) { if (memory.build < 11.3) {
activeEvents.push( if (memory.build >= 11.01) {
{ activeEvents.push(
"eventType": "EventFlag.Season11.Fortnitemares.Quests.Phase1", {
"activeUntil": "9999-01-01T00:00:00.000Z", "eventType": "EventFlag.Season11.Fortnitemares.Quests.Phase1",
"activeSince": "2020-01-01T00:00:00.000Z" "activeUntil": "9999-01-01T00:00:00.000Z",
}, "activeSince": "2020-01-01T00:00:00.000Z"
{ })
"eventType": "EventFlag.Season11.Fortnitemares.Quests.Phase2", }
"activeUntil": "9999-01-01T00:00:00.000Z", if (memory.build >= 11.10) {
"activeSince": "2020-01-01T00:00:00.000Z" activeEvents.push(
}, {
{ "eventType": "EventFlag.Season11.Fortnitemares.Quests.Phase2",
"eventType": "EventFlag.Season11.Fortnitemares.Quests.Phase3", "activeUntil": "9999-01-01T00:00:00.000Z",
"activeUntil": "9999-01-01T00:00:00.000Z", "activeSince": "2020-01-01T00:00:00.000Z"
"activeSince": "2020-01-01T00:00:00.000Z" },
}, {
{ "eventType": "EventFlag.Season11.Fortnitemares.Quests.Phase3",
"eventType": "EventFlag.Season11.Fortnitemares.Quests.Phase4", "activeUntil": "9999-01-01T00:00:00.000Z",
"activeUntil": "9999-01-01T00:00:00.000Z", "activeSince": "2020-01-01T00:00:00.000Z"
"activeSince": "2020-01-01T00:00:00.000Z" },
}, {
{ "eventType": "EventFlag.Season11.Fortnitemares.Quests.Phase4",
"eventType": "EventFlag.StormKing.Landmark", "activeUntil": "9999-01-01T00:00:00.000Z",
"activeUntil": "9999-01-01T00:00:00.000Z", "activeSince": "2020-01-01T00:00:00.000Z"
"activeSince": "2020-01-01T00:00:00.000Z" },
}) {
"eventType": "EventFlag.StormKing.Landmark",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
})
}
} else { } else {
activeEvents.push( activeEvents.push(
{ {