From f12e87a607161070e5fbc067de1fdbf9776d4fe8 Mon Sep 17 00:00:00 2001 From: Lawin0129 Date: Thu, 13 Jan 2022 16:17:35 +0000 Subject: [PATCH] Add dev test asset and old rocket spinner emote --- index.js | 2 +- profiles/athena.json | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 169da50..88841b5 100644 --- a/index.js +++ b/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(); } diff --git a/profiles/athena.json b/profiles/athena.json index d481f99..f48ab76 100644 --- a/profiles/athena.json +++ b/profiles/athena.json @@ -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": {