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,12 +408,16 @@ express.get("/fortnite/api/calendar/v1/timeline", async (req, res) => {
} }
if (memory.build < 11.3) { if (memory.build < 11.3) {
if (memory.build >= 11.01) {
activeEvents.push( activeEvents.push(
{ {
"eventType": "EventFlag.Season11.Fortnitemares.Quests.Phase1", "eventType": "EventFlag.Season11.Fortnitemares.Quests.Phase1",
"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"
}, })
}
if (memory.build >= 11.10) {
activeEvents.push(
{ {
"eventType": "EventFlag.Season11.Fortnitemares.Quests.Phase2", "eventType": "EventFlag.Season11.Fortnitemares.Quests.Phase2",
"activeUntil": "9999-01-01T00:00:00.000Z", "activeUntil": "9999-01-01T00:00:00.000Z",
@@ -434,6 +438,7 @@ express.get("/fortnite/api/calendar/v1/timeline", async (req, res) => {
"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"
}) })
}
} else { } else {
activeEvents.push( activeEvents.push(
{ {