From 7a97ca74694e6777307898fba78e1faeb8b6934b Mon Sep 17 00:00:00 2001 From: PRO100KatYT <67335438+PRO100KatYT@users.noreply.github.com> Date: Sat, 3 Dec 2022 09:07:10 +0100 Subject: [PATCH 01/11] Fixed not being able to log in on latest (EOS). --- responses/sdkv1.json | 658 +++++++++++++++++++++++++++++++++++++++++++ structure/user.js | 46 +++ 2 files changed, 704 insertions(+) create mode 100644 responses/sdkv1.json diff --git a/responses/sdkv1.json b/responses/sdkv1.json new file mode 100644 index 0000000..3fcc1aa --- /dev/null +++ b/responses/sdkv1.json @@ -0,0 +1,658 @@ +{ + "client": { + "RateLimiter.InventoryClient": { + "MessageCount": 100, + "TimeIntervalInSeconds": 60.0 + }, + "BaseService": { + "HttpRetryLimit": 4, + "HttpRetryResponseCodes": [ + 429, + 503, + 504 + ] + }, + "RateLimiter.AuthClient": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0 + }, + "RateLimiter.PresenceClient.Operations": { + "MessageCount": 3, + "TimeIntervalInSeconds": 20.0, + "Operation": [ + "SendUpdate", + "SetPresence" + ] + }, + "RateLimiter.ReceiptValidatorClient": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0 + }, + "RateLimiter.LeaderboardsClient": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0 + }, + "RateLimiter.MetricsClient": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0 + }, + "RateLimiter.StatsClient": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0 + }, + "RateLimiter.SDKConfigClient.Operations": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0, + "Operation": [ + "RequestUpdate" + ] + }, + "RateLimiter.TitleStorageClient": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0 + }, + "RateLimiter.EcomClient": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0 + }, + "RateLimiter.DataStorageClient.Operations": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0, + "Operation": [ + "GetAccessLinks", + "QueryFile", + "QueryFileList", + "CopyFile", + "DeleteFile", + "ReadFile", + "WriteFile", + "DownloadFileRedirected", + "UploadFileRedirected" + ] + }, + "LeaderboardsClient": { + "MaxUserScoresQueryUserIds": 100, + "MaxUserScoresQueryStats": 25 + }, + "RateLimiter.CustomInvitesClient.Operations": { + "MessageCount": 50, + "TimeIntervalInSeconds": 60.0, + "Operation": [ + "SendCustomInvite" + ] + }, + "HTTP": { + "HttpReceiveTimeout": 30, + "bEnableHttp": true, + "HttpTimeout": 30, + "HttpConnectionTimeout": 60, + "HttpSendTimeout": 30, + "MaxFlushTimeSeconds": 2.0 + }, + "RateLimiter.FriendClient.Operations": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0, + "Operation": [ + "QueryFriends", + "SendFriendInvite", + "DeleteFriend" + ] + }, + "RateLimiter.RTCAdminClient": { + "MessageCount": 50, + "TimeIntervalInSeconds": 60.0 + }, + "RateLimiter.UserInfoClient": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0 + }, + "/Script/Engine.NetworkSettings": { + "n.VerifyPeer": false + }, + "WebSockets.LibWebSockets": { + "ThreadStackSize": 131072, + "ThreadTargetFrameTimeInSeconds": 0.0333, + "ThreadMinimumSleepTimeInSeconds": 0.0 + }, + "StatsClient": { + "MaxQueryStatsStatNamesStrLength": 1900 + }, + "RateLimiter.MetricsClient.Operations": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0, + "Operation": [ + "RegisterPlayerBackendSession" + ] + }, + "RateLimiter.DataStorageClient": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0 + }, + "SanitizerClient": { + "ReplaceChar": "*", + "RequestLimit": 10 + }, + "RateLimiter.ModsClient.Operations": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0, + "Operation": [ + "InstallMod", + "UninstallMod", + "UpdateMod", + "EnumerateMods" + ] + }, + "RateLimiter.ReportsClient.Operations": { + "MessageCount": 100, + "TimeIntervalInSeconds": 60.0, + "Operation": [ + "SendPlayerBehaviorReport" + ] + }, + "RateLimiter.RTCAdminClient.Operations": { + "MessageCount": 50, + "TimeIntervalInSeconds": 60.0, + "Operation": [ + "QueryJoinRoomToken", + "Kick", + "SetParticipantHardMute" + ] + }, + "RateLimiter.FriendClient": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0 + }, + "RateLimiter.AchievementsClient": { + "MessageCount": 100, + "TimeIntervalInSeconds": 60.0 + }, + "LogFiles": { + "PurgeLogsDays": 5, + "MaxLogFilesOnDisk": 5, + "LogTimes": "SinceStart" + }, + "RateLimiter": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0 + }, + "RateLimiter.AntiCheatClient": { + "MessageCount": 120, + "TimeIntervalInSeconds": 60.0 + }, + "RateLimiter.ProgressionSnapshot": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0 + }, + "SessionsClient": { + "HeartbeatIntervalSecs": 30 + }, + "RateLimiter.UserInfoClient.Operations": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0, + "Operation": [ + "QueryLocalUserInfo", + "QueryUserInfo", + "QueryUserInfoByDisplayName", + "QueryUserInfoByExternalAccount" + ] + }, + "LobbyClient": { + "InitialResendDelayMs": 100, + "MaxConnectionRetries": 3, + "LobbySocketURL": "wss://api.epicgames.dev/lobby/v1/`deploymentId/lobbies/connect", + "NumConsecutiveFailuresAllowed": 5, + "MaxResendDelayMs": 2000, + "WebSocketConnectTaskMaxNetworkWaitSeconds": 15.0, + "RecoveryWaitTimeSecs": 2, + "InitialRetryDelaySeconds": 5, + "MaxSendRetries": 3, + "SentMessageTimeout": 5, + "HeartbeatIntervalSecs": 30, + "MaxRetryIntervalSeconds": 15 + }, + "RateLimiter.SanctionsClient.Operations": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0, + "Operation": [ + "QueryActivePlayerSanctions" + ] + }, + "UIClient.SocialURLQueryParamNames": { + "OSName": "os_name", + "ProductId": "product_id", + "SDKCLNumber": "sdk_cl_number", + "DeploymentId": "deployment_id", + "IntegratedPlatformName": "integrated_platform_name", + "SDKVersion": "sdk_version", + "OSVersion": "os_version", + "UserId": "user_id", + "ExchangeCode": "exchange_code" + }, + "RateLimiter.LobbyClient.ThrottledOperations": { + "MessageCount": 30, + "TimeIntervalInSeconds": 60.0, + "Operation": [ + "CreateLobby", + "DestroyLobby", + "JoinLobby", + "LeaveLobby", + "HeartbeatLobby", + "UpdateLobby", + "PromoteMember", + "KickLobbyMember", + "SendLobbyInvite", + "RejectLobbyInvite", + "QueryInvites", + "FindLobby", + "RefreshRTCToken", + "HardMuteMember" + ] + }, + "RateLimiter.SessionsClient": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0 + }, + "RateLimiter.KWSClient": { + "MessageCount": 20, + "TimeIntervalInSeconds": 60.0 + }, + "RateLimiter.PresenceClient": { + "MessageCount": 60, + "TimeIntervalInSeconds": 60.0 + }, + "RateLimiter.KWSClient.Operations": { + "MessageCount": 20, + "TimeIntervalInSeconds": 60.0, + "Operation": [ + "CreateUser", + "UpdateParentEmail", + "QueryAgeGate", + "QueryPermissions", + "RequestPermissions" + ] + }, + "RateLimiter.InventoryClient.Operations": { + "MessageCount": 100, + "TimeIntervalInSeconds": 60.0, + "Operation": [ + "Open", + "Close" + ] + }, + "RateLimiter.LeaderboardsClient.Operations": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0, + "Operation": [ + "QueryLeaderboardDefinitions", + "QueryLeaderboardRanks", + "QueryLeaderboardUserScores" + ] + }, + "RateLimiter.SanctionsClient": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0 + }, + "Messaging.EpicConnect": { + "FailedConnectionDelayMultiplier": 2.5, + "ServerHeartbeatIntervalMilliseconds": 0, + "FailedConnectionDelayMaxSeconds": 180, + "ClientHeartbeatIntervalMilliseconds": 30000, + "FailedConnectionDelayIntervalSeconds": 5, + "Url": "wss://connect.epicgames.dev" + }, + "MetricsClient": { + "HttpRetryLimit": 2 + }, + "RateLimiter.TitleStorageClient.Operations": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0, + "Operation": [ + "QueryFile", + "QueryFileList", + "ReadFile" + ] + }, + "RateLimiter.AchievementsClient.Operations": { + "MessageCount": 100, + "TimeIntervalInSeconds": 60.0, + "Operation": [ + "QueryDefinitions", + "QueryPlayerAchievements", + "UnlockAchievements" + ] + }, + "Messaging.Stomp": { + "ClientHeartbeatIntervalMs": 30000, + "RequestedServerHeartbeatIntervalMs": 30000, + "Url": "wss://api.epicgames.dev/notifications/v1/`deploymentid`/connect", + "BlocklistMessageTypeFilters": [ + "lobbyinvite" + ] + }, + "TitleStorageClient": { + "AccessLinkDurationSeconds": 300, + "UnusedCachedFileDaysToLive": 7, + "ClearInvalidFileCacheFrequencyDays": 2, + "MaxSimultaneousReads": 10 + }, + "ConnectClient": { + "MaxProductUserIdMappingsQueryUserIds": 128, + "MinProductUserIdMappingsUpdateTimeInSeconds": 900.0 + }, + "RateLimiter.LobbyClient.Operations": { + "MessageCount": 100, + "TimeIntervalInSeconds": 60.0, + "Operation": [ + "GetByLobbyId", + "UpdateLobby" + ] + }, + "RateLimiter.AntiCheatClient.Operations": { + "MessageCount": 120, + "TimeIntervalInSeconds": 60.0, + "Operation": [ + "QueryServiceStatus", + "SendClientMessage" + ] + }, + "EcomClient": { + "PurchaseUrl": "https://launcher-website-prod07.ol.epicgames.com/purchase", + "PurchaseCookieName": "EPIC_BEARER_TOKEN", + "PurchaseEpicIdUrl": "https://www.epicgames.com/ecom/payment/v1/purchase" + }, + "RateLimiter.SessionsClient.Operations": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0, + "Operation": [ + "UpdateSession", + "JoinSession", + "StartSession", + "EndSession", + "RegisterPlayers", + "SendInvite", + "RejectInvite", + "QueryInvites", + "FindSession", + "DestroySession" + ] + }, + "RateLimiter.StatsClient.Operations": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0, + "Operation": [ + "IngestStat", + "QueryStats" + ] + }, + "RateLimiter.ReceiptValidatorClient.Operations": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0, + "Operation": [ + "VerifyPurchase" + ] + }, + "DataStorageClient": { + "AccessLinkDurationSeconds": 300, + "MaxSimultaneousReads": 10, + "MaxSimultaneousWrites": 10 + }, + "RateLimiter.AuthClient.Operations": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0, + "Operation": [ + "VerifyAuth", + "DeletePersistentAuth", + "GenerateClientAuth", + "LinkAccount", + "QueryIdToken", + "VerifyIdToken" + ] + }, + "P2PClient": { + "IceServers": [ + "stun:stun.l.google.com:19302", + "stun:turn.rtcp.on.epicgames.com:3478", + "turn:turn.rtcp.on.epicgames.com:3478" + ], + "P2PMinPort": 7777, + "P2PMaxPort": 7876 + }, + "RateLimiter.LobbyClient": { + "MessageCount": 30, + "TimeIntervalInSeconds": 60.0 + }, + "SDKAnalytics": { + "BaseUrl": "https://api.epicgames.dev/telemetry/data/", + "DevPhase": 2, + "AppEnvironment": "Production", + "UploadType": "sdkevents" + }, + "RateLimiter.ConnectClient": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0 + }, + "AntiCheat.GameplayData": { + "Url": "wss://api.epicgames.dev/cerberus-edge/v1/" + }, + "AuthClient": { + "AccountPortalURLLocaleSuffix": "lang=`code", + "PollInterval": 5, + "RefreshTokenThreshold": 100.0, + "VPCRegisterURL": "https://epicgames.com/id/register/quick/minor/await?code=`challenge_id&display=embedded", + "AuthorizeContinuationEndpoint": "https://epicgames.com/id/login?continuation=`continuation&prompt=skip_merge%20skip_upgrade", + "AuthorizeCodeEndpoint": "https://epicgames.com/id/authorize?client_id=`client_id&response_type=code&scope=`scope&redirect_uri=`redirect_uri&display=popup&prompt=login", + "AuthorizeContinuationEmbeddedEndpoint": "https://epicgames.com/id/embedded/login?continuation=`continuation&prompt=skip_merge%20skip_upgrade", + "VerifyTokenInterval": 60.0, + "PollExpiresIn": 300, + "IdTokenCacheMinExpirySeconds": 300, + "AuthorizeEndpoint": "https://epicgames.com/id/authorize?exchange_code=`exchange_code&scope=`scope&prompt=skip_merge%20skip_upgrade", + "AccountPortalScheme": "eos.`client_id://epic/auth", + "bOfflineAccountToken": true + }, + "RateLimiter.ProgressionSnapshot.Operations": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0, + "Operation": [ + "SubmitSnapshot", + "DeleteSnapshot" + ] + }, + "XMPP": { + "bEnabled": true, + "bEnableWebsockets": true, + "ThreadStackSize": 131072 + }, + "RateLimiter.AntiCheatServer.Operations": { + "MessageCount": 100000, + "TimeIntervalInSeconds": 60.0, + "Operation": [ + "QueryServiceStatus", + "SendClientMessage" + ] + }, + "Core.Log": { + "LogEOS": "verbose", + "LogEOSMessaging": "verbose", + "LogEOSConnect": "verbose", + "LogEOSAuth": "verbose", + "LogHttpSerialization": "verbose", + "LogCore": "verbose", + "LogHttp": "warning", + "LogStomp": "verbose", + "LogXmpp": "verbose", + "LogEOSSessions": "verbose" + }, + "UIClient": { + "FriendsURL": "https://epic-social-game-overlay-prod.ol.epicgames.com/index.html", + "SocialSPAClientId": "cf27c69fe66441e8a8a4e8faf396ee4c", + "VPCURLLocaleSuffix": "&lang=`code", + "FriendsURLExchangeCodeSuffix": "?exchange_code=`exchange_code", + "VPCURL": "https://epicgames.com/id/overlay/quick/minor/verify?code=`challenge_id" + }, + "RateLimiter.AntiCheatServer": { + "MessageCount": 100000, + "TimeIntervalInSeconds": 60.0 + }, + "Messaging.XMPP": { + "ReconnectionDelayJitter": 1.5, + "PingTimeout": 30, + "ReconnectionDelayBase": 4.0, + "ServerPort": 443, + "bPrivateChatFriendsOnly": true, + "ReconnectionDelayMax": 300.0, + "Domain": "prod.ol.epicgames.com", + "ReconnectionDelayBackoffExponent": 2.0, + "ServerAddr": "wss://xmpp-service-prod.ol.epicgames.com", + "PingInterval": 60 + }, + "RateLimiter.SDKConfigClient": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0 + }, + "RateLimiter.EcomClient.Operations": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0, + "Operation": [ + "QueryOwnership", + "QueryOwnershipToken", + "QueryEntitlement", + "QueryOffer", + "RedeemEntitlements", + "Checkout" + ] + }, + "PresenceClient": { + "EpicConnectNotificationWaitTime": 5.0, + "PresenceQueryTimeoutSeconds": 60.0, + "bSetOfflineOnLogoutEnabled": true, + "PresenceAutoUpdateInSeconds": 600.0, + "bSetOfflineOnShutdownEnabled": true + }, + "RateLimiter.CustomInvitesClient": { + "MessageCount": 50, + "TimeIntervalInSeconds": 60.0 + }, + "RateLimiter.ModsClient": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0 + }, + "RateLimiter.ConnectClient.Operations": { + "MessageCount": 300, + "TimeIntervalInSeconds": 60.0, + "Operation": [ + "LoginAccount", + "CreateAccount", + "LinkAccount", + "UnlinkAccount", + "CreateDeviceId", + "DeleteDeviceId", + "TransferDeviceIdAccount", + "QueryExternalAccountMappings", + "QueryProductUserIdMappings", + "VerifyIdToken" + ] + }, + "RateLimiter.AuthClient.SensitiveOperations": { + "MessageCount": 12, + "TimeIntervalInSeconds": 60.0, + "Operation": [ + "GenerateUserAuth" + ] + }, + "RateLimiter.ReportsClient": { + "MessageCount": 100, + "TimeIntervalInSeconds": 60.0 + } + }, + "services": { + "RTCService": { + "BaseUrl": "https://api.epicgames.dev/rtc" + }, + "DataStorageService": { + "BaseUrl": "https://api.epicgames.dev/datastorage" + }, + "AccountsEpicIdService": { + "BaseUrl": "https://api.epicgames.dev" + }, + "MetricsService": { + "BaseUrl": "https://api.epicgames.dev/datarouter" + }, + "EcommerceService": { + "BaseUrl": "https://ecommerceintegration-public-service-ecomprod02.ol.epicgames.com/ecommerceintegration" + }, + "KWSService": { + "BaseUrl": "https://api.epicgames.dev/kws" + }, + "AntiCheatService": { + "BaseUrl": "https://api.epicgames.dev/anticheat" + }, + "LobbyService": { + "BaseUrl": "https://api.epicgames.dev/lobby" + }, + "StatsAchievementsService": { + "BaseUrl": "https://api.epicgames.dev/stats" + }, + "PriceEngineService": { + "BaseUrl": "https://priceengine-public-service-ecomprod01.ol.epicgames.com/priceengine" + }, + "AccountsService": { + "BaseUrl": "https://egp-idsoc-proxy-prod.ol.epicgames.com/account", + "RedirectUrl": "accounts.epicgames.com" + }, + "EcommerceEpicIdService": { + "BaseUrl": "https://api.epicgames.dev/epic/ecom" + }, + "PaymentEpicIdService": { + "BaseUrl": "https://api.epicgames.dev/epic/payment" + }, + "SanctionsService": { + "BaseUrl": "https://api.epicgames.dev/sanctions" + }, + "FriendService": { + "BaseUrl": "https://egp-idsoc-proxy-prod.ol.epicgames.com/friends" + }, + "ReceiptValidatorService": { + "BaseUrl": "https://api.epicgames.dev/receipt-validator" + }, + "FriendEpicIdService": { + "BaseUrl": "https://api.epicgames.dev/epic/friends" + }, + "CatalogService": { + "BaseUrl": "https://catalog-public-service-prod06.ol.epicgames.com/catalog" + }, + "EOSAuthService": { + "BaseUrl": "https://api.epicgames.dev" + }, + "SessionsService": { + "BaseUrl": "https://api.epicgames.dev/matchmaking" + }, + "ModsService": { + "BaseUrl": "https://api.epicgames.dev/mods" + }, + "ReportsService": { + "BaseUrl": "https://api.epicgames.dev/player-reports" + }, + "ProgressionSnapshotService": { + "BaseUrl": "https://api.epicgames.dev/snapshots" + }, + "CustomInvitesService": { + "BaseUrl": "https://api.epicgames.dev/notifications" + }, + "PresenceService": { + "BaseUrl": "https://api.epicgames.dev/epic/presence" + }, + "TitleStorageService": { + "BaseUrl": "https://api.epicgames.dev/titlestorage" + }, + "StatsIngestService": { + "BaseUrl": "https://api.epicgames.dev/ingestion/stats" + }, + "LeaderboardsService": { + "BaseUrl": "https://api.epicgames.dev/leaderboards" + }, + "InventoryService": { + "BaseUrl": "https://api.epicgames.dev/inventory" + } + }, + "watermark": -934553538 +} diff --git a/structure/user.js b/structure/user.js index 6bdc47d..c3776bf 100644 --- a/structure/user.js +++ b/structure/user.js @@ -65,6 +65,52 @@ express.get("/account/api/public/account/:accountId", async (req, res) => { }) }) +express.get("/sdk/v1/*", async (req, res) => { + const sdk = require("./../responses/sdkv1.json"); + res.json(sdk) +}) + +express.post("/auth/v1/oauth/token", async (req, res) => { + res.json({ + "access_token": "lawinstokenlol", + "token_type": "bearer", + "expires_in": 28800, + "expires_at": "9999-12-31T23:59:59.999Z", + "deployment_id": "lawinsdeploymentidlol", + "organization_id": "lawinsorganizationidlol", + "product_id": "prod-fn", + "sandbox_id": "fn" + }) +}) + +express.get("/epic/id/v2/sdk/accounts", async (req, res) => { + res.json([{ + "accountId": Memory_CurrentAccountID, + "displayName": Memory_CurrentAccountID, + "preferredLanguage": "en", + "cabinedMode": false, + "empty": false + }]) +}) + +express.post("/epic/oauth/v2/token", async (req, res) => { + res.json({ + "scope": "basic_profile friends_list openid presence", + "token_type": "bearer", + "access_token": "lawinstokenlol", + "expires_in": 28800, + "expires_at": "9999-12-31T23:59:59.999Z", + "refresh_token": "lawinstokenlol", + "refresh_expires_in": 86400, + "refresh_expires_at": "9999-12-31T23:59:59.999Z", + "account_id": Memory_CurrentAccountID, + "client_id": "lawinsclientidlol", + "application_id": "lawinsapplicationidlol", + "selected_account_id": Memory_CurrentAccountID, + "id_token": "lawinstokenlol" + }) +}) + express.get("/account/api/public/account/*/externalAuths", async (req, res) => { res.json([]) }) From d9b25a49e1e51702782b6c01a4f5c74f96f36a73 Mon Sep 17 00:00:00 2001 From: PRO100KatYT <67335438+PRO100KatYT@users.noreply.github.com> Date: Sat, 3 Dec 2022 17:26:58 +0100 Subject: [PATCH 02/11] Added SetItemArchivedStatusBatch --- structure/mcp.js | 51 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/structure/mcp.js b/structure/mcp.js index 553fa9c..79f5451 100644 --- a/structure/mcp.js +++ b/structure/mcp.js @@ -6292,6 +6292,57 @@ express.post("/fortnite/api/game/v2/profile/*/client/PurchaseCatalogEntry", asyn res.end(); }); +// Archive locker items +express.post("/fortnite/api/game/v2/profile/*/client/SetItemArchivedStatusBatch", async (req, res) => { + const profile = require(`./../profiles/${req.query.profileId || "athena"}.json`); + + // do not change any of these or you will end up breaking it + var ApplyProfileChanges = []; + var BaseRevision = profile.rvn || 0; + var QueryRevision = req.query.rvn || -1; + var StatChanged = false; + + if (req.body.itemIds) { + for (var i in req.body.itemIds) { + profile.items[req.body.itemIds[i]].attributes.archived = req.body.archived || false; + + ApplyProfileChanges.push({ + "changeType": "itemAttrChanged", + "itemId": req.body.itemIds[i], + "attributeName": "archived", + "attributeValue": profile.items[req.body.itemIds[i]].attributes.archived + }) + } + StatChanged = true; + } + + if (StatChanged == true) { + profile.rvn += 1; + profile.commandRevision += 1; + + fs.writeFileSync(`./profiles/${req.query.profileId || "athena"}.json`, JSON.stringify(profile, null, 2)); + } + + // this doesn't work properly on version v12.20 and above but whatever + if (QueryRevision != BaseRevision) { + ApplyProfileChanges = [{ + "changeType": "fullProfileUpdate", + "profile": profile + }]; + } + + res.json({ + "profileRevision": profile.rvn || 0, + "profileId": req.query.profileId || "athena", + "profileChangesBaseRevision": BaseRevision, + "profileChanges": ApplyProfileChanges, + "profileCommandRevision": profile.commandRevision || 0, + "serverTime": new Date().toISOString(), + "responseVersion": 1 + }) + res.end(); +}); + // Set multiple items favorite express.post("/fortnite/api/game/v2/profile/*/client/SetItemFavoriteStatusBatch", async (req, res) => { const profile = require(`./../profiles/${req.query.profileId || "athena"}.json`); From 11d235b875b2a68776f360df33c895cff612a16f Mon Sep 17 00:00:00 2001 From: PRO100KatYT <67335438+PRO100KatYT@users.noreply.github.com> Date: Sun, 4 Dec 2022 10:12:54 +0100 Subject: [PATCH 03/11] Item Shop V2 support for the item shop config. --- responses/contentpages.json | 30 ++++++++++++++++++++++++++++++ structure/functions.js | 8 +++++++- structure/timeline.js | 3 +++ 3 files changed, 40 insertions(+), 1 deletion(-) diff --git a/responses/contentpages.json b/responses/contentpages.json index 82c259d..f1c6932 100644 --- a/responses/contentpages.json +++ b/responses/contentpages.json @@ -6319,5 +6319,35 @@ "lastModified": "2019-10-31T20:35:52.569Z", "_locale": "en-US" }, + "shopSections": { + "_title": "shop-sections", + "sectionList": { + "_type": "ShopSectionList", + "sections": [ + { + "bSortOffersByOwnership": false, + "bShowIneligibleOffersIfGiftable": false, + "bEnableToastNotification": true, + "background": { + "stage": "default", + "_type": "DynamicBackground", + "key": "vault" + }, + "_type": "ShopSection", + "landingPriority": 70, + "bHidden": false, + "sectionId": "Featured", + "bShowTimer": true, + "sectionDisplayName": "LawinServer Item Shop", + "bShowIneligibleOffers": true + } + ] + }, + "_noIndex": false, + "_activeDate": "2022-12-01T23:45:00.000Z", + "lastModified": "2022-12-01T21:50:44.089Z", + "_locale": "en-US", + "_templateName": "FortniteGameShopSections" + }, "_suggestedPrefetch": [] } \ No newline at end of file diff --git a/structure/functions.js b/structure/functions.js index ca5bc8e..37d0a2a 100644 --- a/structure/functions.js +++ b/structure/functions.js @@ -69,7 +69,7 @@ function getItemShop() { for (var value in CatalogConfig) { if (Array.isArray(CatalogConfig[value].itemGrants)) { if (CatalogConfig[value].itemGrants.length != 0) { - const CatalogEntry = {"devName":"","offerId":"","fulfillmentIds":[],"dailyLimit":-1,"weeklyLimit":-1,"monthlyLimit":-1,"categories":[],"prices":[{"currencyType":"MtxCurrency","currencySubType":"","regularPrice":0,"finalPrice":0,"saleExpiration":"9999-12-02T01:12:00Z","basePrice":0}],"matchFilter":"","filterWeight":0,"appStoreId":[],"requirements":[],"offerType":"StaticPrice","giftInfo":{"bIsEnabled":false,"forcedGiftBoxTemplateId":"","purchaseRequirements":[],"giftRecordIds":[]},"refundable":true,"metaInfo":[],"displayAssetPath":"","itemGrants":[],"sortPriority":0,"catalogGroupPriority":0}; + const CatalogEntry = {"devName":"","offerId":"","fulfillmentIds":[],"dailyLimit":-1,"weeklyLimit":-1,"monthlyLimit":-1,"categories":[],"prices":[{"currencyType":"MtxCurrency","currencySubType":"","regularPrice":0,"finalPrice":0,"saleExpiration":"9999-12-02T01:12:00Z","basePrice":0}],"meta":{"SectionId":"Featured","TileSize":"Small"},"matchFilter":"","filterWeight":0,"appStoreId":[],"requirements":[],"offerType":"StaticPrice","giftInfo":{"bIsEnabled":false,"forcedGiftBoxTemplateId":"","purchaseRequirements":[],"giftRecordIds":[]},"refundable":true,"metaInfo":[{"key":"SectionId","value":"Featured"},{"key":"TileSize","value":"Small"}],"displayAssetPath":"","itemGrants":[],"sortPriority":0,"catalogGroupPriority":0}; if (value.toLowerCase().startsWith("daily")) { catalog.storefronts.forEach((storefront, i) => { @@ -93,6 +93,9 @@ function getItemShop() { CatalogEntry.prices[0].regularPrice = CatalogConfig[value].price CatalogEntry.prices[0].finalPrice = CatalogConfig[value].price + // Make featured items appear on the left side of the screen + CatalogEntry.sortPriority = -1 + if (CatalogEntry.itemGrants.length != 0) { catalog.storefronts[i].catalogEntries.push(CatalogEntry); } @@ -122,6 +125,9 @@ function getItemShop() { CatalogEntry.prices[0].regularPrice = CatalogConfig[value].price CatalogEntry.prices[0].finalPrice = CatalogConfig[value].price + CatalogEntry.meta.TileSize = "Normal" + CatalogEntry.metaInfo[1].value = "Normal" + if (CatalogEntry.itemGrants.length != 0) { catalog.storefronts[i].catalogEntries.push(CatalogEntry); } diff --git a/structure/timeline.js b/structure/timeline.js index 2029694..c8e5e21 100644 --- a/structure/timeline.js +++ b/structure/timeline.js @@ -1163,6 +1163,9 @@ express.get("/fortnite/api/calendar/v1/timeline", async (req, res) => { "weeklyStoreEnd": "9999-01-01T00:00:00Z", "stwEventStoreEnd": "9999-01-01T00:00:00.000Z", "stwWeeklyStoreEnd": "9999-01-01T00:00:00.000Z", + "sectionStoreEnds": { + "Featured": "9999-01-01T00:00:00.000Z" + }, "dailyStoreEnd": "9999-01-01T00:00:00Z" } }], From 25dc25342ad2e1cdfba24fb1a6b62e3917548c79 Mon Sep 17 00:00:00 2001 From: PRO100KatYT <67335438+PRO100KatYT@users.noreply.github.com> Date: Mon, 5 Dec 2022 19:56:06 +0100 Subject: [PATCH 04/11] Added S23 lobby background --- structure/functions.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/structure/functions.js b/structure/functions.js index 37d0a2a..4f1620a 100644 --- a/structure/functions.js +++ b/structure/functions.js @@ -272,6 +272,10 @@ function getContentPages(req) { if (memory.season == 22) { contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/t-bp22-lobby-square-2048x2048-2048x2048-e4e90c6e8018.jpg" } + + if (memory.season == 23) { + contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/t-bp23-lobby-2048x1024-2048x1024-26f2c1b27f63.png" + } } catch (err) {} return contentpages; From ecef24739b8a5d52bdf6194dc011e5c65c2426da Mon Sep 17 00:00:00 2001 From: PRO100KatYT <67335438+PRO100KatYT@users.noreply.github.com> Date: Sat, 10 Dec 2022 17:50:44 +0100 Subject: [PATCH 05/11] Change current S7- hero to its legendary variant --- profiles/campaign.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/campaign.json b/profiles/campaign.json index b45dfdb..5f86707 100644 --- a/profiles/campaign.json +++ b/profiles/campaign.json @@ -13644,11 +13644,11 @@ "gender": 0, "level": 50, "item_seen": true, - "squad_slot_idx": 0, + "squad_slot_idx": -1, "portrait": "", "hero_name": "DefaultHeroName", "max_level_bonus": 0, - "squad_id": "Squad_Combat_AdventureSquadOne", + "squad_id": "", "mode_loadouts": [], "xp": 0, "slotted_building_id": "", @@ -14586,11 +14586,11 @@ "gender": 0, "level": 50, "item_seen": true, - "squad_slot_idx": -1, + "squad_slot_idx": 0, "portrait": "", "hero_name": "DefaultHeroName", "max_level_bonus": 0, - "squad_id": "", + "squad_id": "Squad_Combat_AdventureSquadOne", "mode_loadouts": [], "xp": 0, "slotted_building_id": "", From 0eb357525b4778455c6fd76a40d6dd02af490184 Mon Sep 17 00:00:00 2001 From: PRO100KatYT <67335438+PRO100KatYT@users.noreply.github.com> Date: Tue, 13 Dec 2022 15:56:13 +0100 Subject: [PATCH 06/11] Added Winterfest 2022 --- profiles/athena.json | 33 ++++++++++++++++++++++++++++++++ responses/winterfestrewards.json | 18 ++++++++++++++++- structure/mcp.js | 2 +- structure/timeline.js | 14 ++++++++++++++ 4 files changed, 65 insertions(+), 2 deletions(-) diff --git a/profiles/athena.json b/profiles/athena.json index 7fb06de..5a063f1 100644 --- a/profiles/athena.json +++ b/profiles/athena.json @@ -102722,6 +102722,39 @@ }, "quantity": 1 }, + "S23_GIFTS": { + "templateId": "AthenaRewardGraph:s23_winterfest", + "attributes": { + "reward_nodes_claimed": [], + "unlock_epoch": "2022-12-12T14:00:00.000Z", + "unlock_keys_used": 0, + "player_random_seed": -2143043306, + "item_seen": false, + "player_state": [], + "reward_graph_purchased_timestamp": 1639693875638, + "reward_graph_purchased": true, + "reward_keys": [ + { + "static_key_template_id": "Token:athena_s23_winterfest_key", + "static_key_max_count": 14, + "static_key_initial_count": 0, + "unlock_keys_used": 0 + } + ] + }, + "quantity": 1 + }, + "S23_GIFT_KEY": { + "templateId": "Token:athena_s23_winterfest_key", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 14 + }, "S19_GIFTS": { "templateId": "AthenaRewardGraph:s19_winterfest", "attributes": { diff --git a/responses/winterfestrewards.json b/responses/winterfestrewards.json index 177d444..494cd22 100644 --- a/responses/winterfestrewards.json +++ b/responses/winterfestrewards.json @@ -32,5 +32,21 @@ "ERG.Node.A.10": "AthenaItemWrap:wrap_430_winterlights", "ERG.Node.A.11": "AthenaDance:spid_346_winterfest_2021", "ERG.Node.A.12": "AthenaPickaxe:pickaxe_ID_732_shovelmale" + }, + "Season23": { + "ERG.Node.A.1": "AthenaCharacter:character_sportsfashion_winter", + "ERG.Node.B.1": "AthenaCharacter:character_cometdeer", + "ERG.Node.A.2": "AthenaGlider:glider_default_jolly", + "ERG.Node.A.3": "AthenaDance:eid_dashing", + "ERG.Node.A.4": "AthenaDance:spray_guffholidaytree_winterfest2022", + "ERG.Node.A.5": "AthenaDance:emoji_s23_winterfest_2022", + "ERG.Node.A.6": "AthenaMusicPack:musicpack_164_redpepper_winterfest", + "ERG.Node.A.7": "AthenaItemWrap:wrap_winter_pal", + "ERG.Node.A.8": "AthenaPickaxe:pickaxe_jollytroll", + "ERG.Node.A.9": "AthenaGlider:glider_jollytroll", + "ERG.Node.A.10": "AthenaBackpack:backpack_jollytroll", + "ERG.Node.A.11": "AthenaMusicPack:musicpack_163_winterfest_2022", + "ERG.Node.A.12": "AthenaItemWrap:wrap_cometwinter", + "ERG.Node.A.13": "AthenaSkyDiveContrail:contrail_jollytroll" } -} \ No newline at end of file +} diff --git a/structure/mcp.js b/structure/mcp.js index 79f5451..858c00f 100644 --- a/structure/mcp.js +++ b/structure/mcp.js @@ -308,7 +308,7 @@ express.post("/fortnite/api/game/v2/profile/*/client/PurchaseHomebaseNode", asyn res.end(); }); -// Open Winterfest presents (11.31 & 19.01) +// Open Winterfest presents (11.31, 19.01 & 23.10) express.post("/fortnite/api/game/v2/profile/*/client/UnlockRewardNode", async (req, res) => { const profile = require(`./../profiles/${req.query.profileId || "athena"}.json`); const common_core = require("./../profiles/common_core.json"); diff --git a/structure/timeline.js b/structure/timeline.js index c8e5e21..4a5be79 100644 --- a/structure/timeline.js +++ b/structure/timeline.js @@ -1066,6 +1066,20 @@ express.get("/fortnite/api/calendar/v1/timeline", async (req, res) => { }) } + if (memory.build == 23.10) { + activeEvents.push( + { + "eventType": "EventFlag.LTE_WinterFest", + "activeUntil": "9999-01-01T00:00:00.000Z", + "activeSince": "2020-01-01T00:00:00.000Z" + }, + { + "eventType": "EventFlag.LTE_WinterFestTab", + "activeUntil": "9999-01-01T00:00:00.000Z", + "activeSince": "2020-01-01T00:00:00.000Z" + }) + } + if (config.Profile.bAllSTWEventsActivated == true) { var Events = [ "EventFlag.Blockbuster2018", From 101d24e1a2e4b59abaa93937d4ef9b78bcbc9170 Mon Sep 17 00:00:00 2001 From: PRO100KatYT <67335438+PRO100KatYT@users.noreply.github.com> Date: Thu, 15 Dec 2022 15:30:16 +0100 Subject: [PATCH 07/11] Added the v23.10 Winterfest lobby background --- README.md | 2 +- structure/functions.js | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4d2404..04c7f0f 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ ### Battle Royale: - CloudStorage and ClientSettings (Settings saving) -- Winterfest presents opening (11.31 & 19.01) +- Winterfest presents opening (11.31, 19.01 & 23.10) - Purchasing Item Shop items - Refunding cosmetics in the refund tab - Favoriting items diff --git a/structure/functions.js b/structure/functions.js index 4f1620a..763cefd 100644 --- a/structure/functions.js +++ b/structure/functions.js @@ -275,6 +275,10 @@ function getContentPages(req) { if (memory.season == 23) { contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/t-bp23-lobby-2048x1024-2048x1024-26f2c1b27f63.png" + if (memory.build == 23.10) { + contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/t-bp23-winterfest-lobby-square-2048x2048-2048x2048-277a476e5ca6.png" + contentpages.specialoffervideo.bSpecialOfferEnabled = "true"; + } } } catch (err) {} From d27c1246594b401e8e39aa4885dbb2b72b50a020 Mon Sep 17 00:00:00 2001 From: PRO100KatYT <67335438+PRO100KatYT@users.noreply.github.com> Date: Mon, 19 Dec 2022 06:42:22 +0100 Subject: [PATCH 08/11] Added Chapter 3 Map Discover quests --- profiles/athena.json | 213 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 213 insertions(+) diff --git a/profiles/athena.json b/profiles/athena.json index 5a063f1..e66b418 100644 --- a/profiles/athena.json +++ b/profiles/athena.json @@ -103274,6 +103274,219 @@ "completion_impossible_poi_of_permanence": 9001 }, "quantity": 1 + }, + "Quest:quest_c3_discover_landmarks": { + "templateId": "Quest:quest_c3_discover_landmarks", + "attributes": { + "creation_time": "2018-04-30T00:00:00.000Z", + "level": -1, + "item_seen": true, + "playlists": [], + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "bucket": "", + "last_state_change_time": "2018-04-30T00:00:00.000Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "quest_rarity": "uncommon", + "favorite": false, + "completion_visit_location_ch3_lm_wreckravine": 1, + "completion_visit_location_ch3_lm_windpowerbuilding": 1, + "completion_visit_location_ch3_lm_windmillfarm": 1, + "completion_visit_location_ch3_lm_volcanomonitoringstation": 1, + "completion_visit_location_ch3_lm_villageshack": 1, + "completion_visit_location_ch3_lm_vanlife": 1, + "completion_visit_location_ch3_lm_tinytimbertent": 1, + "completion_visit_location_ch3_lm_templestairs": 1, + "completion_visit_location_ch3_lm_sunnystepruin": 1, + "completion_visit_location_ch3_lm_smalltemple": 1, + "completion_visit_location_ch3_lm_smallmine": 1, + "completion_visit_location_ch3_lm_skypirateship": 1, + "completion_visit_location_ch3_lm_sinkhole": 1, + "completion_visit_location_ch3_lm_shroomstation": 1, + "completion_visit_location_ch3_lm_sevenresearchlab_3": 1, + "completion_visit_location_ch3_lm_sevenresearchlab_2": 1, + "completion_visit_location_ch3_lm_sevenresearchlab_1": 1, + "completion_visit_location_ch3_lm_sevenfb_07": 1, + "completion_visit_location_ch3_lm_sevenfb_06": 1, + "completion_visit_location_ch3_lm_sevenfb_05": 1, + "completion_visit_location_ch3_lm_sevenfb_04": 1, + "completion_visit_location_ch3_lm_sevenfb_03": 1, + "completion_visit_location_ch3_lm_sevenfb_02": 1, + "completion_visit_location_ch3_lm_sevenfb_01": 1, + "completion_visit_location_ch3_lm_seven_rockrock": 3, + "completion_visit_location_ch3_lm_seven_rocketbase": 1, + "completion_visit_location_ch3_lm_rustycarbeach": 1, + "completion_visit_location_ch3_lm_ruralgasstation": 1, + "completion_visit_location_ch3_lm_ruinedtempletropical": 1, + "completion_visit_location_ch3_lm_ruinedtemplejungle": 3, + "completion_visit_location_ch3_lm_rockmounds": 1, + "completion_visit_location_ch3_lm_rentallodge": 2, + "completion_visit_location_ch3_lm_raptorfarmhouse": 1, + "completion_visit_location_ch3_lm_rangertower": 1, + "completion_visit_location_ch3_lm_radiotower": 1, + "completion_visit_location_ch3_lm_puddlepond": 1, + "completion_visit_location_ch3_lm_powertower": 1, + "completion_visit_location_ch3_lm_plantnursery": 2, + "completion_visit_location_ch3_lm_piraterowboat": 1, + "completion_visit_location_ch3_lm_pinnaclepeak": 1, + "completion_visit_location_ch3_lm_pawntoon": 3, + "completion_visit_location_ch3_lm_partyblimp": 1, + "completion_visit_location_ch3_lm_paracon5": 1, + "completion_visit_location_ch3_lm_paracon4": 1, + "completion_visit_location_ch3_lm_paracon3": 1, + "completion_visit_location_ch3_lm_paracon2": 1, + "completion_visit_location_ch3_lm_paracon1": 1, + "completion_visit_location_ch3_lm_nosweathq": 1, + "completion_visit_location_ch3_lm_mushroomvillage": 1, + "completion_visit_location_ch3_lm_mushroomfarm": 1, + "completion_visit_location_ch3_lm_meowsculescabin": 1, + "completion_visit_location_ch3_lm_lootlakeisland": 1, + "completion_visit_location_ch3_lm_lootlakehouse": 1, + "completion_visit_location_ch3_lm_lootlake": 2, + "completion_visit_location_ch3_lm_looperlanding": 1, + "completion_visit_location_ch3_lm_loggingshack": 1, + "completion_visit_location_ch3_lm_loggingdock": 1, + "completion_visit_location_ch3_lm_llamafarm": 1, + "completion_visit_location_ch3_lm_lighthouse": 3, + "completion_visit_location_ch3_lm_kayakcampsite": 1, + "completion_visit_location_ch3_lm_io_outpost05": 1, + "completion_visit_location_ch3_lm_io_outpost04": 1, + "completion_visit_location_ch3_lm_io_outpost03": 1, + "completion_visit_location_ch3_lm_io_outpost02": 1, + "completion_visit_location_ch3_lm_io_outpost01": 1, + "completion_visit_location_ch3_lm_io_ds_05": 1, + "completion_visit_location_ch3_lm_io_ds_04": 1, + "completion_visit_location_ch3_lm_io_ds_03": 1, + "completion_visit_location_ch3_lm_io_ds_02": 1, + "completion_visit_location_ch3_lm_io_ds_01": 1, + "completion_visit_location_ch3_lm_io_dblimp05": 1, + "completion_visit_location_ch3_lm_io_dblimp04": 1, + "completion_visit_location_ch3_lm_io_dblimp03": 1, + "completion_visit_location_ch3_lm_io_dblimp02": 1, + "completion_visit_location_ch3_lm_io_dblimp01": 1, + "completion_visit_location_ch3_lm_io_blimp05": 1, + "completion_visit_location_ch3_lm_io_blimp04": 1, + "completion_visit_location_ch3_lm_io_blimp03": 1, + "completion_visit_location_ch3_lm_io_blimp02": 1, + "completion_visit_location_ch3_lm_io_blimp01": 1, + "completion_visit_location_ch3_lm_impossiblerock": 1, + "completion_visit_location_ch3_lm_horseshoebend": 1, + "completion_visit_location_ch3_lm_hiddenvillage": 1, + "completion_visit_location_ch3_lm_henchhut": 1, + "completion_visit_location_ch3_lm_geysergulch": 1, + "completion_visit_location_ch3_lm_frostyfields": 1, + "completion_visit_location_ch3_lm_floatingvault6": 1, + "completion_visit_location_ch3_lm_floatingvault5": 1, + "completion_visit_location_ch3_lm_floatingvault4": 1, + "completion_visit_location_ch3_lm_floatingvault3": 1, + "completion_visit_location_ch3_lm_floatingvault2": 1, + "completion_visit_location_ch3_lm_floatingvault1": 1, + "completion_visit_location_ch3_lm_floatinghermit": 1, + "completion_visit_location_ch3_lm_fishyisland": 1, + "completion_visit_location_ch3_lm_fishingshacks": 1, + "completion_visit_location_ch3_lm_fishingshack": 1, + "completion_visit_location_ch3_lm_fernisle": 1, + "completion_visit_location_ch3_lm_fancymansion": 2, + "completion_visit_location_ch3_lm_drillhill": 1, + "completion_visit_location_ch3_lm_dockingbay05": 1, + "completion_visit_location_ch3_lm_dockingbay04": 1, + "completion_visit_location_ch3_lm_dockingbay03": 1, + "completion_visit_location_ch3_lm_dockingbay02": 2, + "completion_visit_location_ch3_lm_dockingbay01": 1, + "completion_visit_location_ch3_lm_dirttrack": 1, + "completion_visit_location_ch3_lm_desertoasis": 1, + "completion_visit_location_ch3_lm_desertmansion": 1, + "completion_visit_location_ch3_lm_desertarch": 1, + "completion_visit_location_ch3_lm_densemushroomgrove": 1, + "completion_visit_location_ch3_lm_deadtreepond": 1, + "completion_visit_location_ch3_lm_crazycactus": 1, + "completion_visit_location_ch3_lm_crater03": 1, + "completion_visit_location_ch3_lm_crater02": 1, + "completion_visit_location_ch3_lm_crater01": 1, + "completion_visit_location_ch3_lm_crackshotscabin": 2, + "completion_visit_location_ch3_lm_cliffhouse": 2, + "completion_visit_location_ch3_lm_clams": 1, + "completion_visit_location_ch3_lm_cauliflower": 1, + "completion_visit_location_ch3_lm_cattus": 1, + "completion_visit_location_ch3_lm_butterbarn": 2, + "completion_visit_location_ch3_lm_burieddeserttown": 1, + "completion_visit_location_ch3_lm_bobshouse": 1, + "completion_visit_location_ch3_lm_boatrentals": 1, + "completion_visit_location_ch3_lm_boatclub": 2, + "completion_visit_location_ch3_lm_blockhouse": 1, + "completion_visit_location_ch3_lm_birdingdunes": 1, + "completion_visit_location_ch3_lm_bigtree": 1, + "completion_visit_location_ch3_lm_bigbridge": 1, + "completion_visit_location_ch3_lm_beachshacks": 1, + "completion_visit_location_ch3_lm_beachparty": 1, + "completion_visit_location_ch3_lm_beachcarpark": 1, + "completion_visit_location_ch3_lm_adrift": 1, + "completion_quest_c3_discover_landmarks_sleepyshrubs": 1, + "completion_quest_c3_discover_landmarks_runway": 1, + "completion_quest_c3_discover_landmarks_realityroots": 1, + "completion_quest_c3_discover_landmarks_lushlogs": 1, + "completion_quest_c3_discover_landmarks_joels": 1, + "completion_quest_c3_discover_landmarks_floatingmineshaft": 1, + "completion_quest_c3_discover_landmarks_deadcabin": 1, + "completion_quest_c3_discover_landmarks_chopshop": 1, + "completion_quest_c3_discover_landmarks_bungalowblooms": 2, + "completion_quest_c3_discover_landmarks_biggas": 1, + "completion_impossible_landmark_of_permanence_ch3": 9001 + }, + "quantity": 1 + }, + "Quest:quest_c3_discover_namedlocations": { + "templateId": "Quest:quest_c3_discover_namedlocations", + "attributes": { + "creation_time": "2018-04-30T00:00:00.000Z", + "level": -1, + "item_seen": true, + "playlists": [], + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "bucket": "", + "last_state_change_time": "2018-04-30T00:00:00.000Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "quest_rarity": "uncommon", + "favorite": false, + "completion_visit_location_ch3_tiltedtowers": 3, + "completion_visit_location_ch3_thetower": 1, + "completion_visit_location_ch3_thejoneses": 2, + "completion_visit_location_ch3_thefortress": 1, + "completion_visit_location_ch3_synapsestation": 1, + "completion_visit_location_ch3_sleepysound": 2, + "completion_visit_location_ch3_shuffledshrines": 5, + "completion_visit_location_ch3_shiftyshafts": 1, + "completion_visit_location_ch3_scientistlab": 1, + "completion_visit_location_ch3_sanctuary": 1, + "completion_visit_location_ch3_rockyreels": 2, + "completion_visit_location_ch3_logjam": 5, + "completion_visit_location_ch3_lazylagoon": 4, + "completion_visit_location_ch3_heraldfortress": 1, + "completion_visit_location_ch3_greasygrove": 2, + "completion_visit_location_ch3_dailybugle": 4, + "completion_visit_location_ch3_creamycrossroads": 3, + "completion_visit_location_ch3_covertcavern": 3, + "completion_visit_location_ch3_condocanyon": 3, + "completion_visit_location_ch3_chromerealitytree": 2, + "completion_visit_location_ch3_chonkersspeedway": 1, + "completion_visit_location_ch3_campcuddles": 2, + "completion_visit_location_ch3_airbornebutterbarn": 5, + "completion_impossible_poi_of_permanence_ch3": 9001 + }, + "quantity": 1 } }, "stats": { From b811be6769508ee1d15cc57e19f53a312cf56dfc Mon Sep 17 00:00:00 2001 From: PRO100KatYT <67335438+PRO100KatYT@users.noreply.github.com> Date: Wed, 21 Dec 2022 17:29:17 +0100 Subject: [PATCH 09/11] Added support for multi-item Winterfest presents. --- responses/winterfestrewards.json | 86 +++++++-------- structure/mcp.js | 183 ++++++++++++++++--------------- 2 files changed, 140 insertions(+), 129 deletions(-) diff --git a/responses/winterfestrewards.json b/responses/winterfestrewards.json index 494cd22..98770d8 100644 --- a/responses/winterfestrewards.json +++ b/responses/winterfestrewards.json @@ -1,52 +1,52 @@ { "author": "List made by PRO100KatYT", "Season11": { - "ERG.Node.A.1": "AthenaCharacter:cid_645_athena_commando_f_wolly", - "ERG.Node.B.1": "AthenaGlider:glider_id_188_galileorocket_g7oki", - "ERG.Node.C.1": "AthenaBackpack:bid_430_galileospeedboat_9rxe3", - "ERG.Node.D.1": "AthenaCharacter:cid_643_athena_commando_m_ornamentsoldier", - "ERG.Node.A.2": "AthenaPickaxe:pickaxe_id_329_gingerbreadcookie1h", - "ERG.Node.A.3": "AthenaPickaxe:pickaxe_id_332_mintminer", - "ERG.Node.A.4": "AthenaDance:eid_snowglobe", - "ERG.Node.A.5": "AthenaGlider:glider_id_191_pinetree", - "ERG.Node.A.6": "AthenaItemWrap:wrap_188_wrappingpaper", - "ERG.Node.A.7": "AthenaItemWrap:wrap_183_newyear2020", - "ERG.Node.A.8": "AthenaSkyDiveContrail:trails_id_082_holidaygarland", - "ERG.Node.A.9": "AthenaMusicPack:musicpack_040_xmaschiptunes", - "ERG.Node.A.10": "AthenaLoadingScreen:lsid_208_smpattern", - "ERG.Node.A.11": "AthenaLoadingScreen:lsid_209_akcrackshot" + "ERG.Node.A.1": ["AthenaCharacter:cid_645_athena_commando_f_wolly"], + "ERG.Node.B.1": ["AthenaGlider:glider_id_188_galileorocket_g7oki"], + "ERG.Node.C.1": ["AthenaBackpack:bid_430_galileospeedboat_9rxe3"], + "ERG.Node.D.1": ["AthenaCharacter:cid_643_athena_commando_m_ornamentsoldier"], + "ERG.Node.A.2": ["AthenaPickaxe:pickaxe_id_329_gingerbreadcookie1h"], + "ERG.Node.A.3": ["AthenaPickaxe:pickaxe_id_332_mintminer"], + "ERG.Node.A.4": ["AthenaDance:eid_snowglobe"], + "ERG.Node.A.5": ["AthenaGlider:glider_id_191_pinetree"], + "ERG.Node.A.6": ["AthenaItemWrap:wrap_188_wrappingpaper"], + "ERG.Node.A.7": ["AthenaItemWrap:wrap_183_newyear2020"], + "ERG.Node.A.8": ["AthenaSkyDiveContrail:trails_id_082_holidaygarland"], + "ERG.Node.A.9": ["AthenaMusicPack:musicpack_040_xmaschiptunes"], + "ERG.Node.A.10": ["AthenaLoadingScreen:lsid_208_smpattern"], + "ERG.Node.A.11": ["AthenaLoadingScreen:lsid_209_akcrackshot"] }, "Season19": { - "ERG.Node.A.1": "Token:14daysoffortnite_small_giftbox", - "ERG.Node.B.1": "AthenaDance:emoji_s19_animwinterfest2021", - "ERG.Node.C.1": "AthenaGlider:glider_id_335_logarithm_40qgl", - "ERG.Node.D.1": "AthenaCharacter:cid_a_323_athena_commando_m_bananawinter", - "ERG.Node.A.2": "HomebaseBannerIcon:brs19_winterfest2021", - "ERG.Node.A.3": "AthenaSkyDiveContrail:trails_id_137_turtleneckcrystal", - "ERG.Node.A.4": "AthenaItemWrap:wrap_429_holidaysweater", - "ERG.Node.A.5": "AthenaLoadingScreen:lsid_393_winterfest2021", - "ERG.Node.A.6": "AthenaMusicPack:musicpack_117_winterfest2021", - "ERG.Node.A.7": "AthenaDance:eid_epicyarn", - "ERG.Node.A.8": "AthenaCharacter:cid_a_310_athena_commando_F_scholarfestive", - "ERG.Node.A.9": "AthenaPickaxe:pickaxe_id_731_scholarfestivefemale1h", - "ERG.Node.A.10": "AthenaItemWrap:wrap_430_winterlights", - "ERG.Node.A.11": "AthenaDance:spid_346_winterfest_2021", - "ERG.Node.A.12": "AthenaPickaxe:pickaxe_ID_732_shovelmale" + "ERG.Node.A.1": ["Token:14daysoffortnite_small_giftbox"], + "ERG.Node.B.1": ["AthenaDance:emoji_s19_animwinterfest2021"], + "ERG.Node.C.1": ["AthenaGlider:glider_id_335_logarithm_40qgl"], + "ERG.Node.D.1": ["AthenaCharacter:cid_a_323_athena_commando_m_bananawinter"], + "ERG.Node.A.2": ["HomebaseBannerIcon:brs19_winterfest2021"], + "ERG.Node.A.3": ["AthenaSkyDiveContrail:trails_id_137_turtleneckcrystal"], + "ERG.Node.A.4": ["AthenaItemWrap:wrap_429_holidaysweater"], + "ERG.Node.A.5": ["AthenaLoadingScreen:lsid_393_winterfest2021"], + "ERG.Node.A.6": ["AthenaMusicPack:musicpack_117_winterfest2021"], + "ERG.Node.A.7": ["AthenaDance:eid_epicyarn"], + "ERG.Node.A.8": ["AthenaCharacter:cid_a_310_athena_commando_F_scholarfestive"], + "ERG.Node.A.9": ["AthenaPickaxe:pickaxe_id_731_scholarfestivefemale1h"], + "ERG.Node.A.10": ["AthenaItemWrap:wrap_430_winterlights"], + "ERG.Node.A.11": ["AthenaDance:spid_346_winterfest_2021"], + "ERG.Node.A.12": ["AthenaPickaxe:pickaxe_ID_732_shovelmale"] }, "Season23": { - "ERG.Node.A.1": "AthenaCharacter:character_sportsfashion_winter", - "ERG.Node.B.1": "AthenaCharacter:character_cometdeer", - "ERG.Node.A.2": "AthenaGlider:glider_default_jolly", - "ERG.Node.A.3": "AthenaDance:eid_dashing", - "ERG.Node.A.4": "AthenaDance:spray_guffholidaytree_winterfest2022", - "ERG.Node.A.5": "AthenaDance:emoji_s23_winterfest_2022", - "ERG.Node.A.6": "AthenaMusicPack:musicpack_164_redpepper_winterfest", - "ERG.Node.A.7": "AthenaItemWrap:wrap_winter_pal", - "ERG.Node.A.8": "AthenaPickaxe:pickaxe_jollytroll", - "ERG.Node.A.9": "AthenaGlider:glider_jollytroll", - "ERG.Node.A.10": "AthenaBackpack:backpack_jollytroll", - "ERG.Node.A.11": "AthenaMusicPack:musicpack_163_winterfest_2022", - "ERG.Node.A.12": "AthenaItemWrap:wrap_cometwinter", - "ERG.Node.A.13": "AthenaSkyDiveContrail:contrail_jollytroll" + "ERG.Node.A.1": ["AthenaCharacter:character_sportsfashion_winter"], + "ERG.Node.B.1": ["AthenaCharacter:character_cometdeer"], + "ERG.Node.A.2": ["AthenaGlider:glider_default_jolly"], + "ERG.Node.A.3": ["AthenaDance:eid_dashing"], + "ERG.Node.A.4": ["AthenaDance:spray_guffholidaytree_winterfest2022", "AthenaDance:spray_winterreindeer_winterfest2022", "AthenaDance:spray_defacedsnowman_winterfest2022"], + "ERG.Node.A.5": ["AthenaDance:emoji_s23_winterfest_2022"], + "ERG.Node.A.6": ["AthenaMusicPack:musicpack_164_redpepper_winterfest"], + "ERG.Node.A.7": ["AthenaItemWrap:wrap_winter_pal"], + "ERG.Node.A.8": ["AthenaPickaxe:pickaxe_jollytroll"], + "ERG.Node.A.9": ["AthenaGlider:glider_jollytroll"], + "ERG.Node.A.10": ["AthenaBackpack:backpack_jollytroll"], + "ERG.Node.A.11": ["AthenaMusicPack:musicpack_163_winterfest_2022", "AthenaMusicPack:musicpack_157_radish_nightnight"], + "ERG.Node.A.12": ["AthenaItemWrap:wrap_cometwinter"], + "ERG.Node.A.13": ["AthenaSkyDiveContrail:contrail_jollytroll"] } } diff --git a/structure/mcp.js b/structure/mcp.js index 858c00f..53f9a6e 100644 --- a/structure/mcp.js +++ b/structure/mcp.js @@ -321,111 +321,120 @@ express.post("/fortnite/api/game/v2/profile/*/client/UnlockRewardNode", async (r var BaseRevision = profile.rvn || 0; var QueryRevision = req.query.rvn || -1; var StatChanged = false; + var CommonCoreChanged = false; var ItemExists = false; var Season = "Season" + memory.season; - var ID = functions.MakeID(); const GiftID = functions.MakeID(); + profile.items[GiftID] = {"templateId":"GiftBox:gb_winterfestreward","attributes":{"max_level_bonus":0,"fromAccountId":"","lootList":[],"level":1,"item_seen":false,"xp":0,"giftedOn":new Date().toISOString(),"params":{"SubGame":"Athena","winterfestGift":"true"},"favorite":false},"quantity":1}; if (req.body.nodeId && req.body.rewardGraphId) { - if (WinterFestIDS[Season][req.body.nodeId].toLowerCase().startsWith("homebasebannericon:")) { - MultiUpdate.push({ - "profileRevision": common_core.rvn || 0, - "profileId": "common_core", - "profileChangesBaseRevision": common_core.rvn || 0, - "profileChanges": [], - "profileCommandRevision": common_core.commandRevision || 0, - }) + for (var i = 0; i < WinterFestIDS[Season][req.body.nodeId].length; i++) { + var ID = functions.MakeID(); + Reward = WinterFestIDS[Season][req.body.nodeId][i] - for (var key in common_core.items) { - if (common_core.items[key].templateId.toLowerCase() == WinterFestIDS[Season][req.body.nodeId].toLowerCase()) { - common_core.items[key].attributes.item_seen = false; - ID = key; - ItemExists = true; + if (Reward.toLowerCase().startsWith("homebasebannericon:")) { + if (CommonCoreChanged == false) { + MultiUpdate.push({ + "profileRevision": common_core.rvn || 0, + "profileId": "common_core", + "profileChangesBaseRevision": common_core.rvn || 0, + "profileChanges": [], + "profileCommandRevision": common_core.commandRevision || 0, + }) + CommonCoreChanged = true; + } + + for (var key in common_core.items) { + if (common_core.items[key].templateId.toLowerCase() == Reward.toLowerCase()) { + common_core.items[key].attributes.item_seen = false; + ID = key; + ItemExists = true; + + MultiUpdate[0].profileChanges.push({ + "changeType": "itemAttrChanged", + "itemId": key, + "attributeName": "item_seen", + "attributeValue": common_core.items[key].attributes.item_seen + }) + } + } + + if (ItemExists == false) { + common_core.items[ID] = { + "templateId": Reward, + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }; + MultiUpdate[0].profileChanges.push({ - "changeType": "itemAttrChanged", - "itemId": key, - "attributeName": "item_seen", - "attributeValue": common_core.items[key].attributes.item_seen + "changeType": "itemAdded", + "itemId": ID, + "item": common_core.items[ID] }) } + + ItemExists = false; + + common_core.rvn += 1; + common_core.commandRevision += 1; + + MultiUpdate[0].profileRevision = common_core.rvn || 0; + MultiUpdate[0].profileCommandRevision = common_core.commandRevision || 0; + + profile.items[GiftID].attributes.lootList.push({"itemType":Reward,"itemGuid":ID,"itemProfile":"common_core","attributes":{"creation_time":new Date().toISOString()},"quantity":1}) } - if (ItemExists == false) { - common_core.items[ID] = { - "templateId": WinterFestIDS[Season][req.body.nodeId], - "attributes": { - "max_level_bonus": 0, - "level": 1, - "item_seen": false, - "xp": 0, - "variants": [], - "favorite": false - }, - "quantity": 1 - }; - - MultiUpdate[0].profileChanges.push({ - "changeType": "itemAdded", - "itemId": ID, - "item": common_core.items[ID] - }) - } + if (!Reward.toLowerCase().startsWith("homebasebannericon:")) { + for (var key in profile.items) { + if (profile.items[key].templateId.toLowerCase() == Reward.toLowerCase()) { + profile.items[key].attributes.item_seen = false; + ID = key; + ItemExists = true; - ItemExists = false; - - common_core.rvn += 1; - common_core.commandRevision += 1; - - MultiUpdate[0].profileRevision = common_core.rvn || 0; - MultiUpdate[0].profileCommandRevision = common_core.commandRevision || 0; - - profile.items[GiftID] = {"templateId":"GiftBox:gb_winterfestreward","attributes":{"max_level_bonus":0,"fromAccountId":"","lootList":[{"itemType":WinterFestIDS[Season][req.body.nodeId],"itemGuid":ID,"itemProfile":"common_core","attributes":{"creation_time":new Date().toISOString()},"quantity":1}],"level":1,"item_seen":false,"xp":0,"giftedOn":new Date().toISOString(),"params":{"SubGame":"Athena","winterfestGift":"true"},"favorite":false},"quantity":1}; - } - - if (!WinterFestIDS[Season][req.body.nodeId].toLowerCase().startsWith("homebasebannericon:")) { - for (var key in profile.items) { - if (profile.items[key].templateId.toLowerCase() == WinterFestIDS[Season][req.body.nodeId].toLowerCase()) { - profile.items[key].attributes.item_seen = false; - ID = key; - ItemExists = true; + ApplyProfileChanges.push({ + "changeType": "itemAttrChanged", + "itemId": key, + "attributeName": "item_seen", + "attributeValue": profile.items[key].attributes.item_seen + }) + } + } + if (ItemExists == false) { + profile.items[ID] = { + "templateId": Reward, + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }; + ApplyProfileChanges.push({ - "changeType": "itemAttrChanged", - "itemId": key, - "attributeName": "item_seen", - "attributeValue": profile.items[key].attributes.item_seen + "changeType": "itemAdded", + "itemId": ID, + "item": profile.items[ID] }) } + + ItemExists = false; + + profile.items[GiftID].attributes.lootList.push({"itemType":Reward,"itemGuid":ID,"itemProfile":"athena","attributes":{"creation_time":new Date().toISOString()},"quantity":1}) } - - if (ItemExists == false) { - profile.items[ID] = { - "templateId": WinterFestIDS[Season][req.body.nodeId], - "attributes": { - "max_level_bonus": 0, - "level": 1, - "item_seen": false, - "xp": 0, - "variants": [], - "favorite": false - }, - "quantity": 1 - }; - - ApplyProfileChanges.push({ - "changeType": "itemAdded", - "itemId": ID, - "item": profile.items[ID] - }) - } - - ItemExists = false; - - profile.items[GiftID] = {"templateId":"GiftBox:gb_winterfestreward","attributes":{"max_level_bonus":0,"fromAccountId":"","lootList":[{"itemType":WinterFestIDS[Season][req.body.nodeId],"itemGuid":ID,"itemProfile":"athena","attributes":{"creation_time":new Date().toISOString()},"quantity":1}],"level":1,"item_seen":false,"xp":0,"giftedOn":new Date().toISOString(),"params":{"SubGame":"Athena","winterfestGift":"true"},"favorite":false},"quantity":1}; } - profile.items[req.body.rewardGraphId].attributes.reward_keys[0].unlock_keys_used += 1; profile.items[req.body.rewardGraphId].attributes.reward_nodes_claimed.push(req.body.nodeId); @@ -457,7 +466,9 @@ express.post("/fortnite/api/game/v2/profile/*/client/UnlockRewardNode", async (r }) fs.writeFileSync(`./profiles/${req.query.profileId || "athena"}.json`, JSON.stringify(profile, null, 2)); - fs.writeFileSync("./profiles/common_core.json", JSON.stringify(common_core, null, 2)); + if (CommonCoreChanged == true) { + fs.writeFileSync("./profiles/common_core.json", JSON.stringify(common_core, null, 2)); + } } // this doesn't work properly on version v12.20 and above but whatever From cab65d8406c4714c6392cb88468d66f16e535139 Mon Sep 17 00:00:00 2001 From: PRO100KatYT <67335438+PRO100KatYT@users.noreply.github.com> Date: Sun, 25 Dec 2022 19:51:59 +0100 Subject: [PATCH 10/11] Added the Winterfest Guff Present EventFlag --- structure/timeline.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/structure/timeline.js b/structure/timeline.js index 4a5be79..db36ddc 100644 --- a/structure/timeline.js +++ b/structure/timeline.js @@ -1077,6 +1077,11 @@ express.get("/fortnite/api/calendar/v1/timeline", async (req, res) => { "eventType": "EventFlag.LTE_WinterFestTab", "activeUntil": "9999-01-01T00:00:00.000Z", "activeSince": "2020-01-01T00:00:00.000Z" + }, + { + "eventType": "WF_GUFF_AVAIL", + "activeUntil": "9999-01-01T00:00:00.000Z", + "activeSince": "2020-01-01T00:00:00.000Z" }) } From 3d5673ac0d6d2145e03e4ba64a9bd541b7e7fed8 Mon Sep 17 00:00:00 2001 From: PRO100KatYT <67335438+PRO100KatYT@users.noreply.github.com> Date: Sun, 25 Dec 2022 20:05:05 +0100 Subject: [PATCH 11/11] Updated keychain & athena profile. --- profiles/athena.json | 4810 ++++++++++++++++++++++++++++++++++++++- responses/keychain.json | 47 + 2 files changed, 4852 insertions(+), 5 deletions(-) diff --git a/profiles/athena.json b/profiles/athena.json index e66b418..43d06a6 100644 --- a/profiles/athena.json +++ b/profiles/athena.json @@ -116,6 +116,81 @@ }, "quantity": 1 }, + "AthenaBackpack:Backpack_Apprentice": { + "templateId": "AthenaBackpack:Backpack_Apprentice", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:Backpack_Ballerina": { + "templateId": "AthenaBackpack:Backpack_Ballerina", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Material", + "active": "Mat0", + "owned": [ + "Mat0", + "Mat1" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:Backpack_BariumDemon": { + "templateId": "AthenaBackpack:Backpack_BariumDemon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:Backpack_Basil": { + "templateId": "AthenaBackpack:Backpack_Basil", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, "AthenaBackpack:Backpack_Bites": { "templateId": "AthenaBackpack:Backpack_Bites", "attributes": { @@ -137,6 +212,18 @@ }, "quantity": 1 }, + "AthenaBackpack:Backpack_BlueJet": { + "templateId": "AthenaBackpack:Backpack_BlueJet", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaBackpack:Backpack_BlueMystery_Dark": { "templateId": "AthenaBackpack:Backpack_BlueMystery_Dark", "attributes": { @@ -224,6 +311,27 @@ }, "quantity": 1 }, + "AthenaBackpack:Backpack_Chainmail": { + "templateId": "AthenaBackpack:Backpack_Chainmail", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Progressive", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, "AthenaBackpack:Backpack_ChillCat": { "templateId": "AthenaBackpack:Backpack_ChillCat", "attributes": { @@ -245,6 +353,30 @@ }, "quantity": 1 }, + "AthenaBackpack:Backpack_Citadel": { + "templateId": "AthenaBackpack:Backpack_Citadel", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:Backpack_CitadelCape": { + "templateId": "AthenaBackpack:Backpack_CitadelCape", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaBackpack:Backpack_Conscience": { "templateId": "AthenaBackpack:Backpack_Conscience", "attributes": { @@ -257,6 +389,47 @@ }, "quantity": 1 }, + "AthenaBackpack:Backpack_CoyoteTrail": { + "templateId": "AthenaBackpack:Backpack_CoyoteTrail", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2" + ] + }, + { + "channel": "Mesh", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:Backpack_CoyoteTrailDark": { + "templateId": "AthenaBackpack:Backpack_CoyoteTrailDark", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaBackpack:Backpack_DarkAzalea": { "templateId": "AthenaBackpack:Backpack_DarkAzalea", "attributes": { @@ -363,6 +536,66 @@ }, "quantity": 1 }, + "AthenaBackpack:Backpack_EmeraldGlassGreen": { + "templateId": "AthenaBackpack:Backpack_EmeraldGlassGreen", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:Backpack_EmeraldGlassPink": { + "templateId": "AthenaBackpack:Backpack_EmeraldGlassPink", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:Backpack_EmeraldGlassRebel": { + "templateId": "AthenaBackpack:Backpack_EmeraldGlassRebel", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:Backpack_EmeraldGlassStandAlone": { + "templateId": "AthenaBackpack:Backpack_EmeraldGlassStandAlone", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:Backpack_EmeraldGlassTransform": { + "templateId": "AthenaBackpack:Backpack_EmeraldGlassTransform", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaBackpack:Backpack_FNBirthday5": { "templateId": "AthenaBackpack:Backpack_FNBirthday5", "attributes": { @@ -387,6 +620,18 @@ }, "quantity": 1 }, + "AthenaBackpack:Backpack_GelatinGummi": { + "templateId": "AthenaBackpack:Backpack_GelatinGummi", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaBackpack:Backpack_Genius": { "templateId": "AthenaBackpack:Backpack_Genius", "attributes": { @@ -489,6 +734,56 @@ }, "quantity": 1 }, + "AthenaBackpack:Backpack_Impulse": { + "templateId": "AthenaBackpack:Backpack_Impulse", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Material", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat2", + "Mat3", + "Mat4", + "Mat5", + "Mat6", + "Mat7" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:Backpack_JollyTroll": { + "templateId": "AthenaBackpack:Backpack_JollyTroll", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:Backpack_JollyTroll_Winter": { + "templateId": "AthenaBackpack:Backpack_JollyTroll_Winter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaBackpack:Backpack_JumbotronS22": { "templateId": "AthenaBackpack:Backpack_JumbotronS22", "attributes": { @@ -501,6 +796,27 @@ }, "quantity": 1 }, + "AthenaBackpack:Backpack_LettuceCat": { + "templateId": "AthenaBackpack:Backpack_LettuceCat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, "AthenaBackpack:Backpack_LightningDragon": { "templateId": "AthenaBackpack:Backpack_LightningDragon", "attributes": { @@ -522,6 +838,18 @@ }, "quantity": 1 }, + "AthenaBackpack:Backpack_MagicMeadow": { + "templateId": "AthenaBackpack:Backpack_MagicMeadow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaBackpack:Backpack_MercurialStorm": { "templateId": "AthenaBackpack:Backpack_MercurialStorm", "attributes": { @@ -564,6 +892,63 @@ }, "quantity": 1 }, + "AthenaBackpack:Backpack_Mouse": { + "templateId": "AthenaBackpack:Backpack_Mouse", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:Backpack_Nox": { + "templateId": "AthenaBackpack:Backpack_Nox", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:Backpack_PhotographerHoliday": { + "templateId": "AthenaBackpack:Backpack_PhotographerHoliday", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:Backpack_PinkJet": { + "templateId": "AthenaBackpack:Backpack_PinkJet", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaBackpack:Backpack_PinkSpike": { "templateId": "AthenaBackpack:Backpack_PinkSpike", "attributes": { @@ -639,6 +1024,42 @@ }, "quantity": 1 }, + "AthenaBackpack:Backpack_Radish": { + "templateId": "AthenaBackpack:Backpack_Radish", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:Backpack_RedOasis": { + "templateId": "AthenaBackpack:Backpack_RedOasis", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:Backpack_RedPepper": { + "templateId": "AthenaBackpack:Backpack_RedPepper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaBackpack:Backpack_RoseDust": { "templateId": "AthenaBackpack:Backpack_RoseDust", "attributes": { @@ -684,6 +1105,41 @@ }, "quantity": 1 }, + "AthenaBackpack:Backpack_SharpFang": { + "templateId": "AthenaBackpack:Backpack_SharpFang", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Progressive", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2", + "Stage3", + "Stage4" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:Backpack_Silencer": { + "templateId": "AthenaBackpack:Backpack_Silencer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaBackpack:Backpack_StallionAviator": { "templateId": "AthenaBackpack:Backpack_StallionAviator", "attributes": { @@ -726,6 +1182,18 @@ }, "quantity": 1 }, + "AthenaBackpack:Backpack_Sunlit": { + "templateId": "AthenaBackpack:Backpack_Sunlit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaBackpack:Backpack_TheHerald": { "templateId": "AthenaBackpack:Backpack_TheHerald", "attributes": { @@ -792,6 +1260,48 @@ }, "quantity": 1 }, + "AthenaBackpack:Backpack_Venice": { + "templateId": "AthenaBackpack:Backpack_Venice", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Progressive", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:Backpack_Virtuous": { + "templateId": "AthenaBackpack:Backpack_Virtuous", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Material", + "active": "Mat0", + "owned": [ + "Mat0", + "Mat1" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, "BannerToken:BannerToken_001_Cattus": { "templateId": "BannerToken:BannerToken_001_Cattus", "attributes": { @@ -4803,7 +5313,16 @@ "level": 1, "item_seen": true, "xp": 0, - "variants": [], + "variants": [ + { + "channel": "Material", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat2" + ] + } + ], "favorite": false }, "quantity": 1 @@ -5496,7 +6015,11 @@ "Mat22", "Mat23", "Mat24", - "Mat25" + "Mat25", + "Mat26", + "Mat27", + "Mat28", + "Mat29" ] } ], @@ -16525,6 +17048,18 @@ }, "quantity": 1 }, + "AthenaBackpack:BID_A_040_BariumFemale": { + "templateId": "AthenaBackpack:BID_A_040_BariumFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaBackpack:BID_A_041_FNCS21Female": { "templateId": "AthenaBackpack:BID_A_041_FNCS21Female", "attributes": { @@ -17054,6 +17589,37 @@ }, "quantity": 1 }, + "AthenaCharacter:Character_Apprentice": { + "templateId": "AthenaCharacter:Character_Apprentice", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Progressive", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2", + "Stage3", + "Stage4" + ] + }, + { + "channel": "Parts", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat2" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, "AthenaCharacter:Character_BadBear": { "templateId": "AthenaCharacter:Character_BadBear", "attributes": { @@ -17075,6 +17641,60 @@ }, "quantity": 1 }, + "AthenaCharacter:Character_Ballerina": { + "templateId": "AthenaCharacter:Character_Ballerina", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Material", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat2" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_BariumDemon": { + "templateId": "AthenaCharacter:Character_BariumDemon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_BasilStrong": { + "templateId": "AthenaCharacter:Character_BasilStrong", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, "AthenaCharacter:Character_Billy": { "templateId": "AthenaCharacter:Character_Billy", "attributes": { @@ -17135,6 +17755,18 @@ }, "quantity": 1 }, + "AthenaCharacter:Character_BlueJet": { + "templateId": "AthenaCharacter:Character_BlueJet", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaCharacter:Character_BlueMystery_Dark": { "templateId": "AthenaCharacter:Character_BlueMystery_Dark", "attributes": { @@ -17255,6 +17887,39 @@ }, "quantity": 1 }, + "AthenaCharacter:Character_Chainmail": { + "templateId": "AthenaCharacter:Character_Chainmail", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Progressive", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2", + "Stage3", + "Stage4" + ] + }, + { + "channel": "Material", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat2", + "Mat3", + "Mat4" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, "AthenaCharacter:Character_ChillCat": { "templateId": "AthenaCharacter:Character_ChillCat", "attributes": { @@ -17291,6 +17956,70 @@ }, "quantity": 1 }, + "AthenaCharacter:Character_Citadel": { + "templateId": "AthenaCharacter:Character_Citadel", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Progressive", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2" + ] + }, + { + "channel": "Material", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat2", + "Mat3" + ] + }, + { + "channel": "Particle", + "active": "Particle1", + "owned": [ + "Particle1", + "Particle2", + "Particle3", + "Particle4" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_CometDeer": { + "templateId": "AthenaCharacter:Character_CometDeer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_CometWinter": { + "templateId": "AthenaCharacter:Character_CometWinter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaCharacter:Character_Conscience": { "templateId": "AthenaCharacter:Character_Conscience", "attributes": { @@ -17312,6 +18041,69 @@ }, "quantity": 1 }, + "AthenaCharacter:Character_CoyoteTrail": { + "templateId": "AthenaCharacter:Character_CoyoteTrail", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Material", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat2", + "Mat3", + "Mat4", + "Mat5", + "Mat6", + "Mat7" + ] + }, + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2" + ] + }, + { + "channel": "Emissive", + "active": "Emissive0", + "owned": [ + "Emissive0" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_CoyoteTrailDark": { + "templateId": "AthenaCharacter:Character_CoyoteTrailDark", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2", + "Stage3" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, "AthenaCharacter:Character_DarkAzalea": { "templateId": "AthenaCharacter:Character_DarkAzalea", "attributes": { @@ -17486,6 +18278,93 @@ }, "quantity": 1 }, + "AthenaCharacter:Character_EmeraldGlassGreen": { + "templateId": "AthenaCharacter:Character_EmeraldGlassGreen", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Material", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat2" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_EmeraldGlassPink": { + "templateId": "AthenaCharacter:Character_EmeraldGlassPink", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_EmeraldGlassRebel": { + "templateId": "AthenaCharacter:Character_EmeraldGlassRebel", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_EmeraldGlassTransform": { + "templateId": "AthenaCharacter:Character_EmeraldGlassTransform", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_GelatinGummi": { + "templateId": "AthenaCharacter:Character_GelatinGummi", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaCharacter:Character_Genius": { "templateId": "AthenaCharacter:Character_Genius", "attributes": { @@ -17616,6 +18495,950 @@ }, "quantity": 1 }, + "AthenaCharacter:Character_Impulse": { + "templateId": "AthenaCharacter:Character_Impulse", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2", + "Stage3" + ] + }, + { + "channel": "Material", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat2" + ] + }, + { + "channel": "Pattern", + "active": "Stage0", + "owned": [ + "Stage0", + "Stage1", + "2", + "Stage3", + "Stage4", + "Stage5", + "Stage6" + ] + }, + { + "channel": "JerseyColor", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat3", + "Mat4", + "Mat5", + "Mat6", + "Mat7", + "Mat8", + "Mat9", + "Mat10", + "Mat11", + "Mat12", + "Mat13", + "Mat14", + "Mat15", + "Mat16", + "Mat17", + "Mat18", + "Mat19", + "Mat20", + "Mat21", + "Mat22", + "Mat23", + "Mat24", + "Mat25", + "Stage10", + "Stage11", + "Stage12", + "Stage13", + "Stage14", + "Stage15", + "Stage16", + "Stage17" + ] + }, + { + "channel": "ClothingColor", + "active": "Mat0", + "owned": [ + "Mat0", + "Mat1" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_ImpulseSpring": { + "templateId": "AthenaCharacter:Character_ImpulseSpring", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2", + "Stage3" + ] + }, + { + "channel": "Material", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat2" + ] + }, + { + "channel": "Pattern", + "active": "Stage0", + "owned": [ + "Stage0", + "Stage1", + "2", + "Stage3", + "Stage4", + "Stage5", + "Stage6" + ] + }, + { + "channel": "JerseyColor", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat3", + "Mat4", + "Mat5", + "Mat6", + "Mat7", + "Mat8", + "Mat9", + "Mat10", + "Mat11", + "Mat12", + "Mat13", + "Mat14", + "Mat15", + "Mat16", + "Mat17", + "Mat18", + "Mat19", + "Mat20", + "Mat21", + "Mat22", + "Mat23", + "Mat24", + "Mat25", + "Stage10", + "Stage11", + "Stage12", + "Stage13", + "Stage14", + "Stage15", + "Stage16", + "Stage17" + ] + }, + { + "channel": "ClothingColor", + "active": "Mat0", + "owned": [ + "Mat0", + "Mat1" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_ImpulseSpring_B": { + "templateId": "AthenaCharacter:Character_ImpulseSpring_B", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2", + "Stage3" + ] + }, + { + "channel": "Material", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat2" + ] + }, + { + "channel": "Pattern", + "active": "Stage0", + "owned": [ + "Stage0", + "Stage1", + "2", + "Stage3", + "Stage4", + "Stage5", + "Stage6" + ] + }, + { + "channel": "JerseyColor", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat3", + "Mat4", + "Mat5", + "Mat6", + "Mat7", + "Mat8", + "Mat9", + "Mat10", + "Mat11", + "Mat12", + "Mat13", + "Mat14", + "Mat15", + "Mat16", + "Mat17", + "Mat18", + "Mat19", + "Mat20", + "Mat21", + "Mat22", + "Mat23", + "Mat24", + "Mat25", + "Stage10", + "Stage11", + "Stage12", + "Stage13", + "Stage14", + "Stage15", + "Stage16", + "Stage17" + ] + }, + { + "channel": "ClothingColor", + "active": "Mat0", + "owned": [ + "Mat0", + "Mat1" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_ImpulseSpring_C": { + "templateId": "AthenaCharacter:Character_ImpulseSpring_C", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2", + "Stage3" + ] + }, + { + "channel": "Material", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat2" + ] + }, + { + "channel": "Pattern", + "active": "Stage0", + "owned": [ + "Stage0", + "Stage1", + "2", + "Stage3", + "Stage4", + "Stage5", + "Stage6" + ] + }, + { + "channel": "JerseyColor", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat3", + "Mat4", + "Mat5", + "Mat6", + "Mat7", + "Mat8", + "Mat9", + "Mat10", + "Mat11", + "Mat12", + "Mat13", + "Mat14", + "Mat15", + "Mat16", + "Mat17", + "Mat18", + "Mat19", + "Mat20", + "Mat21", + "Mat22", + "Mat23", + "Mat24", + "Mat25", + "Stage10", + "Stage11", + "Stage12", + "Stage13", + "Stage14", + "Stage15", + "Stage16", + "Stage17" + ] + }, + { + "channel": "ClothingColor", + "active": "Mat0", + "owned": [ + "Mat0", + "Mat1" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_ImpulseSpring_D": { + "templateId": "AthenaCharacter:Character_ImpulseSpring_D", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2", + "Stage3" + ] + }, + { + "channel": "Material", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat2" + ] + }, + { + "channel": "Pattern", + "active": "Stage0", + "owned": [ + "Stage0", + "Stage1", + "2", + "Stage3", + "Stage4", + "Stage5", + "Stage6" + ] + }, + { + "channel": "JerseyColor", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat3", + "Mat4", + "Mat5", + "Mat6", + "Mat7", + "Mat8", + "Mat9", + "Mat10", + "Mat11", + "Mat12", + "Mat13", + "Mat14", + "Mat15", + "Mat16", + "Mat17", + "Mat18", + "Mat19", + "Mat20", + "Mat21", + "Mat22", + "Mat23", + "Mat24", + "Mat25", + "Stage10", + "Stage11", + "Stage12", + "Stage13", + "Stage14", + "Stage15", + "Stage16", + "Stage17" + ] + }, + { + "channel": "ClothingColor", + "active": "Mat0", + "owned": [ + "Mat0", + "Mat1" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_ImpulseSpring_E": { + "templateId": "AthenaCharacter:Character_ImpulseSpring_E", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2", + "Stage3" + ] + }, + { + "channel": "Material", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat2" + ] + }, + { + "channel": "Pattern", + "active": "Stage0", + "owned": [ + "Stage0", + "Stage1", + "2", + "Stage3", + "Stage4", + "Stage5", + "Stage6" + ] + }, + { + "channel": "JerseyColor", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat3", + "Mat4", + "Mat5", + "Mat6", + "Mat7", + "Mat8", + "Mat9", + "Mat10", + "Mat11", + "Mat12", + "Mat13", + "Mat14", + "Mat15", + "Mat16", + "Mat17", + "Mat18", + "Mat19", + "Mat20", + "Mat21", + "Mat22", + "Mat23", + "Mat24", + "Mat25", + "Stage10", + "Stage11", + "Stage12", + "Stage13", + "Stage14", + "Stage15", + "Stage16", + "Stage17" + ] + }, + { + "channel": "ClothingColor", + "active": "Mat0", + "owned": [ + "Mat0", + "Mat1" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_Impulse_B": { + "templateId": "AthenaCharacter:Character_Impulse_B", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2", + "Stage3" + ] + }, + { + "channel": "Material", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat2" + ] + }, + { + "channel": "Pattern", + "active": "Stage0", + "owned": [ + "Stage0", + "Stage1", + "2", + "Stage3", + "Stage4", + "Stage5", + "Stage6" + ] + }, + { + "channel": "JerseyColor", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat3", + "Mat4", + "Mat5", + "Mat6", + "Mat7", + "Mat8", + "Mat9", + "Mat10", + "Mat11", + "Mat12", + "Mat13", + "Mat14", + "Mat15", + "Mat16", + "Mat17", + "Mat18", + "Mat19", + "Mat20", + "Mat21", + "Mat22", + "Mat23", + "Mat24", + "Mat25", + "Stage10", + "Stage11", + "Stage12", + "Stage13", + "Stage14", + "Stage15", + "Stage16", + "Stage17" + ] + }, + { + "channel": "ClothingColor", + "active": "Mat0", + "owned": [ + "Mat0", + "Mat1" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_Impulse_C": { + "templateId": "AthenaCharacter:Character_Impulse_C", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2", + "Stage3" + ] + }, + { + "channel": "Material", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat2" + ] + }, + { + "channel": "Pattern", + "active": "Stage0", + "owned": [ + "Stage0", + "Stage1", + "2", + "Stage3", + "Stage4", + "Stage5", + "Stage6" + ] + }, + { + "channel": "JerseyColor", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat3", + "Mat4", + "Mat5", + "Mat6", + "Mat7", + "Mat8", + "Mat9", + "Mat10", + "Mat11", + "Mat12", + "Mat13", + "Mat14", + "Mat15", + "Mat16", + "Mat17", + "Mat18", + "Mat19", + "Mat20", + "Mat21", + "Mat22", + "Mat23", + "Mat24", + "Mat25", + "Stage10", + "Stage11", + "Stage12", + "Stage13", + "Stage14", + "Stage15", + "Stage16", + "Stage17" + ] + }, + { + "channel": "ClothingColor", + "active": "Mat0", + "owned": [ + "Mat0", + "Mat1" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_Impulse_D": { + "templateId": "AthenaCharacter:Character_Impulse_D", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2", + "Stage3" + ] + }, + { + "channel": "Material", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat2" + ] + }, + { + "channel": "Pattern", + "active": "Stage0", + "owned": [ + "Stage0", + "Stage1", + "2", + "Stage3", + "Stage4", + "Stage5", + "Stage6" + ] + }, + { + "channel": "JerseyColor", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat3", + "Mat4", + "Mat5", + "Mat6", + "Mat7", + "Mat8", + "Mat9", + "Mat10", + "Mat11", + "Mat12", + "Mat13", + "Mat14", + "Mat15", + "Mat16", + "Mat17", + "Mat18", + "Mat19", + "Mat20", + "Mat21", + "Mat22", + "Mat23", + "Mat24", + "Mat25", + "Stage10", + "Stage11", + "Stage12", + "Stage13", + "Stage14", + "Stage15", + "Stage16", + "Stage17" + ] + }, + { + "channel": "ClothingColor", + "active": "Mat0", + "owned": [ + "Mat0", + "Mat1" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_Impulse_E": { + "templateId": "AthenaCharacter:Character_Impulse_E", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2", + "Stage3" + ] + }, + { + "channel": "Material", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat2" + ] + }, + { + "channel": "Pattern", + "active": "Stage0", + "owned": [ + "Stage0", + "Stage1", + "2", + "Stage3", + "Stage4", + "Stage5", + "Stage6" + ] + }, + { + "channel": "JerseyColor", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat3", + "Mat4", + "Mat5", + "Mat6", + "Mat7", + "Mat8", + "Mat9", + "Mat10", + "Mat11", + "Mat12", + "Mat13", + "Mat14", + "Mat15", + "Mat16", + "Mat17", + "Mat18", + "Mat19", + "Mat20", + "Mat21", + "Mat22", + "Mat23", + "Mat24", + "Mat25", + "Stage10", + "Stage11", + "Stage12", + "Stage13", + "Stage14", + "Stage15", + "Stage16", + "Stage17" + ] + }, + { + "channel": "ClothingColor", + "active": "Mat0", + "owned": [ + "Mat0", + "Mat1" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_Knight_Boss_NPC": { + "templateId": "AthenaCharacter:Character_Knight_Boss_NPC", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_Lettuce": { + "templateId": "AthenaCharacter:Character_Lettuce", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_LettuceCat": { + "templateId": "AthenaCharacter:Character_LettuceCat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, "AthenaCharacter:Character_LightningDragon": { "templateId": "AthenaCharacter:Character_LightningDragon", "attributes": { @@ -17637,6 +19460,18 @@ }, "quantity": 1 }, + "AthenaCharacter:Character_MagicMeadow": { + "templateId": "AthenaCharacter:Character_MagicMeadow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaCharacter:Character_MasterKeyOrder": { "templateId": "AthenaCharacter:Character_MasterKeyOrder", "attributes": { @@ -17771,6 +19606,63 @@ }, "quantity": 1 }, + "AthenaCharacter:Character_Mouse": { + "templateId": "AthenaCharacter:Character_Mouse", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_Nox": { + "templateId": "AthenaCharacter:Character_Nox", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_Photographer_Holiday": { + "templateId": "AthenaCharacter:Character_Photographer_Holiday", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_PinkJet": { + "templateId": "AthenaCharacter:Character_PinkJet", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaCharacter:Character_PinkSpike": { "templateId": "AthenaCharacter:Character_PinkSpike", "attributes": { @@ -17848,6 +19740,126 @@ }, "quantity": 1 }, + "AthenaCharacter:Character_PrimeRedux": { + "templateId": "AthenaCharacter:Character_PrimeRedux", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_PrimeRedux_B": { + "templateId": "AthenaCharacter:Character_PrimeRedux_B", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_PrimeRedux_C": { + "templateId": "AthenaCharacter:Character_PrimeRedux_C", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_PrimeRedux_D": { + "templateId": "AthenaCharacter:Character_PrimeRedux_D", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_PrimeRedux_E": { + "templateId": "AthenaCharacter:Character_PrimeRedux_E", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_PrimeRedux_F": { + "templateId": "AthenaCharacter:Character_PrimeRedux_F", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_PrimeRedux_G": { + "templateId": "AthenaCharacter:Character_PrimeRedux_G", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_PrimeRedux_H": { + "templateId": "AthenaCharacter:Character_PrimeRedux_H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_PrimeRedux_I": { + "templateId": "AthenaCharacter:Character_PrimeRedux_I", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_PrimeRedux_J": { + "templateId": "AthenaCharacter:Character_PrimeRedux_J", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaCharacter:Character_PumpkinPunk_Glitch": { "templateId": "AthenaCharacter:Character_PumpkinPunk_Glitch", "attributes": { @@ -17884,6 +19896,139 @@ }, "quantity": 1 }, + "AthenaCharacter:Character_RedOasisApricot": { + "templateId": "AthenaCharacter:Character_RedOasisApricot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2", + "Stage3" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_RedOasisBlackberry": { + "templateId": "AthenaCharacter:Character_RedOasisBlackberry", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2", + "Stage3" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_RedOasisGooseberry": { + "templateId": "AthenaCharacter:Character_RedOasisGooseberry", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2", + "Stage3" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_RedOasisJackfruit": { + "templateId": "AthenaCharacter:Character_RedOasisJackfruit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2", + "Stage3" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_RedOasisPomegranate": { + "templateId": "AthenaCharacter:Character_RedOasisPomegranate", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2", + "Stage3" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_RedPepper": { + "templateId": "AthenaCharacter:Character_RedPepper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Progressive", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2", + "Stage3", + "Stage4" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, "AthenaCharacter:Character_RoseDust": { "templateId": "AthenaCharacter:Character_RoseDust", "attributes": { @@ -17956,6 +20101,104 @@ }, "quantity": 1 }, + "AthenaCharacter:Character_SharpFang": { + "templateId": "AthenaCharacter:Character_SharpFang", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Progressive", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2", + "Stage3" + ] + }, + { + "channel": "Material", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat2", + "Mat3", + "Mat4" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_Silencer": { + "templateId": "AthenaCharacter:Character_Silencer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2" + ] + }, + { + "channel": "Material", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2" + ] + }, + { + "channel": "Mesh", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2" + ] + }, + { + "channel": "ClothingColor", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat2" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_SportsFashion_Winter": { + "templateId": "AthenaCharacter:Character_SportsFashion_Winter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, "AthenaCharacter:Character_StallionAviator": { "templateId": "AthenaCharacter:Character_StallionAviator", "attributes": { @@ -18006,6 +20249,38 @@ }, "quantity": 1 }, + "AthenaCharacter:Character_Sunlit": { + "templateId": "AthenaCharacter:Character_Sunlit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Progressive", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2", + "Stage3" + ] + }, + { + "channel": "Material", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat2", + "Mat3", + "Mat4" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, "AthenaCharacter:Character_TheHerald": { "templateId": "AthenaCharacter:Character_TheHerald", "attributes": { @@ -18039,6 +20314,18 @@ }, "quantity": 1 }, + "AthenaCharacter:Character_TrainingGroundBot_NPC": { + "templateId": "AthenaCharacter:Character_TrainingGroundBot_NPC", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaCharacter:Character_Troops": { "templateId": "AthenaCharacter:Character_Troops", "attributes": { @@ -18072,6 +20359,67 @@ }, "quantity": 1 }, + "AthenaCharacter:Character_Venice": { + "templateId": "AthenaCharacter:Character_Venice", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Progressive", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2", + "Stage3" + ] + }, + { + "channel": "Material", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat2" + ] + }, + { + "channel": "Particle", + "active": "Particle1", + "owned": [ + "Particle1", + "Particle2", + "Particle3", + "Particle4" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:Character_Virtuous": { + "templateId": "AthenaCharacter:Character_Virtuous", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Material", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat2" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, "AthenaCharacter:CID_001_Athena_Commando_F_Default": { "templateId": "AthenaCharacter:CID_001_Athena_Commando_F_Default", "attributes": { @@ -18466,6 +20814,14 @@ "Mat3", "Mat4" ] + }, + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2" + ] } ], "favorite": false @@ -24014,7 +26370,16 @@ "level": 1, "item_seen": true, "xp": 0, - "variants": [], + "variants": [ + { + "channel": "Material", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat2" + ] + } + ], "favorite": false }, "quantity": 1 @@ -46502,6 +48867,36 @@ }, "quantity": 1 }, + "AthenaCharacter:CID_A_452_Athena_Commando_F_Barium": { + "templateId": "AthenaCharacter:CID_A_452_Athena_Commando_F_Barium", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Parts", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2", + "Stage3" + ] + }, + { + "channel": "Material", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, "AthenaCharacter:CID_A_453_Athena_Commando_F_FuzzyBearSummer": { "templateId": "AthenaCharacter:CID_A_453_Athena_Commando_F_FuzzyBearSummer", "attributes": { @@ -46517,6 +48912,14 @@ "Stage1", "Stage2" ] + }, + { + "channel": "Material", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat2" + ] } ], "favorite": false @@ -47058,6 +49461,18 @@ }, "quantity": 1 }, + "AthenaCharacter:CID_NPC_Athena_Commando_F_Fallback": { + "templateId": "AthenaCharacter:CID_NPC_Athena_Commando_F_Fallback", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaCharacter:CID_NPC_Athena_Commando_F_HenchmanSpyDark": { "templateId": "AthenaCharacter:CID_NPC_Athena_Commando_F_HenchmanSpyDark", "attributes": { @@ -47619,6 +50034,18 @@ }, "quantity": 1 }, + "AthenaSkyDiveContrail:Contrail_Apprentice": { + "templateId": "AthenaSkyDiveContrail:Contrail_Apprentice", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaSkyDiveContrail:Contrail_BadBear": { "templateId": "AthenaSkyDiveContrail:Contrail_BadBear", "attributes": { @@ -47631,6 +50058,30 @@ }, "quantity": 1 }, + "AthenaSkyDiveContrail:Contrail_Chainmail": { + "templateId": "AthenaSkyDiveContrail:Contrail_Chainmail", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Contrail_JollyTroll": { + "templateId": "AthenaSkyDiveContrail:Contrail_JollyTroll", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaSkyDiveContrail:Contrail_Meteorwomen": { "templateId": "AthenaSkyDiveContrail:Contrail_Meteorwomen", "attributes": { @@ -47689,6 +50140,18 @@ }, "quantity": 1 }, + "AthenaSkyDiveContrail:Contrail_RedPepper": { + "templateId": "AthenaSkyDiveContrail:Contrail_RedPepper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaSkyDiveContrail:Contrail_RoseDust": { "templateId": "AthenaSkyDiveContrail:Contrail_RoseDust", "attributes": { @@ -47701,6 +50164,41 @@ }, "quantity": 1 }, + "AthenaSkyDiveContrail:Contrail_SharpFang": { + "templateId": "AthenaSkyDiveContrail:Contrail_SharpFang", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Particle", + "active": "Particle0", + "owned": [ + "Particle0", + "Particle1", + "Particle2", + "Particle3" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Contrail_Sunlit": { + "templateId": "AthenaSkyDiveContrail:Contrail_Sunlit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaSkyDiveContrail:DefaultContrail": { "templateId": "AthenaSkyDiveContrail:DefaultContrail", "attributes": { @@ -47989,6 +50487,54 @@ }, "quantity": 1 }, + "AthenaDance:EID_Apprentice": { + "templateId": "AthenaDance:EID_Apprentice", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_ApprenticeSwirl": { + "templateId": "AthenaDance:EID_ApprenticeSwirl", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Apprentice_Follower_Sync": { + "templateId": "AthenaDance:EID_Apprentice_Follower_Sync", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Apprentice_Sync": { + "templateId": "AthenaDance:EID_Apprentice_Sync", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:EID_Armadillo": { "templateId": "AthenaDance:EID_Armadillo", "attributes": { @@ -48313,6 +50859,30 @@ }, "quantity": 1 }, + "AthenaDance:EID_Barium": { + "templateId": "AthenaDance:EID_Barium", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_BasilStrong": { + "templateId": "AthenaDance:EID_BasilStrong", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:EID_Basketball": { "templateId": "AthenaDance:EID_Basketball", "attributes": { @@ -48481,6 +51051,18 @@ }, "quantity": 1 }, + "AthenaDance:EID_Beyond": { + "templateId": "AthenaDance:EID_Beyond", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:EID_Bicycle": { "templateId": "AthenaDance:EID_Bicycle", "attributes": { @@ -49165,6 +51747,18 @@ }, "quantity": 1 }, + "AthenaDance:EID_Chainmail": { + "templateId": "AthenaDance:EID_Chainmail", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:EID_ChairTime": { "templateId": "AthenaDance:EID_ChairTime", "attributes": { @@ -49285,6 +51879,18 @@ }, "quantity": 1 }, + "AthenaDance:EID_Cherish": { + "templateId": "AthenaDance:EID_Cherish", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:EID_Chicken": { "templateId": "AthenaDance:EID_Chicken", "attributes": { @@ -49405,6 +52011,18 @@ }, "quantity": 1 }, + "AthenaDance:EID_Citadel": { + "templateId": "AthenaDance:EID_Citadel", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:EID_ClapAndWave": { "templateId": "AthenaDance:EID_ClapAndWave", "attributes": { @@ -49633,6 +52251,42 @@ }, "quantity": 1 }, + "AthenaDance:EID_CoyoteTrail": { + "templateId": "AthenaDance:EID_CoyoteTrail", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_CoyoteTrail_Follower": { + "templateId": "AthenaDance:EID_CoyoteTrail_Follower", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_CoyoteTrail_Sync": { + "templateId": "AthenaDance:EID_CoyoteTrail_Sync", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:EID_CrabDance": { "templateId": "AthenaDance:EID_CrabDance", "attributes": { @@ -50017,6 +52671,18 @@ }, "quantity": 1 }, + "AthenaDance:EID_Dashing": { + "templateId": "AthenaDance:EID_Dashing", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:EID_Davinci": { "templateId": "AthenaDance:EID_Davinci", "attributes": { @@ -50425,6 +53091,30 @@ }, "quantity": 1 }, + "AthenaDance:EID_EmeraldGlassGreen": { + "templateId": "AthenaDance:EID_EmeraldGlassGreen", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_EmeraldGlassTransform": { + "templateId": "AthenaDance:EID_EmeraldGlassTransform", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:EID_Emperor": { "templateId": "AthenaDance:EID_Emperor", "attributes": { @@ -50677,6 +53367,18 @@ }, "quantity": 1 }, + "AthenaDance:EID_FlagPlant": { + "templateId": "AthenaDance:EID_FlagPlant", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:EID_Flamenco": { "templateId": "AthenaDance:EID_Flamenco", "attributes": { @@ -51097,6 +53799,18 @@ }, "quantity": 1 }, + "AthenaDance:EID_Goodbye": { + "templateId": "AthenaDance:EID_Goodbye", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:EID_GoodVibes": { "templateId": "AthenaDance:EID_GoodVibes", "attributes": { @@ -52105,6 +54819,18 @@ }, "quantity": 1 }, + "AthenaDance:EID_Iconic": { + "templateId": "AthenaDance:EID_Iconic", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:EID_IDontKnow": { "templateId": "AthenaDance:EID_IDontKnow", "attributes": { @@ -52117,6 +54843,30 @@ }, "quantity": 1 }, + "AthenaDance:EID_Impulse": { + "templateId": "AthenaDance:EID_Impulse", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Impulse_Follower": { + "templateId": "AthenaDance:EID_Impulse_Follower", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:EID_IndianDance": { "templateId": "AthenaDance:EID_IndianDance", "attributes": { @@ -52225,6 +54975,18 @@ }, "quantity": 1 }, + "AthenaDance:EID_Irons": { + "templateId": "AthenaDance:EID_Irons", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:EID_Jammin": { "templateId": "AthenaDance:EID_Jammin", "attributes": { @@ -52849,6 +55611,18 @@ }, "quantity": 1 }, + "AthenaDance:EID_Lettuce": { + "templateId": "AthenaDance:EID_Lettuce", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:EID_Lexa": { "templateId": "AthenaDance:EID_Lexa", "attributes": { @@ -53017,6 +55791,18 @@ }, "quantity": 1 }, + "AthenaDance:EID_Lonely": { + "templateId": "AthenaDance:EID_Lonely", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:EID_LoneWolf": { "templateId": "AthenaDance:EID_LoneWolf", "attributes": { @@ -53113,6 +55899,18 @@ }, "quantity": 1 }, + "AthenaDance:EID_MagicMeadow": { + "templateId": "AthenaDance:EID_MagicMeadow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:EID_Majesty_49JWY": { "templateId": "AthenaDance:EID_Majesty_49JWY", "attributes": { @@ -53185,6 +55983,114 @@ }, "quantity": 1 }, + "AthenaDance:EID_Marionette": { + "templateId": "AthenaDance:EID_Marionette", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Marionette_BassGuitar": { + "templateId": "AthenaDance:EID_Marionette_BassGuitar", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Marionette_Drums": { + "templateId": "AthenaDance:EID_Marionette_Drums", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Marionette_Follower": { + "templateId": "AthenaDance:EID_Marionette_Follower", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Marionette_LeadGuitar": { + "templateId": "AthenaDance:EID_Marionette_LeadGuitar", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Marionette_RhythmGuitar": { + "templateId": "AthenaDance:EID_Marionette_RhythmGuitar", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Marionette_Sync": { + "templateId": "AthenaDance:EID_Marionette_Sync", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Marionette_Sync_Follower": { + "templateId": "AthenaDance:EID_Marionette_Sync_Follower", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Marionette_Sync_Leader": { + "templateId": "AthenaDance:EID_Marionette_Sync_Leader", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:EID_MartialArts": { "templateId": "AthenaDance:EID_MartialArts", "attributes": { @@ -53425,6 +56331,18 @@ }, "quantity": 1 }, + "AthenaDance:EID_Mouse": { + "templateId": "AthenaDance:EID_Mouse", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:EID_MyEffort_BT5Z0": { "templateId": "AthenaDance:EID_MyEffort_BT5Z0", "attributes": { @@ -54347,6 +57265,18 @@ }, "quantity": 1 }, + "AthenaDance:EID_RedPepper": { + "templateId": "AthenaDance:EID_RedPepper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:EID_RegalWave": { "templateId": "AthenaDance:EID_RegalWave", "attributes": { @@ -54899,6 +57829,18 @@ }, "quantity": 1 }, + "AthenaDance:EID_Scribe": { + "templateId": "AthenaDance:EID_Scribe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:EID_ScrubDub": { "templateId": "AthenaDance:EID_ScrubDub", "attributes": { @@ -55187,6 +58129,18 @@ }, "quantity": 1 }, + "AthenaDance:EID_Sharpfang": { + "templateId": "AthenaDance:EID_Sharpfang", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:EID_Shindig_8W1AW": { "templateId": "AthenaDance:EID_Shindig_8W1AW", "attributes": { @@ -55835,6 +58789,18 @@ }, "quantity": 1 }, + "AthenaDance:EID_Sunlit": { + "templateId": "AthenaDance:EID_Sunlit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:EID_Sunrise_RPZ6M": { "templateId": "AthenaDance:EID_Sunrise_RPZ6M", "attributes": { @@ -56291,6 +59257,42 @@ }, "quantity": 1 }, + "AthenaDance:EID_Toasted": { + "templateId": "AthenaDance:EID_Toasted", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Toasted_Follower": { + "templateId": "AthenaDance:EID_Toasted_Follower", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Toasted_Sync": { + "templateId": "AthenaDance:EID_Toasted_Sync", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:EID_Tonal_51QI9": { "templateId": "AthenaDance:EID_Tonal_51QI9", "attributes": { @@ -56723,6 +59725,18 @@ }, "quantity": 1 }, + "AthenaDance:EID_Venice": { + "templateId": "AthenaDance:EID_Venice", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:EID_Vertigo": { "templateId": "AthenaDance:EID_Vertigo", "attributes": { @@ -61499,6 +64513,18 @@ }, "quantity": 1 }, + "AthenaDance:Emoji_S22_Impulse": { + "templateId": "AthenaDance:Emoji_S22_Impulse", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:Emoji_S22_Invitational": { "templateId": "AthenaDance:Emoji_S22_Invitational", "attributes": { @@ -61547,6 +64573,18 @@ }, "quantity": 1 }, + "AthenaDance:Emoji_S22_RL_Vista": { + "templateId": "AthenaDance:Emoji_S22_RL_Vista", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:Emoji_S22_RoseDust": { "templateId": "AthenaDance:Emoji_S22_RoseDust", "attributes": { @@ -61619,6 +64657,138 @@ }, "quantity": 1 }, + "AthenaDance:Emoji_S23_Citadel": { + "templateId": "AthenaDance:Emoji_S23_Citadel", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:Emoji_S23_Competitive_Fistbump": { + "templateId": "AthenaDance:Emoji_S23_Competitive_Fistbump", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:Emoji_S23_EmeraldGlass_Punch": { + "templateId": "AthenaDance:Emoji_S23_EmeraldGlass_Punch", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:Emoji_S23_RebootRally": { + "templateId": "AthenaDance:Emoji_S23_RebootRally", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:Emoji_S23_RedPepper": { + "templateId": "AthenaDance:Emoji_S23_RedPepper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:Emoji_S23_RuslordFire": { + "templateId": "AthenaDance:Emoji_S23_RuslordFire", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:Emoji_S23_SharpFang": { + "templateId": "AthenaDance:Emoji_S23_SharpFang", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:Emoji_S23_Sunlit": { + "templateId": "AthenaDance:Emoji_S23_Sunlit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:Emoji_S23_Venice": { + "templateId": "AthenaDance:Emoji_S23_Venice", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:Emoji_S23_Winterfest_2022": { + "templateId": "AthenaDance:Emoji_S23_Winterfest_2022", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:Emoji_S23_ZeroWeekEvent": { + "templateId": "AthenaDance:Emoji_S23_ZeroWeekEvent", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:Emoji_S6Lvl100": { "templateId": "AthenaDance:Emoji_S6Lvl100", "attributes": { @@ -62193,6 +65363,27 @@ }, "quantity": 1 }, + "AthenaGlider:Glider_Apprentice": { + "templateId": "AthenaGlider:Glider_Apprentice", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Particle", + "active": "Particle1", + "owned": [ + "Particle1", + "Particle2" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, "AthenaGlider:Glider_BadBear": { "templateId": "AthenaGlider:Glider_BadBear", "attributes": { @@ -62262,6 +65453,27 @@ }, "quantity": 1 }, + "AthenaGlider:Glider_Chainmail": { + "templateId": "AthenaGlider:Glider_Chainmail", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Particle", + "active": "Particle1", + "owned": [ + "Particle1", + "Particle2" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, "AthenaGlider:Glider_ChillCat": { "templateId": "AthenaGlider:Glider_ChillCat", "attributes": { @@ -62274,6 +65486,63 @@ }, "quantity": 1 }, + "AthenaGlider:Glider_Citadel": { + "templateId": "AthenaGlider:Glider_Citadel", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_CoyoteTrail": { + "templateId": "AthenaGlider:Glider_CoyoteTrail", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Material", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat2" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_CyberFuGlitch": { + "templateId": "AthenaGlider:Glider_CyberFuGlitch", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_Default_Jolly": { + "templateId": "AthenaGlider:Glider_Default_Jolly", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaGlider:Glider_DistantEchoPro": { "templateId": "AthenaGlider:Glider_DistantEchoPro", "attributes": { @@ -64017,7 +67286,16 @@ "level": 1, "item_seen": true, "xp": 0, - "variants": [], + "variants": [ + { + "channel": "Particle", + "active": "Particle1", + "owned": [ + "Particle1", + "Particle2" + ] + } + ], "favorite": false }, "quantity": 1 @@ -67485,6 +70763,18 @@ }, "quantity": 1 }, + "AthenaGlider:Glider_ID_380_BariumFemale": { + "templateId": "AthenaGlider:Glider_ID_380_BariumFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaGlider:Glider_ID_381_CanaryMale": { "templateId": "AthenaGlider:Glider_ID_381_CanaryMale", "attributes": { @@ -67603,6 +70893,30 @@ }, "quantity": 1 }, + "AthenaGlider:Glider_JollyTroll": { + "templateId": "AthenaGlider:Glider_JollyTroll", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_Lettuce": { + "templateId": "AthenaGlider:Glider_Lettuce", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaGlider:Glider_Meteorwomen_Alt": { "templateId": "AthenaGlider:Glider_Meteorwomen_Alt", "attributes": { @@ -67696,6 +71010,18 @@ }, "quantity": 1 }, + "AthenaGlider:Glider_RedPepper": { + "templateId": "AthenaGlider:Glider_RedPepper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaGlider:Glider_RoadTrip": { "templateId": "AthenaGlider:Glider_RoadTrip", "attributes": { @@ -67768,6 +71094,18 @@ }, "quantity": 1 }, + "AthenaGlider:Glider_Sunlit": { + "templateId": "AthenaGlider:Glider_Sunlit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaGlider:Glider_TestStaticParts": { "templateId": "AthenaGlider:Glider_TestStaticParts", "attributes": { @@ -67780,6 +71118,27 @@ }, "quantity": 1 }, + "AthenaGlider:Glider_Venice": { + "templateId": "AthenaGlider:Glider_Venice", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Particle", + "active": "Particle1", + "owned": [ + "Particle1", + "Particle2" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, "AthenaGlider:Glider_Venom": { "templateId": "AthenaGlider:Glider_Venom", "attributes": { @@ -67840,6 +71199,30 @@ }, "quantity": 1 }, + "AthenaLoadingScreen:LoadingScreen_Apprentice_Blue": { + "templateId": "AthenaLoadingScreen:LoadingScreen_Apprentice_Blue", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LoadingScreen_Apprentice_Forcefield": { + "templateId": "AthenaLoadingScreen:LoadingScreen_Apprentice_Forcefield", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaLoadingScreen:LoadingScreen_BadBear": { "templateId": "AthenaLoadingScreen:LoadingScreen_BadBear", "attributes": { @@ -67876,6 +71259,30 @@ }, "quantity": 1 }, + "AthenaLoadingScreen:LoadingScreen_Chainmail": { + "templateId": "AthenaLoadingScreen:LoadingScreen_Chainmail", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LoadingScreen_Chainmail_Bat": { + "templateId": "AthenaLoadingScreen:LoadingScreen_Chainmail_Bat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaLoadingScreen:LoadingScreen_ChillCat": { "templateId": "AthenaLoadingScreen:LoadingScreen_ChillCat", "attributes": { @@ -67888,6 +71295,30 @@ }, "quantity": 1 }, + "AthenaLoadingScreen:LoadingScreen_Citadel": { + "templateId": "AthenaLoadingScreen:LoadingScreen_Citadel", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LoadingScreen_Citadel_SwordRaise": { + "templateId": "AthenaLoadingScreen:LoadingScreen_Citadel_SwordRaise", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaLoadingScreen:LoadingScreen_ConceptRoyale_2022": { "templateId": "AthenaLoadingScreen:LoadingScreen_ConceptRoyale_2022", "attributes": { @@ -67912,6 +71343,18 @@ }, "quantity": 1 }, + "AthenaLoadingScreen:LoadingScreen_DowntimeMicrosite_Reward": { + "templateId": "AthenaLoadingScreen:LoadingScreen_DowntimeMicrosite_Reward", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaLoadingScreen:LoadingScreen_Fortnitemares_2022": { "templateId": "AthenaLoadingScreen:LoadingScreen_Fortnitemares_2022", "attributes": { @@ -67936,6 +71379,18 @@ }, "quantity": 1 }, + "AthenaLoadingScreen:LoadingScreen_Genius": { + "templateId": "AthenaLoadingScreen:LoadingScreen_Genius", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaLoadingScreen:LoadingScreen_Headset": { "templateId": "AthenaLoadingScreen:LoadingScreen_Headset", "attributes": { @@ -67972,6 +71427,30 @@ }, "quantity": 1 }, + "AthenaLoadingScreen:LoadingScreen_Lettuce_Tournament": { + "templateId": "AthenaLoadingScreen:LoadingScreen_Lettuce_Tournament", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LoadingScreen_MagicMeadow": { + "templateId": "AthenaLoadingScreen:LoadingScreen_MagicMeadow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaLoadingScreen:LoadingScreen_MercurialStorm": { "templateId": "AthenaLoadingScreen:LoadingScreen_MercurialStorm", "attributes": { @@ -68008,6 +71487,18 @@ }, "quantity": 1 }, + "AthenaLoadingScreen:LoadingScreen_Mouse": { + "templateId": "AthenaLoadingScreen:LoadingScreen_Mouse", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaLoadingScreen:LoadingScreen_PeelyAttack": { "templateId": "AthenaLoadingScreen:LoadingScreen_PeelyAttack", "attributes": { @@ -68044,6 +71535,54 @@ }, "quantity": 1 }, + "AthenaLoadingScreen:LoadingScreen_Questline": { + "templateId": "AthenaLoadingScreen:LoadingScreen_Questline", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LoadingScreen_Radish_ConceptArt": { + "templateId": "AthenaLoadingScreen:LoadingScreen_Radish_ConceptArt", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LoadingScreen_Radish_KeyArt": { + "templateId": "AthenaLoadingScreen:LoadingScreen_Radish_KeyArt", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LoadingScreen_RedPepper": { + "templateId": "AthenaLoadingScreen:LoadingScreen_RedPepper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaLoadingScreen:LoadingScreen_RoseDust": { "templateId": "AthenaLoadingScreen:LoadingScreen_RoseDust", "attributes": { @@ -68068,6 +71607,30 @@ }, "quantity": 1 }, + "AthenaLoadingScreen:LoadingScreen_S23BP_Lineup": { + "templateId": "AthenaLoadingScreen:LoadingScreen_S23BP_Lineup", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LoadingScreen_S23KeyArt": { + "templateId": "AthenaLoadingScreen:LoadingScreen_S23KeyArt", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaLoadingScreen:LoadingScreen_S4CH3KeyArt": { "templateId": "AthenaLoadingScreen:LoadingScreen_S4CH3KeyArt", "attributes": { @@ -68104,6 +71667,18 @@ }, "quantity": 1 }, + "AthenaLoadingScreen:LoadingScreen_SCRN_Silencer": { + "templateId": "AthenaLoadingScreen:LoadingScreen_SCRN_Silencer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaLoadingScreen:LoadingScreen_SCRN_Veiled": { "templateId": "AthenaLoadingScreen:LoadingScreen_SCRN_Veiled", "attributes": { @@ -68116,6 +71691,42 @@ }, "quantity": 1 }, + "AthenaLoadingScreen:LoadingScreen_SharpFang_Extra": { + "templateId": "AthenaLoadingScreen:LoadingScreen_SharpFang_Extra", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LoadingScreen_SharpFang_Slash": { + "templateId": "AthenaLoadingScreen:LoadingScreen_SharpFang_Slash", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LoadingScreen_Silencer": { + "templateId": "AthenaLoadingScreen:LoadingScreen_Silencer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaLoadingScreen:LoadingScreen_Spectacle": { "templateId": "AthenaLoadingScreen:LoadingScreen_Spectacle", "attributes": { @@ -68140,6 +71751,18 @@ }, "quantity": 1 }, + "AthenaLoadingScreen:LoadingScreen_Sunlit": { + "templateId": "AthenaLoadingScreen:LoadingScreen_Sunlit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaLoadingScreen:LoadingScreen_TheHerald": { "templateId": "AthenaLoadingScreen:LoadingScreen_TheHerald", "attributes": { @@ -68176,6 +71799,30 @@ }, "quantity": 1 }, + "AthenaLoadingScreen:LoadingScreen_Venice": { + "templateId": "AthenaLoadingScreen:LoadingScreen_Venice", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LoadingScreen_Venice_Skateboard": { + "templateId": "AthenaLoadingScreen:LoadingScreen_Venice_Skateboard", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaLoadingScreen:LSID_001_Brite": { "templateId": "AthenaLoadingScreen:LSID_001_Brite", "attributes": { @@ -73564,6 +77211,18 @@ }, "quantity": 1 }, + "AthenaLoadingScreen:LSID_473_Barium": { + "templateId": "AthenaLoadingScreen:LSID_473_Barium", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaLoadingScreen:LSID_475_SCRN_Stamina": { "templateId": "AthenaLoadingScreen:LSID_475_SCRN_Stamina", "attributes": { @@ -75460,6 +79119,114 @@ }, "quantity": 1 }, + "AthenaMusicPack:MusicPack_156_Radish_Event": { + "templateId": "AthenaMusicPack:MusicPack_156_Radish_Event", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_157_Radish_NightNight": { + "templateId": "AthenaMusicPack:MusicPack_157_Radish_NightNight", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_158_VampireHunters": { + "templateId": "AthenaMusicPack:MusicPack_158_VampireHunters", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_159_Chainmail": { + "templateId": "AthenaMusicPack:MusicPack_159_Chainmail", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_160_Venice": { + "templateId": "AthenaMusicPack:MusicPack_160_Venice", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_161_Citadel": { + "templateId": "AthenaMusicPack:MusicPack_161_Citadel", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_162_S23Default": { + "templateId": "AthenaMusicPack:MusicPack_162_S23Default", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_163_Winterfest_2022": { + "templateId": "AthenaMusicPack:MusicPack_163_Winterfest_2022", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_164_RedPepper_Winterfest": { + "templateId": "AthenaMusicPack:MusicPack_164_RedPepper_Winterfest", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaMusicPack:MusicPack_STW001_CannyValley": { "templateId": "AthenaMusicPack:MusicPack_STW001_CannyValley", "attributes": { @@ -75995,6 +79762,27 @@ }, "quantity": 1 }, + "AthenaPickaxe:Pickaxe_Apprentice": { + "templateId": "AthenaPickaxe:Pickaxe_Apprentice", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Mesh", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, "AthenaPickaxe:Pickaxe_BadBear": { "templateId": "AthenaPickaxe:Pickaxe_BadBear", "attributes": { @@ -76007,6 +79795,51 @@ }, "quantity": 1 }, + "AthenaPickaxe:Pickaxe_Ballerina": { + "templateId": "AthenaPickaxe:Pickaxe_Ballerina", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Particle", + "active": "Particle1", + "owned": [ + "Particle1", + "Particle2" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_BariumDemon": { + "templateId": "AthenaPickaxe:Pickaxe_BariumDemon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_Basil": { + "templateId": "AthenaPickaxe:Pickaxe_Basil", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaPickaxe:Pickaxe_Bites": { "templateId": "AthenaPickaxe:Pickaxe_Bites", "attributes": { @@ -76034,6 +79867,18 @@ }, "quantity": 1 }, + "AthenaPickaxe:Pickaxe_BlueJet": { + "templateId": "AthenaPickaxe:Pickaxe_BlueJet", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaPickaxe:Pickaxe_BoneWand": { "templateId": "AthenaPickaxe:Pickaxe_BoneWand", "attributes": { @@ -76112,6 +79957,27 @@ }, "quantity": 1 }, + "AthenaPickaxe:Pickaxe_Chainmail": { + "templateId": "AthenaPickaxe:Pickaxe_Chainmail", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Mesh", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, "AthenaPickaxe:Pickaxe_ChillCat": { "templateId": "AthenaPickaxe:Pickaxe_ChillCat", "attributes": { @@ -76124,6 +79990,18 @@ }, "quantity": 1 }, + "AthenaPickaxe:Pickaxe_Citadel": { + "templateId": "AthenaPickaxe:Pickaxe_Citadel", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaPickaxe:Pickaxe_Conscience": { "templateId": "AthenaPickaxe:Pickaxe_Conscience", "attributes": { @@ -76136,6 +80014,30 @@ }, "quantity": 1 }, + "AthenaPickaxe:Pickaxe_CoyoteTrail": { + "templateId": "AthenaPickaxe:Pickaxe_CoyoteTrail", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_CoyoteTrailDark": { + "templateId": "AthenaPickaxe:Pickaxe_CoyoteTrailDark", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaPickaxe:Pickaxe_DarkAzalea": { "templateId": "AthenaPickaxe:Pickaxe_DarkAzalea", "attributes": { @@ -76231,6 +80133,54 @@ }, "quantity": 1 }, + "AthenaPickaxe:Pickaxe_EmeraldGlassGreen": { + "templateId": "AthenaPickaxe:Pickaxe_EmeraldGlassGreen", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_EmeraldGlassPink": { + "templateId": "AthenaPickaxe:Pickaxe_EmeraldGlassPink", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_EmeraldGlassRebel": { + "templateId": "AthenaPickaxe:Pickaxe_EmeraldGlassRebel", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_EmeraldGlassTransform": { + "templateId": "AthenaPickaxe:Pickaxe_EmeraldGlassTransform", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaPickaxe:Pickaxe_Flamingo": { "templateId": "AthenaPickaxe:Pickaxe_Flamingo", "attributes": { @@ -76255,6 +80205,18 @@ }, "quantity": 1 }, + "AthenaPickaxe:Pickaxe_GelatinGummi": { + "templateId": "AthenaPickaxe:Pickaxe_GelatinGummi", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaPickaxe:Pickaxe_Genius": { "templateId": "AthenaPickaxe:Pickaxe_Genius", "attributes": { @@ -78409,7 +82371,16 @@ "level": 1, "item_seen": true, "xp": 0, - "variants": [], + "variants": [ + { + "channel": "Particle", + "active": "Particle1", + "owned": [ + "Particle1", + "Particle2" + ] + } + ], "favorite": false }, "quantity": 1 @@ -87721,6 +91692,18 @@ }, "quantity": 1 }, + "AthenaPickaxe:Pickaxe_ID_825_BariumFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_825_BariumFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaPickaxe:Pickaxe_ID_826_ParfaitFemale": { "templateId": "AthenaPickaxe:Pickaxe_ID_826_ParfaitFemale", "attributes": { @@ -88243,6 +92226,77 @@ }, "quantity": 1 }, + "AthenaPickaxe:Pickaxe_Impulse": { + "templateId": "AthenaPickaxe:Pickaxe_Impulse", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Material", + "active": "Mat1", + "owned": [ + "Mat1", + "Mat2", + "Mat3", + "Mat4", + "Mat5", + "Mat6", + "Mat7" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_JollyTroll": { + "templateId": "AthenaPickaxe:Pickaxe_JollyTroll", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_Lettuce": { + "templateId": "AthenaPickaxe:Pickaxe_Lettuce", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Particle", + "active": "Particle1", + "owned": [ + "Particle1", + "Particle2" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_LettuceCat": { + "templateId": "AthenaPickaxe:Pickaxe_LettuceCat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaPickaxe:Pickaxe_LightningDragon": { "templateId": "AthenaPickaxe:Pickaxe_LightningDragon", "attributes": { @@ -88267,6 +92321,18 @@ }, "quantity": 1 }, + "AthenaPickaxe:Pickaxe_MagicMeadow": { + "templateId": "AthenaPickaxe:Pickaxe_MagicMeadow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaPickaxe:Pickaxe_MasterKeyOrderMale": { "templateId": "AthenaPickaxe:Pickaxe_MasterKeyOrderMale", "attributes": { @@ -88351,6 +92417,54 @@ }, "quantity": 1 }, + "AthenaPickaxe:Pickaxe_Mouse": { + "templateId": "AthenaPickaxe:Pickaxe_Mouse", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_Nox": { + "templateId": "AthenaPickaxe:Pickaxe_Nox", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_Photographer_Holiday_Female": { + "templateId": "AthenaPickaxe:Pickaxe_Photographer_Holiday_Female", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_PinkJet": { + "templateId": "AthenaPickaxe:Pickaxe_PinkJet", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaPickaxe:Pickaxe_PinkSpike": { "templateId": "AthenaPickaxe:Pickaxe_PinkSpike", "attributes": { @@ -88426,6 +92540,18 @@ }, "quantity": 1 }, + "AthenaPickaxe:Pickaxe_RedPepper": { + "templateId": "AthenaPickaxe:Pickaxe_RedPepper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaPickaxe:Pickaxe_RenegadeRaider_Spark": { "templateId": "AthenaPickaxe:Pickaxe_RenegadeRaider_Spark", "attributes": { @@ -88474,6 +92600,62 @@ }, "quantity": 1 }, + "AthenaPickaxe:Pickaxe_SharpFang": { + "templateId": "AthenaPickaxe:Pickaxe_SharpFang", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Particle", + "active": "Particle1", + "owned": [ + "Particle1", + "Particle2", + "Particle3" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_SharpSilver": { + "templateId": "AthenaPickaxe:Pickaxe_SharpSilver", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_Silencer": { + "templateId": "AthenaPickaxe:Pickaxe_Silencer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Particle", + "active": "Particle1", + "owned": [ + "Particle1", + "Particle2", + "Particle3" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, "AthenaPickaxe:Pickaxe_SpyMale_FNCS_22": { "templateId": "AthenaPickaxe:Pickaxe_SpyMale_FNCS_22", "attributes": { @@ -88510,6 +92692,30 @@ }, "quantity": 1 }, + "AthenaPickaxe:Pickaxe_Sunlit": { + "templateId": "AthenaPickaxe:Pickaxe_Sunlit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_TaxiUpgraded_Vista": { + "templateId": "AthenaPickaxe:Pickaxe_TaxiUpgraded_Vista", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaPickaxe:Pickaxe_TheHerald": { "templateId": "AthenaPickaxe:Pickaxe_TheHerald", "attributes": { @@ -88546,6 +92752,48 @@ }, "quantity": 1 }, + "AthenaPickaxe:Pickaxe_Venice": { + "templateId": "AthenaPickaxe:Pickaxe_Venice", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Mesh", + "active": "Stage1", + "owned": [ + "Stage1", + "Stage2" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:PIckaxe_Virtuous": { + "templateId": "AthenaPickaxe:PIckaxe_Virtuous", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [ + { + "channel": "Particle", + "active": "Particle1", + "owned": [ + "Particle1", + "Particle2" + ] + } + ], + "favorite": false + }, + "quantity": 1 + }, "AthenaGlider:PreSeasonGlider": { "templateId": "AthenaGlider:PreSeasonGlider", "attributes": { @@ -93754,6 +98002,18 @@ }, "quantity": 1 }, + "AthenaDance:Spray_Apprentice": { + "templateId": "AthenaDance:Spray_Apprentice", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:Spray_BadBear_Hand": { "templateId": "AthenaDance:Spray_BadBear_Hand", "attributes": { @@ -93778,6 +98038,18 @@ }, "quantity": 1 }, + "AthenaDance:Spray_BasilStrong_Pickaxe": { + "templateId": "AthenaDance:Spray_BasilStrong_Pickaxe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:Spray_Bites_Blade": { "templateId": "AthenaDance:Spray_Bites_Blade", "attributes": { @@ -93826,6 +98098,30 @@ }, "quantity": 1 }, + "AthenaDance:Spray_Chainmail_Bat": { + "templateId": "AthenaDance:Spray_Chainmail_Bat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:Spray_Chainmail_Mask": { + "templateId": "AthenaDance:Spray_Chainmail_Mask", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:Spray_ChillCat": { "templateId": "AthenaDance:Spray_ChillCat", "attributes": { @@ -93838,6 +98134,18 @@ }, "quantity": 1 }, + "AthenaDance:Spray_Citadel": { + "templateId": "AthenaDance:Spray_Citadel", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:Spray_Competitve_GGDrip": { "templateId": "AthenaDance:Spray_Competitve_GGDrip", "attributes": { @@ -93850,6 +98158,30 @@ }, "quantity": 1 }, + "AthenaDance:Spray_CoyoteTrail": { + "templateId": "AthenaDance:Spray_CoyoteTrail", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:Spray_DefacedSnowman_Winterfest2022": { + "templateId": "AthenaDance:Spray_DefacedSnowman_Winterfest2022", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:Spray_Dizzy_Drip": { "templateId": "AthenaDance:Spray_Dizzy_Drip", "attributes": { @@ -93862,6 +98194,42 @@ }, "quantity": 1 }, + "AthenaDance:Spray_EmeraldGlass": { + "templateId": "AthenaDance:Spray_EmeraldGlass", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:Spray_EmeraldGlass_Green": { + "templateId": "AthenaDance:Spray_EmeraldGlass_Green", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:Spray_FFC": { + "templateId": "AthenaDance:Spray_FFC", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:Spray_Fortnitemares2022_Chicken": { "templateId": "AthenaDance:Spray_Fortnitemares2022_Chicken", "attributes": { @@ -93898,6 +98266,30 @@ }, "quantity": 1 }, + "AthenaDance:Spray_GlitchPunk": { + "templateId": "AthenaDance:Spray_GlitchPunk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:Spray_GuffHolidayTree_Winterfest2022": { + "templateId": "AthenaDance:Spray_GuffHolidayTree_Winterfest2022", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:Spray_Headset": { "templateId": "AthenaDance:Spray_Headset", "attributes": { @@ -93910,6 +98302,18 @@ }, "quantity": 1 }, + "AthenaDance:Spray_Honk": { + "templateId": "AthenaDance:Spray_Honk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:Spray_Invitational": { "templateId": "AthenaDance:Spray_Invitational", "attributes": { @@ -93922,6 +98326,30 @@ }, "quantity": 1 }, + "AthenaDance:Spray_LettuceGaming": { + "templateId": "AthenaDance:Spray_LettuceGaming", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:Spray_MagicMeadow": { + "templateId": "AthenaDance:Spray_MagicMeadow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:Spray_MeteorWomen": { "templateId": "AthenaDance:Spray_MeteorWomen", "attributes": { @@ -93958,6 +98386,18 @@ }, "quantity": 1 }, + "AthenaDance:Spray_NarrativeQuest": { + "templateId": "AthenaDance:Spray_NarrativeQuest", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:Spray_PinkSpike": { "templateId": "AthenaDance:Spray_PinkSpike", "attributes": { @@ -93982,6 +98422,42 @@ }, "quantity": 1 }, + "AthenaDance:Spray_RedOasis": { + "templateId": "AthenaDance:Spray_RedOasis", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:Spray_RedPepper": { + "templateId": "AthenaDance:Spray_RedPepper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:Spray_RL_Vista": { + "templateId": "AthenaDance:Spray_RL_Vista", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:Spray_RoseDust": { "templateId": "AthenaDance:Spray_RoseDust", "attributes": { @@ -94030,6 +98506,18 @@ }, "quantity": 1 }, + "AthenaDance:Spray_SharpFang_Sipping": { + "templateId": "AthenaDance:Spray_SharpFang_Sipping", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:Spray_Showdown_Co": { "templateId": "AthenaDance:Spray_Showdown_Co", "attributes": { @@ -94078,6 +98566,18 @@ }, "quantity": 1 }, + "AthenaDance:Spray_Sunlit": { + "templateId": "AthenaDance:Spray_Sunlit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:Spray_TheHerald": { "templateId": "AthenaDance:Spray_TheHerald", "attributes": { @@ -94090,6 +98590,42 @@ }, "quantity": 1 }, + "AthenaDance:Spray_Venice_Bird": { + "templateId": "AthenaDance:Spray_Venice_Bird", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:Spray_Venice_Skateboard": { + "templateId": "AthenaDance:Spray_Venice_Skateboard", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:Spray_WinterReindeer_Winterfest2022": { + "templateId": "AthenaDance:Spray_WinterReindeer_Winterfest2022", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaDance:Spray_Yonder_Drip": { "templateId": "AthenaDance:Spray_Yonder_Drip", "attributes": { @@ -95978,6 +100514,18 @@ }, "quantity": 1 }, + "AthenaGlider:Umbrella_Lettuce": { + "templateId": "AthenaGlider:Umbrella_Lettuce", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaGlider:Umbrella_PaperParasol": { "templateId": "AthenaGlider:Umbrella_PaperParasol", "attributes": { @@ -96230,6 +100778,18 @@ }, "quantity": 1 }, + "AthenaGlider:Umbrella_Season_23": { + "templateId": "AthenaGlider:Umbrella_Season_23", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaGlider:Umbrella_Silver": { "templateId": "AthenaGlider:Umbrella_Silver", "attributes": { @@ -102074,6 +106634,18 @@ }, "quantity": 1 }, + "AthenaItemWrap:Wrap_500_Barium": { + "templateId": "AthenaItemWrap:Wrap_500_Barium", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaItemWrap:Wrap_501_GlassSpectrum": { "templateId": "AthenaItemWrap:Wrap_501_GlassSpectrum", "attributes": { @@ -102338,6 +106910,18 @@ }, "quantity": 1 }, + "AthenaItemWrap:Wrap_Apprentice": { + "templateId": "AthenaItemWrap:Wrap_Apprentice", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaItemWrap:Wrap_BadBear": { "templateId": "AthenaItemWrap:Wrap_BadBear", "attributes": { @@ -102350,6 +106934,18 @@ }, "quantity": 1 }, + "AthenaItemWrap:Wrap_Barium_Demon": { + "templateId": "AthenaItemWrap:Wrap_Barium_Demon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaItemWrap:Wrap_Bites": { "templateId": "AthenaItemWrap:Wrap_Bites", "attributes": { @@ -102398,6 +106994,18 @@ }, "quantity": 1 }, + "AthenaItemWrap:Wrap_Chainmail": { + "templateId": "AthenaItemWrap:Wrap_Chainmail", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaItemWrap:Wrap_ChillCat": { "templateId": "AthenaItemWrap:Wrap_ChillCat", "attributes": { @@ -102434,6 +107042,30 @@ }, "quantity": 1 }, + "AthenaItemWrap:Wrap_Citadel": { + "templateId": "AthenaItemWrap:Wrap_Citadel", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_CometWinter": { + "templateId": "AthenaItemWrap:Wrap_CometWinter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaItemWrap:Wrap_Comp22A": { "templateId": "AthenaItemWrap:Wrap_Comp22A", "attributes": { @@ -102518,6 +107150,30 @@ }, "quantity": 1 }, + "AthenaItemWrap:Wrap_CoyoteTrail": { + "templateId": "AthenaItemWrap:Wrap_CoyoteTrail", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_CyberFu_Glitch": { + "templateId": "AthenaItemWrap:Wrap_CyberFu_Glitch", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaItemWrap:Wrap_DarkAzeala": { "templateId": "AthenaItemWrap:Wrap_DarkAzeala", "attributes": { @@ -102578,6 +107234,18 @@ }, "quantity": 1 }, + "AthenaItemWrap:Wrap_GreenGlass": { + "templateId": "AthenaItemWrap:Wrap_GreenGlass", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaItemWrap:Wrap_HeadSet": { "templateId": "AthenaItemWrap:Wrap_HeadSet", "attributes": { @@ -102602,6 +107270,18 @@ }, "quantity": 1 }, + "AthenaItemWrap:Wrap_Lettuce": { + "templateId": "AthenaItemWrap:Wrap_Lettuce", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaItemWrap:Wrap_LightningDragon": { "templateId": "AthenaItemWrap:Wrap_LightningDragon", "attributes": { @@ -102638,6 +107318,42 @@ }, "quantity": 1 }, + "AthenaItemWrap:Wrap_Mouse": { + "templateId": "AthenaItemWrap:Wrap_Mouse", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_Neon_Blob": { + "templateId": "AthenaItemWrap:Wrap_Neon_Blob", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_Neon_Drip": { + "templateId": "AthenaItemWrap:Wrap_Neon_Drip", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaItemWrap:Wrap_PinkSpike": { "templateId": "AthenaItemWrap:Wrap_PinkSpike", "attributes": { @@ -102650,6 +107366,18 @@ }, "quantity": 1 }, + "AthenaItemWrap:Wrap_RedPepper": { + "templateId": "AthenaItemWrap:Wrap_RedPepper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaItemWrap:Wrap_RenegadeRaiderSpark": { "templateId": "AthenaItemWrap:Wrap_RenegadeRaiderSpark", "attributes": { @@ -102662,6 +107390,42 @@ }, "quantity": 1 }, + "AthenaItemWrap:Wrap_SharpFang": { + "templateId": "AthenaItemWrap:Wrap_SharpFang", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_SquareCells": { + "templateId": "AthenaItemWrap:Wrap_SquareCells", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_Sunlit": { + "templateId": "AthenaItemWrap:Wrap_Sunlit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaItemWrap:Wrap_TheHerald": { "templateId": "AthenaItemWrap:Wrap_TheHerald", "attributes": { @@ -102698,6 +107462,42 @@ }, "quantity": 1 }, + "AthenaItemWrap:Wrap_Venice": { + "templateId": "AthenaItemWrap:Wrap_Venice", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_Virtuous": { + "templateId": "AthenaItemWrap:Wrap_Virtuous", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_Winter_Pal": { + "templateId": "AthenaItemWrap:Wrap_Winter_Pal", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, "AthenaCharacter:Dev_TestAsset": { "templateId": "AthenaCharacter:Dev_TestAsset", "attributes": { diff --git a/responses/keychain.json b/responses/keychain.json index 5c48344..e47471b 100644 --- a/responses/keychain.json +++ b/responses/keychain.json @@ -8,6 +8,7 @@ "46FC5EBAD39CE53EFB215A2E05A915FC:H3gtdkEzT3Dk8vkwTTZE9oUDoJEy6vmfQj1jDo453gY=:Glider_ID_140_ShatterFly", "1F5D9EEE331B5E84D6A7AEFF4E80768E:2X6Gzwp+PQOeejP7HwJp98aO9pTVDnX/t5pe5Wa4WyE=", "5776BD1A9BFC4EEEB7DD1FCA71B9C39C:jkYOI3VSLqXBCMYyxpfl/soGCBdplmqs8C2AOg1pcGU=", + "7C04002177805455CCA13E61F418D117:cacqp05gISCHgiULNDksrFNlUbhz6NxeW7pEr+xp2FQ=", "8F6ACF5D43BC4BC272D72EBC072BDB4F:rsT5K8O82gjB/BWAR7zl6cBstk0xxiu/E0AK/RQNUjE=:CID_246_Athena_Commando_F_Grave", "4A8216304A1A18CB9583BC8CFF99EE26:QF3nHCFt1vhELoU4q1VKTmpxnk20c2iAiBEBzlbzQAY=:CID_184_Athena_Commando_M_DurrburgerWorker", "F78569F2AD7950F870965BC647904647:e3+Nhzk8SBfmZWoQThFsZmnyJs2AoJ+LQDgMz45YAUE=:CID_949_Athena_Commando_M_Football20Referee_C_SMMEY", @@ -22,10 +23,12 @@ "8335E3DF8B0DFBCB0C05EFB5FF1B8A81:shx/UPd2PJpGZtpddRmoS7RosbEO0MlsaNb+9aaQR9g=:Pickaxe_ID_204_Miner", "DC487286E8C1CD5FE18AC3FE76034EF2:3h9IwK2qQP8PHVuO1aZI1C34JrJxKBnXJOFcSDSj99M=:CID_478_Athena_Commando_F_WorldCup", "8A6DABC9AF8B5FE521D365DB605D0AE0:T721SqBTncYsd8Gej01RnLX6sEaCgJoILnRauHaJz+g=:BID_284_NeonLines", + "B9E8BA33F3FF6F9DB4CA35F51437B433:6gLG1UQHcMeCErfTl6ZNA78CzF2boBxzxfF1GPqnPSE=:EID_Iconic", "DE4CBA7A27B818D6B299767036C671A9:o7axeOYDdjXZ4MTWM4Io4XRNfQG2WH9qwPvBSJk8vJM=:Wrap_508_ApexWild", "5E15C5486CE8E539552D4D3E7682F9E2:+L/tTz+woDFZJEvtxfq8m8tNI1R72sYK7rnYr7sHTis=:EID_TeamRobot", "E47EFA3166A5D7B35CEC27B19AC66AE5:JURSqAHhHK6YqLP5rKhCO+SQ2oql4NqJaoaeNGtsrM8=:LSID_325_RiftTourMKTG1_18M49", "BF344823BEE88FA8760A410311A30150:mcfE7CGJQLRE5dWZTCNPCCPgSBV7CMLl6lvpF+nzqzw=:LSID_479_Astral", + "FC4E841A2B346A848784A3190B5D05B2:a4+ZHXPUacxXOJmJxoJlp4vzzEApO6fWJXvvUYW43yU=:Pickaxe_EmeraldGlassGreen", "772E01C212E9A77A501AF954ADA90B09:nQ4i6bbmbGMzcq8iyjoM/BGUbX2DSIJRAZ96/qaOf/Y=:BID_945_SleekGlasses_GKUD9", "5A33986E8C23E664BD8A70D41697A93F:nFqFG2z7mnQhf4Q3iR6zQ2eWykiuwy0af+ga9QWnU6o=", "162FACA3B0E34C1BAF897ECD28D86C84:rKWv3Qcmp+oMK1Zbw7bhPrNSiFNoNZyIlXUW73ZrUnk=:Pickaxe_ID_788_LyricalMale", @@ -38,6 +41,7 @@ "F60CFFFA32CF6A877B50DA7F0A88326E:OWIopbB4fxaobofPI9lF9hn6BPG9NVLp4Od61uQppfo=:CID_392_Athena_Commando_F_BountyBunny", "6CED8B5F648ED1ACCC8F1194901775AF:qjfCT39FVniEjPj+CvZu5Qz8XHHtdnH8kCsV3P1OaJw=:BID_252_EvilBunny", "6CFF02B6F01FBC306D428E8EE2CA6232:1BaXCMF6dJeORZditLbWRLFKVlvYZerZdvifZuvNTfk=", + "958DC719715C145004E1E028E72464D0:ZTCrQKaSpw5dAyqyW/jGz+KF2DlvSX8wCW5/4dhdFT0=:Character_RedOasisGooseberry", "E8585F83E40CD4CF0272EA6012055A97:4LrXtLEBhL5JquAu4/kq1Dghb4/355YROt3ciXg+ysE=:BID_988_Rumble", "80B01346D82C75E9165D30C8D4670D67:vUSIr4/Ld2SstnhJMcWOWEbtPeQ0EOY5g1XV9OWFBW0=", "01079D19DDDEC8BD51AF536A7106906F:QQQwnB63pdEdKEqLYP9QzAaJXakZ3w1Iuai7YU3A+Xs=:Pickaxe_ID_734_SlitherMale_762K0", @@ -59,13 +63,16 @@ "001B8CDAE8386ACB5DFE26FA59C10B40:XA9kqeHyWLK/xsRzYLCkooN/dBRNTyjy5sw9Jv+8nRs=", "8AE56A5795250C959CD4357AF32DA563:GL9+gTLkh5vnyzImLDdxGYFksrHsmmJSUfZB9mP9fdM=", "4C3B1FC20956AE8C3C29A85446D013F4:dVksVi55yMPvgmuA2rjvlyDlySrQOK8wmH3aa69wtZo=:Pickaxe_ID_800_UltralightFemale", + "C624A3D18A8A2494288EE915D11518B7:/q+bDo9akBx2JId6QvLQW1YoN4jBEEn+QdzBXjB3OpQ=", "35C2B057E5168DCA74B6F1DDAC745E60:73haJlY3S0TVmH0ELxyw6p5FzFRrITWqOmobH9F2Mq8=:BID_937_KeenMale_YT098", "E4D8D083C49828F6BF310ECA74A84F98:NxjtZXHe49xC1zUVs+XKjHbeic3prkFOWmwkaQ1vOFw=:Wrap_395_TextileBlack_DBVU2", "1B1978CC0EC6D4D937800A9E1CA87CA0:OjIDp8UXlfFZCaVJ6GLnMM+98VabjD7EB3J7ahiRNk0=:BID_953_Gimmick_1I059", "4C8D53A32D85124D08A3DCE6D3474A30:gam5sVciLPzKr+wmWOoctLo5HFqBvBLKKcxh6ZV1kn0=:Pickaxe_ID_532_WombatFemale_CWE2D", + "FC4E841A2B346A848784A3190B5D05B2:a4+ZHXPUacxXOJmJxoJlp4vzzEApO6fWJXvvUYW43yU=", "AC22C5B2B654FE15BDCC8B664D033140:zE2ddgoXrJ7X0UEkphUtys0CeoTzIDpAZ58beqOkx4M=:CID_A_232_Athena_Commando_F_CritterStreak_YILHR", "30A1FD89B2D3C155DAF14852A39BA97F:C0IwuJFw9v06OF8XthOhzUd3nHOTCII1gmx/7eepmDo=:Pickaxe_ID_747_ZestMale_3KAEG", "010E6ACF85E4A58BF6F551EFE7B85F61:DwCIH5Dw/1wdiS6gFGmWe4HUgD9kMOEzjbzM/1QshM4=:Glider_ID_131_SpeedyMidnight", + "BDB9B53603F92D55B57E8DB38FCEB570:gPrhs5YAEFh9OzYY0tSw8MPRFr/aS0cdRLp41tjsU3Y=:EID_Goodbye", "7FA066BD68EDBE54C44CEAF5FDE591AA:MqrhrL7xbe11CZPwz1pJTx8M8yUHGe/VHL29VKlKVKg=", "A0926AD8C6EDE29250AC4A0A93156E7B:keN/yZ7qnvcPZeIflsked9TAT867gbPgmnG1QdlSn3E=:Pickaxe_ID_382_Donut1H", "C2216794035D5FC95DCC07FA72E1EC86:4CS9WyhB+tpbl/w4bd+9cnjWZTf0NCO8zl1/6TmIQeM=:EID_HNYGoodRiddance", @@ -137,6 +144,7 @@ "8566FD040AC2B245597E11D1F85DB4E5:SEoqoweofxmXfxu848wKn1UJhwU7oQ2w2F0lBst+FnU=:Pickaxe_ID_508_HistorianMale_6BQSW", "738C0E8B5DAB633906DC77FE4C4E48F9:qr1ZfbWRp+uqwBMvEhY1XBj7Sr7SxRsWHN7jqYPaZfU=", "A92DE306E5174C82739D774151D7B661:RF9sTh7l2tp+ypCb/Lp3WeMfBExvk2LSUbim04xsCJo=:LSID_374_GuavaKey_IY0H9", + "FC4E841A2B346A848784A3190B5D05B2:a4+ZHXPUacxXOJmJxoJlp4vzzEApO6fWJXvvUYW43yU=:Backpack_EmeraldGlassStandAlone", "7C469274E430B5E3005EF1799DE618CC:5j5CNw8BI2+kBShT+u7kgw9HyCZ3dOvCMGBO9WScNPQ=:EID_Wayfare", "3E89561331A72D226FBF962DA29DBB82:qzWv2zubDSSrpTt3tKc4ZsReqR3QBKjhU1cGzVe7KH4=:CID_387_Athena_Commando_F_Golf", "01079D19DDDEC8BD51AF536A7106906F:QQQwnB63pdEdKEqLYP9QzAaJXakZ3w1Iuai7YU3A+Xs=:CID_A_300_Athena_Commando_M_Slither_C_IJ94B", @@ -159,6 +167,7 @@ "F78569F2AD7950F870965BC647904647:e3+Nhzk8SBfmZWoQThFsZmnyJs2AoJ+LQDgMz45YAUE=:CID_942_Athena_Commando_F_Football20_YQUPK", "32F8552040D83320E998654666873931:izPPgPIvrxfBXPaI/LJzO5lxOZtzjOXQJBuk9kPdKe0=:BID_338_StarWalker", "7F863227B67DD0D99A7A4BBEE0682666:29bfvaQcZUswF3vrHMntLKfmknWKDf65FCbxbJghisg=", + "FC4E841A2B346A848784A3190B5D05B2:a4+ZHXPUacxXOJmJxoJlp4vzzEApO6fWJXvvUYW43yU=:Backpack_EmeraldGlassPink", "57D2C065461284F546C48C971A44C6D0:EOfb/g0hZdMhd5biYOZR69B/mqPU7X+sgQQrp2gQ/s0=:BID_178_Angel", "AC86B4636DC6A3B6D2DF6DA8B5632796:VHknYzsodjamhC3oVkulL7sMpsRkw9ZcCcSguv9bZSM=", "23213D7D8F739DE37BCA56557073DA51:hmmf08PTLeIAJgxwHIFI131jzcy1SbirW6EzJtm1teM=:BID_979_CactusRockerFemale_IF1QA", @@ -181,6 +190,8 @@ "22AB4BDC10065AA49B38DE88522DF836:1L8L+oKtSOtIxbm1x0HbDtzquIH6CH8vu1PF4i8jU+w=:CID_446_Athena_Commando_M_BannerA", "23213D7D8F739DE37BCA56557073DA51:hmmf08PTLeIAJgxwHIFI131jzcy1SbirW6EzJtm1teM=:Pickaxe_ID_777_CactusRockerFemale", "54FD9ABD65879452DCB8CE11C1D7F1AF:nV0Vm4NCBl+MkGX8wiqfFrg0viDriL3I2xc4KS7n7fg=:CID_421_Athena_Commando_M_MaskedWarrior", + "958DC719715C145004E1E028E72464D0:ZTCrQKaSpw5dAyqyW/jGz+KF2DlvSX8wCW5/4dhdFT0=:Backpack_RedOasis", + "E1B1A5908EF6377D7FB29F776486A6A0:qaZB3Q+6kKTtlO4aGWBsnjSxCwX3kmr8oOF/2QDZ2qc=:EID_BasilStrong", "3E89561331A72D226FBF962DA29DBB82:qzWv2zubDSSrpTt3tKc4ZsReqR3QBKjhU1cGzVe7KH4=:Pickaxe_ID_190_GolfClub", "726DD9BDA97CE92DFF162668027518BE:/QdzaWcoVhInSz0Oa0qk+NV3XxRt9WlXwcAu766Y6aY=", "AF3080C00CB8CB301C167B00E9671CD4:wLmQDoGeYBN8Og/IMDoGxuuQNy7M+RQkKtajSZiOebE=:Pickaxe_ID_558_SmallFryMale_YBD34", @@ -236,6 +247,7 @@ "E4D8D083C49828F6BF310ECA74A84F98:NxjtZXHe49xC1zUVs+XKjHbeic3prkFOWmwkaQ1vOFw=:Glider_ID_316_TextileMale_3S90R", "02421097082555483CA9524F79EF7687:e9wZT5/2KHmpbw6KjR8u4uo3iG00O92+PAZMbk09a3w=:BID_545_RenegadeRaiderFire", "D49757E2D55451A0D5B341906FE2ABE4:PWMwnjgi/wUDV+yxg02QsU33jA529fxVTRHyqnkv21c=:EID_AshtonSaltLake", + "02743CF33556232CE2CDE4BAAE108E2B:fEeB1cPrmwILnnMkELOaIMVfGJXixlOZSzby0xhKPHk=", "B1B800E199A6D4649287C11AE89F67CA:3udFXffIw3c7eM5hljF5mJQA36FbW2PeF8Gx1TcD1vc=:Pickaxe_ID_201_Swashbuckler", "F2E3A44428F24B0E4F481938A8E3D8EE:Vgb58eI7kGPp+Ecr8lhE2RMoKeCLFG0sWAEugWV295A=:LSID_305_Downpour_CHB8O", "23280A6FC0902B6420BB82522AE16D2C:C7o6m2vJJY+XWKd0t1YLBPVLYCMgNbt10d/itx5Wjnc=", @@ -251,6 +263,7 @@ "82669F5A2F9B703D1A6BEA3BCB922D7D:Leu9rrDPaqZd3izIU+IKpFcP/NNcqSncLkV2lapQL6k=", "772E01C212E9A77A501AF954ADA90B09:nQ4i6bbmbGMzcq8iyjoM/BGUbX2DSIJRAZ96/qaOf/Y=:Pickaxe_ID_744_SleekGlassesMale_ID69U", "7EE5B905919FC30BA533A9B72266C37D:kAD28wIO613FRtg5cfGz+jb0Ofed2l3NonVGSmeqCAU=", + "F33B69585B65C333655C545A038BCEE5:0+gUoAUkiBbY5uqO9rIehUDkvrr/PY3vBY16AMHQASw=:Glider_StallionSmoke", "566C4D92AF66F45DF5E2D7EB43CC27AE:EuAYwU5tQBXzGoSj5BMc7S5yFfe9wZ2qrzx/hIHpnqw=:Pickaxe_ID_479_LunchBox1H", "EBFE6788D367D741AF0A4FD098CDFD39:FAeJTGyT49P+dQOmKx+lMYVAxu7qtIPlqSaLAR85zqI=:EID_AssassinVest", "57EC154062C75464BD8A087D89732317:5AEwoCp79njYci8QYF+sLMkGpjDnFCYLSCtz4LD9D78=:BID_428_GalileoFerry_28UZ3", @@ -281,6 +294,7 @@ "7C469274E430B5E3005EF1799DE618CC:5j5CNw8BI2+kBShT+u7kgw9HyCZ3dOvCMGBO9WScNPQ=:Pickaxe_ID_848_WayfareFemale", "E3D0A604B93651DDC6779B14F21D0FDA:8gPR3gZwEJxfkZBkXk0QAlpnJ7q5mXzVc0DN3lzpJ5k=:BID_329_WildWestFemale", "6EA156BE3D18E1D649D7D4B3F8C0FACA:qAKD9oM8u4IvUcKbReHTMaLg7GtHLBcnmz8++vwwB6o=", + "F33B69585B65C333655C545A038BCEE5:0+gUoAUkiBbY5uqO9rIehUDkvrr/PY3vBY16AMHQASw=:LoadingScreen_Stallion", "98BCB8B7136162178BF364D6105BB9B7:c1dhB+vWHWRw3YvWpsHRj9Ayj8JjdqYOLnyr0YImxVo=", "63516700C5CFA6F1BE71B29214957E33:eR9Otw83jJyrj808CkqElVYzlXztuc14/u2pDtPtooQ=:Glider_ID_155_Jellyfish", "44DB36B2D2B3854669780458D2FE48C4:gtl0smAMRKg8d9TdDH47lUOYCygKzbAPA6/HaXLWy94=:BID_801_MajestyTaco_FFH31", @@ -289,11 +303,13 @@ "2A12750AF48FB5468105F255DC537CC1:lKjAansupIjoXjT3/0vH9XeOzVp9S+fBGtyP90Gve60=", "591DF838AC4B3A6350E40E026B26D5C0:MBvGoHxJQBTxCm2V82s2yHqRWPsYdFyj8xKUhFsUkyE=:CID_745_Athena_Commando_M_RavenQuill", "7E9FAC0F2BFC4AE3A2ED4C87D1A57DBF:xaR/8qp7kFAbILx9i6ANnoam0rZ/tP8Xy3yysuqt8BA=:Pickaxe_ID_231_Flamingo2", + "C8EDBD039269967B5BE92CCDD8A9D62F:8gR7wuE22djecHDkUAKfbBCtvwwWeVjZxSOBag9drI4=:Wrap_CoyoteTrail", "1D02A6E14FDF53655E818CEF9E57B1BF:ekG/6DFEYOaCYi5hruGoY/o1KzC/O5+9hJbdMyti8Gk=", "3FCDA1185C56B6A5FDC57AF760566A51:9I7HsUJTcd0EMjpuwQmyno0jbrJon+nZePI6IuQBmtk=:BID_983_ScrawlDino_AD541", "E0FB7B394449CE6450EA90C93D710EB8:NrXwNX6lKuu/kyQuvE74+6Uo04FODoV4ZqxToj/jS6I=:Glider_ID_157_Drift", "1234642F4676A00CE54CA7B32D78AF0C:Nd8vhYp296C+C0TqSIGxu0nBYOFGQ5xBNK5MFjHS8IA=:Glider_ID_115_SnowNinja", "E48EFA857D8E6914B2505B05AADFB193:4AUdytefPzWNT8c11iGtU4xcGNWEgzpMJbxTjUq3NS0=:Pickaxe_ID_465_BackspinMale1H_R40E7", + "958DC719715C145004E1E028E72464D0:ZTCrQKaSpw5dAyqyW/jGz+KF2DlvSX8wCW5/4dhdFT0=:Character_RedOasisJackfruit", "A31042B93988941EE77BC1E2DA6AA05E:pDUufUGsOVTv3LuXoq56xwz8HRnzlrHTvTLWbzBaPcU=", "715D5B8D89F01C804C2ED33648157A6C:GbMcQmdpv3ju/P36UQIlDFZ0Q5jr0he7O2oTJ702McY=:BID_446_Barefoot", "286270CA017B478C6FF6B5B815428F93:OUbNW00OmQLCd9iLA13soMU4wYtd0RTc+lEkoPdvF4U=", @@ -304,6 +320,7 @@ "35C2B057E5168DCA74B6F1DDAC745E60:73haJlY3S0TVmH0ELxyw6p5FzFRrITWqOmobH9F2Mq8=:Glider_ID_343_KeenMale_97P8M", "F8E2B9191F948DBBEC6F6688BBA7DB41:0Rv3StsHC9OvC6UDR+L+CLgz63E+qGme+zw6sebd2uc=:EID_Swish", "CE9D023C0D7DBF7634F2AEF6200BDB36:JyhTmjJnosQmLeGMQXhCtkl/auX+mde5P11MsWEwIqw=", + "F33B69585B65C333655C545A038BCEE5:0+gUoAUkiBbY5uqO9rIehUDkvrr/PY3vBY16AMHQASw=:EID_Stallion", "91BEC79063CD316E69E79215E0CE6437:uE56sTOQozw4kZfj70CQIEFqQOFORE1+mZhMhccG1z4=:EID_ModerateAmount_9LUN1", "71BEC74046C6920A467E57B69FA3835A:q6m1xB4+mCmXL3g7eRGykDO6ZKrXS8M7m8SqbqIKzkI=:BID_201_WavyManMale", "E6CB9B5FE721FB85529A6558D32987CA:aKSiHv73+80I2NZ8lFAbV7CRyRGO4LN9J7a6gjh51b4=", @@ -329,6 +346,7 @@ "B1EB196DD39D0736E7E08F99B07D8B9A:1fDhBY8uhi++l6QQPL2YtxZgUv04OZoMGBrH+yN8yKM=:EID_JanuaryBop", "6B0D17A04F83AAF1E4EC1D0D481D7B03:fgSAnECppKmZD1eolFEZOuOpUDPbt1MmvGroMQ0sPFU=:EID_CrabDance", "F78569F2AD7950F870965BC647904647:e3+Nhzk8SBfmZWoQThFsZmnyJs2AoJ+LQDgMz45YAUE=:CID_941_Athena_Commando_M_Football20_E_KNWUY", + "E1B1A5908EF6377D7FB29F776486A6A0:qaZB3Q+6kKTtlO4aGWBsnjSxCwX3kmr8oOF/2QDZ2qc=:Spray_BasilStrong_Pickaxe", "BE2C3EF59AB81D812AF5B8153325998F:W7NoICLZt9L2d7XZ5dT9gtI80MyOizk7uA9LtwA/Edw=:Pickaxe_ID_687_GiggleMale_YCQ4S", "6AD4E900C2E9E785B0442E0A60E74C66:FbrGkaMoqjq/CaamdJrQUBz/PjBqtA0wFlGj1VOxH6A=:LSID_457_Ensemble_Characters", "8E1887D55A60F69B33B234242FF49653:YofZaW+CRl0jhVhkp9z2CQWhTPwyjQ6dbHtISkLDfVU=:AlfredoSet", @@ -373,6 +391,7 @@ "F78569F2AD7950F870965BC647904647:e3+Nhzk8SBfmZWoQThFsZmnyJs2AoJ+LQDgMz45YAUE=:CID_953_Athena_Commando_F_Football20Referee_B_5SV7Q", "9904FE82E1630F9BF753E5AA195B4E1E:ScugOdDnT2N47PETOZ8B3MoDlg9elYb+ePzsZGA3ryI=:BID_A_027_SpectacleWebMale", "F6E92DDBC70C8184E837D31905B2F2A7:UCSPatT+yv3YH2x0Ks+2GSXhSSu+3ZvZs6Lai3oOi0Y=:BID_826_RuckusMini_4EP8L", + "A6E44EB3DA45A5323BF1FEB33C6421F6:l9NQzTVH+MNDjQ8Z2gSvxDnNFyvECNwp61JOHFAWWvc=", "FBAC0AD8C03AAB2DC3BC077597517179:5oj8B4R53plPxRictMN6QkQ741CibMbmzRJYIDIQ5iM=", "A10B1E27AF53CDC331BF4797C97B6B9B:fy5fTzL7HXpOBRg49CHm/E8Iptd4X12eYNBAeSa5CY4=", "BAEF248980269F569C6E1FFF2B885DF6:2b6DQGIcab1r7zsw5j3MR84iDmt0g1XBquxJVR/8GxM=:EID_TourBus", @@ -456,6 +475,7 @@ "01FC97F8787B82E027EC64661E0D36AB:Mh1l2LJ3YrgaZtg7sRTd8XeBkVcyA3i089gZKkTr1gM=:BID_986_CactusDancerFemale", "162FACA3B0E34C1BAF897ECD28D86C84:rKWv3Qcmp+oMK1Zbw7bhPrNSiFNoNZyIlXUW73ZrUnk=:BID_991_LyricalFemale", "56FE93367C8B62ADE2A8A1653077C98B:OevQYyBvnT5vwQhOJhu74k5TNwE6pe4gu6okYYBepGc=:Pickaxe_ID_784_CroissantMale", + "B4D5B451ED92972585CC2F14FBD89BEA:W5OvELdQtcX+ob61JryiUFRMmKWphagg20Z84qg4auc=", "63516700C5CFA6F1BE71B29214957E33:eR9Otw83jJyrj808CkqElVYzlXztuc14/u2pDtPtooQ=:BID_295_Jellyfish", "1CE4B8636E40B4AF8858511CE01A98E3:+vewfAbMTec/enBaWVzzCxiHw8WLTJvfAWzFmcOJT4Y=:EID_TheShow", "7A59383C41DD998408A74BC37C7D6887:nSrruhpHV3ZEPPECeqWkMh/6mBFzQD8yEFKZS6oJeu8=:CID_A_086_Athena_Commando_F_Hardwood_B_B7ZQA", @@ -487,11 +507,13 @@ "D517F2A448CCB9B47E5004894BC62ACF:qOdQUR91sysqDRELOgz/YVZ7Piae8hqcrnYW90fXtvU=:Pickaxe_ID_680_TomcatMale_LOSMX", "7B1151E3094646DFFD37B6492B117FDB:4WxNHdTgHDEpGjzIV2XIjGO41kyiwggFQpdq8y+o1jY=:Pickaxe_ID_577_TheGoldenSkeletonFemale1H_Y6VJG", "6686344942A2886FC4FD4D3763A4890D:CphngqSvpV+b2+WsrC6THVlHtrbln/Gmei4th7IO6VU=", + "E1B1A5908EF6377D7FB29F776486A6A0:qaZB3Q+6kKTtlO4aGWBsnjSxCwX3kmr8oOF/2QDZ2qc=:Backpack_Basil", "F78569F2AD7950F870965BC647904647:e3+Nhzk8SBfmZWoQThFsZmnyJs2AoJ+LQDgMz45YAUE=:CID_950_Athena_Commando_M_Football20Referee_D_MIHME", "F78569F2AD7950F870965BC647904647:e3+Nhzk8SBfmZWoQThFsZmnyJs2AoJ+LQDgMz45YAUE=:CID_944_Athena_Commando_F_Football20_C_FO6IY", "5738A14C7E45E1B405CEF920829CB255:xZHlPTz/dxNahrp9IqTZ+tjOZSYMxQb9KZFXlg9N638=:Pickaxe_ID_330_HolidayTimeMale", "4C546A04EB0E91B7EB4449B672B63900:RhtdrUqq3N21E77X7YatI4oX3wLYyvFH5Wm+eaUX8+w=", "A0926AD8C6EDE29250AC4A0A93156E7B:keN/yZ7qnvcPZeIflsked9TAT867gbPgmnG1QdlSn3E=:EID_Donut1", + "C8EDBD039269967B5BE92CCDD8A9D62F:8gR7wuE22djecHDkUAKfbBCtvwwWeVjZxSOBag9drI4=:Pickaxe_CoyoteTrailDark", "A0926AD8C6EDE29250AC4A0A93156E7B:keN/yZ7qnvcPZeIflsked9TAT867gbPgmnG1QdlSn3E=:EID_Donut2", "F4729DF9DB149229267F9389E3C95851:DCXGOUUTWG8jFuEryO+32mXKJsQgQe+Fp82u7mHiYFU=", "36126C339CEBD31F23562CDCC5DFDD4D:cuLUN7oD/p5BSxuk6pKGY6KtlhGInVti36sV6zSv1n4=", @@ -505,6 +527,7 @@ "020DE538FBEA2DA5CB1242DDBE527264:N8vfE8tdV6D+CX+hVEPFmOqM82o3lA3k/I/LhZHOh0I=", "5A1170F589134C4D68AAA2B5AA6EDA69:bfro7s6Qtde/H7C4zc6MJdpua1mhem8HywLluxBLDrg=:Wrap_298_Embers", "BE2C3EF59AB81D812AF5B8153325998F:W7NoICLZt9L2d7XZ5dT9gtI80MyOizk7uA9LtwA/Edw=", + "958DC719715C145004E1E028E72464D0:ZTCrQKaSpw5dAyqyW/jGz+KF2DlvSX8wCW5/4dhdFT0=:Character_RedOasisBlackberry", "919FDAB2FDB531820404333B27DC7B06:W9Csp0y6agsgcQXlRGvYUpPGPImNdFfBsZ8yQoUEdGg=:Wrap_092_Sarong", "28C5CD0467F2271365DA8AC4DE122672:I1ujTTKWOz0A5LcFiCwKJXQl9bnMpW9yhvY13UaWo1Y=", "BFE1F518C16A9F061B140D829ADDB0ED:bHkPYjXd71vacoJ4IisL//zEyVLFh+Di8MUqV9KkpFU=:CID_A_139_Athena_Commando_M_Foray_SD8AA", @@ -522,6 +545,7 @@ "ED088B11311A599D6225CE85545F019A:1NMRh4JMXRL9XW8Kb6zo4/F10dwLJC1+kPm6D6DudCE=:BID_832_Lavish_TV630", "7A59383C41DD998408A74BC37C7D6887:nSrruhpHV3ZEPPECeqWkMh/6mBFzQD8yEFKZS6oJeu8=", "D47DF51158673BE6CD4D32E84C91DF7F:+EzQK4ojNk1DqxceQeArAGZhQPQyuQBKX4gVuGEqSxM=:Glider_ID_189_GalileoZeppelinFemale_353IC", + "FC4E841A2B346A848784A3190B5D05B2:a4+ZHXPUacxXOJmJxoJlp4vzzEApO6fWJXvvUYW43yU=:Backpack_EmeraldGlassGreen", "5D6562F1EAD89513C82C2F37A24E7F82:I2c+SQCdDvJpC6z1xniRT+k41KAp0pla+o/H68oXFLQ=:CID_649_Athena_Commando_F_HolidayPJ", "BC3890EAABBF03778EE82AD7DD4F9C12:RvtEdiKkxLJDnXKUaUK933vzLK04veYzbdp8yN8wmxY=:Glider_ID_376_ChiselMale", "5950552B5A52A97A433715A1FF107BC4:p9RBdPmk5295pRSg0+Ybfwy/kqY6HBYiJEAkvy650O4=:Glider_ID_102_Rhino", @@ -550,6 +574,7 @@ "CBAC886CCED55EEAEDC0D4BED9588035:+5bLkb9JJIJBPrVxzvfhb0CkKU4ITf8SJRRG14UzyfI=", "BA490514EFDA436A2679E381BD558AA3:3KBKxBOi/52H0feJ/ijKxRHk+lF1zID0uIpjd0T7/Bc=:Season18_Haste_TrickShotStyle1_Schedule", "35C2B057E5168DCA74B6F1DDAC745E60:73haJlY3S0TVmH0ELxyw6p5FzFRrITWqOmobH9F2Mq8=:BID_936_KeenFemale_90W2B", + "F33B69585B65C333655C545A038BCEE5:0+gUoAUkiBbY5uqO9rIehUDkvrr/PY3vBY16AMHQASw=:Pickaxe_StallionSmoke", "D14FDB2BB2FB7746797F25470913BFF1:CQDgIxcNnAoUboQnjafZAYvV7UqX+NefGTXFd3m+oFc=:BID_907_Nucleus_J147F", "DE4CBA7A27B818D6B299767036C671A9:o7axeOYDdjXZ4MTWM4Io4XRNfQG2WH9qwPvBSJk8vJM=:EID_ApexWild", "98BCB8B7136162178BF364D6105BB9B7:c1dhB+vWHWRw3YvWpsHRj9Ayj8JjdqYOLnyr0YImxVo=:CID_A_004_Athena_Commando_F_GlobalFB_D_62OZ5", @@ -569,6 +594,7 @@ "5C0BC5E8819B8968CF25C60885F0CB5E:E52Ld2gtMzMFUMkdMpjNWmEHEgr1qnH+iliH2ha27dQ=:Pickaxe_ID_275_Traveler", "419008D696C27533DFEDB08BE4F6C8F8:5I7VZNrdz8oZdzk1TTNCKkZXokilbXLFy7dQPPPlpuo=:CID_A_314_Athena_Commando_F_NightCapsule_TAK2P", "3A122019FCD271A539EB71E952B32D60:CCYj89kHr2atYI9ZfLcisGTTnGy8GtGBKZ/arLp/tlY=:CID_A_352_Athena_Commando_F_TreyCozy_D_2CLR3", + "77C937AE673A9DBFDFA373E0FD928533:JGgyzNZT3oLg4LqA0W+d/caWWhqIpiXNOyYtzSeZ4po=", "258AB620A71C14508FB6614003DCD34E:fjPUuwSZbKfHlvSh8RMyVjR2SVTcVrGNpWvyjNVQ8Xw=", "C66F354B49A4389E7636C1BF53CE8D97:BisMzLIPd3AuIv431ryh7DE1h1HYe/NdhBC0wkLq/zQ=:BID_204_TennisFemale", "01079D19DDDEC8BD51AF536A7106906F:QQQwnB63pdEdKEqLYP9QzAaJXakZ3w1Iuai7YU3A+Xs=:CID_A_307_Athena_Commando_F_Slither_E_CSPZ8", @@ -635,9 +661,12 @@ "C1C31115267D6802AD699472D2621F25:zAyelFy6RcyGIW/9z9IvgEbmRW9pdAytvgBIPb1/kdk=", "D7EDE7B4CE393235BF4EB8779C55D5AE:tvYJfExMmwMpbWXSe8bxfGkpl1wcJv4B/RBjd8qWcZ4=:Pickaxe_ID_728_OrbitTealMale_3NIST", "F78569F2AD7950F870965BC647904647:e3+Nhzk8SBfmZWoQThFsZmnyJs2AoJ+LQDgMz45YAUE=:CID_951_Athena_Commando_M_Football20Referee_E_QBIBA", + "958DC719715C145004E1E028E72464D0:ZTCrQKaSpw5dAyqyW/jGz+KF2DlvSX8wCW5/4dhdFT0=:Character_RedOasisApricot", "34DD24ED0CE62244E7FFD27EF4C29EB5:jTgMUc1ciLKwXF/PqyFJl6s9Iw5SXYHKiSThOQhG5TE=:EID_Foe_4EWJV", "C76299772B1BE272260BF3396F83FC1E:uiBDMtwYhdxktbqTrhYkzEZErlBp5gBtkLM+QFDouT4=:Trails_ID_102_HightowerVertigo_G63FW", "480888CBDD75E7F40261A1902989FFF6:l9EB5w/gi/KDjut4Izk3Y4MPLaHP5VbV6iPYsQxsB0U=", + "60D2163642133A71A78B16544C01474F:VJuOsZCmZAJ5VMpnkBng02DcQx3oj6Lup2eM4PxA85g=:EID_Cherish", + "FC4E841A2B346A848784A3190B5D05B2:a4+ZHXPUacxXOJmJxoJlp4vzzEApO6fWJXvvUYW43yU=:Backpack_EmeraldGlassRebel", "F044853E82632E827ED91FB4AFBD28DF:LH1pXQ13KEoYfxxylALn8jaS0t/7IrVRVmO8UXieaVU=:Pickaxe_ID_694_SunrisePalace1H_SDI6M", "63722D44ECCA0F4178B85F5A6BC4C31B:j42UL0bmfBkli6Aj92wWABwFby5rAplP/Ac6nh9kRvA=:Glider_ID_308_VividMale_H8JAS", "0DE6839DE97A78F987D7A34D644BB3AD:ZKZ1+Eb+7CpzfLHMqihYVN9+gVQobqBYQW5mh8I1KpA=", @@ -665,13 +694,17 @@ "AE9F7B3419C7FBD2414D72E2E1C8A7BA:kpIotniLp60tWfbBitDUrjw6gmJ2Swl+YT3QAkecpRA=:EID_AntiVisitorProtest", "5D6562F1EAD89513C82C2F37A24E7F82:I2c+SQCdDvJpC6z1xniRT+k41KAp0pla+o/H68oXFLQ=:BID_441_HolidayPJ", "23213D7D8F739DE37BCA56557073DA51:hmmf08PTLeIAJgxwHIFI131jzcy1SbirW6EzJtm1teM=:Pickaxe_ID_778_CactusRockerMale", + "E1B1A5908EF6377D7FB29F776486A6A0:qaZB3Q+6kKTtlO4aGWBsnjSxCwX3kmr8oOF/2QDZ2qc=", "F6E92DDBC70C8184E837D31905B2F2A7:UCSPatT+yv3YH2x0Ks+2GSXhSSu+3ZvZs6Lai3oOi0Y=:Wrap_387_RuckusMini_6I5DM", "0EC19805A48534C8892FA21C75024971:WcebSI5r6bMgSAbNd8Ob187rYmIJFJciobdyQciRiSc=:BID_345_ToxicKitty", + "FC4E841A2B346A848784A3190B5D05B2:a4+ZHXPUacxXOJmJxoJlp4vzzEApO6fWJXvvUYW43yU=:Pickaxe_EmeraldGlassTransform", "828B24CF7786DF74D8511CA89DEED8CF:nCahv7mQhidmYXSmKif6z7d6bQ60mdPQ7SrdZ7a3GaE=:CID_913_Athena_Commando_F_York_D", "1AFD764881D1E33FDAA65707010712AD:cbKyY3ux6wrdiWz2dXJq18KJaAYmUgBZ2aZsfz1UE3M=", "7B1151E3094646DFFD37B6492B117FDB:4WxNHdTgHDEpGjzIV2XIjGO41kyiwggFQpdq8y+o1jY=:Wrap_356_GoldenSkeletonF_FT0B3", "5E2A3EE7CE3884E31F58D83485D8B122:U++ePc5N62iMtEbjrJGSwNCaWeR6UoNMtWS85zJHwns=", "21D9E3FA446D32EE85025841557C1E4C:KBL9ZqzocmLvcq5k3mwTCeoeeVfJdw9wjuQacUrg50w=:CID_A_241_Athena_Commando_F_Grasshopper_C_QGV1I", + "958DC719715C145004E1E028E72464D0:ZTCrQKaSpw5dAyqyW/jGz+KF2DlvSX8wCW5/4dhdFT0=", + "F00E08CB606091AEFAB37D9B0A01B833:uEmoAK5xdbd8KefVf9o7uJiGcGTYk2r9QevsGe4vBII=", "00EEB0CEB7585E8C69F90EF8534CA428:gSddavzl1D9mSi3KgCoXjX3eb5Dg9Rqh2C1pt6rD5rk=:EID_MyEffort_BT5Z0", "3A122019FCD271A539EB71E952B32D60:CCYj89kHr2atYI9ZfLcisGTTnGy8GtGBKZ/arLp/tlY=:CID_A_346_Athena_Commando_M_TreyCozy_C_7P9HU", "98BCB8B7136162178BF364D6105BB9B7:c1dhB+vWHWRw3YvWpsHRj9Ayj8JjdqYOLnyr0YImxVo=:CID_A_005_Athena_Commando_F_GlobalFB_E_GTH5I", @@ -709,6 +742,7 @@ "0882DAEC4F7823551C4955BA25B8AAC4:kGljCDpbMnCIfeo0YBLpBKDhX6nLlCaZRe62mSYSPTs=:BID_918_RustyBoltFemale_J4JW1", "E47EFA3166A5D7B35CEC27B19AC66AE5:JURSqAHhHK6YqLP5rKhCO+SQ2oql4NqJaoaeNGtsrM8=:Wrap_383_Buffet_KGN3R", "8566FD040AC2B245597E11D1F85DB4E5:SEoqoweofxmXfxu848wKn1UJhwU7oQ2w2F0lBst+FnU=:BID_658_Historian_4RCG3", + "C8EDBD039269967B5BE92CCDD8A9D62F:8gR7wuE22djecHDkUAKfbBCtvwwWeVjZxSOBag9drI4=:Spray_CoyoteTrail", "A34195EF9068F0DD323EA0B07305EA47:eYcw2YEjssIAsJMgaWYPQQCBFcRvvkj9WoRVV+P3cBo=:EID_DontSneeze", "BA6DF4F82C5CAB3CE1C51156BFCACE71:SDOlhnlP1SENGT+SrYUqeGIz0TkgoM7dQjfmfxegb1o=:Pickaxe_ID_276_BlackMondayFemale1H_1V4HE", "46FC5EBAD39CE53EFB215A2E05A915FC:H3gtdkEzT3Dk8vkwTTZE9oUDoJEy6vmfQj1jDo453gY=:Wrap_051_ShatterFly", @@ -719,6 +753,7 @@ "828B24CF7786DF74D8511CA89DEED8CF:nCahv7mQhidmYXSmKif6z7d6bQ60mdPQ7SrdZ7a3GaE=:BID_634_York_Female", "1609BAEA4AD6B664847EB5AACEAAD2AF:m2Yg+p6NDPR/POAPoG7bUCPabLTxGc/h8nrOEIwDx7k=:BID_130_VampireMale02", "486AE200BAEBA71EB6C477BE323066E9:3vS6pm2ep50Ab5lzNnGMluM0KYJFiUbp2MuBcahuiFQ=", + "C8EDBD039269967B5BE92CCDD8A9D62F:8gR7wuE22djecHDkUAKfbBCtvwwWeVjZxSOBag9drI4=:Backpack_CoyoteTrailDark", "B77D921A94CDDAA841609065AE4C7BC0:SLDMLjxWpK+h1P4WNnqlixpWwujuV8OUZw+NoufV7sA=", "CD6B95C728B11810F8EE4C396D02EFCA:Fulo/BAgbJwmOju1xu/05XnxLDbenI4bDEb2rUyf5hw=", "6261EE20A79577BE9F3CAED16BE29CF8:539o4DrU0Wfl7SNWEO2im8/ZYoL7CBJOvz+3hN0cc5A=:EID_JumpingJoy_WKPG4", @@ -732,6 +767,7 @@ "03FBE2522823B14E3BD161BBCDAE4A85:kvHfxKURiw97DzzEt5xAUxVMFfxGya3Xw3kI7ORGEgM=", "2BFECCEDD463D908C63438FD751529BE:u3hXyyjFecUwcUQIugiOjqwSJhnhy/cluvLBwlUhSC4=:CID_401_Athena_Commando_M_Miner", "22AB4BDC10065AA49B38DE88522DF836:1L8L+oKtSOtIxbm1x0HbDtzquIH6CH8vu1PF4i8jU+w=:Pickaxe_ID_222_Banner", + "F33B69585B65C333655C545A038BCEE5:0+gUoAUkiBbY5uqO9rIehUDkvrr/PY3vBY16AMHQASw=:Pickaxe_StallionAviator", "A062151202F2D5FCAD103D17B9300CE2:JiiR0xFNh20CRLDWN/tfjaeoo2ybApd1hQB364/iuTc=", "D14FDB2BB2FB7746797F25470913BFF1:CQDgIxcNnAoUboQnjafZAYvV7UqX+NefGTXFd3m+oFc=:LSID_373_Nucleus_TZ5C1", "9481CF79929F97F77D8F7D2607B42A6C:E28flW2DKtXyXBh2I7qs7VFKBFSkpgjkEDWIruQfVL8=:BannerToken_001_Cattus", @@ -768,6 +804,7 @@ "F60CFFFA32CF6A877B50DA7F0A88326E:OWIopbB4fxaobofPI9lF9hn6BPG9NVLp4Od61uQppfo=:Wrap_047_Bunny", "71BEC74046C6920A467E57B69FA3835A:q6m1xB4+mCmXL3g7eRGykDO6ZKrXS8M7m8SqbqIKzkI=:BID_202_WavyManFemale", "3AC281E7A5EAA2765CFE02AC98B04FC8:R/hWNn8BcRRovJE/L7h15VDrJ0H4VqBBVt6XVvq2Ebw=", + "C8EDBD039269967B5BE92CCDD8A9D62F:8gR7wuE22djecHDkUAKfbBCtvwwWeVjZxSOBag9drI4=:Glider_CoyoteTrail", "D2FAE1D098B2B4695EB59FAAD504798D:ZUDIqDvGVcpCVuA3h67vdkVbZwLuC0Z1zX33JLyi5xE=", "204D49F063979C3AF87EF896D074D1CF:SaYFk+GEE7mL4dsgs0v0VGR5ER4TwH8uTNX5XqSglu8=:Glider_ID_251_TapDanceFemale", "A69EA08281B5018543EC525AC7716B70:1W0iCKEIuEfDSOaJfl4gQEpenDKjLQGAovP3LWc/FTw=", @@ -790,6 +827,7 @@ "591DF838AC4B3A6350E40E026B26D5C0:MBvGoHxJQBTxCm2V82s2yHqRWPsYdFyj8xKUhFsUkyE=:CID_746_Athena_Commando_F_FuzzyBear", "72CC2893A6B672F3854F36629B770774:0BgQgKZRRuPFEoqn7CxZVhLBOfpCE3qLKGQlZc+SA80=:SPID_325_UproarGraffiti_QFE4O", "8E1887D55A60F69B33B234242FF49653:YofZaW+CRl0jhVhkp9z2CQWhTPwyjQ6dbHtISkLDfVU=:Pickaxe_ID_801_AlfredoMale", + "4BA0D73B76DE3321A47EC0AD052C1F7A:7kyz8UATQKwRKVdDwe8RbhYYeJPQsKLGdN9pl4MOosE=:EID_Marionette", "4E7938F1FAC98BDF378823116712AC7A:jbZVgprILTQomUdGeJF0PsAFAJxsSCs5cKcXweZMAg0=", "452BEE39B4C18C93D6B185B565ACA1CA:Be2Oll2p0qIXmiJMi4Y/wyePY+WefMmJyCzjgjrzkhc=:BID_233_DevilRock", "72CC2893A6B672F3854F36629B770774:0BgQgKZRRuPFEoqn7CxZVhLBOfpCE3qLKGQlZc+SA80=:Pickaxe_ID_699_UproarBraidsFemale_LY5GM", @@ -797,6 +835,7 @@ "310CAA852300A8ED2B74754EF027C823:CbrsdQ2vpkgVe0Oc5HlGFLVkV9arQn928vHSnPpSxbk=:EID_MakeItPlantain", "AE04BC41397F3D492390E60E59B39CAC:xC3e/4BfPQ5/xQqEKnB+EgmzrOcLiOCqiQCuZB6V9Ac=", "1B1978CC0EC6D4D937800A9E1CA87CA0:OjIDp8UXlfFZCaVJ6GLnMM+98VabjD7EB3J7ahiRNk0=:Pickaxe_ID_749_GimmickMale_5C033", + "FC4E841A2B346A848784A3190B5D05B2:a4+ZHXPUacxXOJmJxoJlp4vzzEApO6fWJXvvUYW43yU=:EID_Scribe", "A02E08C8CE48D4D8676358FF7BE55533:d9wA4snpl4I4B4zZFxWyu9cL9zSkXqy9+vTw9PUhHlw=", "498A4AB4BC3BFA9B055CDBE833C51670:67ndB88hm7gomLYiklekB5rGWrcr8RJ6K+no9DTP87M=:BID_494_StreetFashionEmerald", "F707FA321C9644351C5F87893C16580F:bOW0W1Al3NZZGbPupvIlLl7wWgBA2jPtH6SZO/fjdy0=", @@ -811,6 +850,7 @@ "0A43BFE2D06B46248FC6598C0371D5EC:+U/nWLs0mNQue0yVc9tTaRF+2qrvzdKZyxUR+MzTvMc=", "35C2B057E5168DCA74B6F1DDAC745E60:73haJlY3S0TVmH0ELxyw6p5FzFRrITWqOmobH9F2Mq8=:LSID_400_Keen_T56WF", "9904FE82E1630F9BF753E5AA195B4E1E:ScugOdDnT2N47PETOZ8B3MoDlg9elYb+ePzsZGA3ryI=", + "C8EDBD039269967B5BE92CCDD8A9D62F:8gR7wuE22djecHDkUAKfbBCtvwwWeVjZxSOBag9drI4=", "F9AF8CDE150D2D1E65B64710D70C23A7:3SpHToTu2E//Qe8Dhu4I3kG5fLqEemMiL+2NxRVKdOc=:EID_DuckTeacher_9IPLU", "99E94152C1F777A1D8519A532741EE40:3TCGPeLF3mnH0j8LE9oLwYiXHMve97rw7Vw1OQcnczQ=:Pickaxe_ID_762_LurkFemale", "552DB214510DE1E24F08920F80B0AEC5:GP2CYv9xYYDf6bOnpgm0fnOXa3iI0acXH02ZIaHAElg=:Pickaxe_ID_648_StereoFemale_0DTZ9", @@ -820,6 +860,7 @@ "01079D19DDDEC8BD51AF536A7106906F:QQQwnB63pdEdKEqLYP9QzAaJXakZ3w1Iuai7YU3A+Xs=:CID_A_298_Athena_Commando_M_Slither_EJ6DB", "2301C91045828DBFCDD966BE1AFE22F7:zS44RFNKoS6+WDSfin7CebOMjLH763+OGG5wjTrCosc=:CID_274_Athena_Commando_M_Feathers", "30A1FD89B2D3C155DAF14852A39BA97F:C0IwuJFw9v06OF8XthOhzUd3nHOTCII1gmx/7eepmDo=:Pickaxe_ID_746_ZestFemale_4Y9TG", + "958DC719715C145004E1E028E72464D0:ZTCrQKaSpw5dAyqyW/jGz+KF2DlvSX8wCW5/4dhdFT0=:Character_RedOasisPomegranate", "3ECF85734CD277EE10524DA249C5D0D8:4NtGfZpXGCuoEqpaN7C2kInVtLVwQ9Zp3zj4vtwxtv8=:BID_211_SkullBrite", "E47EFA3166A5D7B35CEC27B19AC66AE5:JURSqAHhHK6YqLP5rKhCO+SQ2oql4NqJaoaeNGtsrM8=:CID_A_173_Athena_Commando_F_PartyTrooperBuffet_55Z8G", "925BD833E71FF05FB73136BF57189C5C:WsXZpM/1+PT+xzorL685J5XB1dpvv8IOpOeeA2Rl1zE=", @@ -834,6 +875,7 @@ "D83FAFF508200C47DF03BDFF2F801FEC:s9P7AOkoCuPm/506hyAKzuRaIh0xzV9YZON4oDs7GoY=:EID_Jupiter_7JZ9R", "0CD312F730BA9C3FD6CD67420EDDACF7:nXBDxcWYx2VtjMeRCDfSak9+f9aSOgrcxp8GKeUiId4=", "BE20AAF89FE897368E52AAA193DEEB53:jHRZho9v4IKzFzk51RD0nAVFCZ27vIwcstPkdQeSupc=", + "FC4E841A2B346A848784A3190B5D05B2:a4+ZHXPUacxXOJmJxoJlp4vzzEApO6fWJXvvUYW43yU=:Pickaxe_EmeraldGlassRebel", "ED61A5415E40BB0A188CDB1DA91F22D2:wGuFJQg1ldthApzow1drpoq6i40AzOsoODCI5I/6JSA=", "359567C8D8F146C8D08FEF2B24AFC9D0:yMWg8m0Eh+0UGV6CgIWrXsJMPT/Ww8/Qa3RlYPo/bGQ=:EID_BeHere_8070H", "91C415954BF27B6E43970FB8A75FE8BB:YhHyxIA+Ru33r3pThiWqKNYdvDbL05yXSxKarRuMSxw=:Glider_ID_103_Nautilus", @@ -846,6 +888,7 @@ "06E3CB03E94C4D850CE185166706E868:jDuRIbxnZBnAH/hUrfRX3qnGyIogSWUHrK6nq7Et3pk=", "2E1C06DB5781755F3F06D95B6612BB3E:aTN33nTPI+qQ+osYxcMa4FjlyajAzhIxRzEcoAr8iAI=:Glider_ID_273_MainframeMale_P06W7", "89D641BBEFFD9A227200861A01807ECF:rXDTm9JS6HhLBHIDXPRRF/eERp1DkUhV46QPxevqMWA=:EID_Comrade_6O5AK", + "FC4E841A2B346A848784A3190B5D05B2:a4+ZHXPUacxXOJmJxoJlp4vzzEApO6fWJXvvUYW43yU=:Pickaxe_EmeraldGlassPink", "3AC8A6B5089F55E17E00AAD8AC3C6406:TlUSkJe3y85fW83rHMy+XuqcZxQduXcB8yftpPoiDvo=", "06672238D711A4FD743978B86CB0E0C7:c8ILo8LfAtcO6tUoX1BdrnptTcPhKbiZ069jkvq4UjI=", "44DB36B2D2B3854669780458D2FE48C4:gtl0smAMRKg8d9TdDH47lUOYCygKzbAPA6/HaXLWy94=:Season17_Magesty_Glider_Schedule", @@ -972,6 +1015,7 @@ "01FC97F8787B82E027EC64661E0D36AB:Mh1l2LJ3YrgaZtg7sRTd8XeBkVcyA3i089gZKkTr1gM=:BID_985_CactusDancerMale", "7FA4F2374FFE075000BC209360056A5A:nywIiZlIL8AIMkwCZfrYoAkpHM3zCwddhfszh++6ejI=:CID_223_Athena_Commando_M_Dieselpunk", "5A1170F589134C4D68AAA2B5AA6EDA69:bfro7s6Qtde/H7C4zc6MJdpua1mhem8HywLluxBLDrg=:Pickaxe_ID_492_EmbersMale", + "C8EDBD039269967B5BE92CCDD8A9D62F:8gR7wuE22djecHDkUAKfbBCtvwwWeVjZxSOBag9drI4=:Pickaxe_CoyoteTrail", "C23FA9BDE9342B508B8AABBEEA6699A2:3mRtSSu9PTBlC3NpGAQcFent660Ptni4HbGX+Zj1KIA=:Pickaxe_ID_676_CritterFrenzyMale_B21OE", "F3A99CD0D4F58EECEEB0D112506AD846:ZZtCRPcKk6itVryDavp7uZFIXiZF5CW0O9b+8Zt2Oag=:Pickaxe_ID_646_QuarrelMale_PTOBI", "01079D19DDDEC8BD51AF536A7106906F:QQQwnB63pdEdKEqLYP9QzAaJXakZ3w1Iuai7YU3A+Xs=:CID_A_305_Athena_Commando_F_Slither_C_UE2Q9", @@ -987,6 +1031,7 @@ "9261CD0F921EAA3CD6AA8C0716FB042B:W+yzeWWxWnA530lwV8nLi2BE+TD5MCXS11th7UphmPQ=:EID_Typhoon_VO9OF", "EB16EA013B751792698E05435797C1ED:y9JgD812Io4mbaJ5i533Ts5SSfyXaGM4JyoimjP+i4M=:BID_245_BaseballKitbashFemale", "22AB4BDC10065AA49B38DE88522DF836:1L8L+oKtSOtIxbm1x0HbDtzquIH6CH8vu1PF4i8jU+w=:CID_449_Athena_Commando_M_BannerD", + "7C04002177805455CCA13E61F418D117:cacqp05gISCHgiULNDksrFNlUbhz6NxeW7pEr+xp2FQ=:LoadingScreen_Genius", "AE9F7B3419C7FBD2414D72E2E1C8A7BA:kpIotniLp60tWfbBitDUrjw6gmJ2Swl+YT3QAkecpRA=:CID_547_Athena_Commando_F_Meteorwoman", "4BA767BD2DC06D215B435AC09A033437:QOfpKnEogmj0tTa5wf49SZH55Sy48QEGP02DbkSg218=:BID_A_009_Grapefruit", "929B82B3454DF80CC45B11A55400B6E7:jl/KsmshfBxKKnPDHyHNTHOzTE3buCIrBpSUpXJQdL4=:Glider_ID_107_IceMaiden", @@ -1015,6 +1060,7 @@ "F07BE27DCEFDF52818EE7BA2CD9CA504:lc47A/VahaBWJLQY4V1YyjzJPI5xVErInDaqdwPjv2g=:Pickaxe_ID_200_MoonlightAssassin", "34DD24ED0CE62244E7FFD27EF4C29EB5:jTgMUc1ciLKwXF/PqyFJl6s9Iw5SXYHKiSThOQhG5TE=:BID_938_FoeMale_F4JVS", "9FD68EDC1A5A456225A1C14E1488C573:vfIZFBmmSWgvzSDG/l7N0EGIrANZpUKA7Ofqo+n4fBg=", + "C8EDBD039269967B5BE92CCDD8A9D62F:8gR7wuE22djecHDkUAKfbBCtvwwWeVjZxSOBag9drI4=:EID_CoyoteTrail", "8DCAE39C7D9690E19F52655F02C613B2:ZZHbiVsbXquLlrtNVHtryLS3Vd1Ego8/8tlDpeUCgfc=:EID_ScoreCardBurger", "5098C0AED639B6C90A785C727F0DED4B:/YNq7WVNgAmtcY8eS20XBvoz00E1Z/1/Q0BZ8EluHf8=", "E8585F83E40CD4CF0272EA6012055A97:4LrXtLEBhL5JquAu4/kq1Dghb4/355YROt3ciXg+ysE=", @@ -1067,6 +1113,7 @@ "30A1FD89B2D3C155DAF14852A39BA97F:C0IwuJFw9v06OF8XthOhzUd3nHOTCII1gmx/7eepmDo=:BID_947_ZestFemale_1KIDJ", "162FACA3B0E34C1BAF897ECD28D86C84:rKWv3Qcmp+oMK1Zbw7bhPrNSiFNoNZyIlXUW73ZrUnk=", "E0AEF4894E1283946745F7902F7E105A:7MXKJEs903nNbT1oFzykxoHbQNDnOBm6yfadj+mtBDA=:Pickaxe_ID_751_RoverFemale_44TG1", + "FC4E841A2B346A848784A3190B5D05B2:a4+ZHXPUacxXOJmJxoJlp4vzzEApO6fWJXvvUYW43yU=:EID_Beyond", "66B8D4B61985C510209FD18445953344:Vq1odf+xCxp2/WBssHZPvUUyI9ay71eVsuyoz/z9zdk=:EID_Spooky", "8033BA4F3E1FB68ABADE271C9BE4EE42:XGwA8RWdavpeScQpqM/aFod3SGTB3PibdGE7iGKR4jg=", "D776CA2A40FD9EC1F8522E9E13E99031:uRYulzQ2zdGG9UisQw2wM9OOM/9JsSWFwFt5d/3okng=:Glider_ID_121_BriteBomberDeluxe",