mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 02:42:22 +01:00
Add some of v30.40 STW additions
This commit is contained in:
@@ -61490,6 +61490,72 @@
|
||||
},
|
||||
"quantity": 1
|
||||
},
|
||||
"Hero:HID_Outlander_043_MadCommander_SR_T05": {
|
||||
"templateId": "Hero:HID_Outlander_043_MadCommander_SR_T05",
|
||||
"attributes": {
|
||||
"outfitvariants": [],
|
||||
"backblingvariants": [],
|
||||
"gender": 0,
|
||||
"level": 50,
|
||||
"item_seen": true,
|
||||
"squad_slot_idx": -1,
|
||||
"portrait": "",
|
||||
"hero_name": "DefaultHeroName",
|
||||
"max_level_bonus": 0,
|
||||
"squad_id": "",
|
||||
"mode_loadouts": [],
|
||||
"xp": 0,
|
||||
"slotted_building_id": "",
|
||||
"refundable": false,
|
||||
"building_slot_used": -1,
|
||||
"favorite": false
|
||||
},
|
||||
"quantity": 1
|
||||
},
|
||||
"Hero:HID_Outlander_043_MadCommander_VR_T05": {
|
||||
"templateId": "Hero:HID_Outlander_043_MadCommander_VR_T05",
|
||||
"attributes": {
|
||||
"outfitvariants": [],
|
||||
"backblingvariants": [],
|
||||
"gender": 0,
|
||||
"level": 50,
|
||||
"item_seen": true,
|
||||
"squad_slot_idx": -1,
|
||||
"portrait": "",
|
||||
"hero_name": "DefaultHeroName",
|
||||
"max_level_bonus": 0,
|
||||
"squad_id": "",
|
||||
"mode_loadouts": [],
|
||||
"xp": 0,
|
||||
"slotted_building_id": "",
|
||||
"refundable": false,
|
||||
"building_slot_used": -1,
|
||||
"favorite": false
|
||||
},
|
||||
"quantity": 1
|
||||
},
|
||||
"Hero:HID_Outlander_042_Madcap_SR_T05": {
|
||||
"templateId": "Hero:HID_Outlander_042_Madcap_SR_T05",
|
||||
"attributes": {
|
||||
"outfitvariants": [],
|
||||
"backblingvariants": [],
|
||||
"gender": 0,
|
||||
"level": 50,
|
||||
"item_seen": true,
|
||||
"squad_slot_idx": -1,
|
||||
"portrait": "",
|
||||
"hero_name": "DefaultHeroName",
|
||||
"max_level_bonus": 0,
|
||||
"squad_id": "",
|
||||
"mode_loadouts": [],
|
||||
"xp": 0,
|
||||
"slotted_building_id": "",
|
||||
"refundable": false,
|
||||
"building_slot_used": -1,
|
||||
"favorite": false
|
||||
},
|
||||
"quantity": 1
|
||||
},
|
||||
"Hero:hid_outlander_041_dinocollector_sr_t05": {
|
||||
"templateId": "Hero:hid_outlander_041_dinocollector_sr_t05",
|
||||
"attributes": {
|
||||
|
||||
@@ -1604,7 +1604,8 @@ express.get("/fortnite/api/calendar/v1/timeline", async (req, res) => {
|
||||
"EventFlag.Spring2019.Phase2",
|
||||
"EventFlag.Starlight",
|
||||
"EventFlag.StormKing.Landmark",
|
||||
"EventFlag.YarrrTwo"
|
||||
"EventFlag.STWOutlandish",
|
||||
"EventFlag.YarrrTwo",
|
||||
]
|
||||
|
||||
var activeEventsSet = new Set(activeEvents.map(e => e.eventType));
|
||||
|
||||
Reference in New Issue
Block a user