Add some of v30.40 STW additions

This commit is contained in:
PRO100KatYT
2024-08-06 16:02:51 +02:00
parent 876ddec574
commit 63b9f645ca
2 changed files with 68 additions and 1 deletions

View File

@@ -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": {

View File

@@ -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));