This commit is contained in:
Burlone
2024-11-15 22:27:17 +01:00
parent dc386da0f2
commit 94991d6696
3 changed files with 207 additions and 2 deletions
+103 -1
View File
@@ -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,
+103 -1
View File
@@ -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,
+1
View File
@@ -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];