mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 10:52:23 +01:00
Merge pull request #71 from PRO100KatYT/main
Hit the Road theater zone & some athena CIDs
This commit is contained in:
@@ -83474,6 +83474,42 @@
|
|||||||
"favorite": false
|
"favorite": false
|
||||||
},
|
},
|
||||||
"quantity": 1
|
"quantity": 1
|
||||||
|
},
|
||||||
|
"AthenaCharacter:CID_389_Athena_Commando_F_SpaceBunny": {
|
||||||
|
"templateId": "AthenaCharacter:CID_389_Athena_Commando_F_SpaceBunny",
|
||||||
|
"attributes": {
|
||||||
|
"max_level_bonus": 0,
|
||||||
|
"level": 1,
|
||||||
|
"item_seen": 1,
|
||||||
|
"xp": 0,
|
||||||
|
"variants": [],
|
||||||
|
"favorite": false
|
||||||
|
},
|
||||||
|
"quantity": 1
|
||||||
|
},
|
||||||
|
"AthenaCharacter:CID_TBD_Athena_Commando_F_ConstructorTest": {
|
||||||
|
"templateId": "AthenaCharacter:CID_TBD_Athena_Commando_F_ConstructorTest",
|
||||||
|
"attributes": {
|
||||||
|
"max_level_bonus": 0,
|
||||||
|
"level": 1,
|
||||||
|
"item_seen": 1,
|
||||||
|
"xp": 0,
|
||||||
|
"variants": [],
|
||||||
|
"favorite": false
|
||||||
|
},
|
||||||
|
"quantity": 1
|
||||||
|
},
|
||||||
|
"AthenaCharacter:CID_TBD_Athena_Commando_M_ConstructorTest": {
|
||||||
|
"templateId": "AthenaCharacter:CID_TBD_Athena_Commando_M_ConstructorTest",
|
||||||
|
"attributes": {
|
||||||
|
"max_level_bonus": 0,
|
||||||
|
"level": 1,
|
||||||
|
"item_seen": 1,
|
||||||
|
"xp": 0,
|
||||||
|
"variants": [],
|
||||||
|
"favorite": false
|
||||||
|
},
|
||||||
|
"quantity": 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"stats": {
|
"stats": {
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -267,6 +267,11 @@ express.get("/fortnite/api/calendar/v1/timeline", async (req, res) => {
|
|||||||
|
|
||||||
if (memory.season == 10) {
|
if (memory.season == 10) {
|
||||||
activeEvents.push(
|
activeEvents.push(
|
||||||
|
{
|
||||||
|
"eventType": "EventFlag.Mayday",
|
||||||
|
"activeUntil": "9999-01-01T00:00:00.000Z",
|
||||||
|
"activeSince": "2020-01-01T00:00:00.000Z"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"eventType": "EventFlag.Season10.Phase2",
|
"eventType": "EventFlag.Season10.Phase2",
|
||||||
"activeUntil": "9999-01-01T00:00:00.000Z",
|
"activeUntil": "9999-01-01T00:00:00.000Z",
|
||||||
|
|||||||
Reference in New Issue
Block a user