mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 02:42:22 +01:00
Added the STW Storm King's Domain zone for S11
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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(
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user