From 63b9f645ca778cfd4e67cb73a53f08a8356679b5 Mon Sep 17 00:00:00 2001 From: PRO100KatYT <67335438+PRO100KatYT@users.noreply.github.com> Date: Tue, 6 Aug 2024 16:02:51 +0200 Subject: [PATCH] Add some of v30.40 STW additions --- profiles/campaign.json | 66 ++++++++++++++++++++++++++++++++++++++++++ structure/timeline.js | 3 +- 2 files changed, 68 insertions(+), 1 deletion(-) diff --git a/profiles/campaign.json b/profiles/campaign.json index 630d2ec..5d7fe6f 100644 --- a/profiles/campaign.json +++ b/profiles/campaign.json @@ -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": { diff --git a/structure/timeline.js b/structure/timeline.js index 4a5591d..cd02b0b 100644 --- a/structure/timeline.js +++ b/structure/timeline.js @@ -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));