mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 02:42:22 +01:00
Add dev test asset and old rocket spinner emote
This commit is contained in:
2
index.js
2
index.js
@@ -780,7 +780,7 @@ express.get("/fortnite/api/cloudstorage/system/:file", async (req, res) => {
|
||||
const file = path.join(__dirname, 'CloudStorage', req.params.file);
|
||||
|
||||
if (fs.existsSync(file)) {
|
||||
const ParsedFile = fs.readFileSync(file, 'utf-8');
|
||||
const ParsedFile = fs.readFileSync(file);
|
||||
|
||||
return res.status(200).send(ParsedFile).end();
|
||||
}
|
||||
|
||||
@@ -13349,6 +13349,30 @@
|
||||
},
|
||||
"quantity": 1
|
||||
},
|
||||
"AthenaCharacter:Dev_TestAsset": {
|
||||
"templateId": "AthenaCharacter:Dev_TestAsset",
|
||||
"attributes": {
|
||||
"max_level_bonus": 0,
|
||||
"level": 1,
|
||||
"item_seen": 1,
|
||||
"xp": 0,
|
||||
"variants": [],
|
||||
"favorite": false
|
||||
},
|
||||
"quantity": 1
|
||||
},
|
||||
"AthenaDance:EID_Pinwheel": {
|
||||
"templateId": "AthenaDance:EID_Pinwheel",
|
||||
"attributes": {
|
||||
"max_level_bonus": 0,
|
||||
"level": 1,
|
||||
"item_seen": 1,
|
||||
"xp": 0,
|
||||
"variants": [],
|
||||
"favorite": false
|
||||
},
|
||||
"quantity": 1
|
||||
},
|
||||
"AthenaCharacter:CID_760_Athena_Commando_F_NeonTightSuit": {
|
||||
"templateId": "AthenaCharacter:CID_760_Athena_Commando_F_NeonTightSuit",
|
||||
"attributes": {
|
||||
|
||||
Reference in New Issue
Block a user