diff --git a/Config/DefaultProfiles/allathena.json b/Config/DefaultProfiles/allathena.json index 4144b94..47fc407 100644 --- a/Config/DefaultProfiles/allathena.json +++ b/Config/DefaultProfiles/allathena.json @@ -108,6 +108,107 @@ }, "quantity": 1 }, + "reload0-loadout": { + "templateId": "CosmeticLocker:cosmeticlocker_athena", + "attributes": { + "locker_slots_data": { + "slots": { + "Pickaxe": { + "items": [ + "" + ], + "activeVariants": [] + }, + "Dance": { + "items": [ + "", + "", + "", + "", + "", + "" + ] + }, + "Glider": { + "items": [ + "" + ] + }, + "Character": { + "items": [ + "" + ], + "activeVariants": [ + { + "variants": [] + } + ] + }, + "Backpack": { + "items": [ + "" + ], + "activeVariants": [ + { + "variants": [] + } + ] + }, + "ItemWrap": { + "items": [ + "", + "", + "", + "", + "", + "", + "" + ], + "activeVariants": [ + null, + null, + null, + null, + null, + null, + null + ] + }, + "LoadingScreen": { + "items": [ + "" + ], + "activeVariants": [ + null + ] + }, + "MusicPack": { + "items": [ + "" + ], + "activeVariants": [ + null + ] + }, + "SkyDiveContrail": { + "items": [ + "" + ], + "activeVariants": [ + null + ] + } + } + }, + "use_count": 1, + "banner_icon_template": "", + "locker_name": "RELOAD BACKEND", + "banner_color_template": "", + "item_seen": false, + "favorite": false + }, + "quantity": 1 + }, "AthenaBackpack:Backpack_AgentXKoi": { "templateId": "AthenaBackpack:Backpack_AgentXKoi", "attributes": { @@ -114871,7 +114972,8 @@ "past_seasons": [], "season_match_boost": 999, "loadouts": [ - "sandbox_loadout" + "sandbox_loadout", + "reload0-loadout" ], "favorite_victorypose": "", "mfa_reward_claimed": true, diff --git a/Config/DefaultProfiles/athena.json b/Config/DefaultProfiles/athena.json index 9bee1e0..2a33e77 100644 --- a/Config/DefaultProfiles/athena.json +++ b/Config/DefaultProfiles/athena.json @@ -108,6 +108,107 @@ }, "quantity": 1 }, + "reload0-loadout": { + "templateId": "CosmeticLocker:cosmeticlocker_athena", + "attributes": { + "locker_slots_data": { + "slots": { + "Pickaxe": { + "items": [ + "" + ], + "activeVariants": [] + }, + "Dance": { + "items": [ + "", + "", + "", + "", + "", + "" + ] + }, + "Glider": { + "items": [ + "" + ] + }, + "Character": { + "items": [ + "" + ], + "activeVariants": [ + { + "variants": [] + } + ] + }, + "Backpack": { + "items": [ + "" + ], + "activeVariants": [ + { + "variants": [] + } + ] + }, + "ItemWrap": { + "items": [ + "", + "", + "", + "", + "", + "", + "" + ], + "activeVariants": [ + null, + null, + null, + null, + null, + null, + null + ] + }, + "LoadingScreen": { + "items": [ + "" + ], + "activeVariants": [ + null + ] + }, + "MusicPack": { + "items": [ + "" + ], + "activeVariants": [ + null + ] + }, + "SkyDiveContrail": { + "items": [ + "" + ], + "activeVariants": [ + null + ] + } + } + }, + "use_count": 1, + "banner_icon_template": "", + "locker_name": "RELOAD BACKEND", + "banner_color_template": "", + "item_seen": false, + "favorite": false + }, + "quantity": 1 + }, "AthenaCharacter:CID_001_Athena_Commando_F_Default": { "attributes": { "favorite": false, @@ -353,7 +454,8 @@ "attributes": { "season_match_boost": 0, "loadouts": [ - "sandbox_loadout" + "sandbox_loadout", + "reload0-loadout" ], "rested_xp_overflow": 0, "mfa_reward_claimed": true, diff --git a/routes/mcp.js b/routes/mcp.js index 5cbb613..43eef19 100644 --- a/routes/mcp.js +++ b/routes/mcp.js @@ -2992,6 +2992,7 @@ app.post("/fortnite/api/game/v2/profile/:accountId/client/SetCosmeticLockerName" responseVersion: 1 }); }); + app.post("/fortnite/api/game/v2/profile/*/client/DeleteCosmeticLoadout", verifyToken, async (req, res) => { const profiles = await Profile.findOne({accountId: req.user.accountId}); let profile = profiles.profiles[req.query.profileId];